summaryrefslogtreecommitdiffstats
path: root/lib/core
AgeCommit message (Expand)Author
2019-12-23Remove unnecessary clone() callMatthias 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-23Replace map_dbg_err() calls with context() callsMatthias Beyer
2019-12-22Fix: Ignore broken pipe when reporting idsMatthias 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-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-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-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-28[No-auto] lib/core/store: Fix Clippy warningsflip1995
2019-08-28[No-auto] lib/core/rt: Fix Clippy warningsflip1995
2019-08-28[Auto] lib/core/rt: Fix Clippy warningsflip1995
2019-08-28[Auto] lib/core/error: Fix Clippy warningsflip1995
2019-08-25Run "cargo fix --all-features" in root of projectMatthias Beyer
2019-07-26Refactor: Do not provide functions for these identifiersMatthias Beyer
2019-07-25Add checks whether variables are valid unicode and propagate appropriate errorMatthias Beyer
2019-07-24Rewrite get_rtp_match() to not panicMatthias Beyer
2019-06-30Remove use of ItertoolsMatthias Beyer
2019-06-30Update all dependenciesMatthias Beyer
2019-06-22Allow unused variable hereMatthias Beyer
2019-05-31Import toml-query with typed featureMatthias Beyer
2019-05-30Rewrite to use derive macroMatthias Beyer
2019-05-30Add comment why we do thisMatthias Beyer
2019-05-30Remove boilerplate by enabling serde in "log" dependencyMatthias Beyer
2019-05-30Rewrite logging config deserializationMatthias Beyer
2019-05-29Update toml-query to 0.9.0Matthias Beyer
2019-05-29Update dependency: toml: 0.4 -> 0.5Matthias Beyer
2019-05-24Introduce proper error handling in IdPathProviderLeon Schuermann
2019-05-18Fix: Entries::in_collection() should be able to return errorMatthias Beyer
2019-05-18Add more context in error messagesMatthias Beyer
2019-05-18Add more context in error messagesMatthias Beyer
2019-05-18Run 'cargo fix' for rust-2018Matthias Beyer
2019-04-13Merge branch 'fix-path-iterator' into master-ffMatthias Beyer
2019-04-13Fix: PathIterBuilder should not yield directoriesMatthias Beyer
2019-04-13Rewrite all usages of ModuleEntryPathMatthias Beyer