summaryrefslogtreecommitdiffstats
path: root/lib/core/libimagrt/src/runtime.rs
AgeCommit message (Expand)Author
2020-03-24Add blackhole as default cli optionMatthias 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-01-01Update copyright years to 2015-2020Matthias 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-13Fix: --override-config argument can be passed multiple timesMatthias 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-22Allow unused variable hereMatthias 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-15Rewrite: StoreId::new_baseless() -> StoreId::new()Matthias Beyer
2019-02-15Rewrite Store::new* API: libimagstore does not export backend typesMatthias Beyer
2019-02-11Add trace!() call to show config when runtime initializesMatthias Beyer
2019-02-11Change id reporting API to return ExitCodeMatthias Beyer
2019-02-05Remove log-destination-override featuresMatthias Beyer
2019-02-05Add runtime feature: Ignore id reportingMatthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
2018-11-06Implement ID providing in libimagrtMatthias Beyer
2018-11-06Implement ID reportingMatthias Beyer
2018-11-06Fix: Do not ignore errors in config anymoreMatthias Beyer
2018-11-06Remove scopeMatthias Beyer
2018-11-01Merge branch 'rt-remove-default-value-verbosity'Matthias Beyer
2018-10-31Fix: Remove default value for --verbose flagMatthias Beyer
2018-10-31Print (debugging) CLI when initializing runtimeMatthias Beyer
2018-10-31Add feature: Public logging initializationMatthias Beyer
2018-10-30libimagrt: Move from error-chain to failureMatthias Beyer
2018-06-23Add documentation for Runtime::init_logger()Matthias Beyer
2018-05-04Add CLI validators in default CLI setupMatthias Beyer
2018-05-04Update helpMatthias Beyer
2018-05-04Update help, clap does the rest hereMatthias Beyer
2018-05-01Fix for passing Arc<_> to store interface instead of Box<_>Matthias Beyer
2018-04-25Derive Default for InMemoryFileAbstraction, remove constructorMatthias Beyer
2018-04-24Remove support for changing store backendMatthias Beyer
2018-04-19Suggest imag-init if no config is foundMatthias Beyer
2018-04-18Always use stdout via output proxyMatthias Beyer
2018-04-18Make stdin always availableMatthias Beyer
2018-04-17Merge pull request #1403 from matthiasbeyer/remove-pipe-magicMatthias Beyer
2018-04-16Revert "Implement pipe magic in libimagrt"Matthias Beyer