summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentrycategory/src
AgeCommit message (Expand)Author
2020-03-08Replace failure with anyhow in complete codebaseMatthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-08-28[No-auto] lib/entry/category: Fix Clippy warningsflip1995
2019-08-28[Auto] lib/entry/category: Fix Clippy warningsflip1995
2019-08-25Run "cargo fix --all-features" in root of projectMatthias 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-03-09Remove old commentMatthias Beyer
2019-03-09Fix indentionMatthias Beyer
2019-03-09SimplifyMatthias Beyer
2019-03-09Remove unnecessary Error::from() callMatthias Beyer
2019-02-15Adapt to new libimagstore::iter::Entries APIMatthias Beyer
2019-02-15Adapt to new libimagstore::iter::Entries APIMatthias Beyer
2019-02-15Rewrite Store::new* API: libimagstore does not export backend typesMatthias Beyer
2019-02-09Fix: Do not use deprecated StoreId::exists() functionMatthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
2018-11-11Forbid unsafe code in all cratesMatthias Beyer
2018-11-01Change test output to use debug!()Matthias Beyer
2018-10-30libimagentrycategory: Move from error-chain to failureMatthias Beyer
2018-05-04Add functionality to remove categoriesMatthias Beyer
2018-05-01Fix for passing Arc<_> to store interface instead of Box<_>Matthias Beyer
2018-05-01Refactor libimagentrycategory to fit new store iterator interfaceMatthias Beyer
2018-04-27Fix tests for new interfaceMatthias Beyer
2018-04-26RewriteMatthias Beyer
2018-04-26Outsource iterator in iter moduleMatthias Beyer
2018-04-26Rewrite CategoryRegister as CategoryStoreMatthias Beyer
2018-04-26Add module for category handlingMatthias Beyer
2018-04-26This module should be named "entry"Matthias Beyer
2018-04-26Make sure category is linked when setting itMatthias Beyer
2018-04-25Derive Default for InMemoryFileAbstraction, remove constructorMatthias Beyer
2018-04-24Rewrite all_category_names() for removed Store::retrieve_for_module()Matthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2018-01-29Remove unecessary String instantiationMatthias Beyer
2018-01-15env_logger: 0.4.* -> 0.5.0-rc.1Matthias Beyer
2018-01-13libimagentrycategory: Replace read with typed readMatthias Beyer
2018-01-05Refactoring: Use function chaining rather than matchingMatthias Beyer
2017-12-24Refactor libimagrt+libimagstore to pass whole configuration objectMatthias Beyer
2017-10-31Replace uses of try!() macro with "?" operatorMatthias Beyer
2017-09-10Add param to EntryAlreadyExists errorMatthias Beyer
2017-09-04Remove dedicated result modules, use error chain generated Result typesMatthias Beyer
2017-09-03Remove "IntoError" trait, use error_chain functionalityMatthias Beyer
2017-09-03libimagentrycategory: Rewrite error handlingMatthias Beyer
2017-09-03Impl IntoError for error kindsMatthias Beyer
2017-09-03Add recursion limits to cratesMatthias Beyer
2017-09-03Add dependency to crates: error_chain = 0.10Matthias Beyer
2017-09-03Rewrite macros to do error-chain behind the scenesMatthias Beyer