-
Notifications
You must be signed in to change notification settings - Fork 8
Update runs get to use cursor-based pagination #273
Conversation
Signed-off-by: Eamonn Mansour <[email protected]>
|
Build successful |
9bd3a62 to
6bab24c
Compare
Signed-off-by: Eamonn Mansour <[email protected]>
6bab24c to
18310fc
Compare
Signed-off-by: Eamonn Mansour <[email protected]>
|
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-cli-pr-273-qx7nh for details. If you are unable to do so, please contact a member of the Galasa team. |
Signed-off-by: Eamonn Mansour <[email protected]>
|
Build successful |
|
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-cli-pr-273-k4575 for details. If you are unable to do so, please contact a member of the Galasa team. |
|
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-cli-pr-273-q2dl7 for details. If you are unable to do so, please contact a member of the Galasa team. |
Signed-off-by: Eamonn Mansour <[email protected]>
07f55ab to
782c97a
Compare
|
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-cli-pr-273-7kdth for details. If you are unable to do so, please contact a member of the Galasa team. |
|
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-cli-pr-273-fxxtc for details. If you are unable to do so, please contact a member of the Galasa team. |
Signed-off-by: Eamonn Mansour <[email protected]>
aebf3aa to
be5133a
Compare
|
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-cli-pr-273-b7mrx for details. If you are unable to do so, please contact a member of the Galasa team. |
|
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-cli-pr-273-rz742 for details. If you are unable to do so, please contact a member of the Galasa team. |
Signed-off-by: Eamonn Mansour <[email protected]>
0350754 to
354b1e8
Compare
|
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-cli-pr-273-bdk64 for details. If you are unable to do so, please contact a member of the Galasa team. |
Signed-off-by: Eamonn Mansour <[email protected]>
|
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-cli-pr-273-2j9nh for details. If you are unable to do so, please contact a member of the Galasa team. |
|
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-cli-pr-273-2cglq for details. If you are unable to do so, please contact a member of the Galasa team. |
Signed-off-by: Eamonn Mansour <[email protected]>
806d633 to
2efff1f
Compare
|
Build successful |
* Use cursor-based pagination when getting runs from the API server Signed-off-by: Eamonn Mansour <[email protected]> * Remove includeCursor query parameter Signed-off-by: Eamonn Mansour <[email protected]> * Swap cursor condition order Signed-off-by: Eamonn Mansour <[email protected]> * Turn on includeCursor parameter Signed-off-by: Eamonn Mansour <[email protected]> * Remove log statement Signed-off-by: Eamonn Mansour <[email protected]> * Use 'from:desc' as the default sort for runs get Signed-off-by: Eamonn Mansour <[email protected]> --------- Signed-off-by: Eamonn Mansour <[email protected]> Signed-off-by: Aashir Siddiqui <[email protected]>
Why?
See galasa-dev/projectmanagement#1921
Changes
runs getnow uses the cursor provided in responses from/ras/runsto go through pages of run results