Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Chore: Remove enrichAll flag from ImageChangeTriggerEnricher config #1638

Merged

Conversation

rohanKanojia
Copy link
Member

After discussion with @mojsha about the problems he is facing, I'm removing this parameter from Enricher config and adding it like a mojo parameter. Somehow maven doesn't recognize it when parameter contains "-" in the name.

@rohanKanojia rohanKanojia added the pr/wip Work in Progress, do not merge label May 16, 2019
@rohanKanojia rohanKanojia force-pushed the pr/removeImageChangeTriggerFlag branch from 2dca34d to c9285f4 Compare May 22, 2019 06:46
Copy link

@mojsha mojsha left a comment

Choose a reason for hiding this comment

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

Tested and works as intended.

@@ -225,6 +225,9 @@
@Parameter(property = "fabric8.namespace")
private String namespace;

@Parameter(property = "fabric8.sidecar")
private String sidecar;
Copy link
Contributor

Choose a reason for hiding this comment

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

It should be a boolean with default to false instead of String and parse it later.

@rohanKanojia rohanKanojia force-pushed the pr/removeImageChangeTriggerFlag branch from ebc9c89 to 1bad3dc Compare May 23, 2019 14:29
@rohanKanojia rohanKanojia removed the pr/wip Work in Progress, do not merge label May 25, 2019
@rohanKanojia rohanKanojia force-pushed the pr/removeImageChangeTriggerFlag branch from 1bad3dc to eab6fbf Compare May 27, 2019 06:47
@rohanKanojia rohanKanojia force-pushed the pr/removeImageChangeTriggerFlag branch from eab6fbf to 6a71c37 Compare June 13, 2019 09:05
@lordofthejars lordofthejars merged commit 947f32b into fabric8io:master Jun 13, 2019
rohanKanojia added a commit to rohanKanojia/jshift-kit that referenced this pull request Jun 13, 2019
rohanKanojia added a commit to rohanKanojia/kubernetes-maven-plugin that referenced this pull request Jun 13, 2019
lordofthejars pushed a commit to jshiftio/jshift-kit that referenced this pull request Jun 13, 2019
lordofthejars pushed a commit to jshiftio/kubernetes-maven-plugin that referenced this pull request Jun 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants