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): Separate how config and plans are updated, add tests #7491

Merged
merged 3 commits into from
Oct 7, 2019

Conversation

louisjimenez
Copy link
Contributor

This adds some testing for configuring v2 templated pipelines.

It also make sure that the pipeline config shown when editing as JSON does not display inherited items and only shows what is directly saved to the config. To see the pipeline plan, including its inherited template items, the user can go into the "Rendered Pipeline" view.

image

spinnaker/spinnaker#4887

@@ -126,6 +126,7 @@ <h3>
<div class="pipeline-contents">
<pipeline-config-view
application="application"
is-v2-templated-pipeline="isV2TemplatedPipeline"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is the only change in this file, the rest is formatting

@louisjimenez louisjimenez merged commit 2ef8788 into spinnaker:master Oct 7, 2019
@louisjimenez louisjimenez deleted the louis/template-testing branch October 7, 2019 13:41
@louisjimenez
Copy link
Contributor Author

@spinnakerbot cherry-pick 1.16

@spinnakerbot
Copy link
Contributor

Cherry pick failed: Command failed (cherry pick commit 2ef8788) with exit code 1:

error: could not apply 2ef878860... fix(core): Separate how config and plans are updated, add tests (#7491)
hint: after resolving the conflicts, mark the corrected paths
hint: with 'git add <paths>' or 'git rm <paths>'
hint: and commit the result with 'git commit'

christopherthielen added a commit to christopherthielen/deck that referenced this pull request Oct 7, 2019
3192f2c fix(core/pipeline): When a trigger is updated, replace the entire object (spinnaker#7496)
64e47b4 feat(core): filter out providers that don't support creating security groups (spinnaker#7370)
2ef8788 fix(core): Separate how config and plans are updated, add tests (spinnaker#7491)
christopherthielen added a commit to christopherthielen/deck that referenced this pull request Oct 7, 2019
2ef8788 fix(core): Separate how config and plans are updated, add tests (spinnaker#7491)
3c08b38 feat(core/presentation): Migrate ValidationMessage to new CSS styles (spinnaker#7481)
christopherthielen added a commit that referenced this pull request Oct 7, 2019
3192f2c fix(core/pipeline): When a trigger is updated, replace the entire object (#7496)
64e47b4 feat(core): filter out providers that don't support creating security groups (#7370)
2ef8788 fix(core): Separate how config and plans are updated, add tests (#7491)
christopherthielen added a commit that referenced this pull request Oct 7, 2019
2ef8788 fix(core): Separate how config and plans are updated, add tests (#7491)
3c08b38 feat(core/presentation): Migrate ValidationMessage to new CSS styles (#7481)
yunzhangit pushed a commit to yunzhangit/deck that referenced this pull request Mar 28, 2021
3192f2c fix(core/pipeline): When a trigger is updated, replace the entire object (spinnaker#7496)
64e47b4 feat(core): filter out providers that don't support creating security groups (spinnaker#7370)
2ef8788 fix(core): Separate how config and plans are updated, add tests (spinnaker#7491)
yunzhangit pushed a commit to yunzhangit/deck that referenced this pull request Mar 28, 2021
2ef8788 fix(core): Separate how config and plans are updated, add tests (spinnaker#7491)
3c08b38 feat(core/presentation): Migrate ValidationMessage to new CSS styles (spinnaker#7481)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants