summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-01-03Make {Search, Query}Response not have public fieldsupdateMatthias Beyer
2021-01-03Remove unnecessary "pub"sMatthias Beyer
2021-01-03Simplify logic implementation by providing getters on Series typeMatthias Beyer
2021-01-03Simplify building of series_vecMatthias Beyer
2021-01-03No need for cloning hereMatthias Beyer
2021-01-03Remove unnecessary clone() callMatthias Beyer
2021-01-03Simplify iterationMatthias Beyer
2021-01-03Simplify aggregationMatthias Beyer
2021-01-03Cleanup: These dont have to be pubMatthias Beyer
2021-01-03Cleanup: Remove unused functionMatthias Beyer
2021-01-03Impl TryFrom<ConfigDeser> for ConfigMatthias Beyer
2021-01-03Use TryFrom for LogItemDeser -> LogItem conversionMatthias Beyer
2021-01-03Replace manual Regex parsing with serde_regexMatthias Beyer
2021-01-02Replace implementation of getters with getset::GettersMatthias Beyer
2021-01-02Remove unnecessary clone() callMatthias Beyer
2021-01-02Remove "antikoerper" from sourceMatthias Beyer
2021-01-02Shorten codeMatthias Beyer
2021-01-02Fix variable name: "_res" -> "res"Matthias Beyer
2021-01-02Remove boilerplateMatthias Beyer
2021-01-02Update "about" to fit better what it doesMatthias Beyer
2021-01-02Make main() return errorMatthias Beyer
2021-01-02Cleanup config reading codeMatthias Beyer
2021-01-02Make host/port configurable via CLIMatthias Beyer
2021-01-02Fix use path for typeMatthias Beyer
2021-01-02Remove rocket_codegen, which is not longer neededMatthias Beyer
2021-01-02Update dependenciesMatthias Beyer
2021-01-02Add shell.nix file for development in nix shellMatthias Beyer
2018-03-07Merge pull request #6 from mario-kr/update-depHEADmastermario-kr
2018-03-07make the format optional, as there's no guarantee it is there (anymore); upda...Mario Krehl
2018-01-02Merge pull request #5 from mario-kr/file-aliasmario-kr
2017-12-31Update example configMario Krehl
2017-12-31Use the configured file instead of the alias as unique keyMario Krehl
2017-12-31Update dependenciesMario Krehl
2017-12-23update depsMario Krehl
2017-12-16Merge pull request #4 from mario-kr/refactor-mainmario-kr
2017-12-16Fix typosMario Krehl
2017-12-16Add helper function to get a capture group name out of a targetMario Krehl
2017-12-16Iterate the HashMap via an additional function; reduce query functionMario Krehl
2017-12-16Refactor functionality to create the target_hash hashmap into a functionMario Krehl
2017-12-10Merge pull request #3 from mario-kr/full-configmario-kr
2017-12-10Add memory to example_config.tomlMario Krehl
2017-12-10Add example systemd unit fileMario Krehl
2017-12-10expand example_config file to include several disks, battery and process countMario Krehl
2017-12-10Merge pull request #2 from mario-kr/documario-kr
2017-12-10Document functions and add newlines for readability in main.rsMario Krehl
2017-12-10Add notes in error.rsMario Krehl
2017-12-10Document and put some newlines for readability in config.rsMario Krehl
2017-12-10Document the configuration fileMario Krehl
2017-12-10Merge pull request #1 from mario-kr/impl-querymario-kr
2017-12-10Fix indentation in main.rsMario Krehl