summaryrefslogtreecommitdiffstats
path: root/bin/core/imag-store/src/create.rs
AgeCommit message (Expand)Author
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-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-08-28[Auto] bin/core/store: Fix Clippy warningsflip1995
2019-05-18Run 'cargo fix' for rust-2018Matthias Beyer
2019-02-15Adapt StoreId::new() callsMatthias 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-06Add ID reporting in imag-storeMatthias Beyer
2018-10-30imag-store: Move from error-chain to failureMatthias Beyer
2018-03-06Replace hard coded version strings with compiletime envMatthias Beyer
2018-02-12Simplify implementation for new libimagerror interfaceMatthias Beyer
2018-02-11Update version string: 0.6.0 -> 0.7.0Matthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2017-12-25Update version strings: 0.5.0 -> 0.6.0Matthias Beyer
2017-09-24Update version strings: 0.4.0 -> 0.5.0Matthias Beyer
2017-09-05Adapt cli-test for create()Matthias Beyer
2017-09-05Rewrite create() to use positional argMatthias Beyer
2017-09-04Merge branch 'master' into libimagerror/integrationMatthias Beyer
2017-09-03Add test for create()Matthias Beyer
2017-09-03imag-store: Rewrite error handlingMatthias Beyer
2017-08-31Remove unused keyword "mut" where not neededMatthias Beyer
2017-08-27Reorganize code in subdirsMatthias Beyer