summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2019-11-11Fix: a tag can contain ascii digitsMatthias Beyer
2019-11-11Make tag-checking error message more explicit about what is wrongMatthias Beyer
2019-11-09Add builder for todo entriesMatthias Beyer
2019-11-09Reimplement libimagtodoMatthias Beyer
2019-11-09Remove old implementationMatthias Beyer
2019-11-09Add Runtime::input_is_pipe()Matthias Beyer
2019-10-27Add extension trait for iterator over Result<Entry>Matthias Beyer
2019-10-27Add iterator extensions for store-id touched reportingMatthias Beyer
2019-10-26Revert "Add extension traits for handling Result<Option<T>, E> conversion"Matthias Beyer
2019-10-26Add extension traits for handling Result<Option<T>, E> conversionMatthias Beyer
2019-10-26Implement Error for ExitCodeMatthias Beyer
2019-10-26Add Entry::set_content()Matthias Beyer
2019-10-26Pass the path to the ui builder function when creating a mock applicationMatthias Beyer
2019-10-26Add ImagApplication trait for CLI completion + single-binary supportLeon Schuermann
2019-10-26Add some debug outputMatthias Beyer
2019-10-26Fix test: Check whether in cache, then get, then check againMatthias Beyer
2019-10-26Add test: Test moving entry with writing to it before and after movingMatthias Beyer
2019-10-26Fix: Testing backend bug where an entry was not properly rewrittenMatthias Beyer
2019-10-26Fix: Renaming entries should also remove the old entryMatthias Beyer
2019-10-13Fix: --override-config argument can be passed multiple timesMatthias Beyer
2019-10-11Merge branch 'libimagcalendar/init' into masterMatthias Beyer
2019-10-09Add function to get all eventsMatthias Beyer
2019-10-09Add getter helperMatthias Beyer
2019-10-09Implement calendar libraryMatthias Beyer
2019-10-09Add Linkable::is_linked_to()Matthias Beyer
2019-10-09Outsource helper: getting the link partial from EntryMatthias Beyer
2019-10-07Update dependency: hex: 0.3.2 -> 0.4Matthias Beyer
2019-10-07Update dependency: ansi_term: 0.11.0 -> 0.12Matthias Beyer
2019-10-07Update dependency: handlebars: 1.1.0 -> 2Matthias Beyer
2019-10-07Update dependency: env_logger: 0.6.1 -> 0.7Matthias Beyer
2019-10-07Update dependency: url: 1.7.2 -> 2Matthias Beyer
2019-10-04Add viewer helper trait for iteratorsMatthias Beyer
2019-10-03Add helper function to parse string by several datetime formatsMatthias Beyer
2019-09-01Add Tests for Entries::{find_by_id_substr, find_by_id_startswith}Matthias Beyer
2019-09-01Add Entries::{find_by_id_substr, find_by_id_startswith}Matthias Beyer
2019-08-28Allow some Clippy lintsflip1995
2019-08-28[No-auto] lib/etc/interaction: Fix Clippy warningsflip1995
2019-08-28[No-auto] lib/entry/view: Fix Clippy warningsflip1995
2019-08-28[No-auto] lib/entry/util: Fix Clippy warningsflip1995
2019-08-28[No-auto] lib/entry/url: Fix Clippy warningsflip1995
2019-08-28[No-auto] lib/entry/tag: Fix Clippy warningsflip1995
2019-08-28[No-auto] lib/entry/ref: Fix Clippy warningsflip1995
2019-08-28[No-auto] lib/entry/link: Fix Clippy warningsflip1995
2019-08-28[No-auto] lib/entry/filter: Fix Clippy warningsflip1995
2019-08-28[No-auto] lib/entry/datetime: Fix Clippy warningsflip1995
2019-08-28[No-auto] lib/entry/category: Fix Clippy warningsflip1995
2019-08-28[No-auto] lib/domain/todo: Fix Clippy warningsflip1995
2019-08-28[No-auto] lib/domain/timetrack: Fix Clippy warningsflip1995
2019-08-28[No-auto] lib/domain/mail: Fix Clippy warningsflip1995
2019-08-28[No-auto] lib/domain/habit: Fix Clippy warningsflip1995