-
Notifications
You must be signed in to change notification settings - Fork 658
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
feat(core): Allow multiple custom decorators of the same type #582
Merged
mergify
merged 9 commits into
spinnaker:master
from
jervi:allow_multiple_custom_decorators
Feb 12, 2020
Merged
feat(core): Allow multiple custom decorators of the same type #582
mergify
merged 9 commits into
spinnaker:master
from
jervi:allow_multiple_custom_decorators
Feb 12, 2020
Commits on Jan 29, 2020
-
feat(core): Allow multiple custom decorators of the same type
Each matched decorator will add another artifact to the build. This allows us to for instance migrate to new artifact types without breaking backwards compatibility. Example: We have historically used the type `docker` for docker images, but newer versions of Spinnaker expects Docker images to be of the type `docker/image`. Now we can define both decorators at the same time.
Configuration menu - View commit details
-
Copy full SHA for 245bc93 - Browse repository at this point
Copy the full SHA 245bc93View commit details -
The decorate function was apparently called twice, which erroneously …
…doubled the number of artifacts in the output. Added test and a new check.
Configuration menu - View commit details
-
Copy full SHA for 5c08e0e - Browse repository at this point
Copy the full SHA 5c08e0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01f21d3 - Browse repository at this point
Copy the full SHA 01f21d3View commit details
Commits on Feb 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 08175d4 - Browse repository at this point
Copy the full SHA 08175d4View commit details
Commits on Feb 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c88a210 - Browse repository at this point
Copy the full SHA c88a210View commit details
Commits on Feb 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9f23b08 - Browse repository at this point
Copy the full SHA 9f23b08View commit details
Commits on Feb 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e3f6f4c - Browse repository at this point
Copy the full SHA e3f6f4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55479ea - Browse repository at this point
Copy the full SHA 55479eaView commit details
Commits on Feb 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for afe75e5 - Browse repository at this point
Copy the full SHA afe75e5View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.