-
Notifications
You must be signed in to change notification settings - Fork 741
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(web): Query for individual pipelines (#1836)
* refactor(web): 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 * perf(web): change ApplicationService.getPipelineConfigForApplication to query front50 for individual pipelines instead of querying for all pipelines in an application and then filtering locally. * refactor(web): teach ApplicationService.getPipelineConfigForApplication to handle errors with SpinnakerRetrofitErrorHandler to centralize exception handling there / remove the need for callers to check for null --------- Co-authored-by: David Byron <dbyron@salesforce.com>
- Loading branch information
1 parent
2db0484
commit ea57f38
Showing
6 changed files
with
230 additions
and
96 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
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
Oops, something went wrong.