Commit graph

1050 commits

Author SHA1 Message Date
Rhys Arkins
486f5747f6
refactor(github): vulnerability alerts warning (#9398) 2021-04-05 13:49:33 +02:00
Sergei Zharinov
147304785e
refactor(platform): Extract getRawFile method (#9404) 2021-04-05 10:24:00 +00:00
Rhys Arkins
430249d626
refactor: Renovate configuration -> Configuration (#9399) 2021-04-05 10:09:41 +00:00
Sergei Zharinov
b80e7035c5
fix(github): Don't rely on time precision in test (#9403) 2021-04-05 06:11:49 +00:00
Sergei Zharinov
3e9bfa25d3
feat(github): Time threshold for PR reopening (#9392) 2021-04-04 11:08:08 +02:00
Sergei Zharinov
6074b99152
refactor(azure): Platform-wide getJsonFile (#9379) 2021-04-03 15:38:14 +02:00
Sergei Zharinov
425dcb5099
refactor(gitea): Platform-wide getJsonFile (#9381) 2021-04-03 14:50:03 +02:00
Sergei Zharinov
83fa6cd6ff
refactor(bitbucket-server): Platform-wide getJsonFile (#9382) 2021-04-03 14:49:15 +02:00
Sergei Zharinov
5928c8eb45
refactor(github): Platform-wide getJsonFile (#9383) 2021-04-03 14:47:54 +02:00
Sergei Zharinov
3915fa6512
refactor(gitlab): Platform-wide getJsonFile (#9384) 2021-04-03 14:46:18 +02:00
Sergei Zharinov
bb17af6f6d
refactor(bitbucket): Platform-wide getJsonFile (#9380) 2021-04-03 14:43:16 +02:00
Rhys Arkins
94535d52e8
feat(github): reopen autoclosed PRs (#9305) 2021-03-30 12:07:44 +00:00
Rhys Arkins
a5e2a89817
fix: Revert "feat(github): reuse autoclosed PRs (#9300)" (#9304)
This reverts commit eb2873e22e.
2021-03-28 15:15:04 +00:00
Rhys Arkins
eb2873e22e
feat(github): reuse autoclosed PRs (#9300) 2021-03-28 11:02:15 +02:00
Alex Kvak
c9e147fcba
fix(gitlab): skipped jobs are ignored (#9247)
If GitLab pipeline has only skipped jobs — the result is yellow.
Otherwise standard rules are applied.
2021-03-25 11:20:49 +00:00
Michael Kriese
f8580a1d93
feat(gitea): filter archived autodiscover repos (#9153) 2021-03-16 10:10:18 +00:00
Rhys Arkins
3357e6333d
refactor: Object.assign -> object spread (#9076) 2021-03-11 08:03:37 +01:00
Rhys Arkins
ef2a13f4f2
fix: don’t throw repository-changed from git layer (#9032) 2021-03-08 09:02:48 +00:00
HonkingGoose
0c96aa6d2f
docs: rewrite sentence Gitea older than v1.14.0 missing required API (#8990) 2021-03-04 19:32:38 +00:00
Michael Kriese
5126d1ce11
fix(gitea): check version for addReviewers (#8980) 2021-03-04 13:30:27 +01:00
Rhys Arkins
eb8f895f2e
refactor: eslint no-negated-condition (#8973) 2021-03-04 06:21:55 +01:00
Michael Kriese
74d7691bef
refactor: optimize type usage (#8947) 2021-03-02 21:44:55 +01:00
Michael Kriese
91a7e6b660
build: remove babel (#8929) 2021-03-02 16:16:05 +00:00
Michael Kriese
91d2b4e1c5
feat: static modules (#8679)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-03-02 16:57:02 +01:00
renovate[bot]
82497046e1
chore(deps): update linters (#8927)
* chore(deps): update linters

* ignore lint error

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-03-01 21:06:29 +01:00
Rhys Arkins
399d7ea73e
refactor: platform.getPrBody -> massageMarkdown (#8787) 2021-02-28 18:19:35 +00:00
Elwyn
5fd6deee23
fix: race condition when merging Azure PR (#8821) 2021-02-28 16:21:46 +01:00
Rhys Arkins
34418825df fix(forkMode): use forkToken when changing default branch 2021-02-27 09:06:39 +01:00
Rhys Arkins
f4e9e92e77 fix(github): include name field when setting fork default branch 2021-02-27 06:42:41 +01:00
Rhys Arkins
4d349b4608
test: add missing httpMock.reset (#8836) 2021-02-24 11:31:59 +01:00
Rhys Arkins
76d0d42c9e
refactor: getQueryString (#8834) 2021-02-24 09:58:21 +01:00
Rhys Arkins
eef58e2e01 fix(github): paginate all check-runs 2021-02-22 08:48:34 +01:00
Bob van de Vijver
e1ec04ef06
fix: use small delay before posting branch status to gitlab (#8759) (#8771)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-02-20 15:00:55 +00:00
Rhys Arkins
5f7b710a4c fix(github): log token type correctly 2021-02-11 17:49:52 +01:00
Rhys Arkins
fa9031f5e9 feat(internal): expand disabled error messages
Splits REPOSITORY_DISABLED into multiple
2021-02-11 13:32:29 +01:00
Daniel Tschinder
3e2d9ca0e7
feat(bitbucket-server): Support git over ssh (#8115) 2021-02-11 11:33:57 +01:00
Taras
150092a2a5
feat(go): add support for bitbucket in go datasource (#7892) 2021-02-06 08:05:19 +01:00
Rhys Arkins
d00d1e8b5b refactor: more GlobalConfig 2021-02-05 12:43:26 +01:00
Rhys Arkins
f533962a98
feat(github): change fork default branch (#8516) 2021-02-03 15:03:44 +01:00
Rhys Arkins
e8c1b26d9c refactor(github): improve fork tests 2021-02-03 12:02:15 +01:00
Rhys Arkins
c59afaeb43 logs: log if fork default branch is different from parent 2021-01-30 11:57:14 +01:00
Rhys Arkins
3d6b142283
fix(github): support default branch rename when forking (#8469) 2021-01-30 10:31:33 +01:00
Rhys Arkins
ebb40b3adb
fix(github): pass up repo not found in init (#8355) 2021-01-19 23:07:12 +01:00
Sergei Zharinov
1a708f0368
fix(github): Paginate open and closed PR lists (#8008) 2021-01-09 17:28:09 +01:00
Elwyn
32459d313d
feat(azure): implement mergePr (#7908) 2020-12-18 09:10:09 +01:00
Michael Kriese
bc9d35d704
fix(gitlab): getBranchPr returned cached results (#8028)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-12-16 15:55:09 +01:00
Clément MATHIEU
031823197b
fix(gitlab): getJsonFile must URL encode filename (#8034) 2020-12-16 09:15:51 +01:00
Michael Kriese
2848d502b0
feat(gitea): support reviewers (#8041) 2020-12-16 08:34:09 +01:00
Michael Kriese
f900b70147
fix(gitea): replace links in issue body (#7967) 2020-12-11 21:38:33 +01:00
Rhys Arkins
00a08225b9
refactor: use ls-lint (#7956) 2020-12-11 13:29:43 +01:00