Commit graph

13008 commits

Author SHA1 Message Date
Rhys Arkins
381481ace1 fix: log GHES version 2022-06-07 07:50:46 +02:00
Rhys Arkins
143d72c600
fix: Revert "refactor: runtime-config-narrowing" (#15915)
Revert "refactor: runtime-config-narrowing (#15897)"

This reverts commit a9a81275bf.
2022-06-06 19:07:50 +02:00
renovate[bot]
50d4f1e7a5
chore(deps): update actions/setup-node action to v3.3.0 (#15911)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-06 14:29:39 +00:00
Szymon Łągiewka
a5b0adb0cd
docs: note gitPrivateKey passphrase-less requirement (#15871) 2022-06-06 15:46:28 +02:00
renovate[bot]
bc631ee94d
chore(deps): update dependency @ls-lint/ls-lint to v1.11.2 (#15908)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-06 12:05:02 +00:00
Sergei Zharinov
244e18ab77
feat(github): Different cache update frequency for fresh packages (#15901) 2022-06-06 06:23:25 +00:00
Johannes Feichtner
44c67da0e1
feat(dockerfile): add support for escape chars and ARG instructions (#15751) 2022-06-06 05:47:17 +00:00
renovate[bot]
2bfc667e42
chore(deps): lock file maintenance (#15905)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-06 03:00:14 +00:00
renovate[bot]
47c187abf1
docs: update references to renovate/renovate to v32.74.3 (#15904)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-06 02:46:42 +00:00
RahulGautamSingh
a9a81275bf
refactor: runtime-config-narrowing (#15897)
* refactor/runtime-config-narrowing

* remove test

* apply fixes

* reorder tests
2022-06-05 17:20:48 +02:00
Sergei Zharinov
4b6fc85146
fix(github): Never return null results for getReleases (#15894) 2022-06-04 17:54:39 +00:00
Sergei Zharinov
e4d5a0e2fd
fix(github): Throw on GraphQL errors during cache fetching (#15891) 2022-06-04 11:02:31 +00:00
Sergei Zharinov
dbad9e5848
fix(github-releases): Return gitRef field (#15890) 2022-06-04 12:26:11 +02:00
Sergei Zharinov
7f05729d5d
feat(github-tags): Leverage long-term cache for digest retrieval (#15888) 2022-06-04 08:08:51 +00:00
Gabriel-Ladzaretti
a73942ca9d
fix(circleci): add android to machine image skipping (#15792) 2022-06-04 07:53:24 +00:00
HonkingGoose
c6e8fd19c8
docs(nuget): rewrite (#15846) 2022-06-04 09:43:16 +02:00
Sergei Zharinov
c32b74bdee
fix(redis): Fix TTL minutes type (#15886) 2022-06-04 07:47:36 +02:00
Rhys Arkins
dd84b9c7f3 fix(redis): valid integer for ttl 2022-06-04 07:04:33 +02:00
renovate[bot]
3e51b5713a
chore(deps): update dependency eslint-plugin-jest to v26.3.0 (#15884)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-04 04:50:41 +00:00
renovate[bot]
2ec5230614
chore(deps): update dependency memfs to v3.4.4 (#15883)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-04 04:38:55 +00:00
renovate[bot]
72f873080d
build(deps): update dependency commander to v9.3.0 (#15882)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-04 03:08:37 +00:00
Sergei Zharinov
a9c2f4762e
fix(github): Re-throw datasource cache errors (#15878) 2022-06-03 17:41:54 +02:00
Sergei Zharinov
cbed78630a
fix(cache): Fix repositoryCache support for reset value (#15874) 2022-06-03 13:35:20 +00:00
Michele Azzolari
fff0a8141b
docs: remove multiple matchStrings note (#15872) 2022-06-03 11:45:23 +00:00
Maron
0b6b43ab80
fix(lookup): avoid unstable versions when rolling back (#15821) 2022-06-03 10:32:40 +00:00
Sergei Zharinov
2e957baed9
feat(github): long-term datasource caching (#15653) 2022-06-03 11:27:26 +02:00
Rhys Arkins
f5b8f08906
feat: additionalRegistryUrls (#15868) 2022-06-03 06:46:45 +00:00
Kevin Ennis
c4bd2b27f0
fix(manager:npm): Allow Github URLs with uppercase letters (#15863) 2022-06-03 05:58:33 +00:00
Rhys Arkins
cf6885f71a
fix(config): move endpoint, platform to GlobalConfig (#15864)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-03 06:43:58 +02:00
Rhys Arkins
000598cfa3 refactor: Revert "refactor: add option endpoint to global config (#15843)" 2022-06-02 21:20:34 +02:00
HonkingGoose
5f21c63ba5
docs: replace word therefore, plus other small changes (#15694) 2022-06-02 16:58:52 +02:00
HonkingGoose
c09b39e14c
docs(regex manager): one sentence per line (#15845) 2022-06-02 16:52:33 +02:00
Sergei Zharinov
82da704955
refactor: Strict null checks for extract-related functions (#15806)
* refactor: Strict null checks for extract-related functions

* Fix

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-02 14:25:20 +00:00
RahulGautamSingh
bd6e42236c
refactor: add option endpoint to global config (#15843) 2022-06-02 14:46:22 +02:00
Sergei Zharinov
5495ab6394
refactor: Enable strict null checks for lookup-related functionality (#15848) 2022-06-02 13:56:14 +02:00
HonkingGoose
82295805af
docs(configuration options): rewrite regexManagers (#15844) 2022-06-02 12:22:01 +02:00
HonkingGoose
6257604ec8
docs(self-hosted configuration): rewrite sections (#15824) 2022-06-02 07:35:22 +02:00
Rhys Arkins
b201029842
docs(behavior): bug reports (#15832) 2022-06-02 07:34:18 +02:00
HonkingGoose
eee6031ae5
docs(readme): highlight good first issues (#15834) 2022-06-02 07:32:43 +02:00
renovate[bot]
9aaac8ed92
build(deps): update dependency @jamiemagee/osv-offline to v1.2.7 (#15841)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-01 23:11:21 +00:00
renovate[bot]
e923e9a120
build(deps): update dependency got to v11.8.5 (#15836)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-01 19:19:32 +00:00
renovate[bot]
30bc47d3f9
chore(deps): update github/codeql-action action to v2.1.12 (#15837)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-01 19:06:18 +00:00
renovate[bot]
4fe896ec03
chore(deps): update dependency @ls-lint/ls-lint to v1.11.1 (#15829)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-01 12:58:33 +00:00
HonkingGoose
703879b137
docs(configuration options): remove duplicate line (#15823)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-01 11:56:56 +00:00
HonkingGoose
8e540f051a
docs(best practices): add new unit testing rules (#15799) 2022-06-01 11:33:35 +02:00
Maron
18b3c14ac3
fix(terraform): extend module provider git url parsing (#15773) 2022-06-01 07:20:41 +00:00
Romain Barissat
3d9316f9d9
docs: typo fix in use cases (#15817) 2022-06-01 05:19:14 +00:00
Piotr Wielgołaski
5a4b7eead1
feat(maven): Parse maven dependency.optional into depType (#15775) 2022-05-31 14:23:47 +00:00
Sergei Zharinov
eab31ffa96
refactor(cache): Enable strict null checks (#15804)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-31 13:52:28 +00:00
Sergei Zharinov
4a3eec7371
refactor(changelog): Relocate in-range release fetching (#15798)
* refactor(changelog): Move in-range release fetching

* Update lib/workers/repository/update/pr/changelog/index.ts
2022-05-31 15:39:12 +02:00