summaryrefslogtreecommitdiffstats
path: root/bin/core/imag-ids
AgeCommit message (Expand)Author
2020-03-24Update toml-query: 0.9.2 -> 0.10.0Matthias Beyer
2020-03-24Revert "Move to toml-query from master branch"Matthias Beyer
2020-03-08Move to toml-query from master branchMatthias Beyer
2020-03-08Replace failure with anyhow in complete codebaseMatthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-12-22Remove error conversion which is not necessary anymore.Matthias Beyer
2019-10-26update: resiter v0.3.0 -> v0.4.0Matthias Beyer
2019-10-26Remove calls to exit() and replace them with error propagation up to main()Matthias Beyer
2019-10-26imag-ids: implement ImagApplicationLeon Schuermann
2019-10-07Update dependency: env_logger: 0.6.1 -> 0.7Matthias Beyer
2019-08-25Run "cargo fix --all-features" in root of projectMatthias Beyer
2019-07-28Remove in-collection filteringMatthias Beyer
2019-07-28Remove "where" clause filteringMatthias Beyer
2019-06-30Update all dependenciesMatthias 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-15Adapt for new StoreId APIMatthias 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-idsMatthias Beyer
2018-11-06Move imag-ids to ID provider infrastructureMatthias Beyer
2018-11-01Add debugging output in test via loggerMatthias Beyer
2018-10-30imag-ids: Move from error-chain to failureMatthias Beyer
2018-10-17Update about-text in imag-idsMatthias Beyer
2018-09-27Update dependency: toml-query: 0.6 -> 0.7Matthias Beyer
2018-09-27Remove store flush caching as it is not necessary anymoreMatthias Beyer
2018-05-09Update version string: 0.8.0 -> 0.9.0Matthias Beyer
2018-05-02Add trace output in filtering processMatthias Beyer
2018-05-02Add language documentation in commandline helpMatthias Beyer
2018-05-02Add store cache flushing after each 100st entryMatthias Beyer
2018-05-02Implement header filter languageMatthias Beyer
2018-05-02Implement 'where' subcommandMatthias Beyer
2018-05-02Add notes how the filter language should look likeMatthias Beyer
2018-05-02Move collection filter to new moduleMatthias Beyer
2018-05-01Refactor imag-ids to fit new store iterator interfaceMatthias Beyer
2018-04-29Update dependency: filters: 0.2 -> 0.3Matthias 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 mod ui and remove unused importsMario Krehl
2018-04-14move the build_ui function of imag-ids into its own fileMario Krehl
2018-04-13Merge pull request #1395 from matthiasbeyer/clap-text-wrapMatthias Beyer
2018-04-13Use clap with wrap_help featureMatthias Beyer