a9135a80fb
Replace matching with command chaining
2018-01-05 11:37:09 +01:00
7d1d41884c
Replace matching with function chaining
2018-01-05 11:37:09 +01:00
57cf5003bd
Move common functionality to utility module
2018-01-05 11:37:09 +01:00
6a2dce2b0f
Merge pull request #1198 from matthiasbeyer/fix-warnings
...
Fix warnings
2018-01-04 22:09:13 +01:00
0640bdeb73
Add second-support in libimagdiary
2018-01-04 19:39:07 +01:00
930bf084d0
Merge pull request #1196 from matthiasbeyer/remove-dead-todo-link
...
Remove dead TODO link
2018-01-04 19:38:09 +01:00
c7157c5118
Merge pull request #1197 from matthiasbeyer/travis-cleanup
...
Lets see what happens when removing some env stuff
2018-01-04 19:38:04 +01:00
2095e34c9d
Merge pull request #1194 from matthiasbeyer/hook-scripts
...
Hook scripts
2018-01-04 19:37:57 +01:00
5aeaacc317
Merge pull request #1190 from matthiasbeyer/imag-init/init
...
imag-init: initial import
2018-01-04 19:37:50 +01:00
01bd020419
Remove unused imports
2018-01-04 19:35:35 +01:00
02f38fb209
Fix comments: Use two instead of three slashes
2018-01-04 19:34:55 +01:00
e518598351
Remove unneeded "mut"
2018-01-04 19:34:43 +01:00
af819f0fca
Remove unneeded "mut"
2018-01-04 19:34:21 +01:00
38f8de15bf
Revert "Integrate spinner for nicer progress reports"
...
This reverts commit de7a4d2dfb
.
2018-01-04 12:10:07 +01:00
ad8c9dd91b
Remove dead TODO link
2018-01-04 11:44:30 +01:00
806e706087
Prepend the skip-line to the first line
2018-01-04 11:26:13 +01:00
db33d46608
Fix spacing
2018-01-04 11:24:46 +01:00
2fd6a701ae
Fix if-else for empty if branch
2018-01-04 11:15:47 +01:00
85db1d5f02
Add script to warn about pushing to master
2018-01-04 11:03:33 +01:00
8832a17f12
Add script to check commit message style
2018-01-04 11:03:18 +01:00
90d07bd6ca
Lets see what happens when removing some env stuff
2018-01-04 10:48:52 +01:00
b60b5c8981
Merge pull request #1184 from matthiasbeyer/imag-log/init
...
imag-log: init
2018-01-04 10:31:00 +01:00
a6fd525c0f
Add "show" functionality
2018-01-03 21:09:03 +01:00
4ceca39426
Merge pull request #1186 from matthiasbeyer/roadmap
...
Roadmap
2018-01-03 21:04:09 +01:00
9a76a2065b
Add idea about functionality to include core-CLI things into domain-CLI
2018-01-03 17:42:26 +01:00
18424717f4
Rewrite TODOs into Roadmap
2018-01-03 17:42:26 +01:00
02bafbb9d3
Add rustc 1.23.0, remove 1.20.0
2018-01-03 16:57:06 +01:00
a4f054702a
Update rustc 1.22.0 -> 1.22.1
2018-01-03 16:56:56 +01:00
3cf1fd0baf
Add CLI implementation
2018-01-03 16:54:08 +01:00
4c762e6f7d
Add default config for imag-log
2018-01-03 16:54:08 +01:00
0865984d6f
Add example usage for the log functionality
2018-01-03 16:54:08 +01:00
7a364639ee
Initial import: imag-log
2018-01-03 16:54:08 +01:00
de7a4d2dfb
Integrate spinner for nicer progress reports
2018-01-03 16:00:46 +01:00
f324deb41e
imag-init: initial import
2018-01-03 15:48:58 +01:00
0c9c9e26c1
Merge pull request #1183 from matthiasbeyer/libimaglog/init
...
libimaglog: init
2018-01-01 21:18:22 +01:00
529f3f83da
Merge pull request #1187 from matthiasbeyer/libimagerror/display-fix
...
Improve error output
2018-01-01 20:47:24 +01:00
774933ae4a
Merge pull request #1163 from matthiasbeyer/libimagstore/mighty-iters
...
libimagstore: More powerful iterator extensions
2017-12-25 22:02:56 +01:00
198e304be9
Initial import of libimaglog implementation
2017-12-25 21:55:04 +01:00
92d4a0237e
Initial import: libimaglog
2017-12-25 21:46:04 +01:00
9890371652
Merge pull request #1185 from matthiasbeyer/bump-version-strings
...
Update version strings: 0.5.0 -> 0.6.0
2017-12-25 21:06:14 +01:00
0ae7b6b387
Do not call description() when displaying the error
2017-12-25 19:44:29 +01:00
46a8d373b3
Allow dead code in whole module
2017-12-25 19:23:41 +01:00
f3ba1791b9
Update version strings in doc
2017-12-25 19:17:07 +01:00
7d67b67440
Update version strings in tests
2017-12-25 19:17:07 +01:00
3c8dd19d11
Update version strings: 0.5.0 -> 0.6.0
2017-12-25 19:17:07 +01:00
3e972bc264
Merge pull request #1177 from matthiasbeyer/libimagstore/toml-read
...
libimagstore: use toml::Value::as_str() (for example)
2017-12-25 19:13:32 +01:00
9128d04866
Remove test
...
This test is not applicable anymore because it tests (and tested) the
wrong thing.
It was to check whether the function failed because the "imag" key
contained the wrong type, but this is not tested by that function. The
function only checks whether the "imag" key is present.
2017-12-25 17:59:50 +01:00
35410aaa2e
Refactor: Remove unneccessary functions
2017-12-25 17:59:50 +01:00
20a552f527
Refactor header checking to use toml-query
2017-12-25 17:59:50 +01:00
2bf91fab09
Enhance error types
2017-12-25 17:59:50 +01:00