piekar294
d7a52f3228
Make shippable preview bagde static ( #2230 )
2018-10-30 18:17:28 +00:00
Tagan Hoyle
b6c851a377
Refactor [Requires]IO ( #2220 )
2018-10-28 16:19:39 +00:00
Paul Melnikow
e66d92f835
Add some error messages for the developer when .service.js is malformed ( #1894 )
...
Add some error messages for the developer when .service.js is malformed
When loading `.service.js` files which don’t contain services, such as when the export is forgotten, print helpful error messages. This will only occur during development; the unit tests will catch these problems well before code reaches the server.
2018-10-28 15:58:38 +00:00
chris48s
87524976c9
upgrade to Joi 14; affects [elm-package jetbrains npmversion pypi vaadin-directory dynamic-xml] ( #2221 )
...
* upgrade to Joi 14
Joi 14 throws an exception on regexes which use the `g` flag
see https://github.com/hapijs/joi/issues/1615
semver-regex uses the `g` flag
https://github.com/sindresorhus/semver-regex/blob/master/index.js
so in order to upgrade Joi, I've swapped out semver-regex
We'll use joi-extension-semver for semver validation now
* use isVPlusDottedVersionNClauses in jetbrains tests
some of these projects use version numbers like
v1.7 or
v3.0.0.141
2018-10-28 15:56:19 +00:00
Paul Melnikow
6e51178e73
Make more consistent use of async/await ( #2219 )
...
In #2028 I suggested that we update as much of the code as possible to make consistent use of async await. This snags a bunch of the utility code and attempts to do that.
2018-10-28 11:34:47 -04:00
Tagan Hoyle
60592b8547
Refactor [Wordpress] Service ( #2152 )
2018-10-27 11:59:43 +01:00
Thomas Démoulins
979a34b831
#2082 Rename VSTS into Azure DevOps + update its documentation ( #2206 )
2018-10-27 09:54:31 +01:00
Tagan Hoyle
6e8c71b01b
Refactor [Swagger] Service ( #2215 )
2018-10-27 09:30:26 +01:00
chris48s
b866089c64
allow badge maxAge to be set by category; affects [discord] ( #2205 )
...
* allow badge maxAge to be set by category
* override default cache length for [discord]
* update maxAge docs
2018-10-26 20:08:02 +01:00
Pierre-Yves B
99ec8fa239
[eclipse-marketplace] License badge ( #2212 )
2018-10-25 20:53:34 +01:00
chris48s
744ef16009
refactor [depfu] service ( #2204 )
2018-10-23 18:24:14 +01:00
Pierre-Yves B
efb40fe4c0
Static Code Climate examples ( #2201 )
2018-10-23 18:12:29 +01:00
chris48s
8ee2701836
refactor [hexpm] service ( #2203 )
2018-10-23 18:06:57 +01:00
chris48s
aeceb283d8
switch [powershellgallery] to use temp url ( #2189 )
2018-10-23 18:03:50 +01:00
Lentil Sun
88f10f8079
Fix: colorB override not working for Github Stars ( #2171 )
2018-10-21 14:33:12 +01:00
piekar294
6c09bc0998
add tests for [cookbook] service ( #2197 )
2018-10-21 14:21:09 +01:00
Przemo Nowaczyk
95f1b50194
test "static" gitter service behaviour ( #2199 )
2018-10-20 21:32:40 +02:00
Przemo Nowaczyk
6f589a789a
[ctan] refactor service ( #2194 )
...
* refactor ctan service
* fix service title
* prettier
* add single license test
* move example code to service
2018-10-20 14:51:25 +02:00
Ted Janeczko
a6fe16c5d1
Add support for private [npm] packages ( #2187 )
2018-10-20 08:06:36 +01:00
chris48s
32b123671c
refactor [ansible] role service ( #2158 )
2018-10-19 19:23:41 +01:00
Przemo Nowaczyk
999a24320e
[ctan] add tests ( #2191 )
...
* add ctan tests
* prettier
2018-10-19 11:35:19 +02:00
Jowita Mielnicka
204680ec0a
lightgrey color in build-unknown scrutinizer ( #2172 )
2018-10-15 21:50:30 +01:00
Jowita Mielnicka
9b6ba776f0
[bintray] test ( #2175 )
2018-10-14 20:55:04 +01:00
Jowita Mielnicka
584fc99f54
[beerpay] test ( #2174 )
2018-10-14 19:49:26 +01:00
Jowita Mielnicka
fb6e91c3b2
standardize label on [cpan] license badge ( #2173 )
2018-10-14 19:31:47 +01:00
Jowita Mielnicka
89ff0687af
standardize label on [bower] license badge ( #2168 )
2018-10-14 19:28:54 +01:00
Pyves
16dc2ec3a9
[Jenkins] coverage badges rewrite ( #2154 )
2018-10-11 21:42:47 +01:00
Tagan Hoyle
74b6c4a700
Add [Steam] Service ( #2140 )
...
* Add Steam Service
2018-10-11 09:04:17 +13:00
chris48s
a74db34853
Allow [GitHub] tag badge to sort by date ( #2157 )
...
* add test for tag-pre
* support /releases-pre (but also allow /all for BC)
* allow GH tags to be sorted by date instead of semver
* fix license badge
2018-10-08 18:29:02 +01:00
chris48s
7ea540d3c6
refactor arch user repositories [aur] service ( #2086 )
2018-10-06 16:51:15 +01:00
chris48s
dea6df0ded
bring back the [PyPI] downloads badges ( #2131 )
2018-10-06 16:38:41 +01:00
Marcin Mielnicki
1d18e1048f
bugfix: [CircleCI] uses 'github' as a default VCS ( #2137 )
...
* Circle CI uses 'github' as a default VCS
* Prettier code
2018-10-05 22:46:51 +01:00
Sven Schoenung
c058dbdcd9
Fix: keywords missing from prepared examples ( #2143 )
2018-10-03 19:08:05 +01:00
chris48s
362db466bb
update service tests tutorial ( #2075 )
...
* update service tests tutorial
* re-order and re-name tests for clarity
* update documentation examples
* extract boilerplate for testing colours
2018-10-01 20:53:04 +01:00
chris48s
ebe0c71488
require exampleUrl and urlPattern if using staticExample ( #2132 )
2018-10-01 20:48:05 +01:00
Marcin Mielnicki
4ccd6bf4dc
[Dub] downloads badge with available version ( #2129 )
...
* Service test for DUB tests the newset version
* Working example of the DUB downloads badge with version
2018-10-01 18:10:43 +02:00
Sven Schoenung
787ab36b6f
Add [JenkinsPluginInstalls] service ( #2125 )
2018-09-30 21:57:53 +01:00
chris48s
264f5e39dc
refactor [discord] service ( #2107 )
2018-09-28 21:00:21 +01:00
chris48s
4f47cb348f
fixes to [wercker] badge ( #2103 )
...
- Fix case where app/branch exists but has no builds or CI runs
- Fix aplicationId/branch regex case
- Issue #2076 :
- `ci/{projectId}` reports the result of a CI run
- `build/{applicationName}` reports the result of a build
- `ci/{applicationName}` reports the result of a _build_
(but isn't documented anywhere) for "backwards compatibility"
2018-09-27 18:47:10 +01:00
Pyves
8e963459cd
Deprecated libscore ( #2105 )
2018-09-22 12:28:54 +01:00
Pyves
a4bec27771
Fixed [Codacy] coverage examples and improved unknown coverage handling ( #2102 )
2018-09-21 22:49:35 +01:00
Sam Harwell
ca69099389
Support [nuget myget] packages using SemVer 2 ( #2098 )
...
Support NuGet packages using SemVer 2
Fixes #1044
2018-09-20 20:18:30 +01:00
chris48s
d143cac0d7
improve [appveyor] error handling ( #2085 )
2018-09-18 09:07:20 +01:00
Eugene Zhlobo
c8593c77c4
Handle CircleCI urls with token correctly ( #2087 )
2018-09-18 09:03:00 +01:00
Pyves
006710e16d
Fixed [Codacy] badges ( #2066 )
2018-09-10 20:32:49 +01:00
Thomas Démoulins
2c04a63dc3
Support VSTS badges on newly created build definitions ( #2065 )
2018-09-10 19:30:47 +01:00
Pyves
3e69873930
[aur packagist php-eye travis vaadin-directory github david jitpack twitter] Enforced lowercase badge labels ( #2058 )
2018-09-09 11:41:10 +01:00
Paul Melnikow
4a847d2b08
[AppVeyorTests] compact format and custom labels ( #2000 )
...
This picks up the work from #1321 on top of the work from #1940 .
It allows the user to choose a compact tests format, or to override the labels with their own text or symbols.
2018-09-08 09:27:59 -07:00
Tobias Roeddiger
a265cab354
fixed bug that prevented logo color from being changed ( #2059 )
...
closes #2057
2018-09-06 22:11:34 +01:00
Thomas Démoulins
548b509dff
[vso] Add support for VSTS releases ( #2049 )
2018-09-06 19:05:02 +01:00