Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | travis: Pin 0.9.x release branch to current stable but with version numberv0.9.x | Matthias Beyer | 2019-05-23 | 1 | -11/+1 |
* | v0.9.3v0.9.3 | Matthias Beyer | 2019-05-23 | 56 | -271/+271 |
* | Add changelog for 0.9.3 | Matthias Beyer | 2019-05-23 | 1 | -0/+10 |
* | Fix: Negation error | Matthias Beyer | 2019-05-23 | 1 | -1/+1 |
* | Remove unused import | Matthias Beyer | 2019-05-22 | 1 | -2/+0 |
* | v0.9.2v0.9.2 | Matthias Beyer | 2019-05-22 | 56 | -56/+56 |
* | Update changelog for 0.9.2. | Matthias Beyer | 2019-05-22 | 1 | -0/+11 |
* | Remove buildscripts | Matthias Beyer | 2019-05-22 | 28 | -237/+0 |
* | Do not ignore errors when collecting links | Matthias Beyer | 2019-03-18 | 1 | -2/+3 |
* | Fix indention | Matthias Beyer | 2019-03-18 | 1 | -1/+1 |
* | Fix: If the field is not available, return false | Matthias Beyer | 2019-03-17 | 2 | -2/+2 |
* | v0.9.1v0.9.1 | Matthias Beyer | 2019-02-17 | 60 | -286/+300 |
* | Fix: Off by one error | Matthias Beyer | 2019-02-17 | 1 | -1/+1 |
* | Fix negation error | Matthias Beyer | 2019-02-17 | 1 | -2/+4 |
* | Fix config override mechanism | Matthias Beyer | 2019-02-17 | 1 | -13/+11 |
* | Fix: "status" subcommand might not be present | Matthias Beyer | 2019-02-17 | 1 | -1/+5 |
* | Fix: We go to the next month, not to the current one | Matthias Beyer | 2019-02-17 | 1 | -1/+1 |
* | Fix: 'start-time' cannot be None | Matthias Beyer | 2019-02-17 | 1 | -9/+13 |
* | Fix: Do not use deprecated StoreId::exists() function | Matthias Beyer | 2019-02-17 | 1 | -1/+1 |
* | Add Store::exists() for checking whether a StoreId exists as Entry | Matthias Beyer | 2019-02-17 | 1 | -15/+17 |
* | Update travis rustc version | Matthias Beyer | 2019-02-17 | 1 | -2/+2 |
* | Update copyright years | Matthias Beyer | 2019-02-17 | 257 | -257/+257 |
* | Merge branch 'prepare-0.9.0'v0.9.0 | Matthias Beyer | 2018-11-10 | 40 | -48/+129 |
|\ | |||||
| * | Update dependencies from git versions to proper versions. | Matthias Beyer | 2018-11-09 | 39 | -47/+47 |
| * | Add changelog for 0.9.0 | Matthias Beyer | 2018-11-09 | 1 | -1/+82 |
|/ | |||||
* | Merge branch 'minor' | Matthias Beyer | 2018-11-09 | 14 | -307/+270 |
|\ | |||||
| * | Update examples | Matthias Beyer | 2018-11-09 | 1 | -2/+3 |
| * | Add end-date for vacation | Matthias Beyer | 2018-11-09 | 1 | -1/+1 |
| * | Remove code of conduct, we use the Rust CoC. | Matthias Beyer | 2018-11-09 | 1 | -165/+0 |
| * | Remove empty section | Matthias Beyer | 2018-11-09 | 1 | -3/+0 |
| * | Make code more idomatic | Matthias Beyer | 2018-11-09 | 1 | -26/+25 |
| * | Rewrite debug calls with DebugOption extension | Matthias Beyer | 2018-11-09 | 1 | -7/+6 |
| * | Add Option extensions for logging optional values | Matthias Beyer | 2018-11-09 | 4 | -0/+147 |
| * | Remove unused parameter | Matthias Beyer | 2018-11-09 | 1 | -2/+2 |
| * | Make code more idomatic | Matthias Beyer | 2018-11-09 | 1 | -4/+1 |
| * | Make code more idomatic | Matthias Beyer | 2018-11-09 | 2 | -23/+15 |
| * | Make code more functional by more function chaining | Matthias Beyer | 2018-11-07 | 1 | -22/+21 |
| * | Make code more functional by more function chaining. | Matthias Beyer | 2018-11-07 | 1 | -36/+34 |
| * | Rewrite iteration without collecting inbetween | Matthias Beyer | 2018-11-07 | 1 | -10/+6 |
| * | Refactor code to be more idomatic | Matthias Beyer | 2018-11-07 | 1 | -6/+9 |
|/ | |||||
* | Merge branch 'runtime-io-story' | Matthias Beyer | 2018-11-06 | 54 | -581/+1238 |
|\ | |||||
| * | Import new dependencies | Matthias Beyer | 2018-11-06 | 2 | -0/+9 |
| * | Add ID reporting in imag-timetrack | Matthias Beyer | 2018-11-06 | 9 | -19/+57 |
| * | Add ID reporting in imag-mail | Matthias Beyer | 2018-11-06 | 1 | -4/+8 |
| * | Add ID reporting in imag-store | Matthias Beyer | 2018-11-06 | 5 | -12/+24 |
| * | Add ID reporting in imag-ref | Matthias Beyer | 2018-11-06 | 1 | -10/+14 |
| * | Add ID reporting in imag-habit | Matthias Beyer | 2018-11-06 | 1 | -2/+29 |
| * | Add ID reporting in imag-mv | Matthias Beyer | 2018-11-06 | 1 | -0/+3 |
| * | Add ID reporting in imag-wiki | Matthias Beyer | 2018-11-06 | 1 | -4/+17 |
| * | Change WikiStore::create_wiki() interface | Matthias Beyer | 2018-11-06 | 2 | -7/+22 |