-
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 <47121388+eamansour@users.noreply.github.com>
|
Build successful |
9bd3a62 to
6bab24c
Compare
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
6bab24c to
18310fc
Compare
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
|
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 <47121388+eamansour@users.noreply.github.com>
|
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 <47121388+eamansour@users.noreply.github.com>
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 <47121388+eamansour@users.noreply.github.com>
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 <47121388+eamansour@users.noreply.github.com>
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 <47121388+eamansour@users.noreply.github.com>
|
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 <47121388+eamansour@users.noreply.github.com>
806d633 to
2efff1f
Compare
|
Build successful |
* Use cursor-based pagination when getting runs from the API server Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com> * Remove includeCursor query parameter Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com> * Swap cursor condition order Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com> * Turn on includeCursor parameter Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com> * Remove log statement Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com> * Use 'from:desc' as the default sort for runs get Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com> --------- Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com> Signed-off-by: Aashir Siddiqui <aashir_sidiki@hotmail.com>
Why?
See galasa-dev/projectmanagement#1921
Changes
runs getnow uses the cursor provided in responses from/ras/runsto go through pages of run results