Johannes Feichtner
|
c93ae91b41
|
test(gradle): refactor and add new tests (#33522)
|
2025-01-11 17:04:46 +00:00 |
|
Sergei Zharinov
|
b69416ce17
|
refactor(prettier): Force trailing commas (#25631)
|
2023-11-07 15:50:29 +00:00 |
|
Johannes Feichtner
|
34f0ce39ba
|
fix(manager/gradle): set groupName for version catalog deps only if version.ref is used (#21344)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2023-09-17 07:30:29 +00:00 |
|
Michael Kriese
|
84a97a62fa
|
test(perf): improve test speed (#24323)
|
2023-09-08 11:40:04 +00:00 |
|
Rhys Arkins
|
36e2b328bb
|
chore: update types reference
|
2023-08-15 11:31:15 +02:00 |
|
Johannes Feichtner
|
da6f2ed7d5
|
fix(manager/gradle): normalize version aliases in version catalogs (#22470)
|
2023-05-29 04:02:24 +00:00 |
|
Michael Kriese
|
497d4c131f
|
fix(manager): unify logging (#22398)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
|
2023-05-25 16:53:05 +00:00 |
|
Ryo Matsukawa
|
0417c111ac
|
refactor: Merged multiple skipReasons into unspecified-version. (#22409)
|
2023-05-25 05:48:11 +00:00 |
|
Johannes Feichtner
|
eec46d1880
|
feat(gradle/manager): add support for Kotlin objects in buildSrc files (#21892)
|
2023-05-10 19:36:05 +00:00 |
|
Jan Høydahl
|
65176e7260
|
fix(manager/gradle): Convert multiple globs into regex for consistent-versions plugin (#21909)
|
2023-05-02 07:32:56 +00:00 |
|
Jamie Magee
|
b23700d749
|
test: jest isolation (#21406)
|
2023-04-10 04:32:04 +00:00 |
|
RahulGautamSingh
|
352c9db904
|
test: add new wrapper for partial (#20618)
|
2023-02-25 06:46:32 +00:00 |
|
RahulGautamSingh
|
7ff4b53439
|
test: replace as with partial (#20252)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2023-02-07 11:38:59 +00:00 |
|
Michael Kriese
|
e78048dfc1
|
fix: no cycles (#19982)
|
2023-01-23 21:20:54 +00:00 |
|
Johannes Feichtner
|
0fc1731eed
|
feat(manager/gradle): support separate registry URLs for plugins (#19606)
|
2022-12-29 18:41:43 +00:00 |
|
Johannes Feichtner
|
d9349b21b9
|
refactor(manager/gradle): group extraction tests + code hygiene (#19586)
|
2022-12-27 14:45:30 +01:00 |
|
Jan Høydahl
|
0d9aaed601
|
feat(gradle): Support for gradle consistent versions plugin (#19182)
Co-authored-by: Johannes Feichtner <Churro@users.noreply.github.com>
Closes https://github.com/renovatebot/renovate/issues/8017
|
2022-12-08 12:21:14 +00:00 |
|
Johannes Feichtner
|
b14336b3af
|
feat(manager/gradle): reimplement parser using tree-based approach (#18663)
|
2022-11-15 19:23:06 +00:00 |
|
Johannes Feichtner
|
b544d5ca80
|
test(manager/gradle): refactoring to map tests to Gradle functionality (#18481)
|
2022-10-23 13:24:20 +02:00 |
|
renovate[bot]
|
7935a7b8ed
|
chore(deps): lock file maintenance (#18082)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2022-10-10 21:47:23 -07:00 |
|
renovate[bot]
|
582f77371c
|
chore(deps): update jest monorepo (#17737)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2022-09-12 16:58:52 +02:00 |
|
Gabriel-Ladzaretti
|
871b069d83
|
fix(logs): remove variable from a template literal for a warn message for gradle (#16789)
logs: tidy up warn message for grade file not found
|
2022-07-26 15:03:05 +00:00 |
|
Johannes Feichtner
|
1b36708c64
|
feat(gradle): always add depType to extracted dependencies (#16725)
|
2022-07-24 06:14:29 +00:00 |
|
Johannes Feichtner
|
a6b747444a
|
feat(gradle): add support for further apply-from patterns (#16507)
|
2022-07-20 05:45:31 +00:00 |
|
Johannes Feichtner
|
19254ca0a4
|
fix(gradle): remove default maven central registry (#16430)
|
2022-07-06 20:33:56 +00:00 |
|
Johannes Feichtner
|
db6de24756
|
fix(gradle): resolve escaped registry URLs in gradle.properties (#16403)
|
2022-07-03 15:53:43 -07:00 |
|
Johannes Feichtner
|
d19d645b6c
|
feat(manager/gradle): add support for apply from statements (#16030)
* add synchronous local file read
* add tests
* add support for apply from statements
* add safeguard to prevent breakout from localDir
* add safeguard to allow "apply from" only with official Gradle file types
* fix: use async io
* fix test coverage
* Update lib/modules/manager/gradle/extract.spec.ts
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
* Update lib/modules/manager/gradle/extract.spec.ts
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
* Update lib/modules/manager/gradle/extract.spec.ts
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
* re-add try/catch
* add istanbul ignore
* Update lib/modules/manager/gradle/parser.ts
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* fs tests: remove obsolete block
* remove istanbul ignore next
* Update lib/modules/manager/gradle/extract.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* tests: replace mockImplementationOnce() with mockRejectedValueOnce()
* scriptFile: explicitly set null for undefined values
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
|
2022-07-03 15:58:58 +02:00 |
|
Johannes Feichtner
|
b9a400aa9f
|
feat(gradle): add interpolation for local name variable in registry URL (#16136)
|
2022-06-22 11:10:34 +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 |
|
Johannes Feichtner
|
d40a8a9745
|
feat(manager/gradle): add support for registry URL interpolation and additional properties delimiters (#15903)
|
2022-06-07 07:47:50 +00:00 |
|
StinkyLord
|
dad6a1f607
|
fix(gradle): gradle/libs.versions.toml should replace version not comment (#15330)
|
2022-05-11 05:44:44 +02:00 |
|
Hasan Awad
|
e520129272
|
fix(manager/gradle): Add groupName for toml parser and plugins (#15190)
|
2022-05-05 07:41:06 +02:00 |
|
zml
|
bb6bc35e4d
|
fix(manager/gradle): Initial handling of rich versions in gradle version catalogs (#14533)
|
2022-03-08 04:54:45 +00:00 |
|
Rhys Arkins
|
8bd77f747b
|
feat(gradle): remove deepExtract (#14497)
Removes Gradle `deepExtract` option
BREAKING CHANGE: Option `deepExtract` is now removed and will be ignored
|
2022-03-04 09:04:02 +01:00 |
|