summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-diary/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-23Remove DebugResult and DebugOption helpersMatthias Beyer
2019-12-23Replace map_dbg() and map_dbg_str() with context() and inspect() callsMatthias Beyer
2019-12-12Transform to error propagationMatthias Beyer
2019-08-28[No-auto] bin/domain/diary: Fix Clippy warningsflip1995
2019-08-28[Auto] bin/core/diary: Fix Clippy warningsflip1995
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-09Rewrite debug calls with DebugOption extensionMatthias Beyer
2018-11-09Remove unused parameterMatthias Beyer
2018-11-06Add id reporting in imag-diaryMatthias Beyer
2018-10-30imag-diary: Move from error-chain to failureMatthias Beyer
2018-07-20Fix: Do not create entries with Store::retrieve()Matthias Beyer
2018-07-20Add functionality to create entry at a certain timeMatthias Beyer
2018-03-02Add "daily" supportMatthias Beyer
2018-03-02Fix: Hourly/Minutely should set minute/second to zeroMatthias Beyer
2018-02-18Refactor imag-diaryMatthias Beyer
2018-02-12Refactor imag-diary to use new error handling interfaceMatthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2018-02-04Add second support in imag-diary commandline interfaceMatthias Beyer
2017-10-12Rewrite .map_err_trace_exit().unwrap() with new helper fnMatthias Beyer
2017-09-14Change create() to check config and commandline whether entry should be creat...Matthias Beyer
2017-09-04Merge branch 'master' into libimagerror/integrationMatthias Beyer
2017-09-04Remove dedicated result modules, use error chain generated Result typesMatthias Beyer
2017-09-03imag-diary: Rewrite error handlingMatthias Beyer
2017-09-01Refactor, minify create() implMatthias Beyer
2017-09-01Adapt imag-diary to compile with the new libimagdiary APIMatthias Beyer
2017-08-27Reorganize code in subdirsMatthias Beyer