summaryrefslogtreecommitdiffstats
path: root/lib/core/libimagstore
AgeCommit message (Expand)Author
2020-05-31semver: 0.9.0 -> 0.10.0Matthias Beyer
2020-04-29Replace repository with new sourcehut repoMatthias Beyer
2020-03-24Update toml-query: 0.9.2 -> 0.10.0Matthias Beyer
2020-03-08Replace failure with anyhow in complete codebaseMatthias 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-23Remove unnecessary clone() callMatthias Beyer
2019-12-23Replace map_dbg_err() calls with context() callsMatthias Beyer
2019-10-26Add Entry::set_content()Matthias Beyer
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-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-25Run "cargo fix --all-features" in root of projectMatthias Beyer
2019-06-30Update all dependenciesMatthias Beyer
2019-05-29Update toml-query to 0.9.0Matthias Beyer
2019-05-29Update dependency: toml: 0.4 -> 0.5Matthias Beyer
2019-05-18Fix: Entries::in_collection() should be able to return errorMatthias 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
2019-02-20Add debug outputMatthias Beyer
2019-02-20Fix: Use StoreIdWithBase::from_full_pathMatthias Beyer
2019-02-15Remove irrelevant testsMatthias Beyer
2019-02-15Use StoreId::local_display_string() for less errorhandling hereMatthias Beyer
2019-02-15Adapt to new libimagstore::iter::Entries APIMatthias Beyer
2019-02-15Add Entries::into_storeid_iter()Matthias Beyer
2019-02-15Rewrite Store::new* API: libimagstore does not export backend typesMatthias Beyer
2019-02-15Delete unused codeMatthias Beyer
2019-02-15Move to simpler implementation of StoreidMatthias Beyer
2019-02-15Add debug outputMatthias Beyer
2019-02-15Bugfix: Rebuild iterator when changing collectionMatthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
2018-12-13Add Store::exists() for checking whether a StoreId exists as EntryMatthias Beyer
2018-11-26Simplify Display impl for StoreidMatthias Beyer
2018-11-26Reimplement StoreId::to_str() without erroringMatthias Beyer
2018-11-11Forbid unsafe code in all cratesMatthias Beyer
2018-11-10Update version stringsMatthias Beyer
2018-11-09Update dependencies from git versions to proper versions.Matthias Beyer
2018-11-06Remove indirectionMatthias Beyer
2018-11-06Remove scope for better readabilityMatthias Beyer
2018-11-06Format codeMatthias Beyer