You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: library/src/integrationTest/kotlin/com/gabrielfeo/gradle/enterprise/api/extension/BuildsApiExtensionsIntegrationTest.kt
0 commit comments