summaryrefslogtreecommitdiffstats
path: root/lib/core/libimagrt
AgeCommit message (Expand)Author
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-08Replace failure with anyhow in complete codebaseMatthias 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-01-01Update copyright years to 2015-2020Matthias Beyer
2019-12-25Fix: Remove Box::leak() call in runtime application abstractionMatthias 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-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-26Add ImagApplication trait for CLI completion + single-binary supportLeon Schuermann
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-08-28[No-auto] lib/core/rt: Fix Clippy warningsflip1995
2019-08-28[Auto] lib/core/rt: Fix Clippy warningsflip1995
2019-07-26Refactor: Do not provide functions for these identifiersMatthias Beyer
2019-07-25Add checks whether variables are valid unicode and propagate appropriate errorMatthias Beyer
2019-07-24Rewrite get_rtp_match() to not panicMatthias Beyer
2019-06-30Remove use of ItertoolsMatthias Beyer
2019-06-30Update all dependenciesMatthias Beyer
2019-06-22Allow unused variable hereMatthias Beyer
2019-05-31Import toml-query with typed featureMatthias Beyer
2019-05-30Rewrite to use derive macroMatthias Beyer
2019-05-30Add comment why we do thisMatthias Beyer
2019-05-30Remove boilerplate by enabling serde in "log" dependencyMatthias Beyer
2019-05-30Rewrite logging config deserializationMatthias Beyer
2019-05-29Update toml-query to 0.9.0Matthias Beyer
2019-05-29Update dependency: toml: 0.4 -> 0.5Matthias Beyer
2019-05-24Introduce proper error handling in IdPathProviderLeon Schuermann
2019-05-18Add more context in error messagesMatthias Beyer
2019-05-18Run 'cargo fix' for rust-2018Matthias Beyer
2019-04-13Fix for rust beta compilerMatthias Beyer
2019-03-09Remove old TODOMatthias Beyer
2019-02-19Add output about logger settings in logging setupMatthias Beyer
2019-02-15Merge branch 'redefine-storeid'Matthias Beyer