Commit graph

8651 commits

Author SHA1 Message Date
Rhys Arkins
623f2cadd9
feat: customize merge confidence host (#21061)
Co-authored-by: Gabriel-Ladzaretti <97394622+Gabriel-Ladzaretti@users.noreply.github.com>
2023-03-21 11:16:36 +00:00
Rhys Arkins
3b60c934a0
refactor: merge confidence default undefined (#21059) 2023-03-21 06:50:54 +00:00
Rhys Arkins
25e0fa2065
refactor: MergeConfidence types (#21058) 2023-03-21 07:27:36 +01:00
renovate[bot]
aebf72d496
build(deps): update opentelemetry-js monorepo (#21050)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-21 04:51:33 +00:00
Liora Milbaum
fba9013510
fix(asdf-pulumi): Extract version (#21038) 2023-03-20 05:30:37 +00:00
RahulGautamSingh
1013302e0f
refactor: exactOptionalPropertyTypes (#20761)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-03-19 16:09:46 +00:00
RahulGautamSingh
33cd2331e7
fix(platform/github): detect pr-edited if target changed (#21026)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-19 16:08:41 +00:00
RahulGautamSingh
686bff397c
refactor(test): use minimal config objects (#20773) 2023-03-19 16:03:01 +00:00
Rhys Arkins
8a12dc66fe
feat(git): use rev-list count to determine behind base status (#21036) 2023-03-19 14:37:32 +00:00
Youssef Dhraief
1292e75863
feat(manager/argocd): added support for argocd multisource (#20648) 2023-03-19 08:41:12 +00:00
Rhys Arkins
e804fda25f
refactor(git): cache list of branches per-sha per repo (#20839) 2023-03-19 08:21:28 +00:00
Nikolai Røed Kristiansen
c2fe56a126
feat(manager/helmfile): Support kustomize (#20782) 2023-03-19 08:15:15 +00:00
Sullivan SENECHAL
25c60afa8e
feat(presets): gitbeaker monorepo (#21028) 2023-03-18 18:48:26 +00:00
Rhys Arkins
cf8619aaac
chore(logs): lower lookup logging (#21027) 2023-03-18 18:44:56 +00:00
Sergei Zharinov
42b0e102e4
feat(github): Don't store updatedAt field in GraphQL cache record (#21024) 2023-03-18 14:52:01 +00:00
Rhys Arkins
1f22ed2a0e
chore: downgrade cached etag log to trace 2023-03-18 08:57:00 +01:00
Rhys Arkins
3de8d6c534
fix(auto-replace): handle missing depName or packageName values (#21005) 2023-03-17 14:06:32 +00:00
Adam Setch
e29c8ad964
fix(bitbucket): use correct case (#21002) 2023-03-17 12:13:37 +00:00
Adam Setch
5d82120bbb
feat(manager/bitbucket-pipelines): add support for docker-based pipes (#20938)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-16 12:36:59 +00:00
Michael Kriese
79cfad9324
docs(platform/bitbucket-server): add Data Center (#20980) 2023-03-16 10:09:27 +00:00
Michael Kriese
1a8088c4d6
fix: Revert "fix: Add support for PAT in Bitbucket Server. Closes #14900" (#20979) 2023-03-16 09:52:02 +00:00
​Faizaan
d739141f7d
fix: Add support for PAT in Bitbucket Server. Closes #14900 (#20974) 2023-03-16 05:50:08 +00:00
Johannes Feichtner
85834b2519
feat(manager/gradle): add support for plugins in inlined version catalogs (#20969) 2023-03-16 05:21:50 +00:00
John Daly
15c7e8dea2
fix: Prevent uninitialized cacheProxy from being accessed in cleanup (#20975) 2023-03-16 04:57:34 +00:00
Rhys Arkins
ccec42fdcf
fix(config): migrate includeForks properly (#20965) 2023-03-15 18:23:14 +00:00
Michael Kriese
1789d349bb
fix(platform/bitbucket): use uuid instead of username for issues filter (#20960) 2023-03-15 16:41:26 +00:00
Sergei Zharinov
095c84ebfd
test: Refactor tests for package cache decorator (#20958) 2023-03-15 15:37:12 +00:00
Michael Kriese
03d966c2ca
fix(manager/npm): quote yarn args (#20955) 2023-03-15 14:07:29 +00:00
Michael Kriese
62e91aff40
feat(preset): add containerbase replacements (#20941)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-03-15 11:47:10 +00:00
Rhys Arkins
25ea3d1864
fix(cache): use cached git values for branch cache (#20837) 2023-03-15 11:37:55 +00:00
Satoshi Namai
3e92cdd10a
fix(manager/gradle): drop stdout from gradlew :dependency command (#20820)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-15 10:13:06 +00:00
HonkingGoose
d54e6aa9ac
chore(replacements): improve descriptions (#20942) 2023-03-15 09:57:46 +00:00
Florian Greinacher
ca03555739
feat(presets): include replacements:all in config:base (#20933) 2023-03-15 07:26:26 +00:00
Lctrs
2e25de1211
feat(datasource): support range constraints filtering (#20842)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-15 06:12:08 +00:00
Adam Setch
8137533c94
feat(auto-replace): ability to specify global or first match from replacement rules (#20604)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-03-14 21:02:24 +00:00
Simon Eßlinger
3c5224eee4
feat: add datasource, versioning and manager for Azure Bicep resources (#20755)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-14 18:29:25 +00:00
Florian Greinacher
b74813180b
fix(presets): add k8s registry move to all replacements (#20928) 2023-03-14 18:25:12 +00:00
Rhys Arkins
d458a93356
fix: log duration after rawExec error (#20924) 2023-03-14 11:53:43 +00:00
Florian Greinacher
69c15abdcc
feat: add replacements for Kubernetes container registry move (#20898)
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2023-03-14 05:57:13 +00:00
Martin Herndl
3f5a0c04f5
feat(composer): skip path repo dependencies (#20887) 2023-03-14 05:10:30 +00:00
Maxime Brunet
7b627e3900
fix(gomod): skip updating import path for incompatible versions (#20812) 2023-03-14 05:09:15 +00:00
Adam Setch
98be25f787
feat(platform/bitbucket): add support for Bitbucket development branching model (#20860)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-03-12 12:50:54 +00:00
Adam Setch
e09153b6be
feat: support name only replacements (#20629)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-03-12 12:50:16 +00:00
Jamie Magee
1567386f50
refactor: safely parse Pipfile.lock (#20825) 2023-03-12 05:54:12 +00:00
Jamie Magee
cbbeecbefc
refactor: satisfy types for unknown arrays (#20878) 2023-03-12 05:53:06 +00:00
Jamie Magee
8b23f0ba57
refactor: safely parse decrypted config (#20879) 2023-03-12 05:52:19 +00:00
Adam Setch
06feaaabaf
docs(platform/bitbucket): update requiring implementation section (#20863) 2023-03-11 12:50:32 +00:00
Adam Setch
d760c2f4cb
docs(platform/bitbucket): update header to be consistent with other platforms (#20870) 2023-03-11 10:28:26 +00:00
Liora Milbaum
b69fcda426
feat(asdf): Support pulumi plugin (#20852) 2023-03-11 09:23:18 +00:00
RahulGautamSingh
b475231176
refactor: use satisfies (#20781) 2023-03-11 05:24:17 +00:00