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 failing service tests for [bintray npmlicense github crates] #2401

Merged
merged 5 commits into from
Nov 28, 2018

Conversation

paulmelnikow
Copy link
Member

@paulmelnikow paulmelnikow commented Nov 27, 2018

Closes #2343 #2348 #2402

Ref: #2345 #1359

@paulmelnikow paulmelnikow added the keep-service-tests-green Related to fixing failing tests of the services label Nov 27, 2018
@shields-ci
Copy link

Messages
📖 ✨ Thanks for your contribution to Shields, @paulmelnikow!

Generated by 🚫 dangerJS

@paulmelnikow paulmelnikow changed the title Fix failing service tests for [bintray npmlicense] Fix failing service tests for [bintray npmlicense github] Nov 27, 2018
@paulmelnikow paulmelnikow temporarily deployed to shields-staging-pr-2401 November 27, 2018 02:08 Inactive
@paulmelnikow paulmelnikow temporarily deployed to shields-staging-pr-2401 November 27, 2018 02:15 Inactive
@paulmelnikow paulmelnikow changed the title Fix failing service tests for [bintray npmlicense github] Fix failing service tests for [bintray npmlicense github crates] Nov 27, 2018
module.exports = t

t.create('version')
.get('/asciidoctor/maven/asciidoctorj.json')
.expectJSONTypes(
Joi.object().keys({
name: 'bintray',
value: isVPlusDottedVersionNClauses,
value: isSemver,
Copy link
Member

Choose a reason for hiding this comment

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

asciidoctorj has published versions which won't validate as SemVer e.g: 1.5.3.2, 1.5.3.1 so this will probably break again. See https://bintray.com/asciidoctor/maven/asciidoctorj How about isVPlusDottedVersionNClausesWithOptionalSuffix ?

@paulmelnikow paulmelnikow merged commit 43d99f9 into master Nov 28, 2018
@shields-deployment
Copy link

This pull request was merged to master branch. This change is now waiting for deployment, which will usually happen within a few days. Stay tuned by joining our #ops channel on Discord!

After deployment, changes are copied to gh-pages branch:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keep-service-tests-green Related to fixing failing tests of the services
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants