Commit graph

2265 commits

Author SHA1 Message Date
Thomas Lauf
f8ee042bf0 Small refactoring 2018-02-18 23:09:37 +01:00
Thomas Lauf
b46ac77f64 Add test for case with open interval 2018-02-18 22:58:08 +01:00
Thomas Lauf
25c0dd4492 Optimize imports, reformat test input 2018-02-18 22:57:05 +01:00
Thomas Lauf
11c33c38ba Updated AUTHORS, Changelog 2018-02-18 22:51:53 +01:00
lauft
66e561d803
Merge pull request #108 from davisdude/patch-1
Fixed error from totals.py while timer is active

Thanks for the input!
2018-02-18 22:45:18 +01:00
Federico Hernandez
677f74b47d Changed URL for libshared 2018-02-18 11:16:38 +01:00
Davis
68fdcc0b20
Fixed error from totals.py while timer is active
I got the following error when I tried to run totals.py while a task was not finished:

    Traceback (most recent call last):
      File "/home/davis/.timewarrior/extensions/totals.py", line 101, in <module>
        end = datetime.datetime.strptime(configuration['temp.report.end'], DATEFORMAT)
    KeyError: 'temp.report.end'

This change fixed that for me.
2018-02-14 00:49:53 -05:00
lauft
df46b4ed81
Merge pull request #8 from pbeckingham/1.2.0
1.2.0 URLs
2018-02-11 22:54:42 +01:00
lauft
b432c3886b
Merge branch '1.2.0' into 1.2.0 2018-02-11 22:04:48 +01:00
Paul Beckingham
9e7667ba6e Docs: Updated mistakes
- Fixed timewarrior.net (not .org)
- Changed grammar for the invitation to participate
2018-02-08 21:54:44 -05:00
Paul Beckingham
cb52cf73e8 Docs: Updated URLs
- Updated support email address
- Updated repository URL
- Updated issue database URL
2018-02-08 21:48:46 -05:00
Thomas Lauf
ad18c842f9 Update AUTHORS 2018-02-04 23:58:39 +01:00
Thomas Lauf
f75a718020 Merge branch 'master' into 1.2.0
# Conflicts:
#	AUTHORS
#	ChangeLog
2018-02-04 23:57:05 +01:00
Thomas Lauf
c23dd3eb5a Update Readme 2018-02-04 23:49:23 +01:00
Federico Hernandez
f5fbdc8d16 Added SHA1 of tagged release commit 2018-02-03 23:10:05 +01:00
Federico Hernandez
ef26ebd6fe Version number and release date for 1.1.1 2018-02-03 22:39:18 +01:00
Thomas Lauf
2a949aad98 TI-100: Correct ChangeLog
- TI-100 was fixed in release 1.2.0, not 1.1.0
2018-01-29 23:02:32 +01:00
Thomas Lauf
776c9c53b9 TI-102: Update AUTHORS and ChangeLog 2018-01-29 22:58:43 +01:00
Thomas Lauf
e2ebc7a986 TI-102: Update AUTHORS and ChangeLog 2018-01-29 22:56:45 +01:00
Thomas Lauf
986041dcba TI-102: Fix interval flattening in CmdStart
- set correct range for exclusion retrieval
- report on added intervals not on entered
2018-01-29 22:51:42 +01:00
Thomas Lauf
238456aa0d TI-102: Add interval flattening to CmdStop 2018-01-29 22:51:31 +01:00
Thomas Lauf
1aee90199a TI-102: Improve interval flattening for CmdTrack
- Report on added intervals, not on entered interval
2018-01-29 22:51:24 +01:00
Thomas Lauf
47466cdcab TI-102: Add tests 2018-01-29 22:51:14 +01:00
Thomas Lauf
a37ab24c07 TI-102: Fix interval flattening in CmdStart
- set correct range for exclusion retrieval
- report on added intervals not on entered
2018-01-19 16:25:22 +01:00
Thomas Lauf
f6e892d118 TI-102: Add interval flattening to CmdStop 2018-01-19 16:25:22 +01:00
Thomas Lauf
f617588f57 TI-102: Improve interval flattening for CmdTrack
- Report on added intervals, not on entered interval
2018-01-19 16:25:22 +01:00
Thomas Lauf
7e9fe82fc3 TI-102: Add tests 2018-01-19 16:25:22 +01:00
Federico Hernandez
4a18500191 Bumped version number to 1.1.1 2018-01-18 15:53:08 +01:00
Thomas Lauf
8e2e350cab TI-100: Fix expansion of :lastquarter when in first quarter 2018-01-15 20:27:35 +01:00
Federico Hernandez
f5622c07c3 Bumped version number to 1.2.0 2018-01-13 01:14:36 +01:00
Federico Hernandez
11417593a9 Added SHA1 of tagged release commit 2018-01-13 01:07:02 +01:00
Federico Hernandez
836bc41014 Preparing release 2018-01-13 00:48:26 +01:00
Thomas Lauf
9df3eed477 TI-81: Update Authors and ChangeLog
- TI-81 was already fixed with 182cd5b0b4
2018-01-12 08:15:46 +01:00
Thomas Lauf
fa10230d37 Add tests for command "summary"
- with open interval
- with day gap
- with week change
- with several tracks per day
2018-01-11 21:18:16 +01:00
Thomas Lauf
8c12227a9d Optimize imports 2018-01-11 21:18:16 +01:00
Thomas Lauf
17463da32f Add test descriptions 2018-01-11 21:08:44 +01:00
Thomas Lauf
f1b3b3bb72 Refactor CmdDefault
- restore original command behaviour:return exit code 0 if tracking is active, 1 if not
- show welcome screen on first run
- add/update tests
2018-01-05 23:34:16 +01:00
Thomas Lauf
ecb8aa447c Refactor CmdMove: Fail early if no id given 2018-01-05 14:27:25 +01:00
Thomas Lauf
35e5098b51 Extract join function
- use join function for std::vector<std::string> from libshared
- add join function for std::set<std::string>
- add joinQuotedIfNeeded for std::set<std::string> and std::vector<std::string>
- add unit tests
- These functions could be replaced with templates and moved to libshared.
2018-01-05 14:25:57 +01:00
Thomas Lauf
95380bbe96 Optimize includes 2018-01-05 14:21:37 +01:00
Thomas Lauf
3100ed4b6f Small refactoring on class Range 2018-01-05 10:51:03 +01:00
Thomas Lauf
3aa932eafe Fix typos 2018-01-05 10:49:17 +01:00
Thomas Lauf
ac18340757 Fix test summary.t
- Make it work on single digit calendar weeks
2018-01-05 09:32:41 +01:00
Thomas Lauf
0900c35767 Fix number of expected tests 2018-01-05 09:14:46 +01:00
Paul Beckingham
7511882f9f libshared: updated to 1fa5dcbf53a280857e35436aef6beb6a37266e33 2017-12-31 19:49:13 -05:00
Paul Beckingham
88d644d193 Copyright 2018 2017-12-31 19:37:13 -05:00
Thomas Lauf
874b163f78 Text beautification 2017-12-15 08:41:07 +01:00
Thomas Lauf
a593c90912 Update AUTHORS 2017-12-14 22:12:54 +01:00
Thomas Lauf
48ed980c76 TI-66: Move with :adjust leaves overlapping intervals.
- Implement 'overwrite' overlap resolution strategy
- Add convenience methods to Range
- also fixes TI-85: :adjust creates overlapping interval
2017-12-14 21:49:34 +01:00
Michael Neumann
963d4ac7ae TI-91: Fix compilation on DragonFly
Needs an update to src/libshared as well.
2017-12-10 00:11:38 -05:00