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

(maint) don't validate package version as semver in status service #1855

Conversation

wkalt
Copy link
Contributor

@wkalt wkalt commented Feb 17, 2016

This was causing issues in the extensions tests due to our snapshot versioning.

@@ -78,7 +78,8 @@
[puppetlabs/trapperkeeper ~tk-version]
[puppetlabs/trapperkeeper-webserver-jetty9 ~tk-jetty9-version]
[prismatic/schema "1.0.4"]
[puppetlabs/trapperkeeper-status ~tk-status-version :exclusions [trptcolin/versioneer]]
[puppetlabs/trapperkeeper-status ~tk-status-version]
[trptcolin/versioneer "0.2.0"]
Copy link
Contributor

Choose a reason for hiding this comment

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

might want to put this above the status service since it's a dependency of status

@ajroetker
Copy link
Contributor

@cprice404 does this seem reasonable or should we be fixing the status service to accept SNAPSHOTs?

@kbarber kbarber added this to the 4.0.0 (master) milestone Feb 17, 2016
@wkalt wkalt force-pushed the maint/master/dont-validate-package-version-as-semver branch from d858350 to 61c85de Compare February 17, 2016 18:48
@@ -93,6 +94,16 @@
true
@maint-mode-atom))))

(defn get-artifact-version
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd make a note in a docstring about how this needs to be fixed upstream in clj-semver

This was causing issues in the extensions tests due to our snapshot versioning.
@wkalt wkalt force-pushed the maint/master/dont-validate-package-version-as-semver branch from 61c85de to 1da2a17 Compare February 17, 2016 18:55
@puppetlabs-jenkins
Copy link
Contributor

Refer to this link for build results (access rights to CI server needed):
http://jenkins-enterprise.delivery.puppetlabs.net/job/enterprise_puppetdb_init-multijob_githubpr-master/528/
Test PASSed.

@puppetlabs-jenkins
Copy link
Contributor

Refer to this link for build results (access rights to CI server needed):
http://jenkins-enterprise.delivery.puppetlabs.net/job/enterprise_puppetdb_init-multijob_githubpr-master/531/
Test PASSed.

kbarber added a commit that referenced this pull request Feb 17, 2016
…e-version-as-semver

(maint) don't validate package version as semver in status service
@kbarber kbarber merged commit 16cfb9e into puppetlabs:master Feb 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants