Commit Graph

4105 Commits

Author SHA1 Message Date
Matthias Beyer d381702e8c Fix: UI was build buggy, fix it. 2017-08-25 15:05:08 +02:00
Matthias Beyer ecb9bcc861 Use filter fn from lib 2017-08-25 15:05:08 +02:00
Matthias Beyer 85e76d6ff0 Remove things that are implemented in libimagentrytimetrack now 2017-08-25 15:05:08 +02:00
Matthias Beyer e2e42232e6 Start reimplementing filter module with filters crate 2017-08-25 15:05:08 +02:00
Matthias Beyer a98da2c01c Add new dependency: is-match 2017-08-25 15:05:08 +02:00
Matthias Beyer 76e316ba90 [WIP] Impl command "continue" 2017-08-25 15:05:08 +02:00
Matthias Beyer 0643d63b4e Add dependency: Itertools 2017-08-25 15:05:08 +02:00
Matthias Beyer ea1de45a89 Move filter functionality in common module, use filters crate 2017-08-25 15:05:08 +02:00
Matthias Beyer 2c4dbc0a4a Implement "track" subcommand 2017-08-25 15:05:08 +02:00
Matthias Beyer de06fbb86b Fix: Remove unused type parameter 2017-08-25 15:05:08 +02:00
Matthias Beyer 8cdb3d24de Add missing extern crates 2017-08-25 15:05:08 +02:00
Matthias Beyer 1068646134 Implement stop subcommand 2017-08-25 15:05:08 +02:00
Matthias Beyer ba628cea6d Add impl of start() 2017-08-25 15:05:08 +02:00
Matthias Beyer 8379c3b5e5 Add modules for functionality 2017-08-25 15:05:08 +02:00
Matthias Beyer 0955a38ee2 Initial import 2017-08-25 15:05:08 +02:00
Matthias Beyer abebf9c014 Fix format 2017-08-25 14:04:18 +02:00
Matthias Beyer 49a7201125 Add documentation how the mail CLI should look like 2017-08-21 00:03:22 +01:00
Matthias Beyer d7b266a72c Add todos for maintenance scripts 2017-08-20 15:24:48 +01:00
Matthias Beyer 469975d752 Add more ideas for modules 2017-08-20 14:46:34 +01:00
Matthias Beyer 9fa2be824f Remove safety check, error handling has that case already 2017-08-19 16:27:28 +01:00
Matthias Beyer 3e115b7014 Add todo for logger rewrite 2017-08-14 09:52:47 +00:00
Matthias Beyer 5fa076914c Add docs on {habit,news,todo,wiki} lib 2017-08-12 21:26:55 +00:00
Matthias Beyer db51d971cc Improve mail module docs 2017-08-12 21:26:26 +00:00
Matthias Beyer 740a5dad74 Cleanup intro 2017-08-12 21:26:02 +00:00
Matthias Beyer a96eb69b0f Basic documentation for read/write libs 2017-08-12 15:48:00 +00:00
Matthias Beyer d78288e6f7 Add files for libs 2017-08-12 15:37:17 +00:00
Matthias Beyer 1c98dca547 Add basic descriptions for as many modules as possible 2017-08-11 22:20:11 +00:00
Matthias Beyer 0e1925e5ae Add three more modules to do 2017-08-11 22:15:53 +00:00
Matthias Beyer 6d73dae8a5 Add files for planned modules 2017-08-11 16:29:38 +00:00
Matthias Beyer 31541fb1ba Fix filename 2017-08-11 12:59:40 +00:00
Matthias Beyer c85992c29d Add TODO file in top-level directory 2017-08-11 09:13:43 +00:00
Matthias Beyer 3d34ea0491 Add long-term todos in todo file 2017-08-11 09:13:42 +00:00
Matthias Beyer 7ab0050a3d Remove outdated parts 2017-08-11 09:11:12 +00:00
Matthias Beyer 7c227b4e4d Move contributing guidelines to documentation 2017-08-11 09:11:12 +00:00
Matthias Beyer 53b6f090dd Update Readme, remove old parts 2017-08-11 09:07:32 +00:00
Matthias Beyer f771337359 Remove 'Backend' sections, we dont need them 2017-08-11 09:03:46 +00:00
Matthias Beyer 471e31172f Remove unused files 2017-08-10 19:47:19 +00:00
Matthias Beyer 25db146dd5 Add architecture (and types) documentation 2017-08-10 19:44:19 +00:00
Matthias Beyer 7a048f3795 Add file for coding conventions and best practices 2017-08-10 16:38:46 +00:00
Matthias Beyer fc5bbc3b9d Merge pull request #1004 from matthiasbeyer/libimagstore/glob-iterator-fix
Reimplement GlobStoreIdIterator
2017-07-23 11:59:00 +02:00
Matthias Beyer cbb36875f6 Reimplement GlobStoreIdIterator 2017-07-23 11:12:01 +02:00
Matthias Beyer e4f8d4ec08 Merge pull request #1001 from matthiasbeyer/imag-tag/tests
imag-tag/tests
2017-07-19 11:32:43 +02:00
Matthias Beyer 1567fb0d8e Add more tests 2017-07-19 10:54:40 +02:00
Matthias Beyer e7bd43718d Remove duplicated is_tag() function implementation 2017-07-19 00:31:27 +02:00
Matthias Beyer 798b95785a Remove outdated source file 2017-07-19 00:31:27 +02:00
Matthias Beyer 211b93650b Add test logging 2017-07-19 00:31:27 +02:00
Matthias Beyer d163ac8109 Add simple test for tagging an entry 2017-07-19 00:31:27 +02:00
Matthias Beyer 8678edb61e Add dev-dependency 2017-07-19 00:31:27 +02:00
Matthias Beyer c9360a460a Merge pull request #1000 from matthiasbeyer/imag-link/test-utils-to-libimagutil
Move utility functionality for tests into libimagutil
2017-07-19 00:26:52 +02:00
Matthias Beyer d3ddf929b6 Move utility functionality for tests into libimagutil 2017-07-18 23:47:23 +02:00