summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-01-02Replace implementation of getters with getset::Gettersmy-masterMatthias 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-02fixup! Update dependenciesMatthias 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
2017-12-10Impl /queryMario Krehl
2017-12-10Change type of series to f64Mario Krehl
2017-12-10Add functionality to parse the requires targets into a HashMap for later useMario Krehl
2017-12-10Start implementing /queryMario Krehl
2017-12-10Add not implemented Error for /query. It works!! :-)Mario Krehl
2017-12-10Implement /searchMario Krehl
2017-12-10Implement /searchMario Krehl
2017-12-10Add serde feature to dependency chronoMario Krehl
2017-12-10update Cargo.lockMario Krehl
2017-12-10Add source of api.rsMario Krehl
2017-12-10Add serde strcuts for json deserialization (api.rs)Mario Krehl
2017-12-10Add some dependencies und skeleton for rocketMario Krehl