Rhys Arkins
2e6b7aea85
fix(schema): more allowedValues
2019-03-23 08:50:48 +01:00
Rhys Arkins
00f6295413
refactor(schema): default after definition
2019-03-23 08:44:18 +01:00
Rhys Arkins
e422ee0e01
refactor(schema): move ref last
2019-03-23 08:43:00 +01:00
Rhys Arkins
50fb71291f
refactor(schema): move description first
2019-03-23 08:41:08 +01:00
Rhys Arkins
82a9263d00
fix(schema): regex arrays
2019-03-23 08:27:46 +01:00
Rhys Arkins
0f38a1a33f
fix(schema): add missing subType to lists
2019-03-23 08:22:19 +01:00
Rhys Arkins
31fb0b09aa
fix(schema): don’t skip falsey default
2019-03-23 08:15:57 +01:00
Rhys Arkins
845983daef
tests: test json schema for changes ( #3435 )
2019-03-23 08:14:00 +01:00
Rhys Arkins
27d510e08a
chore: add create-json-schema command
2019-03-23 07:43:08 +01:00
Rishabh Jain
8124634b6a
feat: create json schema from definitions file ( #3425 )
...
Closes #545
2019-03-23 07:38:24 +01:00
Rhys Arkins
5c9c527f38
refactor(bundler): detect manifest errors
2019-03-23 07:10:57 +01:00
Rhys Arkins
dcc5fe2f9e
logs: log skipInstalls setting
2019-03-23 07:09:33 +01:00
Tom Kerkhove
216583e107
docs: fix developer typo ( #3428 )
2019-03-22 09:44:45 +01:00
Rhys Arkins
bd17e021e5
refactor(gradle): catch resolution errors
2019-03-22 06:27:22 +01:00
Rhys Arkins
9ac80ddd03
logs: info not warn maven temporary errors
2019-03-21 11:48:20 +01:00
Rhys Arkins
d4b300e8a2
fix(maven): add matches safety checks
2019-03-21 10:00:31 +01:00
Rhys Arkins
c26458f8f4
refactor: throw disable-gitfs error
...
Handle actions/gitfs conflict gracefully
2019-03-21 09:25:14 +01:00
Sergio Zharinov
6f7b6e42ba
feat(maven): Add support for allowedVersions ( #3421 )
...
This PR implements version matching against Maven ranges
Closes #3411
2019-03-21 08:26:17 +01:00
Renovate Bot
dbece6f617
build(deps): update dependency node-html-parser to v1.1.13
2019-03-21 08:01:42 +01:00
Renovate Bot
3399f9bed9
build(deps): update dependency js-yaml to v3.13.0
2019-03-21 07:00:57 +00:00
Rhys Arkins
5ca91ee9f6
refactor: warn if github actions / gitfs bug found
2019-03-21 07:19:43 +01:00
Rhys Arkins
42fe6f548f
fix(lerna): call bootstrap if yarn workspaces not used
2019-03-20 22:46:56 +01:00
Rhys Arkins
25dc743481
refactor: debug monorepo packages
2019-03-20 18:11:30 +01:00
Dmitry
2afeeaf2aa
fix(bazel): http_archive urls hash part update ( #3420 )
2019-03-20 17:43:25 +01:00
Rhys Arkins
88b048dfef
fix: check pr exists during pruning log
2019-03-20 16:00:46 +01:00
Rhys Arkins
5d74650195
fix(npm): handle npmrc newline characters
...
Replace \n chars with newlines in npmrc before sending to ini.parse().
Closes #3417
2019-03-20 11:50:41 +01:00
Rhys Arkins
4379c4c2ac
fix: don’t add autoclosed suffix more than once
2019-03-20 09:28:56 +01:00
Rhys Arkins
9b9604ac16
fix: pass repository-changed up from PR worker
2019-03-20 06:53:05 +01:00
Renovate Bot
8731fabea5
chore(deps): update dependency eslint to v5.15.3
2019-03-20 06:42:29 +01:00
Renovate Bot
80122b1911
build(deps): update dependency pnpm to v3.0.1
2019-03-20 06:42:12 +01:00
Rhys Arkins
07598efa37
fix: move git author logic to global worker and validate ( #3410 )
2019-03-19 17:21:19 +01:00
Rhys Arkins
006b28ec82
fix: add hex to allowed versionSchemes
2019-03-19 10:32:13 +01:00
Konstantin_Kurganov
1fc0a889fb
feat: hex versioning ( #3345 )
2019-03-19 10:11:50 +01:00
Dmitry
bc997ce82e
fix(bazel): http_archive url not updated
2019-03-19 09:57:50 +01:00
Rhys Arkins
6eec81fc49
refactor(github): log gitAuthor
2019-03-18 19:15:47 +01:00
Rishabh Jain
a6c4b88d17
tests: add test for mock lib ( #3404 )
...
- Add test for the presence of `mock` library in system
- Depends on `getPythonAlias` function
Closes #3393
2019-03-18 13:21:04 +01:00
Rhys Arkins
75608e9f6d
refactor: simpler gitAuthor log
2019-03-17 21:54:39 +01:00
Rhys Arkins
aac87e26f0
refactor(gitFs): log git author
2019-03-17 18:51:57 +01:00
Renovate Bot
ec5fd73d2e
chore(deps): update dependency eslint to v5.15.2
2019-03-17 17:00:35 +00:00
Rhys Arkins
42d0d9a766
tests: fix coverage
2019-03-17 16:56:40 +01:00
Rhys Arkins
e8215e2067
fix(maven): don’t save homepage/sourceUrl from package file
...
Closes #3400
2019-03-17 16:56:34 +01:00
Rhys Arkins
62dbd42d20
build: yarn.lock
2019-03-17 16:45:01 +01:00
Rishabh Jain
5ff5ede41c
fix: snapshot test failures on some systems ( #3397 )
...
- The function is calling python command which can be aliased to different python versions on different systems, the function depends on mock library which comes pre-installed on python v3.7+
- Add a python alias detection command which gets the correct python command which is aliased to python3.7+
Closes #3392
2019-03-17 15:54:31 +01:00
Renovate Bot
58ab148b19
build(deps): update dependency handlebars to v4.1.1
2019-03-17 13:00:41 +00:00
Rhys Arkins
102a3a5e9e
fix(maven): sort updates to same file from bottom up
2019-03-17 11:04:14 +01:00
Rhys Arkins
8bf403c411
refactor(composer): reduce warnings for lock failure
2019-03-17 10:32:31 +01:00
Rhys Arkins
e3cd9c475b
fix(gitFs): use origin base branch for branches list
2019-03-17 10:30:28 +01:00
Rhys Arkins
9e31b007b8
fix(gradle-version): always throw if error
2019-03-17 08:34:46 +01:00
Rhys Arkins
0576d4831b
fix(github): don’t throw empty for every fileList 404
2019-03-17 08:17:43 +01:00
Rhys Arkins
57b80a643e
tests: update snapshots
2019-03-17 07:42:27 +01:00