Commit graph

4060 commits

Author SHA1 Message Date
211b93650b Add test logging 2017-07-19 00:31:27 +02:00
d163ac8109 Add simple test for tagging an entry 2017-07-19 00:31:27 +02:00
8678edb61e Add dev-dependency 2017-07-19 00:31:27 +02:00
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
d3ddf929b6 Move utility functionality for tests into libimagutil 2017-07-18 23:47:23 +02:00
3767d8d38f Merge pull request #999 from matthiasbeyer/update-chrono
Update chrono
2017-07-17 14:03:16 +02:00
9ab29bc37a Update chrono: 0.2 -> 0.4 2017-07-17 11:39:40 +02:00
297c552335 Update chrono: 0.2 -> 0.4 2017-07-17 11:39:40 +02:00
d6e09ab550 Update chrono: 0.2 -> 0.4 2017-07-17 11:39:40 +02:00
17b9c01163 Update chrono: 0.3 -> 0.4 2017-07-17 11:39:40 +02:00
aee7772665 Update chrono: 0.3 -> 0.4 2017-07-17 11:39:40 +02:00
3c07f47c4a Merge pull request #998 from matthiasbeyer/libimagtimetrack/more-features
Libimagtimetrack/more features
2017-07-15 16:59:04 +02:00
3429ff5a57 Remove unused imports 2017-07-15 16:39:27 +02:00
cb51e2f5ef Add traits for using iterator filtering 2017-07-15 16:39:27 +02:00
797ce777b7 Make filter iterators generic for all iterators 2017-07-15 16:39:27 +02:00
049d853cba Add iterator to forbid tags 2017-07-15 16:39:27 +02:00
06bec2fb97 Derive all kinds of traits for TimeTrackingTag 2017-07-15 16:39:27 +02:00
6d818a3b48 Add filter module for tag iterators 2017-07-15 16:39:27 +02:00
b88e95f881 Add TimeTracking::get_timetrack_tag() 2017-07-15 16:05:17 +02:00
58047d319a Merge pull request #997 from matthiasbeyer/libimagtimetrack-to-libimagentrytimetrack
Fix wrong lib name
2017-07-15 16:04:51 +02:00
1eccaa1e68 Rename module: eventstore -> timetrackingstore 2017-07-15 15:18:27 +02:00
7e0dfd7700 Rename module: event -> timetracking 2017-07-15 15:18:13 +02:00
bdec778b9e Fix wrong lib name 2017-07-15 15:09:15 +02:00
afc5d1f929 Merge pull request #995 from matthiasbeyer/update-toml-query
Update toml query
2017-07-13 20:06:28 +02:00
398332fcb2 Update toml-query: 0.2.0 -> 0.3.0 2017-07-13 19:40:13 +02:00
35bffe827b Update toml-query: 0.2.0 -> 0.3.0 2017-07-13 19:40:13 +02:00
86adb4d064 Update toml-query: 0.2.0 -> 0.3.0 2017-07-13 19:40:13 +02:00
bee4e06426 Merge pull request #947 from irobert91/imag-link/rewrite-tests
imag-link/rewrite-tests WIP
2017-07-13 19:07:43 +02:00
218977ae17 Update toml-query: 0.2.0 -> 0.3.0 2017-07-13 18:56:45 +02:00
05c316a1ed Fix build 2017-07-13 18:24:20 +02:00
Robert Ignat
625938398d Use file_abstraction module instead of store
to import `InMemoryFileAbstraction` into runtime
2017-07-13 18:24:20 +02:00
Robert Ignat
987b331e39 Remove bash imag-link tests 2017-07-13 18:24:20 +02:00
Robert Ignat
aea53dbc6c Remove error types from runtime configuration file 2017-07-13 18:24:20 +02:00
Robert Ignat
73d3cf687c Add debug output for paths 2017-07-13 18:24:20 +02:00
Robert Ignat
94928c33ca Use inmemory file system for imag-link tests 2017-07-13 18:24:20 +02:00
Robert Ignat
b0a5e1727e Remove unneeded imag-link test cli args 2017-07-13 18:24:20 +02:00
Robert Ignat
ad5b546ff7 Add private Runtime constructor 2017-07-13 18:24:20 +02:00
a8062b0446 Add cargo test call for binaries 2017-07-13 18:24:20 +02:00
Robert Ignat
6ded27c6ea Add new Runtime constructor
that accepts a Configuration argument;
removed `GetConfiguration` trait and all the previous changes
needed for it
2017-07-13 18:24:20 +02:00
bddc79efaa Update toml-query: 0.2.0 -> 0.3.0 2017-07-09 21:48:01 +02:00
19e8be9f9b Update toml-query: 0.2.0 -> 0.3.0 2017-07-09 21:45:13 +02:00
fad981a40f Update toml-query: 0.2.0 -> 0.3.0 2017-07-09 21:43:58 +02:00
Robert Ignat
9a79232446 Remove enable_hooks from InternalConfiguration 2017-07-08 10:44:14 +02:00
Robert Ignat
a34eda8c41 Use toml-query to get entry links header value
in imag-links tests
2017-07-08 10:44:14 +02:00
Robert Ignat
cb62cf3edb Simplify imag-link GetConfiguration impl 2017-07-08 10:44:14 +02:00
Robert Ignat
8fbfd844a5 Add documentation for CliSpec 2017-07-08 10:44:14 +02:00
Robert Ignat
52b377eaa1 Make configuration traits methods non-static 2017-07-08 10:44:14 +02:00
Robert Ignat
7375f3c6ac Move fetch_config into GetConfiguration trait 2017-07-08 10:44:14 +02:00
Robert Ignat
60e3038874 Add Rust tests for internal linking 2017-07-08 10:44:14 +02:00
Robert Ignat
6f42e7d002 Add configuration traits 2017-07-08 10:44:14 +02:00