summaryrefslogtreecommitdiffstats
path: root/lib/core/libimagrt
AgeCommit message (Expand)Author
2018-01-15env_logger: 0.5.0-rc.1 -> 0.5.0-rc.2Matthias Beyer
2018-01-15env_logger: 0.4.* -> 0.5.0-rc.1Matthias Beyer
2018-01-15Adapt libimagrt for new log setupMatthias Beyer
2018-01-15Update dependency: log: 0.3.* -> 0.4.0-rc.1Matthias Beyer
2018-01-13libimagrt: Replace read with typed readMatthias Beyer
2018-01-13Update dependency: toml-query -> 0.6Matthias Beyer
2018-01-05Refactor toml destructure matching.Matthias Beyer
2018-01-05Replace matching with function chainingMatthias Beyer
2018-01-05Replace matching with function chainingMatthias Beyer
2018-01-05Replace matching with function chainingMatthias Beyer
2017-12-25Update version strings: 0.5.0 -> 0.6.0Matthias Beyer
2017-12-24Refactor libimagrt+libimagstore to pass whole configuration objectMatthias Beyer
2017-10-31Merge pull request #1157 from matthiasbeyer/imag-location-from-envMatthias Beyer
2017-10-31Try to get RTP from IMAG_RTPMatthias Beyer
2017-10-31Simplify matchingMatthias Beyer
2017-10-31Use ? operator instead of try!() macroMatthias Beyer
2017-10-31Add badges in Cargo.toml of all cratesMatthias Beyer
2017-10-31Rewrite configuration providing in runtimeMatthias Beyer
2017-10-16Merge pull request #1149 from matthiasbeyer/libimagrt/remove-logging-format-o...Matthias Beyer
2017-10-16Remove override functionality for logging formatsMatthias Beyer
2017-10-15Fix: Overide logging with --debugMatthias Beyer
2017-10-12Update toml-query: 0.3.* -> 0.4Matthias Beyer
2017-10-12Update dependency: error-chain: 0.10 -> 0.11Matthias Beyer
2017-10-12Update dependency: itertools: 0.6 -> 0.7Matthias Beyer
2017-10-12Update dependency: ansi_term: 0.9 -> 0.10Matthias Beyer
2017-10-12Add helper functions to register all helpersMatthias Beyer
2017-10-12Move handlebars custom helpers to libimaginteractionMatthias Beyer
2017-10-08Add multi-destination logging to loggerMatthias Beyer
2017-09-30Remove FoldResultMatthias Beyer
2017-09-24Update version strings: 0.4.0 -> 0.5.0Matthias Beyer
2017-09-20Register the no-escape escape functionality in handlebarsMatthias Beyer
2017-09-19Update dependency specsMatthias Beyer
2017-09-09Add param to ConfigTypeErrorMatthias Beyer
2017-09-09Remove ConfigReadError because ::toml_query::error::Error is now linked inMatthias Beyer
2017-09-09Remove TomlReadError by linking in ::toml_query::error::ErrorMatthias Beyer
2017-09-09Remove TemplateStringRegistrationError by linking in handlebars error typeMatthias Beyer
2017-09-06Update toml-query: 0.3.* -> ^0.3.1Matthias Beyer
2017-09-04Merge branch 'master' into libimagerror/integrationMatthias Beyer
2017-09-03Remove "IntoError" trait, use error_chain functionalityMatthias Beyer
2017-09-03libimagrt: Rewrite error handlingMatthias Beyer
2017-09-03libimagstore: rewrite error handling codeMatthias 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-09-03Add more helpersMatthias Beyer
2017-09-03Fix recursion problemMatthias Beyer
2017-09-03Light code cleanupMatthias Beyer
2017-09-03Fix aggregationMatthias Beyer
2017-09-03Actually print error here (as logging isnt initialized at this point)Matthias Beyer