Commit graph

13209 commits

Author SHA1 Message Date
renovate[bot]
9f0195443f
chore(deps): update dependency eslint to v8.18.0 (#16228)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-24 21:29:59 +00:00
renovate[bot]
037ed81544
chore(deps): update dependency typescript to v4.7.4 (#16226)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-24 18:42:52 +00:00
renovate[bot]
a1b1574286
chore(deps): update dependency @types/jest to v28.1.2 (#16221)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-24 12:30:49 +00:00
HonkingGoose
146512ba93
docs(self-hosted config): improve unicodeEmoji section (#16219) 2022-06-24 13:07:58 +02:00
HonkingGoose
9d35b9df07
docs(nuget): rewrite readme (#16179) 2022-06-24 12:42:07 +02:00
Michael Kriese
cfc8b0b859
fix(config): add missing globalOnly flags (#16202) 2022-06-24 11:32:41 +02:00
Rhys Arkins
54c35dbbd4
fix(config): apply secrets to global hostRules (#16217)
* fix(config): apply secrets to global hostRules

Closes #16215

* fix import ordering

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-24 08:21:08 +00:00
Sergei Zharinov
9c51ff6733
feat(manager/helm): make change log url retrieval more flexible (#16210)
* feat(helm): improve fallback on sourceUrl selection

* fix(helm): use home and source from latest release

instead of the first. Otherwise those fields can't be ever changed.

* test(helm): test charts with no home metadata

* test(helm): test releases semver sorting

* fix(helm): select last release by semver

* Apply suggestions from code review

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>

* fix(type): make homeMatch keys optional

* Fixes

Co-authored-by: Stefano Zaninetta <stefano.zaninetta@nagra.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-24 10:07:34 +02:00
Karl-Johan Grahn
29a272c78f
feat(helm-manager): allow either tag or version for images in helm charts (#16058)
* update

Allow either tag or version for images in helm charts

* undo

* lint

* undo

* exports

* rewrite

* add spaces for lint

* chore: prettier fix

Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-23 17:36:01 +00:00
Gabriel-Ladzaretti
ee52021a9d
fix(core/dashboard): GitHub error "maximum is 65536 characters" (#16208) 2022-06-23 16:25:55 +02:00
renovate[bot]
84228b1b12
chore(deps): update dependency prettier to v2.7.1 (#16205)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-23 12:51:57 +00:00
HonkingGoose
9b5d90feea
fix(node): update node.js schedule (#16201) 2022-06-23 10:44:06 +00:00
Tobias
3d96c7c5a1
feat(config): print hostRules when printConfig=true (#15699) 2022-06-23 07:39:31 +00:00
Sergei Zharinov
bce8dcc4e4
fix(github): Correct submodule updates for platformCommit=true (#16198) 2022-06-23 09:07:43 +02:00
renovate[bot]
d727a4da95
chore(deps): update github/codeql-action action to v2.1.14 (#16195)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-23 00:43:01 +00:00
renovate[bot]
4b40d0a338
chore(deps): update dependency @types/semver to v7.3.10 (#16190)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 21:52:21 +00:00
renovate[bot]
7f474f720e
chore(deps): update dependency @actions/core to v1.9.0 (#16191)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 21:39:58 +00:00
renovate[bot]
713f0f955e
chore(deps): update dependency @types/node to v16.11.41 (#16187)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 18:35:52 +00:00
renovate[bot]
8595079ce9
chore(deps): update node.js to 5635fa6 (#16186)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 18:22:24 +00:00
Johannes Feichtner
b9a400aa9f
feat(gradle): add interpolation for local name variable in registry URL (#16136) 2022-06-22 11:10:34 +00:00
HonkingGoose
dca5f9d11b
docs(docker): rewrite GCR/GAR section (#16180) 2022-06-22 10:37:26 +00:00
Michael Kriese
aeec0f411e
chore: enforce ts as cast (#16164) 2022-06-22 10:20:34 +00:00
Rhys Arkins
07b98a90ff
chore: improve/lower extract logging (#16181) 2022-06-22 12:06:22 +02:00
Sergei Zharinov
dc34060ced
fix(onboarding): warnings for external host errors (#15587)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-06-22 09:56:55 +00:00
Stéphane Goetz
8ce54366e1
docs: Add note about allowPostUpgradeCommandTemplating to postUpgradeTasks (#15439) 2022-06-22 11:37:01 +02:00
HonkingGoose
bf2c14a53e
ci(prettier): use cache option (#16110)
* ci(prettier): use cache option

* Fix caching for the lint command

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>

* Revert to yarn.lock from main

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-22 11:16:08 +02:00
Tobias
890ec81972
docs: Add instructions for setting up Google Container/Artifact Registry authentication (#16160) 2022-06-22 10:31:06 +02:00
Jason Bedard
8901e724f3
feat(bazel): add "maybe" macro support (#16003) 2022-06-22 06:16:43 +00:00
Gabriel-Ladzaretti
e46af63184
fix(onboarding): Avoid workarounds descriptions in onboarding PRs (#16175) 2022-06-22 02:19:15 +00:00
renovate[bot]
7dce99a91b
chore(deps): update dependency nock to v13.2.7 (#16178)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 01:15:36 +00:00
renovate[bot]
1b6e16dd22
chore(deps): update dependency @types/node to v16.11.40 (#16177)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 01:03:52 +00:00
renovate[bot]
f023e59d88
chore(deps): update dependency ts-jest to v28.0.5 (#16162)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-21 14:50:11 +00:00
renovate[bot]
a5221f3586
chore(deps): update github/codeql-action action to v2.1.13 (#16169)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-21 14:37:27 +00:00
renovate[bot]
49e5aa5b69
chore(deps): update linters to v5.28.0 (#16159)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-21 14:23:40 +00:00
renovate[bot]
58084bc066
chore(deps): update dependency prettier to v2.7.0 (#16170)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-06-21 14:10:48 +00:00
Michael Kriese
10302eba68
refactor: fix prefer-nullish-coalescing (#16171) 2022-06-21 12:02:49 +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
RahulGautamSingh
03b0d2a24e
refactor(lib/workers): fix null-check for tests (#16163)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-21 09:39:30 +00:00
Maron
7f48897e75
feat(go): add support for GOINSECURE (#15944) 2022-06-21 11:23:58 +02:00
Michael Kriese
0a582d31c7
refactor: fix nullable types (#16156)
* refactor: fix nullable types

* chore: revert changes

* chore: fix lint comments

* chore: revert changes
2022-06-20 16:15:40 +00:00
Michael Kriese
b4319928f1
refactor: strict manager tests (#16155)
* refactor: strict manager tests

* chore: revert changes

* Update lib/modules/manager/gradle/extract.spec.ts
2022-06-20 17:05:39 +02:00
HonkingGoose
7cb98e1a5b
build: use ESLint cache option (#16151)
* ci: use ESLint cache option

* Update .gitignore

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-20 14:36:10 +00:00
RahulGautamSingh
93dd940574
refactor(modules/datasource): fix null-check issues (#16153)
* fix null-check issues

* Update index.spec.ts

* apply suggestion from review

* fix coverage issue

* Update index.spec.ts

* Apply suggestions from code review

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>

* Update datasource.spec.ts

* Update lib/modules/datasource/conan/index.spec.ts

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>

* Update datasource.spec.ts

* fix null-check issue

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-20 16:24:37 +02:00
Michael Kriese
69e3f5117e
fix: use re2 (#16044) 2022-06-20 12:52:22 +00:00
Michael Kriese
f7454a0f6b
docs: no toDeepEqual on jest v28 (#16152) 2022-06-20 13:20:14 +02:00
Michael Kriese
0838ca209c
refactor: strict datasource tests (#16150) 2022-06-20 13:15:02 +02:00
Sergei Zharinov
0cf4f48842
refactor: Strict null checks for all files except tests (#16071)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-20 11:47:07 +02:00
Michael Kriese
73fdf0483e
ci: use node v16 for windows and macos tests (#16147) 2022-06-20 10:22:12 +02:00
Michael Kriese
f363b3aef2
build: force re2 reinstall (#16146) 2022-06-20 10:21:44 +02:00
Sergei Zharinov
61f2d813e2
feat(github): Datasource cache busting (#16014) 2022-06-20 10:10:31 +02:00