summaryrefslogtreecommitdiffstats
path: root/libimagrt/src/runtime.rs
AgeCommit message (Expand)Author
2017-08-27Reorganize code in subdirsMatthias Beyer
2017-07-13Use `file_abstraction` module instead of `store`Robert Ignat
2017-07-13Add debug output for pathsRobert Ignat
2017-07-13Use inmemory file system for imag-link testsRobert Ignat
2017-07-13Add private Runtime constructorRobert Ignat
2017-07-13Add new `Runtime` constructorRobert Ignat
2017-07-08Make configuration traits methods non-staticRobert Ignat
2017-07-08Add configuration traitsRobert Ignat
2017-07-08Add CliSpec trait for Runtime initialisationRobert Ignat
2017-06-21Minify matchMatthias Beyer
2017-06-21Print error while panicingMatthias Beyer
2017-06-20Add Runtime::store_backend_to_stdout(), make _stdio() variant use stdin properlyMatthias Beyer
2017-06-20Add output where paths is setMatthias Beyer
2017-06-18Add Runtime::store_backend_to_stdio() functionMatthias Beyer
2017-06-06Remove hook support from libimagrtMatthias Beyer
2017-02-21Add documentation for Runtime functionsMatthias Beyer
2016-11-02Pass real app nameMatthias Beyer
2016-11-02Clone App here so we can consume it elsewhereMatthias Beyer
2016-10-28Bake in shell-compl generationMatthias Beyer
2016-10-06Add StoreUnloadHook registering in runtimeMatthias Beyer
2016-10-01libimagrt: Add copyright notice to all filesMatthias Beyer
2016-09-18Fix git hook registration fail warn message.Matthias Beyer
2016-09-17DeleteHook should be executed after the delete actionMatthias Beyer
2016-09-17Remove hook initialization from runtime setupMatthias Beyer
2016-09-07Make git-hook-registration not only when debuggingMatthias Beyer
2016-09-07Pass store path to git hooks, so we can initialize properlyMatthias Beyer
2016-09-07Add git hooks in the runtime setup codeMatthias Beyer
2016-08-06Make arg names publicly availableMatthias Beyer
2016-08-02Configure coloring in logger setupMatthias Beyer
2016-07-27Search for imagrc in RTP and not in RTP/storeMatthias Beyer
2016-07-24Add Runtime functionality to patch in-memory-configuration-file-contents on l...Matthias Beyer
2016-07-24Add default commandline argument for configuration overrideMatthias Beyer
2016-07-17Change default log level to WarnMatthias Beyer
2016-07-16Fix: hook registering should be hook-type agnosticMatthias Beyer
2016-06-27Replace error boxing and wrapping by helper generated with libimagerrorMatthias Beyer
2016-05-28Fix: Pass the confguration path as parameter for Configuration::new()Matthias Beyer
2016-05-27Use IntoError trait for less ugly codeMatthias Beyer
2016-05-24Add env_logger as fallback if IMAG_LOG_ENV is presentMatthias Beyer
2016-05-23Only warn if there is no config fileMatthias Beyer
2016-05-18libimagrt: Change dependency from libimagutil -> libimagerrorMatthias Beyer
2016-05-15Remove unwrap() calling by matchingMatthias Beyer
2016-05-13more style adaptationsAndre Bogus
2016-04-20Make libimagrt::runtime::Runtime derive DebugMatthias Beyer
2016-04-20libimagrt: Replace .err().unwrap() with .unwrap_err()Matthias Beyer
2016-04-19Rename: kind() to err_type()Matthias Beyer
2016-04-17Use unused resultsMatthias Beyer
2016-04-06Merge pull request #319 from matthiasbeyer/libimagrt/std-hook-register-error-...Matthias Beyer
2016-04-05Partially revert 7f1a671Matthias Beyer
2016-04-05Spit out the traceback for hook registration errors only in debug modeMatthias Beyer
2016-03-26Merge pull request #295 from matthiasbeyer/libimagrt/config-for-everyoneMatthias Beyer