Commit graph

87 commits

Author SHA1 Message Date
Michael Kriese
74d7691bef
refactor: optimize type usage (#8947) 2021-03-02 21:44:55 +01:00
Rhys Arkins
7118404981
feat: matchFiles + lockFiles (#8783) 2021-02-20 14:22:50 +01:00
Tom Forbes
88b19efe10
feat(poetry): support rangeStrategy=update-lockfile (#8672) 2021-02-15 10:24:23 +01:00
Rhys Arkins
979e921701 fix: Revert "fix(poetry): pin poetry-core==1.0.0"
This reverts commit be48d2e3c7.
2021-02-05 21:30:14 +01:00
Rhys Arkins
be48d2e3c7 fix(poetry): pin poetry-core==1.0.0
Workaround for https://github.com/python-poetry/poetry/issues/3650
2021-02-05 20:48:45 +01:00
Rhys Arkins
4e2c33f10e
feat: admin config init (#8546) 2021-02-05 09:20:47 +01:00
Stéphane Goetz
d0c3be38bf
feat: Allow to specify pypi registry for other datasources (#8348) 2021-01-20 10:07:26 +01:00
Rhys Arkins
00a08225b9
refactor: use ls-lint (#7956) 2020-12-11 13:29:43 +01:00
Michael Kriese
905cef7bc5
feat: support toml v0.5.0 (#7559)
Co-authored-by: Jamie Magee <JamieMagee@users.noreply.github.com>
2020-10-27 09:57:53 +01:00
Josh Soref
9aff7a955f
chore: spelling (#7499) 2020-10-20 08:49:28 +02:00
Rhys Arkins
75737805c8
refactor: rename compatibility -> constraints (#7308) 2020-09-30 11:02:25 +02:00
Marek Hornak
5475f42518
fix(utils): change default maxBuffer limit to 10MB (#7209) 2020-09-10 07:00:40 +02:00
renovate[bot]
907b2b054e
chore(deps): update linters (major) (#7185)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Jamie Magee <JamieMagee@users.noreply.github.com>
2020-09-07 09:54:07 +02:00
Sergio Zharinov
60b101d22c
refactor(manager): Fix lint warnings (#7116) 2020-08-27 08:59:23 +02:00
Stephen
1813bc6738
fix(poetry): allow empty sources in poetry config (#7068) 2020-08-24 08:20:39 +02:00
Joe Bergeron
f089911f4b
feat(poetry): Add private package index support to Poetry (#6994)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-08-19 10:43:08 +02:00
renovate[bot]
ccf286240e
chore(deps): update linters (major) (#6769)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Jamie Magee <JamieMagee@users.noreply.github.com>
2020-08-10 16:18:08 +02:00
Sergio Zharinov
46ec89e498
refactor: Replace those 'fs-extra' functions in which we can be sure (#6666) 2020-07-03 21:29:04 +02:00
Sergio Zharinov
1137112130
refactor: Separate 'git' and 'fs' util modules (#6665) 2020-07-03 16:47:00 +02:00
Rhys Arkins
ec1598587c
refactor: move util/fs under util/gitfs (#6618) 2020-06-28 11:57:57 +02:00
Rhys Arkins
735f6a595e refactor: util/exec use getPkgReleases 2020-06-19 10:26:07 +02:00
Trim21
886d02cd4a
fix(poetry): don't take python as a pypi deps (#6490) 2020-06-12 16:41:40 +02:00
Michael Kriese
df96e52417
test: cleanup mocking (#6322) 2020-05-25 16:26:09 +02:00
Jamie Magee
53ce3cf4d6
chore(jest): add eslint jest checks (#5986) 2020-05-18 14:33:44 +02:00
Rhys Arkins
0cb5f9e34d refactor: poetryInstall 2020-05-11 18:09:13 +02:00
Rhys Arkins
b41c11bf53 fix(poetry): use shlex to escape cli 2020-05-11 17:49:38 +02:00
Rhys Arkins
8aa4f26dbe fix(poetry): escape pip install string
Closes #6204
2020-05-11 17:24:57 +02:00
Rhys Arkins
423ea99b71
fix(pep440): accept versions without == prefix (#6185) 2020-05-09 07:30:52 +02:00
Michael Kriese
e0fa50123f
feat(manager): dynamic poetry install (#6119) 2020-05-05 11:43:09 +02:00
Rhys Arkins
4200ed96ec fix(poetry): default to pep440 versioning if compatible 2020-05-05 07:58:15 +02:00
Rhys Arkins
699fbe2fa4 test: additional poetry extract 2020-05-04 17:48:35 +02:00
Rhys Arkins
53ca91301f
chore: import linting (#6105) 2020-05-01 18:03:48 +02:00
Rhys Arkins
8009125a13 refactor(poetry): use autoReplace 2020-04-18 22:30:23 +02:00
renovate[bot]
4f59b62da4
chore(deps): update dependency prettier to v2 (#5952)
* chore(deps): update dependency prettier to v2

* Run prettier-fix

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2020-04-12 18:09:36 +02:00
Rhys Arkins
126bae6921 fix: removeDockerContainer 2020-04-09 23:34:47 +02:00
Jamie Magee
d4f6aa4bc5
fix: add missing await statements (#5918)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-04-09 12:47:48 +02:00
Rhys Arkins
81b4f7740d fix: more xargs typos 2020-03-09 22:18:53 +01:00
Rhys Arkins
20b46ae454 fix: better xargs and tests 2020-03-09 21:30:48 +01:00
Rhys Arkins
98393c0b9b
feat: docker run timeout / cleanup (#5673)
Closes #5671
2020-03-09 13:33:45 +01:00
Viral Ruparel
92d123a1f8
fix: create constants for skipReason (#5660) 2020-03-09 05:34:16 +01:00
Rhys Arkins
6293edc19a
feat: replace datasource constants with IDs (#5595)
Co-Authored-By: Michael Kriese <michael.kriese@visualon.de>
2020-03-01 08:01:12 +01:00
Rhys Arkins
e5a514089f docs: add and enforce readme files for each manager
Closes #5597
2020-02-29 22:55:51 +01:00
Rhys Arkins
f1d0b7b5fe refactor: lower some levels from info to debug
Ref #5555
2020-02-24 09:26:42 +01:00
Rhys Arkins
485f66914e
feat: versionScheme -> versioning (#5504) 2020-02-18 08:34:10 +01:00
Rhys Arkins
0eb616f876 fix: replace subDirectory with cwdFile in util/exec
Closes #5436
2020-02-12 17:55:27 +01:00
Rhys Arkins
2d7e7dcda8 docs: remove legacy manager readmes 2020-02-08 08:25:23 +01:00
Rhys Arkins
864e554db9
feat: dynamic manager config (#5392) 2020-02-07 18:25:27 +00:00
Jennifer Wilcox
df5920b1e4
feat(poetry): enable lock file maintenance (#5400) 2020-02-07 16:31:42 +00:00
Sourav Das
987e0a2bfd
refactor(function): Update Dependency Function (#5146) 2020-02-06 13:01:21 +00:00
Michael Kriese
4004f46c0b
refactor(test): move manager tests to lib (#5300) 2020-02-05 01:14:31 +01:00