Commit graph

1203 commits

Author SHA1 Message Date
Rhys Arkins
7db49b39e4
feat: matchPackagePrefixes include packageName (#23186) 2023-07-07 07:47:04 +00:00
Rhys Arkins
d8d3ea21d3
fix: log packageRule when recommending matchDepX (#23216) 2023-07-06 13:41:29 +00:00
RahulGautamSingh
8432e76e8e
fix: replace delay with setTimeout (#23123) 2023-07-06 10:20:55 +00:00
Adam Setch
271aba2c4d
test(markdown): add example for GH issue link (#23160) 2023-07-05 08:12:11 +00:00
Michael Kriese
9bc12da2a0
fix(markdown): don't remove char before # (#23151) 2023-07-05 07:00:13 +00:00
Sebastian Poxhofer
11e30a08f6
refactor: move getChildProcessEnv to break dependency loop (#23144) 2023-07-04 20:34:08 +00:00
Sebastian Poxhofer
19259a0383 feat!: categories (#16534)
Closes #13953

Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>

BREAKING CHANGE: languages are now called categories instead
2023-07-04 19:21:52 +02:00
Rhys Arkins
c7832e55f8 feat!: remove BUILDPACK env support 2023-07-04 19:21:52 +02:00
Rhys Arkins
d059ad1feb chore: fix docker exec test 2023-07-04 19:21:52 +02:00
Rhys Arkins
e4dead2e35 feat(package-rules)!: match packageName for matchPackageNames (#22703)
Closes #20926

BREAKING CHANGE: matchPackageNames now matches both depName (existing) and packageName (new)
2023-07-04 19:21:52 +02:00
RahulGautamSingh
aa14b777c0 feat!: replace dockerImagePrefix with dockerSidecarImage (#22708)
Closes #21217

BREAKING CHANGE: dockerImagePrefix is now replaced by dockerSidecarImage
2023-07-04 19:21:52 +02:00
Rhys Arkins
e3d5f7df92 feat!: merge matchPaths and matchFiles into matchFileNames (#22406)
Closes #22395

BREAKING CHANGE: matchPaths and matchFiles are now combined into matchFileNames, supporting exact match and glob-only
2023-07-04 19:21:52 +02:00
Rhys Arkins
033d776ab0 feat(package-rules)!: remove fuzzy matchPaths matching (#22394)
BREAKING CHANGE: matchPaths will no longer use “any string match” and instead must be a glob pattern
2023-07-04 19:21:52 +02:00
Adam Setch
8b819dd272
fix(changelog): remove urls from md heading url (#23112) 2023-07-03 19:34:01 +00:00
Johannes Feichtner
4dc6d691f6
refactor(manager/gradle): ignore stdout of artifact updates via stdio convenience option (#23088) 2023-07-02 21:09:06 +00:00
Adam Setch
21f984f84b
refactor: reorder platforms alphabetically (#23077) 2023-07-01 13:48:30 +00:00
Adam Setch
db91079d6e
feat: detect bitbucket host types (#23075) 2023-07-01 12:15:00 +00:00
Adam Setch
7089d1ef2a
feat: detect bitbucket hosts (#23074) 2023-07-01 11:11:51 +00:00
Sergei Zharinov
ac114f1df0
feat: Utility class for Result values (#23059) 2023-06-30 15:48:38 +00:00
Sergei Zharinov
fd3d577a8a
feat: Schema utility for URL parsing (#23043) 2023-06-29 16:22:26 +00:00
Sergei Zharinov
756a1c9c4b
refactor(exec): More coverage fixes (#23021) 2023-06-28 13:53:49 +00:00
Sergei Zharinov
36ff13a851
refactor: Fix exec utils coverage (#23018) 2023-06-28 12:37:38 +00:00
Sergei Zharinov
ce41717678
refactor(http): Fix coverage (#23004)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-06-28 11:55:26 +02:00
Jamie Magee
2d77984e6a
refactor: override return type of JSON.parse (#23011) 2023-06-27 17:45:09 +00:00
Rhys Arkins
f017f05fbb
chore(containerbase): log details when no releases found (#23008) 2023-06-27 13:42:41 +00:00
Sergei Zharinov
53263bbfda
feat: Clone objects via wrapper (#22970) 2023-06-27 13:09:59 +00:00
Sergei Zharinov
a68cf49d43
refactor: Coverage for check-token utilities (#22996) 2023-06-27 08:27:29 +00:00
Sergei Zharinov
124d1c5afb
refactor: Sample util coverage (#22997) 2023-06-27 08:27:19 +00:00
Sergei Zharinov
4eb11d1120
fix: Sanitize utils coverage (#22995) 2023-06-27 06:53:08 +00:00
Sergei Zharinov
89c96918f9
fix: Url utils coverage (#22994) 2023-06-27 06:47:02 +00:00
Sergei Zharinov
ef6f0c7ffa
feat: Use klona library for deep clone (#22979) 2023-06-26 17:21:29 +00:00
Sergei Zharinov
11c05fc837
refactor: Default values for GlobalConfig.get (#22967) 2023-06-25 19:34:42 +00:00
Sergei Zharinov
228c6bfa32
refactor: Extract uniq utility function (#22968) 2023-06-25 17:15:00 +00:00
Sergei Zharinov
055ad40269
test: Fix coverage for decorator util (#22965) 2023-06-25 13:37:42 +00:00
RahulGautamSingh
444ea13dd5
refactor: remove string interpolations (#22840)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-06-24 09:32:50 +00:00
Nabeel Saabna
ccf5cf24ea
feat(config): add docker cli config (#22684)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-06-21 14:00:13 +00:00
RahulGautamSingh
fa6e5df805
feat(onboarding): skip processing onboarding branch (#22490)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-06-21 10:55:57 +00:00
Tobias
6c6984b220
feat(git): move git autentification via environment variables to git auth (#22821)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-06-20 19:30:39 +00:00
Sergei Zharinov
bd30baa833
feat(rubygems): API throttling for rubygems.org (#22855) 2023-06-18 13:38:21 +00:00
Rhys Arkins
0887c0cdfc
fix: use install-tool for all (#21506) 2023-06-18 10:13:32 +00:00
Victor Engmark
b9dc2f3506
test: time difference with time zone (#22782) 2023-06-16 07:46:08 +00:00
RahulGautamSingh
18c2850f20
refactor(test): use minimal config objects (#22769) 2023-06-15 04:33:56 +00:00
renovate[bot]
7aeb529fcf
chore(deps): update dependency typescript to v5.1.3 (#22641)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2023-06-13 05:46:11 +00:00
Hilário Coelho
8cc08e0660
fix(azure): go-import meta header support for Azure DevOps (#22664)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-06-11 16:58:46 +00:00
renovate[bot]
6e2279f44e
chore(deps): update dependency jest-extended to v4 (#22609)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2023-06-09 05:20:40 +00:00
RahulGautamSingh
be2a89520b
refactor: replace as assertions (#22442) 2023-06-05 19:18:30 +00:00
Sergei Zharinov
4a9f5d9394
test(endoflife): Mock time (#22575) 2023-06-04 15:06:43 +00:00
Rhys Arkins
c14e4f79e4
fix(logging): better sanitize keys (#22533) 2023-06-01 18:26:50 +00:00
Gabriel-Ladzaretti
25999bf5a4
chore(merge-confidence): update default base url (#22534) 2023-06-01 09:19:20 +00:00
Sergei Zharinov
d306bfa7d8
refactor: Rename branchFingerprint to commitFingerprint (#22454) 2023-05-27 14:29:04 +00:00