summaryrefslogtreecommitdiffstats
path: root/lib/etc/libimaginteraction/src
AgeCommit message (Expand)Author
2020-02-28Add IndentionHelper for handlebars templatingMatthias Beyer
2020-02-28Make error output in handlebars render error more verboseMatthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-08-28[No-auto] lib/etc/interaction: Fix Clippy warningsflip1995
2019-08-28[Auto] lib/etc/interaction: Fix Clippy warningsflip1995
2019-08-25Run "cargo fix --all-features" in root of projectMatthias Beyer
2019-05-25Remove unused functionsMatthias Beyer
2019-05-25Remove ununsed sourcefileMatthias Beyer
2019-05-18Add more context in error messagesMatthias Beyer
2019-05-18Fix: Do not write newline character when asked not to doMatthias Beyer
2019-02-15Rewrite: StoreId::new_baseless() -> StoreId::new()Matthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
2018-11-11Forbid unsafe code in all cratesMatthias Beyer
2018-11-01Make "ask" functions get input and output streamsMatthias Beyer
2018-10-30libimaginteraction: Move from error-chain to failureMatthias Beyer
2018-09-27Update dependency: handlebars: 0.29.0 -> 1.0Matthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2018-01-05Refactoring: Use function chaining rather than matchingMatthias Beyer
2018-01-05Replace matching with command chainingMatthias Beyer
2017-10-31Use ? operator instead of try!() macroMatthias Beyer
2017-10-31Fix calls to Runtime::config() to use direct resultMatthias Beyer
2017-10-14Add more helpers for handlebarsMatthias Beyer
2017-10-12Add helper functions to register all helpersMatthias Beyer
2017-10-12Move handlebars custom helpers to libimaginteractionMatthias Beyer
2017-09-04Merge branch 'master' into libimagerror/integrationMatthias 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-03libimaginteraction: 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
2017-08-31Remove unused crate importsMatthias Beyer
2017-08-27Ensure deny() for warnings is in all cratesMatthias Beyer
2017-08-27Reorganize code in subdirsMatthias Beyer