-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add pagination configs for HTTP API Connector (TCTC-9227) (#1794)
* feat: add pagination configs for HTTP API Connector * feat: add pagination type for front configuration * feat: add hyper_media pagination, options to page based pagination and apply review remarks * test: add tests for better coverage * fix: set pagination config base class as full abstract * fix: add kind const to pagination configs and hide Noop config to end-users * fix: mark pagination config kind as required * fix: remove ui hidden option and default value from kind attribute * feat(HttpAPI): use discriminator field for paginationsConfigs * feat: move pagination config from connector to data source * feat(HttpAPI): re-hide kind field from the UI * doc: add pagination config feature to changelog --------- Co-authored-by: David Nowinsky <[email protected]>
- Loading branch information
1 parent
70e5201
commit 1c555cf
Showing
8 changed files
with
712 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.