summaryrefslogtreecommitdiffstats
path: root/lib/domain/libimaghabit/src/habit.rs
AgeCommit message (Expand)Author
2020-01-02Update 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-08-28[No-auto] lib/domain/habit: Fix Clippy warningsflip1995
2019-08-28[Auto] lib/domain/habit: Fix Clippy warningsflip1995
2019-08-28Replace r#try! with the ? operatorflip1995
2019-06-30Do not create comment in habit instanceMatthias Beyer
2019-06-21Rename module: linker -> linkableMatthias Beyer
2019-06-21Rename interfaceMatthias Beyer
2019-05-31Split "internal" module into several submodulesMatthias Beyer
2019-05-18Add more context in error messagesMatthias Beyer
2019-05-18Run 'cargo fix' for rust-2018Matthias Beyer
2019-04-13Rewrite all usages of ModuleEntryPathMatthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
2018-10-30libimaghabit: Move from error-chain to failureMatthias Beyer
2018-05-01Refactor libimaghabit to fit new store iterator interfaceMatthias Beyer
2018-03-23Add debugging output if kairos fails to parse inputMatthias Beyer
2018-03-23Merge pull request #1360 from matthiasbeyer/libimaghabit/create-vs-retrieveMatthias Beyer
2018-03-22Fix: Use retrieve in retrieve variantMatthias Beyer
2018-03-22Fix: libimaghabit::habit::HabitTemplate should link created instances to the ...Matthias Beyer
2018-03-22Merge pull request #1357 from matthiasbeyer/libimaghabit/create-vs-retrieveMatthias Beyer
2018-03-22Refactor for less verbose codeMatthias Beyer
2018-03-22Dedup codeMatthias Beyer
2018-03-22Add "retrieve" variants for retrieving instancesMatthias Beyer
2018-03-22Add helper to check whether an instance exists for a dateMatthias Beyer
2018-02-18Make HabitBuilder derive DebugMatthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2018-02-01Move date <-> string conversion utility to libimagutilMatthias Beyer
2018-01-13libimaghabit: Replace read with typed readMatthias Beyer
2018-01-08Use libimagentryutil::isa::Is in libimaghabitMatthias Beyer
2018-01-05Replace matching with function chainingMatthias Beyer
2018-01-05Move common functionality to utility moduleMatthias Beyer
2018-01-04Remove unneeded "mut"Matthias Beyer
2017-12-22Merge pull request #1178 from matthiasbeyer/libimaghabit/fix-untilMatthias Beyer
2017-12-22Fix: Until date is still optionalMatthias Beyer
2017-12-22Merge pull request #1175 from matthiasbeyer/libimaghabit/remove-unusedMatthias Beyer
2017-12-22Remove unused variablesMatthias Beyer
2017-12-22Remove unused importsMatthias Beyer
2017-12-22Add until-date supportMatthias Beyer
2017-12-19Add HabitTemplate::next_instance_date_after()Matthias Beyer
2017-12-19Add function to instantiate with a given dateMatthias Beyer
2017-12-08Add Habit::next_instance_date()Matthias Beyer
2017-12-08Add HabitTemplate::linked_instances() functionMatthias Beyer
2017-12-08Add debugging outputMatthias Beyer
2017-12-08Make builder consumingMatthias Beyer
2017-12-08Outsource instance id creation to helper fnMatthias Beyer
2017-12-08Add recur spec with kairos supportMatthias Beyer
2017-12-08Move date-string conversion utils to util moduleMatthias Beyer
2017-12-08Initial importMatthias Beyer