summaryrefslogtreecommitdiffstats
path: root/lib/core
AgeCommit message (Expand)Author
2020-05-31handlebars: 2 -> 3Matthias Beyer
2020-05-31semver: 0.9.0 -> 0.10.0Matthias Beyer
2020-05-31itertools: 0.8.0 -> 0.9.0Matthias Beyer
2020-04-29Replace repository with new sourcehut repoMatthias Beyer
2020-04-26Clippy Fix: let_underscore_lockMatthias Beyer
2020-03-24Merge branch 'update-toml-query' into masterMatthias Beyer
2020-03-24Fix: Return actual length of bufferMatthias Beyer
2020-03-24Add blackhole as default cli optionMatthias Beyer
2020-03-24Update toml-query: 0.9.2 -> 0.10.0Matthias Beyer
2020-03-24Revert "Move to toml-query from master branch"Matthias Beyer
2020-03-24Fix clippy warning: next() instead of nth(0)Matthias Beyer
2020-03-08Move to toml-query from master branchMatthias Beyer
2020-03-08Move libimagerror to thiserrorMatthias Beyer
2020-03-08Replace failure with anyhow in complete codebaseMatthias Beyer
2020-03-06Remove unused str error handling moduleMatthias Beyer
2020-03-06Remove unused io error handling codeMatthias Beyer
2020-03-06Remove unused ExitUnwrap traitMatthias Beyer
2020-03-06Remove unused iter extensionsMatthias Beyer
2020-03-01Add iterator extension for reporting from iteratorMatthias Beyer
2020-03-01Allow more fine-granular control over IO behaviour in runtimeMatthias Beyer
2020-02-28Remove module-based loggingMatthias Beyer
2020-02-28Fix: If global loglevel allowes record to be logged, log itMatthias Beyer
2020-02-21Add test whether Store::is_borrowed() works as expectedMatthias Beyer
2020-01-03Add Store::is_borrowed(StoreId)Matthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-12-25Fix: Remove Box::leak() call in runtime application abstractionMatthias Beyer
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