-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
🚢 Deploy! #1742
Commits on Mar 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 400ae01 - Browse repository at this point
Copy the full SHA 400ae01View commit details -
Only compute user/repo if suggesting badges for GitHub (#1601)
This resolves the following error occurring in production: ``` TypeError: Cannot read property 'slice' of null /home/m/shields/lib/suggest.js in findSuggestions at line 40:33 const userRepo = url.pathname.slice(1).split('/'); ```
Configuration menu - View commit details
-
Copy full SHA for 0a24899 - Browse repository at this point
Copy the full SHA 0a24899View commit details
Commits on Mar 26, 2018
-
Skip Twitter suggestion if URL does not have protocol (#1604)
This resolves the following error occurring in production: ``` TypeError: Cannot read property 'slice' of null /home/m/shields/lib/suggest.js in twitterPage at line 63:31 const schema = url.protocol.slice(0, -1); ```
Configuration menu - View commit details
-
Copy full SHA for 17ddd18 - Browse repository at this point
Copy the full SHA 17ddd18View commit details
Commits on Mar 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ed419b0 - Browse repository at this point
Copy the full SHA ed419b0View commit details
Commits on Mar 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7e239f7 - Browse repository at this point
Copy the full SHA 7e239f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01646de - Browse repository at this point
Copy the full SHA 01646deView commit details
Commits on Mar 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 16eea6d - Browse repository at this point
Copy the full SHA 16eea6dView commit details -
4
Configuration menu - View commit details
-
Copy full SHA for 1dff491 - Browse repository at this point
Copy the full SHA 1dff491View commit details
Commits on Mar 30, 2018
-
Extract examples from new-style services (#1582)
Instead of centralizing examples, specify them from within a service. * Avoid duplication in service loading + refactor * Avoid duplication in URLs, rename uri -> url in BaseService
Configuration menu - View commit details
-
Copy full SHA for ac7c418 - Browse repository at this point
Copy the full SHA ac7c418View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66c5d91 - Browse repository at this point
Copy the full SHA 66c5d91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d5b48b - Browse repository at this point
Copy the full SHA 0d5b48bView commit details
Commits on Apr 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 57008d2 - Browse repository at this point
Copy the full SHA 57008d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5884b1 - Browse repository at this point
Copy the full SHA c5884b1View commit details -
[CodeClimate] Added missing try-catch block (#1613)
* Added missing try-catch block * Added tests to cover malformed responses
Configuration menu - View commit details
-
Copy full SHA for dd35739 - Browse repository at this point
Copy the full SHA dd35739View commit details
Commits on Apr 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f9b0aed - Browse repository at this point
Copy the full SHA f9b0aedView commit details -
Update svgo to the latest version 🚀 (#1473)
* fix(package): update svgo to version 1.0.5 * Update package-lock * Update invocation for SVGO 1.x * Remove helper
Configuration menu - View commit details
-
Copy full SHA for 724abd0 - Browse repository at this point
Copy the full SHA 724abd0View commit details -
[appveyor] Error handling in BaseService (#1590)
Make a clear distinction between programmer errors ("internal errors") and runtime errors, and allow configuring the server to let the programmer errors bubble up in development and unit testing. This saves a huge amount of time because it generates ordinary stack traces when things go wrong. And, if these errors occur in production, we'll catch them, and display **shields | internal error** which is the equivalent of a 500 error.
Configuration menu - View commit details
-
Copy full SHA for 416d433 - Browse repository at this point
Copy the full SHA 416d433View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aa2130 - Browse repository at this point
Copy the full SHA 3aa2130View commit details -
Configuration menu - View commit details
-
Copy full SHA for a168072 - Browse repository at this point
Copy the full SHA a168072View commit details -
Minor refactor of examples preparation (#1632)
This cleans up the work from #1582, clarifying concerns, removing a bit of duplication, and renaming for clarity.
Configuration menu - View commit details
-
Copy full SHA for f2efd75 - Browse repository at this point
Copy the full SHA f2efd75View commit details -
Configuration menu - View commit details
-
Copy full SHA for f98d17e - Browse repository at this point
Copy the full SHA f98d17eView commit details
Commits on Apr 4, 2018
-
optimize cssColor check regex (#1602)
* optimize cssColor regex * Add comment & tests * update test to not export cssColor * [0-9] -> \d
Configuration menu - View commit details
-
Copy full SHA for c0bdf54 - Browse repository at this point
Copy the full SHA c0bdf54View commit details
Commits on Apr 6, 2018
-
Add Stack Exchange logos (#1636)
* Add Stack Exchange logos * Optimize Stack Exchange logos with svgomg closes #1637
Configuration menu - View commit details
-
Copy full SHA for 47614e5 - Browse repository at this point
Copy the full SHA 47614e5View commit details
Commits on Apr 8, 2018
-
Add [dynamic-yaml] badge (#1623)
* Add dynamic yaml badge * Forgot package lock * Switch tests to yaml data source * Add yaml to the dynamic badge maker options * Reorder to match documentation examples * Reordered dynamic types to be alphabetical * Removed regex as pinend commit makes it unnecessary and fixed url * Removed unused import * Add more YAML MIME types * Removed duplicate tests which don't differ between data types
Configuration menu - View commit details
-
Copy full SHA for d56b696 - Browse repository at this point
Copy the full SHA d56b696View commit details
Commits on Apr 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e1755df - Browse repository at this point
Copy the full SHA e1755dfView commit details
Commits on Apr 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ac13fdb - Browse repository at this point
Copy the full SHA ac13fdbView commit details
Commits on Apr 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d2a144e - Browse repository at this point
Copy the full SHA d2a144eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ded83f - Browse repository at this point
Copy the full SHA 2ded83fView commit details
Commits on Apr 22, 2018
-
set expires header corresponding to maxAge (#1651)
* set expires header corresponding to maxAge * add tests
Configuration menu - View commit details
-
Copy full SHA for 8fda86f - Browse repository at this point
Copy the full SHA 8fda86fView commit details -
Configuration menu - View commit details
-
Copy full SHA for da10896 - Browse repository at this point
Copy the full SHA da10896View commit details
Commits on Apr 23, 2018
-
Add [buildkite] service (#1657)
* Support for buildkite * Added to the examples as well * Removed the unnecessary label property * Fixed the example * Improve the tests * Made the branch optional and review suggestions * Added network error test * Unexpected response test * PR review suggestions * Updated test to include all responses * Forgot one of the tests
Configuration menu - View commit details
-
Copy full SHA for f607ad7 - Browse repository at this point
Copy the full SHA f607ad7View commit details
Commits on Apr 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a24d42a - Browse repository at this point
Copy the full SHA a24d42aView commit details
Commits on Apr 26, 2018
-
[Codeship] fix status checking regexp & add new statuses (#1662)
* [Codeship] fix status checking regexp we don't need to match the file extension to determine the status * [Codeship] handle new build statuses based on https://documentation.codeship.com/general/account/notifications/#webhook
Configuration menu - View commit details
-
Copy full SHA for 14bdaf3 - Browse repository at this point
Copy the full SHA 14bdaf3View commit details
Commits on Apr 28, 2018
-
* add codeship logo * minify codeship logo
Configuration menu - View commit details
-
Copy full SHA for 2e87ed9 - Browse repository at this point
Copy the full SHA 2e87ed9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 714df8f - Browse repository at this point
Copy the full SHA 714df8fView commit details
Commits on May 2, 2018
-
checkErrorResponse documented in service tests (#1670)
* Travis integration uses checkErrorResponse * checkErrorResponse added to service tests doc
Configuration menu - View commit details
-
Copy full SHA for b126b4e - Browse repository at this point
Copy the full SHA b126b4eView commit details
Commits on May 4, 2018
-
refactor [cdnjs] integration (#1668)
* pass error object to InvaildResponse() this prevents us from throwing TypeError: Cannot read property 'stack' of undefined when we attempt to parse invalid json * refactor [cdnjs] integration
Configuration menu - View commit details
-
Copy full SHA for 8fcc13d - Browse repository at this point
Copy the full SHA 8fcc13dView commit details
Commits on May 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 45ff94d - Browse repository at this point
Copy the full SHA 45ff94dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ef1c94 - Browse repository at this point
Copy the full SHA 0ef1c94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 726dc9d - Browse repository at this point
Copy the full SHA 726dc9dView commit details
Commits on May 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3518b64 - Browse repository at this point
Copy the full SHA 3518b64View commit details
Commits on May 9, 2018
-
checkErrorResponse documented in the tutorial (#1675)
* The most recent code examples in tutorial * An extra empty line removed * An extra escapring characters removed * checkErrorResponse mentioned in tutorial * Typo fix in tutorial * Static badges as examples in tutorial * Missing word in the tutorial added * Typo fix in tutorial
Configuration menu - View commit details
-
Copy full SHA for 6dab822 - Browse repository at this point
Copy the full SHA 6dab822View commit details
Commits on May 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f43096a - Browse repository at this point
Copy the full SHA f43096aView commit details -
[gem cdnjs appveyor] refactor ruby gems service (#1680)
* allow services to export >1 classes This change to loadServiceClasses() allows us to define services which either export a single service class e.g: module.exports = class Cdnjs extends BaseService { //... } or more than one. e.g: module.exports = { GemVersion, GemDownloads, GemOwner, GemRank, } * refactor ruby gem badges - move badge code to service classes - throw exceptions for errors - use let and const - change tests to expect 'downloads' label for error badges - general tidying * fix typo in tests * Don't always use class name in example label This allows (for example) GemVersion and GemDownloads both to use the example label 'Gem'
Configuration menu - View commit details
-
Copy full SHA for b5635bf - Browse repository at this point
Copy the full SHA b5635bfView commit details
Commits on May 12, 2018
-
Add grade badge for [lgtm] (#1681)
* Add LGTM Grade badge * Add new tests for LGTM Grade badge * Add lgtm grade example to homepage
Configuration menu - View commit details
-
Copy full SHA for 4f8414c - Browse repository at this point
Copy the full SHA 4f8414cView commit details
Commits on May 15, 2018
-
[cdnjs gem] make exception classes more consistent (#1683)
make exception classes more consistent
Configuration menu - View commit details
-
Copy full SHA for bf53e61 - Browse repository at this point
Copy the full SHA bf53e61View commit details
Commits on May 16, 2018
-
Bugfix: override colorB in [docker] badges (#1690)
* Color fix for Docker Hub automated integration * Test for overriding colorB in docker stars badge * Test for overriding colorB in docker pulls badge * #008bb8 is color of automated docker builds * Test for overriding colorB in docker build badge * Overriding colorB in docker stars badge * Overriding colorB in docker pulls badge * Overriding colorB in docker automated badge * Better assertions in docker tests * The default docker color updated to match the logo
Configuration menu - View commit details
-
Copy full SHA for d51ae90 - Browse repository at this point
Copy the full SHA d51ae90View commit details
Commits on May 17, 2018
-
[david] add support for path (#1687)
* Example with a path query parameter * Support for David path query parameters * David path not found test * [david] updated invalid path test
Configuration menu - View commit details
-
Copy full SHA for c76e221 - Browse repository at this point
Copy the full SHA c76e221View commit details
Commits on May 18, 2018
-
* Add Liberapay logo. * Add variations. * Optimize SVG. * Remove logo testing variants.
Configuration menu - View commit details
-
Copy full SHA for 37617c1 - Browse repository at this point
Copy the full SHA 37617c1View commit details
Commits on May 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 498684c - Browse repository at this point
Copy the full SHA 498684cView commit details -
Update pretty-bytes to the latest version 🚀 (#1676)
* fix(package): update pretty-bytes to version 5.0.0 * update package-lock
Configuration menu - View commit details
-
Copy full SHA for c6b6183 - Browse repository at this point
Copy the full SHA c6b6183View commit details
Commits on May 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3ff98bf - Browse repository at this point
Copy the full SHA 3ff98bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d4ab86 - Browse repository at this point
Copy the full SHA 5d4ab86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 960c5bf - Browse repository at this point
Copy the full SHA 960c5bfView commit details
Commits on May 28, 2018
-
[bower clojars] version() should throw on invalid inputs (#1705)
Throw Error in version() on invalid inputs
Configuration menu - View commit details
-
Copy full SHA for 8ba33d4 - Browse repository at this point
Copy the full SHA 8ba33d4View commit details
Commits on May 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for de4e527 - Browse repository at this point
Copy the full SHA de4e527View commit details
Commits on May 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7c7c9f5 - Browse repository at this point
Copy the full SHA 7c7c9f5View commit details -
[github] Commit merge status badge (#1709)
* Basic version of commit-status badge added * Support for case with no common ancestor * Handle unknown branch * Service tests with error responses * Handle unexpected 404 responses from github * Branch is a base * Tests reordered * Using not the newest commit in tests * Test for checked commit identical with the newest commit in branch * Code refactoring * Example for Github commit merge status
Configuration menu - View commit details
-
Copy full SHA for 9d90bd1 - Browse repository at this point
Copy the full SHA 9d90bd1View commit details -
add more rules to dangerfile (#1703)
* upgrade danger.js to latest version * If PR contains tests using assert, suggest expect syntax * if PR touches service, check service tester also touched
Configuration menu - View commit details
-
Copy full SHA for 57a1bf2 - Browse repository at this point
Copy the full SHA 57a1bf2View commit details
Commits on Jun 2, 2018
-
fix typescript regex in [npm] tests (#1712)
- Expect `TypeScript vX.Y | Flow vX.Y` instead of `TypeScript vX.Y Flow vX.Y` - Allow version numbers to have more than >1 digit after the point
Configuration menu - View commit details
-
Copy full SHA for e6559a0 - Browse repository at this point
Copy the full SHA e6559a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4ea029 - Browse repository at this point
Copy the full SHA f4ea029View commit details
Commits on Jun 3, 2018
-
Update nyc to the latest version 🚀 (#1716)
* chore(package): update nyc to version 12.0.1 * update package-lock
Configuration menu - View commit details
-
Copy full SHA for 83007a0 - Browse repository at this point
Copy the full SHA 83007a0View commit details -
Update snap-shot-it to the latest version 🚀 (#1715)
* chore(package): update snap-shot-it to version 5.0.1 * update package-lock
Configuration menu - View commit details
-
Copy full SHA for 707ada3 - Browse repository at this point
Copy the full SHA 707ada3View commit details
Commits on Jun 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fa52c04 - Browse repository at this point
Copy the full SHA fa52c04View commit details
Commits on Jun 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7f9102d - Browse repository at this point
Copy the full SHA 7f9102dView commit details
Commits on Jun 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b418235 - Browse repository at this point
Copy the full SHA b418235View commit details -
fix 'not found' case in [node] badge (#1730)
NPM changed the error body, breaking the not found case Fix this by checking the status code instead of relying on the errror message in the body.
Configuration menu - View commit details
-
Copy full SHA for e8980f7 - Browse repository at this point
Copy the full SHA e8980f7View commit details -
fix [dub] service test (#1729)
The version we were testing against seems to have gone away - spooky 👻 https://code.dlang.org/api/packages/vibe-d/0.7.23/stats Switch to a version that exists: https://code.dlang.org/api/packages/vibe-d/0.7.27/stats
Configuration menu - View commit details
-
Copy full SHA for 67eb92e - Browse repository at this point
Copy the full SHA 67eb92eView commit details -
Fix [codeclimate] tests (#1727)
* update nock The version we were using didn't allow regex pattern with allowUnmocked option. Update to latest version which includes this patch: nock/nock#1068 * update codeclimate test to allow any snapshot id on second call This test was failing because the snapshot id changed for some reason. This change allows that to happen and we will still intercept the second API call.
Configuration menu - View commit details
-
Copy full SHA for 124748e - Browse repository at this point
Copy the full SHA 124748eView commit details
Commits on Jun 13, 2018
-
allow 0 in all [cocoapods] download tests (#1728)
It appears this does not only happen on the weekly stats. refs #1713
Configuration menu - View commit details
-
Copy full SHA for 1f92828 - Browse repository at this point
Copy the full SHA 1f92828View commit details
Commits on Jun 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2683f74 - Browse repository at this point
Copy the full SHA 2683f74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12e0164 - Browse repository at this point
Copy the full SHA 12e0164View commit details
Commits on Jun 16, 2018
-
Update sinon to the latest version 🚀 (#1733)
* chore(package): update sinon to version 6.0.0 * update package-lock
Configuration menu - View commit details
-
Copy full SHA for 9612d5c - Browse repository at this point
Copy the full SHA 9612d5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc3b793 - Browse repository at this point
Copy the full SHA fc3b793View commit details -
BaseService: Query params (#1589)
Provide support for query parameters, in parity with the functionality in old-style services.
Configuration menu - View commit details
-
Copy full SHA for 20b8d0c - Browse repository at this point
Copy the full SHA 20b8d0cView commit details -
[gem cdnjs appveyor clojars] refactor clojars, establish BaseJsonServ…
…ice (#1702) * refactor clojars integration * DRY up services that request data from JSON endpoints
Configuration menu - View commit details
-
Copy full SHA for f78e6f1 - Browse repository at this point
Copy the full SHA f78e6f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa61247 - Browse repository at this point
Copy the full SHA fa61247View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cd3720 - Browse repository at this point
Copy the full SHA 7cd3720View commit details
Commits on Jun 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4308b60 - Browse repository at this point
Copy the full SHA 4308b60View commit details -
Fix sinon deprecation warning (#1737)
`sandbox.create()` is deprecated. Use default sandbox at `sinon.sandbox` or create new sandboxes with `sinon.createSandbox()`
Configuration menu - View commit details
-
Copy full SHA for 028d8d7 - Browse repository at this point
Copy the full SHA 028d8d7View commit details -
Add [dependabot] SemVer compatibility badge (#1734)
* Add [dependabot] SemVer compatibility badge * Add dependabot logo * Clean up and additional tests
Configuration menu - View commit details
-
Copy full SHA for ca58d84 - Browse repository at this point
Copy the full SHA ca58d84View commit details
Commits on Jun 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for def1bc3 - Browse repository at this point
Copy the full SHA def1bc3View commit details
Commits on Jun 19, 2018
-
Test in now-released Node 10 instead of Node 9 (#1738)
Also update `engines`. Closes #1660
Configuration menu - View commit details
-
Copy full SHA for ec6d903 - Browse repository at this point
Copy the full SHA ec6d903View commit details