Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf(web): Query for individual pipelines #1836

Merged

Conversation

kirangodishala
Copy link
Contributor

  • Adjust error message in PipelineController.invokePipelineConfig and use pipeline name instead of id in InvokePipelineConfigTest to reduce diffs when ApplicationService.getPipelineConfigForApplication changes the queries it makes to front50

  • Change ApplicationService.getPipelineConfigForApplication to query front50 for individual pipelines instead of querying for all pipelines in an application and then filtering locally.

  • Teach ApplicationService.getPipelineConfigForApplication to handle errors with SpinnakerRetrofitErrorHandler to centralize exception handling there / remove the need for callers to check for null

…ineConfig

and use pipeline name instead of id in InvokePipelineConfigTest

to reduce diffs when ApplicationService.getPipelineConfigForApplication changes the queries it makes to front50
…to query front50 for individual pipelines

instead of querying for all pipelines in an application and then filtering locally.
…on to handle errors with SpinnakerRetrofitErrorHandler

to centralize exception handling there / remove the need for callers to check for null
@dbyron-sf dbyron-sf changed the title feat(web): Query for individual pipelines perf(web): Query for individual pipelines Sep 30, 2024
@dbyron-sf dbyron-sf added the ready to merge Approved and ready for merge label Sep 30, 2024
@mergify mergify bot added the auto merged label Sep 30, 2024
@mergify mergify bot merged commit ea57f38 into spinnaker:master Sep 30, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants