Commit graph

4 commits

Author SHA1 Message Date
Mathieu Kniewallner
c981d2f8dd
feat(manager/pip-compile): handle --resolver argument (#18489) 2022-10-27 16:12:05 +00:00
Mathieu Kniewallner
e2a42d3b2b
feat(pip-compile): handle --strip-extras argument (#18486) 2022-10-23 19:39:24 +02:00
Christoph Brand
30765fbd1e
feat(manager): no-emit-index-url in pip compile (#15367)
* feat(manager): no-emit-index-url in pip compile

Add support for no-emit-index-url to avoid sharing
confident credentials in the generated requirements.txt
file.

* chore: linting fixes

* chore: update docs

* chore: code review fixes

Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-03 22:35:32 +00: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