Tomas Babej
9d80570073
libshared: Bump version
...
This brings back behaviour of "end of" named dates to point to the last
second of the given date.
Closes #2519 .
2021-07-03 10:47:38 -04:00
Tomas Babej
8b1cc98d05
Changelog: Document TW #2514
2021-06-26 14:38:18 -04:00
Tomas Babej
3cbbe7e701
docs: Add reportaman to authors
2021-06-26 14:38:18 -04:00
Tomas Babej
d76b4e0d86
tests: Add test for TW #2514
2021-06-26 14:38:18 -04:00
Tomas Babej
cc0ba46873
feedback: Consider start and end attributes when reporting task durations
...
Instead of relying on the modification times, we can use the values of
the start and end attributes, if available.
This allows us to perform historical changes that result in correct
duration intervals reported by task info.
Closes #2514
2021-06-26 14:38:18 -04:00
Tomas Babej
a519cf59f2
docs: Document TW #1804
2021-06-23 00:13:03 -04:00
Tomas Babej
88eca5f535
tests: Add test for TW #1804
2021-06-23 00:13:03 -04:00
Tomas Babej
8f7e41b392
parseJSON: Allow annotations with missing entry values
...
This relaxes previous stringent requirements on the input values during
import.
Closes #1804 .
2021-06-23 00:13:03 -04:00
Tomas Babej
6d81acd355
parseJSON: Ensure NULL values from failed lookups do not persist
...
The operator[] insets values if the lookup fails, which creates null
pointers.
See: https://en.cppreference.com/w/cpp/container/map/operator_at
2021-06-23 00:13:03 -04:00
Tomas Babej
75422e80e3
reproduce: Add gdb into the image
2021-06-23 00:13:03 -04:00
dbr
cae03c6d7e
Initial changelog
...
Also simple process/script to manage entries in PR's without merge conflicts:
1. Unreleased entries area stored as text files in ".changelogs/"
2. On release these are concatenated together and put in CHANGELOG.md
Script basically just add line of text to a "YYYY-MM-DD-branch.txt" formatted file
2021-06-20 22:13:57 +10:00
Tomas Babej
388a8917ba
ChangeLog: Document #1938
2021-06-19 12:29:41 -04:00
Tomas Babej
3bf714e715
tests: Add test for TW #1938
2021-06-19 12:29:41 -04:00
Tomas Babej
c8560a8c96
test: Make all tests executable
2021-06-19 12:29:41 -04:00
Tomas Babej
a219bd30cf
Task: Bump annotations with duplicate entry values
...
Since annotations are stored as a map, duplicate entry values lead to
data loss (i.e. annotations overriding each other on import). Perhaps
the choice of using a map internally should be reconsidered.
Closes #1938 .
2021-06-19 12:29:41 -04:00
Tomas Babej
3fed9e9abb
README: Add sponsoring section
2021-06-19 11:48:17 -04:00
Tomas Babej
dbcf2c4fe0
README: Add sponsors badge
2021-06-19 07:42:59 -04:00
Dustin J. Mitchell
c8533c86f5
Merge pull request #273 from taskchampion/issue269
...
Create a new doc if necessary in `ta config set`
2021-06-16 21:29:46 -04:00
Dustin J. Mitchell
cc5240eeec
Create config directory if necessary
2021-06-16 13:45:00 +00:00
Dustin J. Mitchell
8e84bf0446
Create a new doc if necessary in ta config set
2021-06-16 13:44:42 +00:00
dbr
86deed3197
Remove unused Transaction from Txn
...
Also note about why StorageTxn isn't implemented
2021-06-16 11:22:17 +10:00
dbr/Ben
53cba2b31e
Merge pull request #276 from taskchampion/ci-platforms
...
CI tests on Windows+macOS
2021-06-16 10:55:43 +10:00
Dustin J. Mitchell
a709f8a132
Merge remote-tracking branch 'upstream/main' into ci-platforms
2021-06-15 10:13:51 -04:00
Dustin J. Mitchell
9c35b31fbe
Merge pull request #275 from taskchampion/issue274
...
Fix arg parsing on Windows
2021-06-15 10:13:00 -04:00
dbr
75f0447c7b
Fix empty-dir problem with server also, and add tests
2021-06-15 22:09:54 +10:00
dbr
c3bc93f631
Clipplease
2021-06-15 22:02:32 +10:00
dbr
e72b990ea2
Avoid error if DB folder does not exist
2021-06-15 20:01:47 +10:00
dbr
2f533d2f3a
Merge remote-tracking branch 'origin/main' into sqlstore
...
# Conflicts:
# Cargo.lock
# taskchampion/Cargo.toml
2021-06-15 19:49:36 +10:00
dbr
2a2aef2b25
Maybe this time
2021-06-15 12:25:04 +10:00
dbr
5769b20702
Important missing line to make CI actually run on matrix.os
2021-06-15 12:20:55 +10:00
dbr
41c5cc842d
Typo
2021-06-15 12:16:09 +10:00
dbr
fbc97c871b
Test on Windows+macOS
2021-06-15 12:13:15 +10:00
Dustin J. Mitchell
62c17ab411
Fix arg parsing on Windows
2021-06-14 10:57:44 -04:00
Tomas Babej
b77bbaa988
Changelog: Document TW #1788
2021-06-12 17:00:11 -04:00
Tomas Babej
2d5c506d5e
README: Link more badges to sources of information
2021-06-12 15:49:53 -04:00
Tomas Babej
f4a31620f1
Changelog: Document TW #2502
2021-06-12 15:49:06 -04:00
Tomas Babej
8b86f16f25
Variant: Do not use implicit fall-through
...
The code handling the comparison between the date and string types would
convert the variants to correct types, but only through multi-level
fall-through in the switch statement, which is always a bit of a
dangerous construct.
Added explicit return for the non-trivial case, preventing the need for
the fall-through.
Closes #2502 .
2021-06-12 15:49:06 -04:00
Tomas Babej
8f16824538
tests: Add test for partial operator over date/string pairs
2021-06-12 15:49:06 -04:00
Tomas Babej
c98fe5f34b
cmake: Remove recur2.cpp from CMakeLists
2021-06-12 10:40:47 -04:00
Tomas Babej
34ffd164bb
recur: Remove references to the new recurrence mechanism
2021-06-12 10:40:29 -04:00
Tomas Babej
4db7990df8
recur: Remove WIP recurrence overhaul implementation
...
The feature has been moved to 3.0 milestone. Also, we are now using
feature branches for development of new functionality, in order to make
the development branch more stable.
2021-06-12 10:37:23 -04:00
Tomas Babej
7011cfb05a
Changelog: Document TW #2503
2021-06-10 21:44:07 -04:00
Tomas Babej
5e5a48606f
CmdExec: Prevent user from executing an empty command
...
Closes #2503 .
2021-06-10 21:44:07 -04:00
Dustin J. Mitchell
4917d49331
Merge pull request #267 from taskchampion/issue179
...
Add confirmation prompts for modifications of lots of tasks
2021-06-10 21:16:28 -04:00
Dustin J. Mitchell
0de4fc1dee
Add confirmation prompts for modifications of lots of tasks
2021-06-10 10:55:42 -04:00
Dustin J. Mitchell
31ff46bee6
pin mdbook version
2021-06-09 15:38:36 -04:00
Dustin J. Mitchell
ebdae1f44a
Merge pull request #266 from taskchampion/issue80
...
Add support for synthetic tags
2021-06-09 15:28:10 -04:00
Dustin J. Mitchell
4ccd33bc0c
Merge pull request #265 from taskchampion/issue264
...
Treat partially-matched arguments as an error
2021-06-09 15:27:10 -04:00
dbr/Ben
5c7d9330fd
Merge pull request #263 from taskchampion/actionnames
...
Tidy up CI actions names
2021-06-09 11:37:59 +10:00
Dustin J. Mitchell
64b319bd20
Merge pull request #268 from taskchampion/use-built
...
Use `built` to determine version information
2021-06-08 11:10:18 -04:00