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

feat(core): Allow multiple custom decorators of the same type #582

Merged
merged 9 commits into from
Feb 12, 2020

Commits on Jan 29, 2020

  1. 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.
    jervi committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    245bc93 View commit details
    Browse the repository at this point in the history
  2. The decorate function was apparently called twice, which erroneously …

    …doubled the number of artifacts in the output. Added test and a new check.
    jervi committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    5c08e0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01f21d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Configuration menu
    Copy the full SHA
    08175d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Configuration menu
    Copy the full SHA
    c88a210 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    9f23b08 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    e3f6f4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55479ea View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Configuration menu
    Copy the full SHA
    afe75e5 View commit details
    Browse the repository at this point in the history