Revisions of obs-service-cargo

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1224675 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 26)
- Update to version 4.3.3:
  * fix: let cargo just put where the vendor directory is by default which is the curdir
- Update to version 4.3.2:
  * fix: updating specific crates was not properly implemented. now resolved.
- Update to version 4.3.1:
  * fix: correctly use setup_workdir and custom_root
  * fix: resolve location for the vendor directory
  * remove: it's not our bug. using `--target` for multiple triples now removed
  * fix: do not canonicalize in first_manifest
  * fix: remove the wrongly used else-clause
  * improvements: ensure that the additional manifest paths ends with `Cargo.toml`
  * docs: update docs to include the new feature with feature additions
  * improvements: parent path of Cargo.toml files are now set as current directory when invoking commands
- Update to version 4.2.2:
  * fix: add more info
  * fix: add warning
  * fix: ignore error when crate dependency does not exist for manifest path
  * update description
  * feat: update can now specify recursive or precise
  * fix: can now determine a member that uses a glob pattern
  * feat: add all target triples as no opt for cargo-fetch
  * docs(fix): if set to true
  * fix: correct error message for lockfiles
  * docs: replace underscore with dash
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1222624 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 25)
- Update to version 4.1.1:
  * Remove unnecessary if-elses

- Update to version 4.1.0:
  * tests: readd tests for lockfile hash comparisons between update false and update true
  * fix: this should pass a valid manifest path-like-string
  * improvements: use new dependency detection and return properly
  * fix: this if-else condition is stupid. fixed
  * misc: update warning message and remove comment
  * docs: update README explaining how respect-lockfile behaves
  * improvements: fix issues with how we respect lockfile
  * docs: include respect-lockfile, and allowedvalue should be allowedvalues
  * improvements: introduce the new dependency detection
  * improvements: properly detect dependencies
  * improvements: adjust where we pass around the update variable
  * fix: reintroduce respect-lockfile flag
  * misc: make vendor have a separate registry as well
  * misc: move over the env initialisation to here

  * docs: remove cargo_audit in the examples
  * docs: fix typo
  * docs: update README. outdated statement removed
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1221623 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 24)
- Update to version 4.0.2:
  * refactor: check if all manifest needs to get vendored
  * refactor: properly cleanup directories and exit if there are actually no dependencies
  * docs: put the xml service to readme as well
  * chore: improve descriptions of each flag
  * deps: replace sha3 with sha2
  * fmt: fix spaces and tabs and parentheses

- Updates since version 4.0.0:
  * update service description file
  * docs: improve explainer about lockfiles
  * fix: added trace feature
  * minor: check the else clause
  * improvements in the service file metadata
  * remove bulk-updater
  * refactor: This is a major refactor by combining home registry and vendor.
  * refactor: implemented cargo vendor
  * tests: update test suite in CI to conform with new code changes
  * fix: remove unnecessary if-else that broke the vendor logic
  * fix: again, vendor filterer does not support --locked
  * improvements + filterer fixes
  * fix: typoed a dash. it was an underscore
  * fix: rework where we put vendor
  * improvement: set env before everything for registry
  * improvement: improve messages
  * tests: add test of the output tarball
  * do tests in release mode
  * fix: change how custom root behaves on "regular" vendor
  * ci(fix): properly alias the tests instead to run tests in release mode
  * fix: create the paths first
  * fix: 🎉 squashed all bugs and ready for user testing
  * rename field from manifest-paths to manifest-path
  * docs: update service file
  * add one more test case
  * docs: enhance README
  * remove unstable-doc feature
  * docs: remove cargo_audit in the examples [ci skip]
  * docs: fix typo [ci skip]
  * docs: spelling plus make alias clear
  * remove cargo_audit.service. not needed anymore
  * fix: if-else to check if it is a workspace or not has been corrected
  * docs: update README. outdated statement removed [ci skip]
  * docs: update README
  * docs: explain how cargotoml behaviour works between methods
  * tests: test bonk that it really has no dependencies
  * tests: adjust if-else as without it will lead to failure since we are testing that raw cannot find a vendor tarball
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1220185 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 23)
- Update to version 3.6.1:
  * docs: improve explainer about lockfiles
  * update service description file
  * ensure lockfile creation
  * minor: small refactor in generate_lockfile and vendor
  * fix: forgot to use clap::ArgAction::Set. now finally added

- Update to version 3.6.0:
  * chore: release v3.6.0
  * fix: used a different cargotoml. now using the correct one for flux
  * find cargo vendor filterer by exporting PATH in container
  * add forgotten run
  * use traced test
  * tests: add tests for cargotoml flag
  * tests: lessen verbosity and rename nonexistent function to existing one
  * tests: add tests for unfiltered and filtered option
  * chore: update manifest and dependencies
  * refactor: migrates almost all logic to libroast. 🎉
  * fix: rectify mismatched types
  * chore: remove dependencies since libroast is used internally
  * add COC and CONTRIBUTING
  * update changelog
  * chore: release v3.5.4
  * Bump rustsec to fix #99 and quick-xml because why not
  * chore: release v3.5.2
  * feat: add versioned-dirs flag

- Update to version 3.5.4
  * Bump rustsec to fix #99 and quick-xml because why not
  * feat: add versioned-dirs flag
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1208754 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 22)
- Update to version 3.3.3:
  * Use versioned-dirs only for unfiltered vendoring, as cargo-vendor-filterer does not support this flag yet
  * crates: get libroast dep from crates.io
  * feat: support uncompressed tarballs or with `.tar` extension
  * cli: improve description
  * cargo: update lockfile and bump crate versions
  * fix changelog
  * fix: properly set which version to set in the manifest
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1207400 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 21)
- Update to version 2.0.0
  * refactor: successful move to use libroast
  * minor: add `--versioned-dirs` flag
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1198553 from Gordon Leung's avatar Gordon Leung (Pi-Cla) (revision 19)
- Update vendored deps to resolve boo#1230083
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1191617 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 18)
- Bump constraints, zsystems still keeps failing due to OOM
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1185816 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 17)
Automatic submission by obs-autosubmit
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1171489 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 15)
- Update to version 1.3.2:
  * dependencies update
- Update resolves security incidents. I believe this does not really affect
  how obs-service-cargo behaves but for now, I just want to avoid the alerts.
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1165853 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 14)
Automatic submission by obs-autosubmit
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1160855 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 13)
- Add cargo vendor-filterer as requirement.
- Set `filter` to true in _service file.
- Update vendored dependencies with filterer.
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1158489 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 12)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1154321 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 11)
- Update to version 1.1.0:
  * make tarballs reproducible
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1140293 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 10)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1135890 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 9)
Automatic submission by obs-autosubmit
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1132774 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 8)
- Update to version 0.8.21:
  * Improve errors with outpath
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1131611 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 7)
- Update to version 0.8.20:
  * added bz2 mime
  * add fixes to make bz2 mime supported
Displaying revisions 1 - 20 of 26
openSUSE Build Service is sponsored by