summaryrefslogtreecommitdiffstats
path: root/bin/core/imag-tag
AgeCommit message (Expand)Author
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-12-24Fix: Make "list" default command of imag-tagMatthias Beyer
2019-12-22Remove error conversion which is not necessary anymore.Matthias Beyer
2019-11-13Add imag-tag-missing command for filtering entriesMatthias Beyer
2019-11-13Add imag-tag-present command for filtering entriesMatthias Beyer
2019-11-13Transform the main function to get the subcommand objectMatthias Beyer
2019-11-11Rewrite to accept ids from stdinMatthias Beyer
2019-10-26Remove calls to exit() and replace them with error propagation up to main()Matthias Beyer
2019-10-26Fix: Pass path to ui builder function when creating mock appMatthias Beyer
2019-10-26imag-tag: implement ImagApplicationLeon Schuermann
2019-10-07Update dependency: env_logger: 0.6.1 -> 0.7Matthias Beyer
2019-08-28[No-auto] bin/core/tag: Fix Clippy warningsflip1995
2019-08-28[Auto] bin/core/tag: Fix Clippy warningsflip1995
2019-06-30Update all dependenciesMatthias Beyer
2019-06-29Update dependency: toml-query: 0.9.2 for index-out-of-bounds fixesMatthias Beyer
2019-05-29Update toml-query to 0.9.0Matthias Beyer
2019-05-29Update dependency: toml: 0.4 -> 0.5Matthias Beyer
2019-05-24Introduce proper error handling in IdPathProviderLeon Schuermann
2019-05-22Remove buildscriptsMatthias Beyer
2019-05-18Run 'cargo fix' for rust-2018Matthias Beyer
2019-02-15Rewrite: StoreId::new_baseless() -> StoreId::new()Matthias Beyer
2019-02-11Remove magic constants in trace_unwrap_exit/map_err_trace_exit_unwrap callsMatthias Beyer
2019-02-11Change id reporting API to return ExitCodeMatthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
2018-11-11Forbid unsafe code in all cratesMatthias Beyer
2018-11-10Update version stringsMatthias Beyer
2018-11-09Update dependencies from git versions to proper versions.Matthias Beyer
2018-11-06Add ID reporting in imag-tagMatthias Beyer
2018-11-06Move imag-tag to ID provider infrastructureMatthias Beyer
2018-10-30imag-tag: Move from error-chain to failureMatthias Beyer
2018-10-17Update about-text in imag-tagMatthias Beyer
2018-09-27Update dependency: toml-query: 0.6 -> 0.7Matthias Beyer
2018-05-09Update version string: 0.8.0 -> 0.9.0Matthias Beyer
2018-04-19Add functionality to read storeids from stdinMatthias Beyer
2018-04-19Add support for tagging/untagging multiple entries with one callMatthias Beyer
2018-04-19Update version numbers: 0.7.0 -> 0.8.0Matthias Beyer
2018-04-18Merge pull request #1380 from matthiasbeyer/minorMatthias Beyer
2018-04-17Fix documentation in crate metadataMatthias Beyer
2018-04-14Fix: Use qualificationMatthias Beyer
2018-04-14Add lintsMatthias Beyer
2018-04-13Use clap with wrap_help featureMatthias Beyer
2018-04-13Use clap "^2.29" instead of ">=2.29"Matthias Beyer
2018-04-04Handle unknown subcommands in binaries with Runtime::handle_unknown_subcommandMatthias Beyer
2018-03-26Fix: Entry::to_str() should return Result<_>Matthias Beyer
2018-03-12Rewrite CLI for more positional argsMatthias Beyer
2018-03-06Replace hard coded version strings with compiletime envMatthias Beyer
2018-03-04Use output stream from Runtime::stdout()Matthias Beyer
2018-02-19Fix broke pipe panicsMatthias Beyer
2018-02-18Fix binary nameMatthias Beyer
2018-02-18Merge pull request #1224 from matthiasbeyer/git-version-in-versionMatthias Beyer