Commit Graph

4711 Commits

Author SHA1 Message Date
Matthias Beyer c0f4a20367
Merge pull request #1200 from matthiasbeyer/refactor-matching-into-command-chaining
Refactor matching into command chaining
2018-01-05 15:19:32 +01:00
Matthias Beyer 2c0f35e1a4
Merge pull request #1195 from matthiasbeyer/libimagdiary/support-seconds
Add second-support in libimagdiary
2018-01-05 13:54:12 +01:00
Matthias Beyer ecfa99d139
Merge pull request #1193 from matthiasbeyer/rustc-update
Rustc update
2018-01-05 13:32:56 +01:00
Matthias Beyer 824f88e4fd Refactoring: Use function chaining rather than matching 2018-01-05 13:32:31 +01:00
Matthias Beyer 33e68ad024 Do not copy imag sources to nix store 2018-01-05 11:39:38 +01:00
Matthias Beyer 66b0611103 Refactoring: Use function chaining rather than matching 2018-01-05 11:37:09 +01:00
Matthias Beyer dac817f318 Refactor: Use function chaining and new error type link 2018-01-05 11:37:09 +01:00
Matthias Beyer 1e2ac14d3b Refactoring: Use function chaining rather than matching 2018-01-05 11:37:09 +01:00
Matthias Beyer c92e459e3a Refactoring: Use function chaining rather than matching 2018-01-05 11:37:09 +01:00
Matthias Beyer 5db3d0c278 Refactor: Use function chaining rather than matching
And use a helper function for common functionality
2018-01-05 11:37:09 +01:00
Matthias Beyer feaa32196b Refactoring: Use function chaining rather than matching
Also introduce error links for this.
2018-01-05 11:37:09 +01:00
Matthias Beyer 3294a77346 Refactoring: Use function chaining rather than matching 2018-01-05 11:37:09 +01:00
Matthias Beyer 40490c10d6 Refactoring: Use function chaining rather than matching 2018-01-05 11:37:09 +01:00
Matthias Beyer dd66936e48 Refactoring: Use function chaining rather than matching 2018-01-05 11:37:09 +01:00
Matthias Beyer a386d50df3 Refactoring: Use function chaining rather than matching 2018-01-05 11:37:09 +01:00
Matthias Beyer e7d5e9ebc2 Refactoring: Use function chaining rather than matching 2018-01-05 11:37:09 +01:00
Matthias Beyer 4bb0d0f073 Refactor: Use function chaining instead of matching 2018-01-05 11:37:09 +01:00
Matthias Beyer d5ce99b170 Refactor toml destructure matching.
Use accessor functionality and function chaining now.
2018-01-05 11:37:09 +01:00
Matthias Beyer 4184a1e5d0 Replace matching with function chaining 2018-01-05 11:37:09 +01:00
Matthias Beyer fa8ac03701 Replace matching with function chaining 2018-01-05 11:37:09 +01:00
Matthias Beyer dbd9a2faaf Replace matching with function chaining 2018-01-05 11:37:09 +01:00
Matthias Beyer c1ff2b14f0 Replace matching with function chaining 2018-01-05 11:37:09 +01:00
Matthias Beyer a9135a80fb Replace matching with command chaining 2018-01-05 11:37:09 +01:00
Matthias Beyer 7d1d41884c Replace matching with function chaining 2018-01-05 11:37:09 +01:00
Matthias Beyer 57cf5003bd Move common functionality to utility module 2018-01-05 11:37:09 +01:00
Matthias Beyer 6a2dce2b0f
Merge pull request #1198 from matthiasbeyer/fix-warnings
Fix warnings
2018-01-04 22:09:13 +01:00
Matthias Beyer 0640bdeb73 Add second-support in libimagdiary 2018-01-04 19:39:07 +01:00
Matthias Beyer 930bf084d0
Merge pull request #1196 from matthiasbeyer/remove-dead-todo-link
Remove dead TODO link
2018-01-04 19:38:09 +01:00
Matthias Beyer 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
Matthias Beyer 2095e34c9d
Merge pull request #1194 from matthiasbeyer/hook-scripts
Hook scripts
2018-01-04 19:37:57 +01:00
Matthias Beyer 5aeaacc317
Merge pull request #1190 from matthiasbeyer/imag-init/init
imag-init: initial import
2018-01-04 19:37:50 +01:00
Matthias Beyer 01bd020419 Remove unused imports 2018-01-04 19:35:35 +01:00
Matthias Beyer 02f38fb209 Fix comments: Use two instead of three slashes 2018-01-04 19:34:55 +01:00
Matthias Beyer e518598351 Remove unneeded "mut" 2018-01-04 19:34:43 +01:00
Matthias Beyer af819f0fca Remove unneeded "mut" 2018-01-04 19:34:21 +01:00
Matthias Beyer 38f8de15bf Revert "Integrate spinner for nicer progress reports"
This reverts commit de7a4d2dfb.
2018-01-04 12:10:07 +01:00
Matthias Beyer ad8c9dd91b Remove dead TODO link 2018-01-04 11:44:30 +01:00
Matthias Beyer 806e706087 Prepend the skip-line to the first line 2018-01-04 11:26:13 +01:00
Matthias Beyer db33d46608 Fix spacing 2018-01-04 11:24:46 +01:00
Matthias Beyer 2fd6a701ae Fix if-else for empty if branch 2018-01-04 11:15:47 +01:00
Matthias Beyer 85db1d5f02 Add script to warn about pushing to master 2018-01-04 11:03:33 +01:00
Matthias Beyer 8832a17f12 Add script to check commit message style 2018-01-04 11:03:18 +01:00
Matthias Beyer 90d07bd6ca Lets see what happens when removing some env stuff 2018-01-04 10:48:52 +01:00
Matthias Beyer b60b5c8981
Merge pull request #1184 from matthiasbeyer/imag-log/init
imag-log: init
2018-01-04 10:31:00 +01:00
Matthias Beyer a6fd525c0f Add "show" functionality 2018-01-03 21:09:03 +01:00
Matthias Beyer 4ceca39426
Merge pull request #1186 from matthiasbeyer/roadmap
Roadmap
2018-01-03 21:04:09 +01:00
Matthias Beyer 9a76a2065b Add idea about functionality to include core-CLI things into domain-CLI 2018-01-03 17:42:26 +01:00
Matthias Beyer 18424717f4 Rewrite TODOs into Roadmap 2018-01-03 17:42:26 +01:00
Matthias Beyer 02bafbb9d3 Add rustc 1.23.0, remove 1.20.0 2018-01-03 16:57:06 +01:00
Matthias Beyer a4f054702a Update rustc 1.22.0 -> 1.22.1 2018-01-03 16:56:56 +01:00