summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-timetrack
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 let bindingMatthias Beyer
2019-12-23Remove unnecessary clone() callMatthias Beyer
2019-12-21Rewrite imag-timetrack to propagate errors to main() function instead of exit...Matthias Beyer
2019-10-26imag-timetrack: implement ImagApplicationLeon Schuermann
2019-08-28[No-auto] bin/domain/timetrack: Fix Clippy warningsflip1995
2019-08-28[Auto] bin/core/timetrack: Fix Clippy warningsflip1995
2019-07-25Add imag-timetrack shellMatthias Beyer
2019-06-30Update all dependenciesMatthias Beyer
2019-06-26Rename module: timetrackingstore -> storeMatthias Beyer
2019-05-22Remove buildscriptsMatthias Beyer
2019-05-18Run 'cargo fix' for rust-2018Matthias Beyer
2019-05-17Add duration listing in imag-timetrackMatthias Beyer
2019-02-11Do not print table if table is empty anywaysMatthias 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-02-09Fix: We go to the next month, not to the current oneMatthias Beyer
2019-02-09Fix: 'start-time' cannot be NoneMatthias 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-timetrackMatthias Beyer
2018-10-30imag-timetrack: Move from error-chain to failureMatthias Beyer
2018-10-06Update dependency: prettytable: 0.6 -> 0.8Matthias Beyer
2018-10-06Update dependency: prettytable: 0.6 -> 0.8Matthias Beyer
2018-09-27Update kairos to master branchMatthias Beyer
2018-09-27Update dependency: kairos: 0.1 -> 0.2Matthias Beyer
2018-08-26Fix: Binary nameMatthias Beyer
2018-05-09Update version string: 0.8.0 -> 0.9.0Matthias Beyer
2018-04-29Update dependency: filters: 0.2 -> 0.3Matthias Beyer
2018-04-24Replace Store::retrieve_for_module() with own iterator typeMatthias 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-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-19Refactor timetrack subcommands output for broken pipe errorsMatthias Beyer
2018-02-18Add timewarrior import scriptMatthias 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-12Add error chaining for compatibility with new libimagerror interfaceMatthias Beyer
2018-02-11Remove "get" iterator, store provides this nowMatthias Beyer
2018-02-11Add kairos support in "list" subcommandMatthias Beyer