summaryrefslogtreecommitdiffstats
path: root/plugins/tedge_apt_plugin
AgeCommit message (Collapse)Author
2022-08-22Add manifest fields to all crates in meta-tedgeMarcel Guzik
Add `homepage` and `manifest` fields in `Cargo.toml`s of crates used in meta-tedge so that cargo-bitbake utility can generate recipe files for them. Signed-off-by: Marcel Guzik <marcel.guzik2@inetum.com>
2022-08-19Merge pull request #1348 from thin-edge/create-pull-request/patchAlbin Suresh
Patch version bump
2022-08-19Enhance the tedge_apt_plugin error message to be more verbose (#1341)PradeepKiruvale
* Enhance the error message to be more precise Signed-off-by: Pradeep Kumar K J <pradeepkumar.kj@softwareag.com>
2022-08-18Merge pull request #1349 from matthiasbeyer/clippy-fixesDidier Wenzek
Clippy fixes
2022-08-18Fix clippy: Remove unnecessary bindingMatthias Beyer
This fixes clippy::let_and_return. Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
2022-08-18Fix clippy in tedge_apt_plugin: Remove let-unit-valueMatthias Beyer
This patch fixes `clippy::let_unit_value`. Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
2022-08-18(cargo release) bump versionVersioneer
2022-08-01removing apt integration testsinitard
- removed two tests that were hidden behind 2 feature flags: `integration-test` and `requires-sudo`. These tests were never running in the pipeline but after #1303 when the CI tool chain changed, they were re-enabled. - these tests will be moved to system tests in the future. Signed-off-by: initard <alex.solomes@softwareag.com>
2022-07-25Bump serial_test from 0.6.0 to 0.8.0dependabot[bot]
Bumps [serial_test](https://github.com/palfrey/serial_test) from 0.6.0 to 0.8.0. - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](https://github.com/palfrey/serial_test/compare/v0.6.0...v0.8.0) --- updated-dependencies: - dependency-name: serial_test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-22Bump test-case from 2.1.0 to 2.2.1dependabot[bot]
Bumps [test-case](https://github.com/frondeus/test-case) from 2.1.0 to 2.2.1. - [Release notes](https://github.com/frondeus/test-case/releases) - [Changelog](https://github.com/frondeus/test-case/blob/master/CHANGELOG.md) - [Commits](https://github.com/frondeus/test-case/compare/v2.1.0...v2.2.1) --- updated-dependencies: - dependency-name: test-case dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20(cargo release) bump versionVersioneer
2022-06-22Patch version bump 0.7.2 (#1214)github-actions[bot]
* (cargo release) bump version Co-authored-by: Versioneer <info@thin-edge.io> Co-authored-by: Rina Fujino <18257209+rina23q@users.noreply.github.com>
2022-06-08Patch version bump 0.7.1 (#1185)github-actions[bot]
* (cargo release) bump version Co-authored-by: Versioneer <info@thin-edge.io> Co-authored-by: Rina Fujino <18257209+rina23q@users.noreply.github.com>
2022-05-23(cargo release) bump version 0.7.0 (#1154)Rina Fujino
2022-05-13Update serial_test crate versionAlbin Suresh
2022-05-11Patch version bump 0.6.4 (#1136)github-actions[bot]
* (cargo release) bump version 0.6.4 Co-authored-by: Versioneer <info@thin-edge.io>
2022-05-09Revert the pull request #1116Rina Fujino
Signed-off-by: Rina Fujino <18257209+rina23q@users.noreply.github.com>
2022-04-28removed unused dependencies #1110initard
Signed-off-by: initard <solo@softwareag.com>
2022-04-27Patch version bump 0.6.3 (#1108)github-actions[bot]
* (cargo release) bump version 0.6.3 Co-authored-by: Versioneer <info@thin-edge.io> Co-authored-by: Rina Fujino <18257209+rina23q@users.noreply.github.com>
2022-04-13Patch version bump 0.6.2 (#1079)github-actions[bot]
* (cargo release) bump version 0.6.2 Co-authored-by: Versioneer <info@thin-edge.io> Co-authored-by: Rina Fujino <18257209+rina23q@users.noreply.github.com>
2022-04-05Improve parse error reporting of apt and apama pluginsAlbin Suresh
2022-03-30Patch version bump 0.6.1 (#1041)github-actions[bot]
* (cargo release) bump version 0.6.1 Co-authored-by: Versioneer <info@thin-edge.io> Co-authored-by: Rina Fujino <18257209+rina23q@users.noreply.github.com>
2022-03-14(cargo release) bump version 0.6.0 (#996)Rina Fujino
2022-03-11Merge pull request #981 Overwrite the apt plugin exit codeRina Fujino
[#955] Overwrite the apt plugin exit code aligned to specs
2022-03-11[955] over write the clap exit codePradeep Kumar K J
2022-03-09test-case version updateinitard
- test-case crate version 1.2.3 was breaking cargo test - updated test-case crate to 2.0 Signed-off-by: initard <solo@softwareag.com>
2022-03-02feature gate for apt install test (#912) (#930)Alex Solomes
- added new "requires-sudo" feature gate - addresses #913 Signed-off-by: initard <solo@softwareag.com> Co-authored-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com> Signed-off-by: initard <solo@softwareag.com>
2022-03-02Patch version bump 0.5.4 (#963)github-actions[bot]
* (cargo release) bump version 0.5.4 Co-authored-by: Versioneer <info@thin-edge.io> Co-authored-by: Rina Fujino <18257209+rina23q@users.noreply.github.com>
2022-02-18Replace structopt with clap 3Matthias Beyer
This patch rewrites the CLI interfaces to be used with clap 3.0 instead of clap 2.x + structopt. The changes are as minimal as possible, although I did not verify that the CLI is the same as before. Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
2022-02-17Merge pull request #793 from initard/bugfix/tmppathAlex Solomes
renamed download.path to tmp.path in tests
2022-02-16Patch version bump (#884)github-actions[bot]
* (cargo release) bump version 0.5.3
2022-02-14Remove unnecessary push to VecMatthias Beyer
This fixes clippy lint `clippy::vec_init_then_push`. Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
2022-02-14Remove unnecessary call to .to_string()Matthias Beyer
This fixes clippy lint `clippy::to_string_in_format_args`. Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
2022-02-03Bump Rust version to 1.58.1 (#803)Michael Abel
* Bump Rust version to 1.58.1 * Avoid to run the cargo msrv check ... ... in favour of the hardcoded rust-version in our Cargo.toml files * Update rust version string from rustc --version
2022-02-01fixing assert to work for different apt versionsinitard
Signed-off-by: initard <solo@softwareag.com>
2022-01-20Migrate to edition 2021 (#558)Lukasz Woznicki
* Migrate to edition 2021 * Update docs and workflows * Update to latest rust 1.58 * Force version in clippy Signed-off-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com>
2022-01-19Patch version bump (#771)github-actions[bot]
* (cargo release) bump version 0.5.2
2022-01-05Patch version bump to 0.5.1 (#734)github-actions[bot]
* (cargo release) bump version to 0.5.1 Co-authored-by: Versioneer <info@thin-edge.io>
2021-12-10Bump version to 0.5.0. Update some docs to use 0.5.0 as well (#677)Lukasz Woznicki
Signed-off-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com> Co-authored-by: Sebastian Büttner <sebastian.buettner@softwareag.com>
2021-11-24Restructure directories of the workspace (#559)Lukasz Woznicki
* Restructure directories of the workspace * Rename c8y_translator_lib to c8y_translator * Update comment on how to get dummy plugin path Signed-off-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com>