Commit Graph
1992 Commits
Author SHA1 Message Date
dependabot[bot]andchris48s 322f3ff305 Bump danger from 3.8.9 to 3.9.0 (#2056)
Bumps [danger](https://github.com/danger/danger-js) from 3.8.9 to 3.9.0.
- [Release notes](https://github.com/danger/danger-js/releases)
- [Changelog](https://github.com/danger/danger-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/danger/danger-js/commits/3.9.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-06 21:11:41 +01:00
Thomas DémoulinsandPyves 548b509dff [vso] Add support for VSTS releases (#2049) 2018-09-06 19:05:02 +01:00
dependabot[bot]andchris48s fc0c785f0e Bump eslint from 5.4.0 to 5.5.0 (#2048)
Bumps [eslint](https://github.com/eslint/eslint) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v5.4.0...v5.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-05 22:01:04 +01:00
dependabot[bot]andchris48s 780d7a2470 Bump sinon from 6.1.5 to 6.2.0 (#2052)
Bumps [sinon](https://github.com/sinonjs/sinon) from 6.1.5 to 6.2.0.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v6.1.5...v6.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-05 21:54:52 +01:00
dependabot[bot]andchris48s 636576aa60 Bump chai-string from 1.4.0 to 1.5.0 (#2047)
Bumps [chai-string](https://github.com/onechiporenko/chai-string) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/onechiporenko/chai-string/releases)
- [Commits](https://github.com/onechiporenko/chai-string/commits/v1.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-05 21:48:20 +01:00
chris48sandGitHub ef6e601aaa Update tutorial to reflect new service layout (#2042)
update the tutorial for new service class layout
2018-09-05 21:34:41 +01:00
PyvesandGitHub 7417dc5f6c Delete BaseHTTPService and implement new BaseXmlService (affects [eclipse-marketplace f-droid]; also testing on [uptimerobot circleci]) (#2037) 2018-09-03 19:37:37 +01:00
chris48sandGitHub 39d05ba817 render category links correctly on initial page load (#2046) 2018-09-02 21:15:07 +01:00
chris48sandGitHub 4830867a5c add additional test cases for pypi license helper (#2043) 2018-09-02 21:11:28 +01:00
chris48sandGitHub bca4c05625 fix wercker examples (#2044) 2018-09-02 21:04:12 +01:00
dependabot[bot]andchris48s cc03507875 Bump danger from 3.8.6 to 3.8.9 (#2039)
Bumps [danger](https://github.com/danger/danger-js) from 3.8.6 to 3.8.9.
- [Release notes](https://github.com/danger/danger-js/releases)
- [Changelog](https://github.com/danger/danger-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/danger/danger-js/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-02 20:59:43 +01:00
Paul MelnikowandGitHub 1b307864b4 Prettify the files in the project root (#2041)
Follow on to #2009
2018-09-02 12:10:23 -07:00
Nicco KunzmannandPaul Melnikow e25e748a03 Obsolete old tutorial and future TODOs (#1983)
This obsoletes the implementation part of the tutorial.
As mentioned in https://github.com/badges/shields/pull/1958#pullrequestreview-149661148, 
old style badges should be avoided and new style badges are preferred.
2018-09-02 11:41:33 -07:00
Y0hy0handchris48s 73c954df57 [elm-package] Fix old package name (#2045)
* Update test's package to new name
* Update preview badge's package to new name
2018-09-02 16:20:06 +01:00
PyvesandGitHub 7153ed0bd1 Deprecate [issuestats] service (#2038) 2018-09-01 20:53:52 +01:00
Sam LanningandPaul Melnikow b6ba720fae Add LGTM alerts badge to README (#2035) 2018-09-01 12:33:26 -07:00
Paul MelnikowandGitHub 454575c4cb Enforce no extensions in require (#1999)
This removes remaining `.js` extensions from `require()` expressions and automatically enforces this rule.
2018-09-01 11:14:01 -07:00
Paul MelnikowandGitHub 102141123b Unify lint rules and clean lint (#2009)
Now that server.js is emptied out, it makes sense to eliminate the differences between the top-level .js files and everything else.
2018-09-01 11:08:17 -07:00
Paul MelnikowandGitHub 56bcc04570 Fix unparseable json in [circleci uptimerobot] (#2036)
* Add two tests: one passing, one failing

* Fix the bug
2018-09-01 09:05:14 -07:00
Nicco KunzmannandPyves 11fa6114fe New badge: f-droid (#1965) 2018-08-30 23:02:09 +01:00
tooommandDanial e37c0b650d tidy danger bot messages (#2013) 2018-08-31 09:51:30 +12:00
Paul MelnikowandGitHub 9fb540fb28 [pypi]: Fix broken badges (#2023)
- When license is empty, get license from trove classifiers
- Allow empty classifiers array
2018-08-30 14:30:40 -07:00
Paul MelnikowandGitHub 7ad5eca26e Rewrite deprecated services and add tests (#2018)
I've rewritten the deprecated services using the `deprecatedService` helper from #1922. I added a test for `Deprecated`, and for `enforceDeprecation`, which isn't being used right now, but is there for future use.

This also makes it possible to write services using BaseService which do not have any named parameters (with a test).

Ref: #1358
2018-08-30 10:03:15 -07:00
Paul MelnikowandGitHub b602284403 Update coverage scripts (#2008)
As I was testing #1992 I noticed some of the coverage scripts were out of date.
2018-08-29 15:22:38 -07:00
Paul MelnikowandGitHub 55f4017388 Combined update of eslint dependencies (#2007) 2018-08-29 15:01:25 -07:00
chris48sandGitHub 7136aac89a update contributing guidance (#2019) 2018-08-29 22:36:24 +01:00
chris48sandGitHub 17481f144a update logo submission docs (#2020)
add more detail to image submission guidelines
2018-08-29 22:32:46 +01:00
Paul MelnikowandGitHub 1deeb365a5 Update uri -> url in the front end + examples (#2006)
This continues a consistency update we’ve been making to standardize on URL based on a recommendation from WHATWG: https://url.spec.whatwg.org/#goals

This also helps with copying and pasting between all-badge-examples and new-style services, where it’s otherwise easy to make a mistake.

Ref: #1322 #1341
2018-08-29 14:27:50 -07:00
Paul MelnikowandGitHub 33fbfb374f Use render helpers in existing new-style services (#1998)
This refactors the render methods in these services to use the new helper functions.
2018-08-29 14:06:36 -07:00
Paul MelnikowandGitHub f8f2d88b90 Clean up some alerts detected by LGTM (#2010)
https://lgtm.com/projects/g/badges/shields/alerts/?mode=list
2018-08-29 13:37:43 -07:00
tooommandPyves 15beda32b0 Additional tweaks to deployment bot message (#2011) 2018-08-29 19:09:02 +01:00
tooommandPaul Melnikow 119357333e tutorial: fix headline (#2014) 2018-08-29 11:22:54 -04:00
tooommandPaul Melnikow 0619e1072c fix identation (#2012) 2018-08-29 10:22:48 -04:00
PyvesandGitHub df30785c4b Improved deployment bot message (#1996) 2018-08-29 09:28:34 +01:00
dependabot[bot]andPaul Melnikow f4789125a7 Bump nyc from 12.0.1 to 13.0.1 (#1992)
Bumps [nyc](https://github.com/istanbuljs/nyc) from 12.0.1 to 13.0.1.
- [Release notes](https://github.com/istanbuljs/nyc/releases)
- [Changelog](https://github.com/istanbuljs/nyc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/istanbuljs/nyc/compare/v12.0.1...v13.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-29 02:52:12 -04:00
dependabot[bot]andchris48s 16d415769f Bump babel-eslint from 8.2.6 to 9.0.0 (#1991)
Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 8.2.6 to 9.0.0.
- [Release notes](https://github.com/babel/babel-eslint/releases)
- [Commits](https://github.com/babel/babel-eslint/compare/v8.2.6...v9.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-28 22:45:23 +01:00
Paul MelnikowandGitHub 5bc26eaacf Use Joi 13.6.0 on the servers (#1989)
Ref: #1988
2018-08-28 15:16:14 -04:00
chris48sandGitHub e294dc4edc refactor [circleci] integration (#1927)
* refactor [circleci] integration
2018-08-28 15:49:43 +01:00
Y0hy0handPaul Melnikow edea36dd10 [elm-package] Fix elm package service (#1986) 2018-08-28 10:25:58 -04:00
Paul MelnikowandGitHub 64d325b002 Reduce boilerplate in a few more service testers [cdnjs continuousphp node shippable wercker gem] (#1957)
Follow up to #1934.
2018-08-27 16:36:35 -04:00
Paul MelnikowandGitHub bedba47d77 Move legacy services from server.js into services/ (#1958)
This builds on the work of #1931 by moving the legacy services into `services/`.
2018-08-27 13:29:54 -04:00
dependabot[bot]andchris48s f3037c5e15 Bump glob from 7.1.2 to 7.1.3 (#1981)
Bumps [glob](https://github.com/isaacs/node-glob) from 7.1.2 to 7.1.3.
- [Release notes](https://github.com/isaacs/node-glob/releases)
- [Changelog](https://github.com/isaacs/node-glob/blob/master/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v7.1.2...v7.1.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-27 17:09:41 +01:00
dependabot[bot]andchris48s 6b3d1ab010 Bump concurrently from 3.6.1 to 4.0.1 (#1980)
Bumps [concurrently](https://github.com/kimmobrunfeldt/concurrently) from 3.6.1 to 4.0.1.
- [Release notes](https://github.com/kimmobrunfeldt/concurrently/releases)
- [Commits](https://github.com/kimmobrunfeldt/concurrently/compare/3.6.1...v4.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-27 17:04:46 +01:00
Paul MelnikowandGitHub 302c8606ff Rewrite [pypi]; affects [npm] (#1922) 2018-08-27 07:46:06 -04:00
tooommandPaul Melnikow 78bb890b52 danger: highlight service in msg (#1928) 2018-08-26 16:16:21 -04:00
Nicco KunzmannandPyves 504b68ef13 Make wercker preview badge static (#1974) 2018-08-26 15:40:24 +01:00
PyvesandGitHub f377443585 Fixed Chrome Web Store examples (#1976) 2018-08-26 09:21:17 +01:00
Nicco KunzmannandPyves ed85e1cb12 Clarify what is used to run the specific tests (#1973) 2018-08-26 09:12:40 +01:00
Nicco KunzmannandMarcin Mielnicki 9428c20418 danger: help users to write server tests (#1970)
* danger: help users to write server tests

- fixes https://github.com/badges/shields/issues/1968
- adds the desired notice

* add trailing comma

https://circleci.com/gh/badges/shields/11866?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link
2018-08-25 17:55:02 +02:00
PyvesandGitHub ddb3bf4256 Fixed libraries.io error handling (#1964) 2018-08-24 18:32:28 +01:00