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

fix(web): restore check for regenerateCronTriggerIds in PipelineController.save #1452

Merged

Conversation

dbyron-sf
Copy link
Contributor

@dbyron-sf dbyron-sf commented Apr 4, 2024

@dbyron-sf dbyron-sf marked this pull request as draft April 4, 2024 22:09
The comment in https://github.com/spinnaker/front50/pull/987/files#r515405296 is no longer
true after spinnaker#1035.  Pipeline.getTriggers no longer
makes a copy, so there's no need to get/modify/set.
@dbyron-sf dbyron-sf marked this pull request as ready for review April 4, 2024 22:19
// ensure that cron triggers are assigned a unique identifier for new pipelines
List<Trigger> triggers = pipeline.getTriggers();
triggers.stream()
pipeline.getTriggers().stream()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dbyron-sf dbyron-sf added the ready to merge Approved and ready for merge label Apr 7, 2024
@mergify mergify bot added the auto merged label Apr 7, 2024
@mergify mergify bot merged commit f99f3ba into spinnaker:master Apr 7, 2024
5 checks passed
@dbyron-sf dbyron-sf deleted the reinstate-regenerateCronTriggerIds branch April 7, 2024 23:25
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