Commit graph

5327 commits

Author SHA1 Message Date
Rhys Arkins
982a8edcb7 test: fix tslint 2019-05-14 12:00:50 +02:00
Johan Hillerström
88b1f0f0c1 feat(devops): Add azureAutoComplete config option (#3661) 2019-05-13 16:19:31 +02:00
Rhys Arkins
c016558ad3 fix(bundler): install bundler with —no-document 2019-05-13 15:45:52 +02:00
Rhys Arkins
9999f47bf6 fix(rubygems): throw registry-failure when failing to download 2019-05-13 15:42:24 +02:00
Renovate Bot
7f509b3dbe chore(deps): update dependency codecov to v3.4.0 2019-05-13 12:00:51 +00:00
Renovate Bot
cfcc3788b7 build(deps): update dependency pnpm to v3.3.1 2019-05-13 11:00:53 +00:00
Rhys Arkins
2ccfff5e66 fix(gitlab): detect forks
Closes #3679
2019-05-13 12:20:22 +02:00
Rhys Arkins
26f2aa47d3 fix(bundler): detect ruby constraint from Gemfile first 2019-05-13 11:54:18 +02:00
Renovate Bot
82d61fac39 build(deps): update dependency @sindresorhus/is to v0.17.0 2019-05-13 08:54:33 +00:00
Rhys Arkins
9e94b15059
tests: check lib/ and dist/ static files match (#3674) 2019-05-13 10:17:53 +02:00
Rhys Arkins
0f3103a6ab
fix: copy static files to dist (#3673)
Closes #3672
2019-05-13 09:11:03 +02:00
Rhys Arkins
0bf6e15636 fix(bundler): handle ‘ quotation marks in Gemfile 2019-05-12 21:52:44 +02:00
Rhys Arkins
ea12c6112d chore: gitignore vscode settings 2019-05-12 19:19:33 +02:00
Rhys Arkins
991f69c36b
fix(bundler): refactor rubygems.org fetching to use CDN (#3669)
Refactors fetching of dependencies from Rubygems.org to use the /versions file instead of the official API. For now this means no metadata from Rubygems, so it will be added in a future PR.

Closes #3373
2019-05-12 15:50:29 +02:00
Jamie Magee
3f604c7bcf chore: add default vscode launch configuration (#3668) 2019-05-12 15:16:54 +02:00
Renovate Bot
5a631a90c1 chore(deps): update dependency @types/node to v11.13.10 2019-05-12 07:56:53 +00:00
Renovate Bot
62c2adcb44 chore(deps): update dependency @types/jest to v24.0.12 2019-05-12 07:00:47 +00:00
renovate[bot]
a9d8ea8a4f chore(deps): update node:lts-alpine docker digest to 5f9cd51 (#3664)
chore(deps): update node:lts-alpine docker digest to 5f9cd51
2019-05-12 08:16:03 +02:00
Renovate Bot
7c1f09405c build(deps): update dependency semantic-release to v15.13.12 2019-05-12 06:00:48 +00:00
Rhys Arkins
7c3df18898 fix(migration): check automergeType is a string 2019-05-12 06:46:16 +02:00
Rhys Arkins
bc8092e7bb fix(orb): reduce caching to 15 minutes
Closes #3655
2019-05-10 21:47:10 +02:00
Renovate Bot
02682b039e build(deps): update dependency yarn to v1.16.0 2019-05-10 14:51:24 +02:00
Renovate Bot
0448052039 build(deps): update dependency luxon to v1.13.2 2019-05-10 12:00:56 +00:00
Michael Kriese
0143c20c08 feat(bitbucket-server): use default reviewers (#3647) 2019-05-10 13:28:35 +02:00
Renovate Bot
3f98d20a18 build(deps): update dependency simple-git to v1.113.0 2019-05-10 13:27:09 +02:00
Renovate Bot
84450edb66 build(deps): update dependency @sindresorhus/is to v0.16.0 2019-05-10 11:01:13 +00:00
Michael Kriese
cc9b0d2f51 test: add simple e2e test (#3651) 2019-05-10 11:57:42 +02:00
Michael Kriese
1d474e409f feat: add 60s timeout to all requests (#3641) 2019-05-10 11:54:01 +02:00
Michael Kriese
4e49c7b89b fix: disable sourcemaps (#3650) 2019-05-10 11:36:52 +02:00
Michael Kriese
e78fe7cfb7 fix: add missing file to docker image (#3652) 2019-05-09 15:37:28 +02:00
Michael Kriese
5c817b1315 fix(travis): missing file in npm package (#3649) 2019-05-09 14:39:47 +02:00
Rhys Arkins
9c1b8a3fa2 fix: yarn build as part of tests 2019-05-09 13:50:35 +02:00
Rhys Arkins
9ef224f67d build: prune travis branches 2019-05-09 13:50:21 +02:00
Rhys Arkins
f2b48c8383 feat: gitFs-only for GitLab
The gitlab platform is now implemented using gitFs over http/https. Ensure you are using a Personal Access Token with “api” scope. Remove any custom “gitFs” config option now - it will be autodetected based on the endpoint value. For most - maybe all - users, there should not be any change required at all.

Closes #3478

BREAKING CHANGE: gitlab platform is now gitFs only and requires a Personal Access Token with api scope.
2019-05-09 12:37:11 +02:00
Rhys Arkins
3c5afc2e66 docs: gitlab describe token scope 2019-05-09 12:37:11 +02:00
Michael Kriese
4570475006 feat: typescript (#3594)
Adds initial typescript support

BREAKING CHANGE: Renovate is now distributed as a "built" package on npmjs, using `dist/` instead of `lib/`. For nearly everyone, it should still just work though.
2019-05-09 12:37:11 +02:00
Rhys Arkins
d72e55e789 fix: no bump if the value is unchanged
Closes #3648
2019-05-09 11:40:23 +02:00
Rhys Arkins
daff90163e fix(travis): don’t use setTimeout 2019-05-09 10:43:17 +02:00
Rhys Arkins
971a041149 fix(validator): properly exit when done
Closes #3644 again!
2019-05-09 06:57:03 +02:00
Matt Lavin
44f8f328d1 fix(bitbucket): Close PRs when deleting branches (#3646) 2019-05-09 06:43:54 +02:00
Rhys Arkins
01b5ae2638 fix: clear timeouts before existing
Closes #3644
2019-05-08 21:02:09 +02:00
Rhys Arkins
d66529711b
feat(node): dynamically determine releases by date (#3643) 2019-05-08 11:38:42 +02:00
Rhys Arkins
37acd1a2d2
docs: update pub implementation status 2019-05-08 08:56:46 +02:00
Rhys Arkins
81f04cadb5 fix(travis): fully fixed versions and docs 2019-05-08 08:02:23 +02:00
Michael Kriese
22a8572622 fix(travis): update travis node versions (#3642) 2019-05-08 06:44:38 +02:00
Dmitry9
0a1b188c3e removed test for caching 2019-05-07 21:17:02 +02:00
Dmitry9
8497886b23 added test for caching 2019-05-07 21:17:02 +02:00
Rhys Arkins
3dead5861b datasource-cargo 2019-05-07 21:17:02 +02:00
Dmitry9
960ef9b87d feat(Cargo): cache GitHub-cratesio-index requests for 10 minutes 2019-05-07 21:17:02 +02:00
Rhys Arkins
55829d0156 feat(gitFs): cache branchExists results 2019-05-05 06:00:03 +02:00