Michael Kriese
e6e121e7b7
refactor(test): convert to ts ( #4945 )
2019-12-09 14:42:55 +03:00
Michael Kriese
ffd28d7aec
fix(typescript): convert workers/pr/body to ts ( #4938 )
2019-12-06 15:41:59 +01:00
Rhys Arkins
2adad0dae6
fix: drop configurable appName ( #4931 )
2019-12-05 11:55:14 +01:00
Rhys Arkins
1c33d1c101
fix: drop appSlug configurability ( #4930 )
2019-12-05 10:45:28 +01:00
Rhys Arkins
c7e129cdf6
feat: configurable product links ( #4929 )
2019-12-05 10:27:29 +01:00
Rhys Arkins
68c5684b89
feat(onboarding): configurable branch and title ( #4928 )
...
Adds options onboardingBranch and onboardingPrTitle to allow bot administrators to change the branch name and/or title in oboarding PRs.
2019-12-05 09:39:39 +01:00
Rhys Arkins
5ad362fb21
fix: Revert "fix: refactor appStrings imports"
...
This reverts commit aec281840b
.
2019-12-04 16:44:04 +01:00
Rhys Arkins
aec281840b
fix: refactor appStrings imports
2019-12-04 16:18:37 +01:00
Rhys Arkins
6091dd7146
refactor: split PR body generation into modules
2019-12-04 06:40:39 +01:00
Michael Kriese
c49c884bae
fix(typescript): convert workers/pr/changelog to ts ( #4888 )
2019-12-04 04:29:27 +01:00
Rhys Arkins
15dd304b97
fix: rangeStrategy fall back to bump if no lockfile
2019-11-29 20:05:49 +01:00
Jamie Magee
ae2f0f7c84
feat: Initial support for git submodules ( #4605 )
2019-11-28 20:04:54 +01:00
Michael Kriese
f0d4995fda
fix(eslint): '@typescript-eslint/explicit-function-return-… ( #4872 )
2019-11-26 16:13:07 +01:00
Michael Kriese
d210191fec
fix(typescript): convert workers/global to ts ( #4883 )
2019-11-26 14:05:24 +01:00
Rhys Arkins
8d0aa39920
refactor(eslint): '@typescript-eslint/explicit-function-return-type' improvements
2019-11-24 08:43:24 +01:00
Christian Franke
c7854cd0a5
feat(schedule): Support month (M) in schedules ( #4832 )
...
Fixes : #4831
2019-11-24 07:28:44 +01:00
Rhys Arkins
473b7e1f4b
refactor(eslint): enable @typescript-eslint/no-use-before-define
2019-11-24 05:09:13 +01:00
Rhys Arkins
71b25d5deb
fix: use managerConfig correctly ( #4864 )
...
Fixes a bug where the manager config was not being passed through correctly.
2019-11-23 20:44:21 +01:00
Rhys Arkins
a1c023fe09
fix: respect latest even if range includes some post-latest versions ( #4801 )
2019-11-10 22:42:47 +01:00
Simon Rüegg
72c52f2326
fix(file-manager) Use correct manager config for fileMatch ( #4778 )
...
Otherwise the language overwrites won't be merged correctly.
Signed-off-by: Simon Rüegg <simon.ruegg@vshn.ch>
2019-11-09 15:03:17 +01:00
Michael Kriese
2a4de19c77
feat(worker): convert 'branch' to typescript ( #4449 )
...
Co-Authored-By: Jamie Magee <JamieMagee@users.noreply.github.com>
2019-10-18 14:30:51 +02:00
Tomáš Markacz
adf707feea
fix(branch): fix PR creation not pending for GitLab ( #4664 )
...
When using GitLab, branch status can have status `created` which should
be interpreted as pending for PR creation configuration option.
2019-10-16 18:10:29 +02:00
Daniel Cassidy
35c347428b
fix(pin): avoid pinning deprecated version ( #4609 )
2019-10-14 13:23:49 +02:00
Julien SIMON
d1e7c17f25
feat: prCommitsPerRunLimit ( #4392 )
2019-10-14 13:15:37 +02:00
renovate[bot]
dcc9c559b6
build(deps): update dependency cacache to v13 ( #4599 )
2019-10-08 08:51:07 +02:00
Rhys Arkins
f6eb83ce86
fix: return one version for vulnerability alerts
2019-10-06 11:13:49 +02:00
Florian Greinacher
53fc7d8a3e
feat(gitlab): add support for 'merge when pipeline succeeds' ( #4558 )
...
This commit adds (back) support for GitLab's 'merge when pipeline succeeds'
feature. This feature needs to be enabled by bot owners explicitely because
of an possible race condition in current GitLab versions.
Closes #3265
2019-10-05 10:00:32 +02:00
Michael Kriese
e733f759f1
feat(worker): convert 'repository/onboarding' to typescript ( #4433 )
2019-10-04 09:36:07 +02:00
Jamie Magee
0c538ebf78
feat(emoji): Adds support for configuring emoji types ( #4409 )
2019-09-25 11:40:16 +02:00
Michael Kriese
30c4e1aee9
fix(worker): fix wrong status check ( #4534 )
2019-09-24 08:54:34 +02:00
Zach Willard
cb277ce44a
feat(config): use onboardingConfig when rebasing onboarding PR ( #4510 )
2019-09-22 10:13:35 +02:00
Gilbert Gilb's
af3cd372aa
feat(workers): add option to randomize assignees and reviewers. ( #4517 )
...
Closes #4516
2019-09-22 09:19:26 +02:00
Michael Kriese
331863d211
feat(platform): remove global platform variable ( #4455 )
2019-09-10 09:50:29 +02:00
Rhys Arkins
a32c8f4ccc
fix: Revert "feat(platform): remove global platform variable ( #4448 )"
...
This reverts commit b5c9dc8e0b
.
2019-09-09 06:55:30 +02:00
Michael Kriese
b5c9dc8e0b
feat(platform): remove global platform variable ( #4448 )
2019-09-09 04:40:52 +02:00
Rhys Arkins
95d54baf83
feat: centralized sanitation ( #4446 )
...
Adds a sanitize function to host-rules that redacts tokens and passwords from issues and PRs.
Closes #4444
2019-09-07 14:51:00 +02:00
Rhys Arkins
ab12ac9a98
fix: remove artifact error content from PR comments
2019-09-06 22:50:00 +02:00
Michael Kriese
79f72f0b5d
chore: move clone to utils ( #4434 )
2019-09-06 06:48:25 +02:00
Michael Kriese
e1b827a1b5
fix(worker): branchName should be string ( #4432 )
2019-09-05 09:09:56 +02:00
Herbert Ng
f103297b2f
feat: add prPriority to config ( #4401 )
2019-09-03 15:52:53 +02:00
Michael Kriese
4f0d87e3a3
feat(worker): convert parts to typescript ( #4388 )
2019-09-03 07:25:32 +02:00
Rhys Arkins
9ab4b5d4e9
feat: refactor pr.canRebase => !pr.isModified ( #4385 )
2019-08-29 10:30:17 +02:00
Rhys Arkins
1819608ce0
refactor(changelog): fetch release list independently ( #4398 )
2019-08-29 08:21:17 +02:00
Michael Kriese
88892abb56
fix: typescript types ( #4393 )
2019-08-28 09:00:08 +02:00
Rhys Arkins
c4e812a2c9
docs: update docs and app references
2019-08-27 13:11:25 +02:00
IKEDA Sho
4b730e5001
fix(changelog): Support Maven style tag format ( #4368 )
...
A follow-up to #4246 which was insufficient.
2019-08-26 10:39:05 +02:00
Rhys Arkins
e6b1d67efb
feat: stabilityDays ( #4372 )
2019-08-26 10:32:59 +02:00
Rhys Arkins
fdf93d0c4f
test: fix setUnpublishable return value
2019-08-26 08:57:52 +02:00
Rhys Arkins
3342a6c09b
refactor: status check
2019-08-26 07:58:41 +02:00
Rhys Arkins
c79f56c1dd
fix(master-issue): add pending section
2019-08-26 07:58:08 +02:00