-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix builds paging when models param is used (#163)
Preserve the `models` param across `/api/builds` requests of `getBuildsFlow`. Add more integration tests. When the `models` param is used with `getBuildsFlow`, requests after the first one (paging) don't send the `models` param, but they should. This is the same issue faced with `query` (#134), due to this extension being manually implemented. More integration test coverage should help.
- Loading branch information
1 parent
379a050
commit 611d03f
Showing
3 changed files
with
67 additions
and
8 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