Marcel
208a316c39
feat: woodpecker manager ( #17297 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-09-07 08:10:27 +03:00
HonkingGoose
82552c088a
fix(config): improve text in description field ( #17585 )
2022-09-02 14:47:07 +02:00
Rhys Arkins
9bc8b05af3
feat: http keepalives ( #17582 )
2022-09-02 12:32:34 +02:00
Michael Kriese
13574419ba
feat(http): support dns cache ( #17533 )
2022-08-31 11:49:54 +00:00
Rhys Arkins
f764f8879c
feat(config): containerbaseDir ( #17414 )
2022-08-25 15:43:06 +00:00
Gabriel-Ladzaretti
a54cc47950
feat(repo/changelogs): allow user configuration of source url ( #16873 )
2022-08-22 23:16:00 +03:00
Gabriel-Ladzaretti
039fce8dc6
refactor(repository/cache): add support for adding various cache clients ( #17146 )
...
Co-authored-by: Nabeel Saabna <48175656+nabeelsaabna@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-21 12:53:20 +00:00
Adam Setch
ca5be4be9a
feat: new branchNameStrict configuration flag ( #17216 )
2022-08-19 21:14:51 +00:00
Benjamin Appel
551a40ccab
feat(manager/dockerfile): add support for registryAliases ( #17139 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Niko Hass <nikohass571@gmail.com>
Co-authored-by: Niko Haß <48032410+nikohass@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-17 13:57:53 +00:00
Hasan Awad
4ead106f81
feat(util/template): add prettyNewMajor and prettyNewVersion field ( #16831 )
...
* initial
* expose prettyNewVersion and prettyNewMajor
* tests
* revert change
* simplify
* test naming
* documentation
* documentation
* remove wrong documentation
* expose template finction
* tests naming
* combine condition
* Update docs/usage/templates.md
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* remove unecessary nullish op
* Update docs/usage/templates.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Expose prettyVersion and prettyMajor
* documentation
* remove function and use regex
* lexographic order
* tests need fixing
* add tests
* Captial letter
* renaming and prettyNewMajor
* space
* move to upgrade interface
* use new fields where v is prepended manually
* move to interface
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-08 07:50:36 +00:00
Yun Lai
f07dcfb03a
feat: add hermit binary source ( #16259 )
2022-08-05 05:17:11 +00:00
Michael Kriese
a251fc494d
feat(platform/gitea): support native automerge ( #16885 )
...
* feat(platform/gitea): support native automerge
* Update lib/modules/platform/gitea/index.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update lib/modules/platform/gitea/index.ts
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update lib/modules/platform/gitea/index.spec.ts
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-08-02 12:29:08 +02:00
Michael Kriese
16ea835218
feat(platform/gitea): support draft PR ( #16888 )
...
* feat(platform/gitea): support draft PR
* docs: update support state
* Update docs/usage/configuration-options.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-08-02 09:47:52 +00:00
Michael Kriese
ab7ddb5e3c
feat(platform/gitea): support automergeStrategy
( #16851 )
...
* feat(platform/gitea): support `automergeStrategy`
* chore: revert change
* Update docs/usage/configuration-options.md
* Update docs/usage/configuration-options.md
2022-07-29 14:40:26 +02:00
Florian Greinacher
93c2d053a3
feat(manager/gitlabci): add support for registryAliases ( #16227 )
...
* feat(manager/gitlabci): add support for CI_REGISTRY
* fix: pass correct property
* chore: adapt tests
* docs; add documentation for the new option
* test: extend test cases
* fix: do the abc properly
* refactor: switch to using registryAliases option
* docs: mention registry variable
* style: remove extra heading
* docs: fix sentence
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* docs: move documentation to managers
* docs: fix formatting
* refactor: handle default value in function body
* refactor: remove unused function
* refactor: move registry alias handling to dockerfile manager
* style: remove unused import
* refactor: use match groups directly
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* refactor: add dockerfile manager tests
* chore: fix variable name
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-07 09:42:31 +02:00
HonkingGoose
322deea7a3
fix(config): link to configMigration
issue ( #16360 )
...
* fix(config): link to `configMigration` issue
* Update lib/config/options/index.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-01 13:45:11 +00:00
Rhys Arkins
2c787034eb
fix(config): improve config migration PR body and title ( #16355 )
2022-07-01 14:24:08 +02:00
jatladams
e1bb2581ef
feat(bitbucket-server): Support gitUrl ( #13875 )
2022-07-01 11:59:58 +02:00
Jonathan Narwold
c3fd5c2edf
feat(bundler): support conservative mode ( #16129 )
2022-07-01 08:49:23 +00:00
HonkingGoose
bfe47623f7
fix(config): update default dependencyDashboardHeader ( #16206 )
2022-06-28 02:36:22 +00:00
Gabriel-Ladzaretti
26cf208e2c
docs(core/config): Experimental feature handling ( #16183 )
2022-06-25 10:10:35 +02:00
Alan Ross-Ross
1f778166e5
feat(bumpVersion): add prerelease semver level ( #15626 )
2022-06-25 07:38:19 +02:00
Michael Kriese
cfc8b0b859
fix(config): add missing globalOnly
flags ( #16202 )
2022-06-24 11:32:41 +02:00
Tobias
3d96c7c5a1
feat(config): print hostRules when printConfig=true
( #15699 )
2022-06-23 07:39:31 +00:00
Michael Kriese
e5c6f38d75
refactor: enable strict checks ( #16168 )
...
* refactor: enable strict checks
* chore: revert changes
* chore: fix tsconfig
2022-06-21 13:00:21 +02:00
Gabriel-Ladzaretti
dd3598c5b8
feat(config/migration): migrate config with a PR ( #15122 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-06-18 12:12:31 +00:00
Brad Jorsch
ef41262f17
fix: resolve repoConfig.packageRules.extends with repo config ( #14978 )
2022-06-13 14:19:44 +00:00
Michael Kriese
208b84f4a8
fix(config): no stabillity days for vulnerability alerts ( #15993 )
2022-06-10 11:54:15 +00:00
RahulGautamSingh
996e4a6e57
feat: rename aliases to registryAliases ( #15877 )
2022-06-10 05:14:49 +00:00
Gabriel-Ladzaretti
c92f052239
feat(core/automerge): Allow a separate schedule for automerge ( #15680 )
...
* feat(core/automerge): Allow a separate schedule for automerge
- init commit
* feat(core/automerge): Allow a separate schedule for automerge
- lint ci fix
* feat(core/automerge): Allow a separate schedule for automerge
- added docs entry
* feat(core/automerge): Allow a separate schedule for automerge
- added test coverage
* feat(core/automerge): Allow a separate schedule for automerge
- config-description.ts reorder methods
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* feat(core/automerge): Allow a separate schedule for automerge
- cr changes
- revert schedule.spec.ts changes
- reset mocks in automerge.spec.ts
* feat(core/automerge): Allow a separate schedule for automerge
- cr changes
* feat(core/automerge): Allow a separate schedule for automerge
- cr changes
* Apply suggestions from code review
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* feat(core/automerge): Allow a separate schedule for automerge
- cr changes
* feat(core/automerge): Allow a separate schedule for automerge
- cr changes log update
* feat(core/automerge): Allow a separate schedule for automerge
- cr changes
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* feat(core/automerge): Allow a separate schedule for automerge
- prettier fix and test update
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-05-31 07:13:05 +02:00
Gabriel-Ladzaretti
50d9dedc6e
feat: branchPrefixOld ( #15591 )
2022-05-28 11:53:34 +00:00
Rhys Arkins
4b0102f08b
fix(gomod): default to not massaging replace statements ( #15767 )
2022-05-28 10:19:36 +02:00
Hasan Awad
5ae75f59a2
fix(config/options): handle pin digest commitMessageExtra ( #15678 )
...
handle pin digest commit message
2022-05-22 15:51:28 +02:00
Maron
0cf2ab4823
feat: refactor requireConfig option ( #15594 )
2022-05-18 10:21:51 +00:00
Michael Kriese
8c20872ee2
fix(config): unicodeEmoji
is a global only option ( #15631 )
2022-05-18 11:32:27 +02:00
Mikhail Advani
114e6da927
fix(python): remove default versioning ( #15447 )
2022-05-05 12:56:16 +02:00
Rhys Arkins
e79813d32e
feat: gomodNoMassage ( #15462 )
2022-05-05 11:33:50 +02:00
HonkingGoose
01d3465291
fix(matchUpdateTypes): improve config option description ( #15371 )
2022-04-29 12:52:22 +02:00
Hasan Awad
e0053be5d6
fix(process/lookup): pinDigest update type ( #14658 )
2022-04-29 09:49:15 +02:00
StinkyLord
50d23e6576
feat(config): add configErrorIssue to suppressNotifications to disable issues on config failure ( #15296 )
2022-04-28 14:54:49 +02:00
HonkingGoose
a0b8783e7b
fix(useBaseBranchConfig): improve description text ( #15339 )
2022-04-27 16:14:31 +00:00
Michael Kriese
982cefff2b
refactor(config): strict null checks ( #15291 )
...
* refactor(config): strict null checks
* chore: fix test
2022-04-24 22:48:54 +00:00
HonkingGoose
4ff728d72c
fix: improve descriptions for config options ( #15217 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-23 17:17:16 +00:00
Parvesh Chaudhary
6ea48d19e3
feat: pruneBranchAfterAutomerge ( #15126 )
2022-04-23 09:48:23 +00:00
Rhys Arkins
5f1f104d65
fix(git): remove default gitTimeout ( #15200 )
2022-04-20 22:33:36 +02:00
HonkingGoose
a8930b7256
chore(gitTimeOut): improve description ( #15180 )
2022-04-19 21:51:20 +02:00
Hasan Awad
9270ebad80
feat: add git timeout ( #14914 )
2022-04-17 18:12:42 +01:00
Alex Kessock
37d3b1da7c
feat: Add configuration option githubTokenWarn ( #14902 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-13 16:03:05 +00:00
MaronHatoum
3e312fd641
feat: refactor dry-run option ( #14849 )
...
* feat : added dryRun new behavior + added more migration
* feat : revert extra space
* feat : revert extra code
* feat : added unit tests
* feat : added unit tests
* feat : removed extra tests + removed unnecessary condition
* feat: changes after CR
* feat: added dry run migration cli and env + unit tests
* Update lib/workers/global/config/parse/cli.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* feat: migration changes + added logs + added unit test
* feat: removed log msgs + change unit test
* feat: update
* feat: update
* Update lib/workers/global/config/parse/cli.ts
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-11 20:29:02 +00:00
HonkingGoose
3e910bb4a3
fix: set mergeable
=false
for ignorePaths
config option ( #14946 )
2022-04-10 09:07:37 +02:00