Commit graph

5962 commits

Author SHA1 Message Date
Rhys Arkins
cf4fc1eeff test: fix jest coverage reporter 2020-01-21 12:15:02 +01:00
Sourav Das
d671f2b8c4 refactor(constant): Refactor Platform File (#5206) 2020-01-21 11:13:19 +01:00
Jamie Magee
a1a3536ad7 chore: replace semver-utils types with upstream (#5204) 2020-01-21 10:42:43 +01:00
Joshua Gleitze
c1ee1ef32f feat(gradle): Support template expression for version variables… (#5195) 2020-01-21 10:04:31 +01:00
Rhys Arkins
4b29858768
fix(pr): better rebase/retry description in PRs (#5203) 2020-01-21 09:44:38 +01:00
Renovate Bot
f921d50041 chore(deps): update dependency copyfiles to v2.2.0 2020-01-20 23:00:46 +00:00
Renovate Bot
93c61367a8 build(deps): update dependency registry-auth-token to v4.1.0 2020-01-20 22:00:53 +00:00
Rhys Arkins
d2c0b0e727 fix: binarySource docker only if opts set 2020-01-20 22:05:41 +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
Renovate Bot
1ef2fc2af0 chore(deps): update dependency typescript to v3.7.5 2020-01-19 23:00:45 +00:00
Renovate Bot
d871b4c8c9 chore(deps): update dependency @types/jest to v24.9.0 2020-01-18 11:40:39 +00:00
Rhys Arkins
bd1179397b
fix: skip empty commits (#5184)
Skips the git commit force push if git returns no diff between the local branch and server branch of the same name.

Closes #5009, Closes #5083, Closes #5074
2020-01-18 11:55:32 +01:00
Jamie Magee
1e2c30a96a fix: warn if force push commit has no diff (#5099)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-01-17 18:11:02 +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
9024eda2a0 feat(constants): Branch Status (#5166)
1. Branch related statuses are moved to lib/branch-constants.ts
2. Updated all the references

Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-01-17 10:14:58 +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
Renovate Bot
4314818a65 build(deps): update dependency node-html-parser to v1.1.18 2020-01-17 08:00:56 +00:00
Sourav Das
c7c5dfd30f feat(constants): Platform Constants (#5179) 2020-01-17 08:26:42 +01:00
Renovate Bot
f735d693b7 chore(deps): update typescript-eslint monorepo to v2.16.0 2020-01-17 00:00:49 +00:00
Renovate Bot
8b004d42d6 chore(deps): update babel monorepo to v7.8.3 2020-01-16 23:00:53 +00:00
Renovate Bot
eadb5d56c5 build(deps): update dependency handlebars to v4.7.2 2020-01-16 21:54:54 +00:00
Sergio Zharinov
ad0708d88d fix(exec): Don't call bash for non-docker commands (#5175) 2020-01-16 22:05:50 +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
ab9c666328 refactor(function): getNewValue Function (#5137) 2020-01-16 13:43:58 +01:00
Sourav Das
58c444cb7e feat(constants): Data Source and Binary Source Constants (#5157) 2020-01-16 12:14:35 +01:00
Renovate Bot
557e7bbe17 chore(deps): update amd64/ubuntu:18.04 docker digest to bc02586 2020-01-16 06:48:34 +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
Sourav Das
3a4c61ed03 refactor(constants) : Error constants (#5156) 2020-01-15 21:36:12 +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
eb082ea4bf fix(config): generate config warning issue when decryption fails 2020-01-15 13:14:21 +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
394c789e0c fix(logs): adapt command serializer 2020-01-15 11:58:28 +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
b9fe459fae test: fix poetry snapshot 2020-01-15 06:24:35 +01:00
Rhys Arkins
bb06e60172 fix(poetry): log stdout/stderr and not message 2020-01-15 05:30:50 +01:00
Rhys Arkins
a13ebf8979 fix(exec): call exec per-repo, not globally 2020-01-15 05:27:49 +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
9dc7b867f3 fix(bundler): handle explicit equals replace 2020-01-15 04:45:00 +01:00