Tobias
700fa4d146
test(git-refs/git-tags): add types to mocked objects ( #23096 )
2023-07-03 19:20:06 +00:00
Tobias
40507c23b5
feat(git-refs/git-tags): support authentication for private git repositories ( #22983 )
2023-06-30 19:45:55 +00:00
Rhys Arkins
b17bcf2789
refactor(datasource): use packageName and not depName for datasource lookups ( #20474 )
2023-03-10 09:34:40 +01:00
strophy
e344b538f1
docs: add readme and regex example for git-refs datasource ( #19368 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-12-15 07:48:43 +01:00
Michael Kriese
0316a5e62d
test: use jest v29 ( #17151 )
2022-08-16 14:22:29 +02:00
Sergei Zharinov
e4dbd4ad49
fix(ci): Restrict template expressions ( #16834 )
...
* fix(ci): Restrict template expressions
* Fix
* Fix
* Fix
2022-07-30 16:28:31 +02:00
Rhys Arkins
0fc2a55624
fix(git-refs): gracefully ignore git-refs auth error ( #16617 )
2022-07-16 15:48:26 +02: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
Sergei Zharinov
de70ecad04
refactor(datasource): Make GitDatasource
class abstract ( #15629 )
2022-05-18 11:56:59 +02:00
Michael Kriese
5cf9123017
refactor: more strict null checks ( #15140 )
2022-04-16 06:32:17 +00:00
Michael Kriese
64f5bd5f03
test: enforce lint style rules ( #15085 )
2022-04-12 14:49:49 +00:00
Rhys Arkins
143c9a6751
refactor: rename lookupName -> packageName ( #14494 )
...
Renames `lookupName` to be `packageName`.
BREAKING CHANGE: Use `packageName` instead of `lookupName` if interacting with Renovate datasources directly.
2022-03-04 09:04:02 +01:00
Rhys Arkins
dca3418bbd
refactor: lib/modules ( #14488 )
...
Moves datasource, manager, platform and versioning code from lib/ into new lib/modules/
BREAKING CHANGE: External tools must update paths to datasource, manager, platform and versioning
2022-03-04 09:04:02 +01:00