Dustin J. Mitchell
a76d7580ce
cargo fmt
2021-09-26 13:59:58 -04:00
Dustin J. Mitchell
255cf29d4f
Update docs
...
* improve linking
* parallel construction for storage and servers
* clarify rationale for Task/TaskMut
2021-09-26 13:59:04 -04:00
Dustin J. Mitchell
7881b2993c
update docs
2021-09-26 09:34:35 -04:00
Dustin J. Mitchell
bfb732947c
more build-docs fixes
2021-09-26 09:33:37 -04:00
Dustin J. Mitchell
c62eeb4fcb
v0.4.1
2021-09-26 09:26:38 -04:00
Dustin J. Mitchell
a122a28993
Add derive feature for serde
...
This feature had previously been indirectly required by a dependency,
and this is no longer the case.
2021-09-26 09:07:15 -04:00
Dustin J. Mitchell
e9dfcaaa44
more updates to build-docs.sh
2021-09-25 23:53:08 +00:00
Dustin J. Mitchell
67b2f261a1
fix build-docs to create gh-pages branch
2021-09-25 23:50:39 +00:00
Dustin J. Mitchell
fe7d421c21
v0.4.0
2021-09-25 23:42:16 +00:00
Dustin J. Mitchell
b1b17310e6
fix typo
2021-09-25 23:16:16 +00:00
Dustin J. Mitchell
56bcd24e37
Merge pull request #285 from taskchampion/issue99
...
Add cache-control headers to API responses
2021-09-25 10:26:38 -04:00
Dustin J. Mitchell
217f3bf28a
Add cache-control headers to API responses
2021-09-15 22:32:35 +00:00
Dustin J. Mitchell
3837a61b6f
Merge pull request #284 from taskchampion/issue128
...
Add integration test for replica/server interactions
2021-09-14 09:36:57 -04:00
Dustin J. Mitchell
7d3aae4555
allow publishing taskchampion-cli, to allow 'cargo install'
2021-09-14 09:26:44 -04:00
Dustin J. Mitchell
757f923c66
reword README
2021-09-13 17:42:16 -04:00
Dustin J. Mitchell
fb39c90592
Add an integration test combining replica and server
...
This confirms that task changes are replicated via the server.
2021-09-12 21:30:05 +00:00
Dustin J. Mitchell
ebcf9527dc
refactor sync-server into a lib crate with a binary
2021-09-12 21:30:04 +00:00
dbr/Ben
4690cf7fc8
Merge pull request #206 from dbr/sqlstore
...
Switch to SQLite storage backend
2021-09-10 10:04:08 +09:30
dbr
11a3b7882b
Changelog entry!
2021-09-10 10:03:46 +10:00
dbr
43ca0623b1
Merge branch 'main' into sqlstore
2021-09-10 09:59:35 +10:00
dbr/Ben
4cbc9a805f
Merge pull request #279 from taskchampion/changelog
...
Basic changelog infrastructure
2021-09-10 09:26:24 +09:30
Dustin J. Mitchell
1ee07de6a9
Merge pull request #282 from taskchampion/issue281
...
Fix clippy and only run it with the MSRV
2021-09-06 10:12:39 -04:00
Dustin J. Mitchell
91b2e1164f
run clippy on the MSRV
2021-09-05 22:14:21 +00:00
Dustin J. Mitchell
72b4941485
fix new clippy warnings
2021-09-05 21:55:09 +00:00
dbr
8ca7f70cef
Store changelog snippets as .md
2021-09-05 17:02:48 +10:00
dbr
a4b67d9f4e
Remove unused error variant
2021-09-04 13:29:03 +10:00
dbr
f8ed4cecdd
Reset operation auto-increment ID
2021-09-04 13:05:21 +10:00
dbr
5db04ee1af
Tidying
2021-09-04 13:05:10 +10:00
dbr
89e9a42374
Refactor calculation of next working set ID
...
As per Dustin's code-review comment
2021-09-04 13:02:03 +10:00
dbr
1d62799437
Deduplicate StoredUuid wrapper
2021-09-04 12:53:37 +10:00
dbr/Ben
477bf9e328
Tweaks from code review
...
Co-authored-by: Dustin J. Mitchell <dustin@v.igoro.us>
2021-09-04 12:05:30 +09:30
Dustin J. Mitchell
fd2add5dea
Merge pull request #280 from gravityvi/feature/support-more-timestamps
...
added common business date acronyms
2021-08-28 16:14:57 -04:00
Ravi Sawlani
037807e3ac
update image ref
2021-08-28 02:06:33 +05:30
Ravi Sawlani
3edf45d238
added ref pic
2021-08-28 01:47:50 +05:30
Ravi Sawlani
d001b5dbc9
update doc
2021-08-28 01:01:02 +05:30
Ravi Sawlani
f013233c88
document changes
2021-08-28 00:59:09 +05:30
dbr
e8a4d8029b
Update contribute+release docs regarding changelog
2021-08-26 19:56:53 +10:00
Ravi Sawlani
f824d6123c
added tests
2021-08-25 12:42:37 +05:30
Ravi Sawlani
c5e18aec31
lint issue
2021-08-24 22:41:45 +05:30
Ravi Sawlani
90b06df30f
refactor
2021-08-24 22:38:27 +05:30
Ravi Sawlani
4a3b19bba6
added common business date acronyms
2021-08-24 22:26:30 +05:30
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
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