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

[travis php-eye jenkins] Use github auth in php-v badges #1403

Merged
merged 2 commits into from
Dec 29, 2017
Merged

[travis php-eye jenkins] Use github auth in php-v badges #1403

merged 2 commits into from
Dec 29, 2017

Conversation

paulmelnikow
Copy link
Member

@paulmelnikow paulmelnikow commented Dec 28, 2017

For #1359

  • DRY getPhpReleases()
  • Pass named options to regularUpdate
    • Add json option
  • php-version: Move helpers before functions, and move exports to end

- Dry getPhpReleases()
- Pass named options to regularUpdate
    - Add json option
- php-version: Move helpers before functions, and move exports to end
@shields-ci
Copy link

shields-ci commented Dec 28, 2017

Warnings
⚠️

This PR modified the server but none of the service tests. That's okay so long as it's refactoring existing code.

⚠️

This PR modified helper functions in lib/ but not accompanying tests. That's okay so long as it's refactoring existing code.

Messages
📖

✨ Thanks for your contribution to Shields, @paulmelnikow!

Generated by 🚫 dangerJS

if (err != null) { cb(err); return; }
if (regularUpdateCache[url] == null) {
regularUpdateCache[url] = { timestamp: 0, data: 0 };
Copy link
Member Author

Choose a reason for hiding this comment

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

These lines didn't make sense to me.

Copy link
Member

Choose a reason for hiding this comment

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

Doesn't looks like it does anything to me.

@paulmelnikow paulmelnikow added the service-badge Accepted and actionable changes, features, and bugs label Dec 28, 2017
Copy link
Member

@RedSparr0w RedSparr0w left a comment

Choose a reason for hiding this comment

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

Looks good!

@paulmelnikow paulmelnikow merged commit 60959bf into badges:master Dec 29, 2017
@paulmelnikow paulmelnikow deleted the fix-php-v branch December 29, 2017 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service-badge Accepted and actionable changes, features, and bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants