Commit graph

3299 commits

Author SHA1 Message Date
Rhys Arkins
69a7ff697c refactor(composer): better variable names 2018-09-10 15:32:41 +02:00
Rhys Arkins
9fb98db3f5 tests: fix coverage 2018-09-10 15:32:03 +02:00
Rhys Arkins
8f5fb582cb feat: platform.getRepoStatus 2018-09-10 14:01:56 +02:00
Rhys Arkins
f679e79565 refactor(gitfs): rename repoDir to cwd 2018-09-10 13:55:44 +02:00
Rhys Arkins
7109efd0aa fix(gitfs): restore remote prune origin during fetch 2018-09-10 12:19:25 +02:00
Rhys Arkins
9354b5e36c fix(gitfs): add try/catch around deleteBranch 2018-09-10 12:04:27 +02:00
Rhys Arkins
a4107b44c6 fix(gitfs): reset local branches after fetch 2018-09-10 11:59:17 +02:00
Rhys Arkins
085ce43a47 refactor(gitfs): determineBaseBranch 2018-09-10 11:49:26 +02:00
Rhys Arkins
34bb649b39 fix(gitfs): force delete local branch 2018-09-10 11:26:58 +02:00
Rhys Arkins
b20dde2d53 fix: handle grouped monorepo lockFileMaintenance branches 2018-09-10 09:48:20 +02:00
Rhys Arkins
11c6be8fba refactor: deprecate copyLocalLibs
This can/should be enabled by default now.
2018-09-10 09:38:03 +02:00
sharkykh
43d8c7065a docs: update node links and fix invalid example (#2495)
- Update old `/language-support/node` links
- Fix invalid example config for `automergeComment`
2018-09-10 05:40:25 +02:00
Renovate Bot
71c7dfdd49 build(deps): update dependency pnpm to v2.15.1 2018-09-09 20:14:31 +00:00
Rhys Arkins
1d5de52610 refactor: gitlab pro footer 2018-09-09 07:38:12 +02:00
Rhys Arkins
69ddb156c2 fix(gitfs): prune local branches after fetch
Closes #2490
2018-09-08 17:02:02 +02:00
Rhys Arkins
2e01d4247c fix(gitfs): fetch prune
Closes #2489
2018-09-08 10:09:51 +02:00
Rhys Arkins
ccffdaf712 fix: throw error up if no disk space 2018-09-08 07:16:05 +02:00
Renovate Bot
856add1178 build(deps): update dependency semantic-release to v15.9.14 2018-09-08 06:47:30 +02:00
Rhys Arkins
543e11751b fix: don’t cache scoped packages 2018-09-08 06:11:06 +02:00
Rhys Arkins
55ded1cae1 fix(gitfs): better git dir detection 2018-09-07 21:46:31 +02:00
Renovate Bot
01acb25361 build(deps): update dependency semantic-release to v15.9.13 2018-09-07 16:41:54 +00:00
Renovate Bot
a0f1d57ebe build(deps): update dependency commander to v2.18.0 2018-09-07 13:28:15 +00:00
Rhys Arkins
005dab5bcf feat: cache npm results 2018-09-07 14:40:55 +02:00
Rhys Arkins
832706f0d4 tests: skip gitfs.fetch 2018-09-07 13:52:23 +02:00
Rhys Arkins
6190d990c2 fix(gitfs): set new remote before fetching 2018-09-07 13:31:04 +02:00
Renovate Bot
266866d90e chore(deps): update dependency eslint-plugin-promise to v4.0.1 2018-09-07 10:08:45 +00:00
Rhys Arkins
bc40c98f95 fix: check depName before matching 2018-09-07 10:23:40 +02:00
Rhys Arkins
3bd895a2d9 tests: add flatten test 2018-09-07 09:57:29 +02:00
Rhys Arkins
7faed2050d tests: update flatten test 2018-09-07 09:27:01 +02:00
Rhys Arkins
81818195b7 refactor: separate lockFileMaintenance per-package file
Closes #2464
2018-09-07 09:26:43 +02:00
Rhys Arkins
4d803d9c40 tests: fix flatten test 2018-09-07 09:13:30 +02:00
Rhys Arkins
f9a09d9722 tests: fix appMode test 2018-09-07 09:05:59 +02:00
Rhys Arkins
74b34cda93 chore: move updateTypes def 2018-09-07 08:44:58 +02:00
Rhys Arkins
6ed4b80bd9 fix: update languageList in manager 2018-09-07 08:44:31 +02:00
Rhys Arkins
e5e303f46f logs: fix branches debug 2018-09-07 08:44:20 +02:00
Rhys Arkins
9fa3ea4e90 refactor: appMode 2018-09-07 06:28:07 +02:00
Renovate Bot
febcc825e3 chore(deps): update node:8.11.4 docker digest to 1c38d9 2018-09-07 06:18:42 +02:00
Rhys Arkins
280c98e243 fix(gitfs): appMode x-access-token 2018-09-06 19:44:36 +02:00
Rhys Arkins
eb61280fe8 fix(github): throw platform error for ETIMEDOUT 2018-09-06 11:30:08 +02:00
Rhys Arkins
73df75d0c0 feat(gitfs): reuse cloned git directory
Closes #2430
2018-09-05 21:51:39 +02:00
Rhys Arkins
bdd30bb2a5 logs: less info 2018-09-05 20:50:13 +02:00
Renovate Bot
920a8dbe60 chore(deps): update dependency jest-silent-reporter to v0.1.1 2018-09-05 16:01:57 +00:00
Rhys Arkins
c4f67cf077 refactor: measure git clone time 2018-09-05 16:03:14 +02:00
Rhys Arkins
1d16040905 chore: package.json ordering 2018-09-05 16:02:38 +02:00
Rhys Arkins
88c6a48b2a logs: less debug 2018-09-05 15:04:18 +02:00
Rhys Arkins
e2b8cef040 refactor: gitFs configuration option
Adds configuration option gitFs for git-based file operations.
2018-09-05 14:46:36 +02:00
Rhys Arkins
2e78f515d1 logs: lower debug 2018-09-05 14:45:52 +02:00
Renovate Bot
5256fd0c2a chore(deps): update node:8.11.4 docker digest to 338284 2018-09-05 14:41:22 +02:00
Rhys Arkins
bf3f086240 refactor: clear stats only if more than one request 2018-09-05 14:19:03 +02:00
Rhys Arkins
4539487d26 refactor: less logging 2018-09-05 14:18:31 +02:00