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(core/pipeline): exclude correlation IDs (and more) when re-running #7374

Merged

Conversation

erikmunson
Copy link
Member

We recently added the ability to re-run active executions (#7293). Turns out there are some junk fields in execution triggers that have historically been fine to accidentally include when manually triggering (e.g. executionId, eventId), but when an execution is running there's a correlationId field that will thwart any attempts to trigger another pipeline. This just strips out those junk fields when a re-run modal is mounted, which seems to do the trick.

Copy link
Contributor

@alanmquach alanmquach left a comment

Choose a reason for hiding this comment

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

s'good

@erikmunson erikmunson merged commit 3e76186 into spinnaker:master Sep 6, 2019
@erikmunson erikmunson deleted the exclude-runtime-trigger-fields branch September 6, 2019 17:47
alanmquach added a commit to alanmquach/deck that referenced this pull request Sep 12, 2019
e0ce768 feat(pager): Looking up multiple apps by name to page (spinnaker#7387)
42c2946 fix(core): ensure filter tag removal removes tags from filter (spinnaker#7212)
733132b refactor(core): reactify the show pipeline history modal (spinnaker#7382)
7d65ea9 refactor(titus): Adding load balancer incompatibility (spinnaker#7386)
3e76186 fix(core/pipeline): exclude correlation IDs (and more) when re-running (spinnaker#7374)
alanmquach added a commit that referenced this pull request Sep 12, 2019
e0ce768 feat(pager): Looking up multiple apps by name to page (#7387)
42c2946 fix(core): ensure filter tag removal removes tags from filter (#7212)
733132b refactor(core): reactify the show pipeline history modal (#7382)
7d65ea9 refactor(titus): Adding load balancer incompatibility (#7386)
3e76186 fix(core/pipeline): exclude correlation IDs (and more) when re-running (#7374)
yunzhangit pushed a commit to yunzhangit/deck that referenced this pull request Mar 28, 2021
e0ce768 feat(pager): Looking up multiple apps by name to page (spinnaker#7387)
42c2946 fix(core): ensure filter tag removal removes tags from filter (spinnaker#7212)
733132b refactor(core): reactify the show pipeline history modal (spinnaker#7382)
7d65ea9 refactor(titus): Adding load balancer incompatibility (spinnaker#7386)
3e76186 fix(core/pipeline): exclude correlation IDs (and more) when re-running (spinnaker#7374)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants