Rhys Arkins
e12d8f0437
refactor: remove unnecessary manager literals
2020-02-03 14:16:23 +01:00
Gabriel Melillo
30f0c4230f
feat: helmfile manager ( #5257 )
2020-02-02 08:35:26 +01:00
Martín Fernández
2880682246
fix(bundler): Fix support for source block with new lines ( #5270 )
2020-02-01 09:01:20 +01:00
Sergio Zharinov
ff9332486c
feat(cdnurl): Add CDNJS support ( #5254 )
2020-01-30 20:52:15 +01:00
Rhys Arkins
8a56f529cd
fix(composer): correct cwd to nested composer files
...
Closes #5260
2020-01-30 12:44:04 +01:00
Sergio Zharinov
8c62f43647
feat(bundler): Use centralized docker execution ( #5058 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-01-29 13:05:36 +01:00
Ryan Ling
db029c5679
fix(buildkite): Support no-config plugins ( #5236 )
...
Buildkite plugins that don't have required config options may be
expressed as:
```yaml
- plugins:
- my-plugin#v1.0.0
```
Note that there is no trailing colon; matching on it should be
unnecessary given that the preceding capture groups exclude this
character.
2020-01-28 06:43:46 +01:00
Sergio Zharinov
f286aa3920
feat(composer): Use centralized docker execution ( #5060 )
2020-01-27 14:18:50 +01:00
Sergio Zharinov
a761e95f48
feat(cargo): Use centralized docker execution ( #5059 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-01-27 12:53:39 +01:00
Joshua Gleitze
5928562064
feat(gradle): Support any Order in Gradle’s Map Syntax ( #5196 )
2020-01-26 08:18:29 +01:00
Sergio Zharinov
e9bc152308
fix(cargo): Fix nested directories in artifacts.ts ( #5221 )
2020-01-25 09:21:33 +01:00
Rhys Arkins
a56e0de4c7
feat: move localDir awareness to util/exec ( #5207 )
2020-01-21 18:04:50 +01:00
Sourav Das
520429f1bd
feat(constants): Version Scheme Constants ( #5159 )
2020-01-21 17:11:25 +01:00
Joshua Gleitze
c1ee1ef32f
feat(gradle): Support template expression for version variables… ( #5195 )
2020-01-21 10:04:31 +01:00
Sergio Zharinov
ef7357d022
fix(exec): Refactor binarySource out to global setting ( #5190 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-01-20 16:50:32 +01:00
Sourav Das
982d5e9d4d
refactor(function): Update Artifact Function ( #5139 )
...
1. Create interface UpdateArtifact
2. Update function call
3. Update Test
2020-01-17 12:18:34 +01:00
Sourav Das
6dc76f2e46
feat(constants): Language list constants ( #5167 )
...
1. All languages are moved to constants/languages.ts
2. Updated all the references
2020-01-17 10:14:20 +01:00
Sourav Das
4e7c938ec7
feat(constants): Manager Constants ( #5168 )
2020-01-16 16:22:33 +01:00
renovate[bot]
36a37dada8
chore(deps): update dependency prettier to v1.19.1 ( #5169 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-01-16 16:21:07 +01:00
Sourav Das
58c444cb7e
feat(constants): Data Source and Binary Source Constants ( #5157 )
2020-01-16 12:14:35 +01:00
Rhys Arkins
585131a254
fix(maven): loosen check for correct pom.xml
...
Previously Renovate checked for xmlns="http://maven.apache.org/POM/4.0.0 " and if not found then did not attempt to parse the file. Instead, now it checks for `<modelVersion>4.0.0</modelVersion>` as an alternative. Reference: https://maven.apache.org/guides/introduction/introduction-to-the-pom.html
Closes #5160
2020-01-15 21:39:52 +01:00
Rhys Arkins
3a0228c4a6
fix: Revert "fix(bundler): return artifact error for "bundle lock" was called with arguments"
...
This reverts commit a6fc0d690e
.
2020-01-15 17:53:36 +01:00
Rhys Arkins
a6fc0d690e
fix(bundler): return artifact error for "bundle lock" was called with arguments
2020-01-15 16:31:37 +01:00
Rhys Arkins
24d10a16ee
fix(bundler): return artifact error if locked version cannot be found
2020-01-15 16:19:58 +01:00
Rhys Arkins
7de1a70c2a
fix(pip_setup): ignore non-fatal fatal names warning during extraction
2020-01-15 15:43:45 +01:00
Rhys Arkins
114532e230
fix(docker-compose): less strict replace regex
...
This allows for comments in the image: line to be replaced
2020-01-15 15:43:12 +01:00
Rhys Arkins
1cdeeb0454
fix(bundler): better detect object parse failure
2020-01-15 13:11:16 +01:00
Rhys Arkins
892a8f9246
fix(bazel): better massaging
2020-01-15 13:03:16 +01:00
Rhys Arkins
22e0434a7b
fix(poetry): combine commands together
2020-01-15 11:58:45 +01:00
Rhys Arkins
9ce7245709
refactor(poetry): simplify artifacts logic
2020-01-15 11:51:42 +01:00
Sergio Zharinov
db3d544387
fix(poetry): Use docker options ( #5144 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-01-15 11:37:52 +01:00
Rhys Arkins
57300ead3d
feat: centralized exec timing ( #5153 )
2020-01-15 08:14:44 +01:00
Rhys Arkins
6459775738
fix(sbt): normalize scala versions ( #5154 )
2020-01-15 07:24:57 +01:00
Rhys Arkins
856eb33b25
fix: Revert "fix(sbt): normalize scala version"
...
This reverts commit ff0ffd2e90
.
2020-01-15 06:26:49 +01:00
Rhys Arkins
bb06e60172
fix(poetry): log stdout/stderr and not message
2020-01-15 05:30:50 +01:00
Rhys Arkins
da31f5d160
fix(bundler): generate PRs for incompatible packages lockfile errors
2020-01-15 04:53:59 +01:00
Rhys Arkins
9b4b8f29b2
fix(bundler): generate PRs for “fatal: Could not parse object” lockfile error
2020-01-15 04:53:00 +01:00
Rhys Arkins
9d6ec38a7e
fix(bundler): look in stdout and stderr for resolve matches
2020-01-15 04:44:59 +01:00
Rhys Arkins
e0c11028ec
fix(bundler): Detect “Please make sure you have the correct access rights”
2020-01-15 02:54:57 +01:00
Rhys Arkins
4772076898
logs: better bundler lock logs
2020-01-15 02:46:34 +01:00
Rhys Arkins
f147f35c07
fix(bundler): clearer log messages for lock failures
2020-01-15 02:43:15 +01:00
Vladislav Dolbilov
04a26722f3
feat(sbt): enhanced extract capabilities ( #5126 )
2020-01-14 12:45:17 +01:00
Vladislav Dolbilov
ff0ffd2e90
fix(sbt): normalize scala version
2020-01-14 12:28:17 +01:00
Sourav Das
ee153e560e
feat: use error constants ( #5088 ) ( #5100 )
...
Use defined error constants throughout codebase.
2020-01-12 08:50:11 +01:00
Rhys Arkins
1617a193c0
refactor: move util/exec to own folder ( #5125 )
...
Also moves related docker and env files
2020-01-10 16:39:15 +01:00
Sourav Das
1fbb51af36
feat(bundler): Support parsing gemfile.lock for "lockedVersion" ( #5094 )
2020-01-10 15:05:29 +01:00
walschap
fc0b3d3026
feat(gradle): Add support for Gradle5 dependency constraints ( #5078 )
...
Co-authored-by: Jamie Magee <JamieMagee@users.noreply.github.com>
2020-01-08 09:39:18 +01:00
Sergio Zharinov
1e5924430d
refactor: Avoid excessive process.env modifications ( #5114 )
2020-01-07 15:32:21 +00:00
Sergio Zharinov
2cba82f6f4
fix(maven): Default group ID for plugins ( #5102 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-01-07 10:09:09 +00:00
Michael Kriese
62b18dee78
fix(ts): convert worker/repository/process to ts ( #5046 )
2020-01-06 08:16:15 +00:00