summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-notes
AgeCommit message (Expand)Author
2020-05-31itertools: 0.8.0 -> 0.9.0Matthias Beyer
2020-04-29Replace repository with new sourcehut repoMatthias Beyer
2020-03-08Replace failure with anyhow in complete codebaseMatthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-12-23Remove unnecessary clone() callMatthias Beyer
2019-11-23imag-notes: Do not call exit() but propagate error to main functionMatthias Beyer
2019-10-26imag-notes: implement ImagApplicationLeon Schuermann
2019-08-28[No-auto] bin/domain/notes: Fix Clippy warningsflip1995
2019-08-28[Auto] bin/core/notes: Fix Clippy warningsflip1995
2019-06-30Remove uneccessary call to iter()Matthias Beyer
2019-06-30Update all dependenciesMatthias Beyer
2019-05-22Remove buildscriptsMatthias Beyer
2019-05-18Run 'cargo fix' for rust-2018Matthias 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-06Add ID reporting in imag-notesMatthias Beyer
2018-05-09Update version string: 0.8.0 -> 0.9.0Matthias 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-04Use output stream from Runtime::stdout()Matthias Beyer
2018-02-19Fix broken pipe panicsMatthias Beyer
2018-02-18Merge pull request #1224 from matthiasbeyer/git-version-in-versionMatthias Beyer
2018-02-13Use new make_imag_version!() macro for building version stringMatthias Beyer
2018-02-12Fix imag-notes for new error interfaceMatthias Beyer
2018-02-11Update version string: 0.6.0 -> 0.7.0Matthias Beyer
2018-02-10Update dependency: clap: 2.17 -> 2.29Matthias Beyer
2018-02-10Compile clap with suggestions and color supportMatthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2018-02-06Use libimagstore get iteratorMatthias Beyer
2018-01-29Remove map_err_trace_exit() calls in favour of map_err_trace_exit_unwrap()Matthias Beyer
2018-01-15log: 0.4.0-rc.1 -> 0.4.0Matthias Beyer
2018-01-15Update dependency: log: 0.3.* -> 0.4.0-rc.1Matthias Beyer
2018-01-12Remove dependency "version"Matthias Beyer
2017-12-25Update version strings: 0.5.0 -> 0.6.0Matthias Beyer
2017-10-31Add badges in Cargo.toml of all cratesMatthias Beyer
2017-10-12Merge pull request #1131 from matthiasbeyer/libimagerror/trace-and-unwrap-helperMatthias Beyer
2017-10-12Rewrite .map_err_trace_exit().unwrap() with new helper fnMatthias Beyer
2017-10-12Update dependency: itertools: 0.6 -> 0.7Matthias Beyer
2017-09-24Update version strings: 0.4.0 -> 0.5.0Matthias Beyer
2017-09-19Update dependency specsMatthias Beyer
2017-09-15Use positional argsMatthias Beyer