Commit graph

5293 commits

Author SHA1 Message Date
e8f8969ded Fix broke pipe panics 2018-02-19 11:14:19 +01:00
36e511d39b Fix broken pipe panics 2018-02-19 11:14:19 +01:00
380aeccdc7 Fix broken pipe panics 2018-02-19 11:14:19 +01:00
125eebe1ce Fix broken pipe panic 2018-02-19 11:14:19 +01:00
fc0610b77f Fix broken pipe panic 2018-02-19 11:14:19 +01:00
872b300b9c Fix broken pipe panics 2018-02-19 11:14:19 +01:00
632d68e0e0 Fix broken pipe panic 2018-02-19 11:14:19 +01:00
09da5cc21e Fix for broken pipe panic 2018-02-19 11:14:19 +01:00
427ad89e55 Fix broken pipe panics 2018-02-19 11:14:19 +01:00
849229eec6 Fix broken pipe panics 2018-02-19 11:14:19 +01:00
e501f66dac Fix broken pipe panics 2018-02-19 11:14:19 +01:00
23e0f720e5 Fix broken pipe errors 2018-02-19 11:14:18 +01:00
876c1cb9af Fix broken pipe panics 2018-02-19 11:14:18 +01:00
5e78a43242 Fix for broken pipe panics 2018-02-19 11:14:18 +01:00
c2dfb2ef52 Refactor timetrack subcommands output for broken pipe errors 2018-02-19 11:14:18 +01:00
6a341d3723 Abstract exit code as a type 2018-02-19 11:14:18 +01:00
eb2f6fbbe2 Fix for broken pipe errors 2018-02-19 10:40:26 +01:00
013fc75d85 Fix output for broken pipe errors 2018-02-19 10:40:26 +01:00
88d21375b9 Refactor "imag store ids" command to not panic on broken pipe 2018-02-19 10:40:26 +01:00
256bc47222 Refactor into two independent extensions 2018-02-19 10:40:26 +01:00
39107c5296 Add result extension for translating io errors to exit codes 2018-02-19 10:40:26 +01:00
7265d598a5
Merge pull request #1293 from matthiasbeyer/faster-overall-build-time-travis
Reduce number of build-jobs
2018-02-19 10:38:00 +01:00
e6b355196e
Merge pull request #1279 from matthiasbeyer/minor
Minor
2018-02-19 10:37:47 +01:00
82aef29d45 Reduce number of build-jobs
Currently we have build times up to 2 hours. That's because travis does
not execute all builds in parallel, but some in sequence (afaik 4 are
run in parallel).

Because of that, we have build times up to 2 hours.

By removing the builds for 1.21 (which is old, 1.24 came out 3 days ago)
and for beta and nightly, we reduce the number of jobs for each build to
3 and thus the overall build time, hopefully.
2018-02-18 20:45:20 +01:00
c27aa3a2b7 Add changelog entry for version output change 2018-02-18 20:06:09 +01:00
2089b63d56 Add changelog for broken-pipe panic bugfixes 2018-02-18 20:04:22 +01:00
5dc6a81c28 Add changelog for libimagentryref rewrite 2018-02-18 20:04:22 +01:00
841d3ffb60 Remove OnErr extension which is not used 2018-02-18 20:04:22 +01:00
6292d64ed9 Add changelog for libimagerror refactoring 2018-02-18 20:04:22 +01:00
327d795b4d Add changelog for imag 0.6.1 2018-02-18 20:04:22 +01:00
2decc904aa Fix binary name 2018-02-18 20:04:22 +01:00
70ef837445 Remove Roadmap
Removed as we do it in another way anyways.
2018-02-18 20:03:50 +01:00
acef827bab Fix wording in README 2018-02-18 20:03:50 +01:00
f7d88e3ba8 Make sure only "lib" and "bin" are searched and "target" dirs are ignores 2018-02-18 20:03:50 +01:00
b586e13a98 Add timewarrior import script 2018-02-18 20:03:50 +01:00
eebe6c4d43 Add changelog entries for minor fixes 2018-02-18 20:03:50 +01:00
10e7a82a45 Refactor imag-diary 2018-02-18 20:03:50 +01:00
5e6eb1d249 Update logging configurations 2018-02-18 20:03:50 +01:00
b61547c2d1 Add debug output what is about to be done 2018-02-18 20:03:50 +01:00
2b26db70ed Make HabitBuilder derive Debug 2018-02-18 20:03:50 +01:00
3341e3640c
Merge pull request #1224 from matthiasbeyer/git-version-in-version
Git version in version
2018-02-18 20:03:09 +01:00
1d46004da2
Merge pull request #1274 from matthiasbeyer/refactor-error-handling
libimagerror: Refactor
2018-02-13 12:56:20 +01:00
3bd8822f4f Use version string from git, if present 2018-02-13 11:53:51 +01:00
c43abf09d1 Use git-describe rather than rev-parse 2018-02-13 11:53:31 +01:00
9469693763 Use new make_imag_version!() macro for building version string 2018-02-13 11:38:34 +01:00
f5f4fbc397 Add buildscript and infrastructure to include git information in version 2018-02-13 11:38:34 +01:00
94cad804e1 Use ErrFromStr convenience extension 2018-02-12 21:25:51 +01:00
6b0930adec Use ErrFromStr convenience extension 2018-02-12 21:25:33 +01:00
5b07baddf8 Add error convenience extension 2018-02-12 21:22:39 +01:00
efdfb2a308 Fix imag-view for new error interface 2018-02-12 21:19:48 +01:00