iso8 pr to add helpher method to use paging links in Result#9337
Closed
Hugo-Inmanta wants to merge 2 commits intoiso8from
Closed
iso8 pr to add helpher method to use paging links in Result#9337Hugo-Inmanta wants to merge 2 commits intoiso8from
Hugo-Inmanta wants to merge 2 commits intoiso8from
Conversation
…urned by v2 Rest API endpoints that support paging. See [documentation](helper_method_for_paging) for more information. (Issue #8801, PR #9306) Add `Result.all()` helper method. closes #8801 Follow-up ticket for api improvement [here](#9320), I tried for a while to get the plumbing right, but I couldn't. Strike through any lines that are not applicable (`~~line~~`) then check the box - [ ] Attached issue to pull request - [ ] Changelog entry - [ ] Type annotations are present - [ ] Code is clear and sufficiently documented - [ ] No (preventable) type errors (check using make mypy or make mypy-diff) - [ ] Sufficient test cases (reproduces the bug/tests the requested feature) - [ ] Correct, in line with design - [ ] End user documentation is included or an issue is created for end-user documentation (add ref to issue here: ) - [ ] If this PR fixes a race condition in the test suite, also push the fix to the relevant stable branche(s) (see [test-fixes](https://internal.inmanta.com/development/core/tasks/build-master.html#test-fixes) for more info)
jptrindade
approved these changes
Jul 10, 2025
Contributor
|
Processing this pull request |
Contributor
|
Merged into branches iso8 in 88cbc1f |
inmantaci
pushed a commit
that referenced
this pull request
Jul 10, 2025
…urned by v2 Rest API endpoints that support paging. See [documentation](helper_method_for_paging) for more information. (Issue #8801, PR #9337) follow up iso8 PR to #9306 Add `Result.all()` helper method. closes #8801 Follow-up ticket for api improvement [here](#9320), I tried for a while to get the plumbing right, but I couldn't. Strike through any lines that are not applicable (`~~line~~`) then check the box - [ ] Attached issue to pull request - [ ] Changelog entry - [ ] Type annotations are present - [ ] Code is clear and sufficiently documented - [ ] No (preventable) type errors (check using make mypy or make mypy-diff) - [ ] Sufficient test cases (reproduces the bug/tests the requested feature) - [ ] Correct, in line with design - [ ] End user documentation is included or an issue is created for end-user documentation (add ref to issue here: ) - [ ] If this PR fixes a race condition in the test suite, also push the fix to the relevant stable branche(s) (see [test-fixes](https://internal.inmanta.com/development/core/tasks/build-master.html#test-fixes) for more info) # Description * Short description here * closes *Add ticket reference here* # Self Check: Strike through any lines that are not applicable (`~~line~~`) then check the box - [ ] Attached issue to pull request - [ ] Changelog entry - [ ] Type annotations are present - [ ] Code is clear and sufficiently documented - [ ] No (preventable) type errors (check using make mypy or make mypy-diff) - [ ] Sufficient test cases (reproduces the bug/tests the requested feature) - [ ] Correct, in line with design - [ ] End user documentation is included or an issue is created for end-user documentation (add ref to issue here: ) - [ ] If this PR fixes a race condition in the test suite, also push the fix to the relevant stable branche(s) (see [test-fixes](https://internal.inmanta.com/development/core/tasks/build-master.html#test-fixes) for more info)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
follow up iso8 PR to #9306
Add
Result.all()helper method.closes #8801
Follow-up ticket for api improvement here, I tried for a while to get the plumbing right, but I couldn't.
Strike through any lines that are not applicable (
~~line~~) then check the boxDescription
closes Add ticket reference here
Self Check:
Strike through any lines that are not applicable (
~~line~~) then check the box