Commit Graph

  • b10dc01213 Create CODE_OF_CONDUCT.md Dustin J. Mitchell 2020-11-26 23:18:32 -05:00
  • c96e40e494 Create SECURITY.md Dustin J. Mitchell 2020-11-26 23:16:39 -05:00
  • d53d83d06e Merge pull request #62 from djmitche/issue37 Dustin J. Mitchell 2020-11-26 23:13:15 -05:00
  • eb47cf4e7f scrpit to push docs Dustin J. Mitchell 2020-11-26 23:01:44 -05:00
  • 0f98727d9b replica.new_task now invents its own uuid Dustin J. Mitchell 2020-11-26 22:44:13 -05:00
  • 2064057688 fix clippy warnings Dustin J. Mitchell 2020-11-26 22:36:31 -05:00
  • 26b17c6dbc Revert "add signing support" Dustin J. Mitchell 2020-11-26 22:34:20 -05:00
  • b0dd3905e7 fix crate name for tc-sync-server Dustin J. Mitchell 2020-11-26 22:30:07 -05:00
  • e32b9d1bf6 Merge pull request #61 from djmitche/issue55 Dustin J. Mitchell 2020-11-26 20:00:22 -05:00
  • 5b1b911bf7 Move add_version and get_child_version to server module Dustin J. Mitchell 2020-11-26 19:44:30 -05:00
  • fb22b9686f refactor sync server to use pluggable storage Dustin J. Mitchell 2020-11-26 19:19:51 -05:00
  • 7472749fee add tests for API methods Dustin J. Mitchell 2020-11-26 17:27:17 -05:00
  • 3fb2327a5b add docs for replica/server protocol Dustin J. Mitchell 2020-11-26 14:10:46 -05:00
  • 2dae271851 build an in-memory sync server implementation Dustin J. Mitchell 2020-11-26 12:13:00 -05:00
  • 2457d8bc43 move types in crate::types to crate::server Dustin J. Mitchell 2020-11-26 11:34:04 -05:00
  • e84871931f Refactor HTTP implementation of API methods Dustin J. Mitchell 2020-11-26 11:32:20 -05:00
  • a5c06008b3 use a trait object for the server, for dynamic dispatch Dustin J. Mitchell 2020-11-26 10:52:28 -05:00
  • 087333a227 refactor sync server into modules Dustin J. Mitchell 2020-11-25 23:16:05 -05:00
  • d0bfbbb7f0 Merge pull request #59 from djmitche/issue8 Dustin J. Mitchell 2020-11-25 20:12:46 -05:00
  • 1511a0e38e update docs based on modified sync designs Dustin J. Mitchell 2020-11-25 19:46:23 -05:00
  • 3537db9bbe implement a local sync server Dustin J. Mitchell 2020-11-25 19:13:32 -05:00
  • 8f7e2e2790 add a 'task sync' command using a copy of the test server Dustin J. Mitchell 2020-11-25 18:06:56 -05:00
  • a81c84d7c7 refactor sync to new model Dustin J. Mitchell 2020-11-25 17:52:47 -05:00
  • e92fc0628b add signing support Dustin J. Mitchell 2020-11-25 16:39:05 -05:00
  • 75edd2773f make server operations fallible Dustin J. Mitchell 2020-11-24 18:12:48 -05:00
  • 549d3b9f6d refactor taskchampion::server into a module with submodules Dustin J. Mitchell 2020-11-24 18:04:49 -05:00
  • b6910b9428 Add missing "QUARTER" to feedback_reserved_tags Tomas Janousek 2020-11-24 23:27:22 +00:00
  • 7cfa27fc7e Merge pull request #51 from djmitche/issue34 Dustin J. Mitchell 2020-11-24 13:14:12 -05:00
  • fc4fcc9e5d Remove remove_from_working_set method. Dustin J. Mitchell 2020-11-24 13:00:42 -05:00
  • a0573e2dbe Merge pull request #50 from djmitche/issue18 Dustin J. Mitchell 2020-11-24 13:08:48 -05:00
  • ca70d2c914 add cargo clippy to CI Dustin J. Mitchell 2020-11-24 12:44:32 -05:00
  • 2232aa8083 Merge pull request #47 from djmitche/issue43 Dustin J. Mitchell 2020-11-24 12:19:47 -05:00
  • 122abf4c5b Merge pull request #46 from djmitche/issue40 Dustin J. Mitchell 2020-11-24 12:06:46 -05:00
  • 1c5e9b009b Add Replica::get_working_set_index and use it Dustin J. Mitchell 2020-11-24 12:05:30 -05:00
  • 2dd86edd4a use Replica::get_working_set_task Dustin J. Mitchell 2020-11-24 11:54:48 -05:00
  • fc668e5ca8 use usize to index working set Dustin J. Mitchell 2020-11-24 11:52:50 -05:00
  • c8f14d68cb export the Uuid type from taskchampion Dustin J. Mitchell 2020-11-24 11:44:21 -05:00
  • d84c156782 Merge pull request #45 from djmitche/issue30 Dustin J. Mitchell 2020-11-24 11:42:34 -05:00
  • 8233763295 add an 'info' subcommand Dustin J. Mitchell 2020-11-24 11:31:56 -05:00
  • 888b38fd79 Merge pull request #42 from djmitche/issue28 Dustin J. Mitchell 2020-11-24 09:47:48 -05:00
  • 4f14b8923f Fix variant_subtract test case after PR #2095 mrossinek 2019-01-02 16:32:16 +01:00
  • 1417be626f TW-1511: Interpret string subtraction as concanetation with a dash Tomas Babej 2019-01-01 21:54:38 -05:00
  • cad9a4f834 Update diag.t to correct C++ version Max Rossmannek 2020-11-22 13:04:39 +01:00
  • ca1e2a5a6b Mark project.t 1455 as expected failure mrossinek 2019-01-02 17:32:03 +01:00
  • 79e076c3c0 tests: Use updated unittest method Tomas Babej 2020-11-20 23:59:56 -05:00
  • 7d567c3ac9 Fix wait.t to correct expected output mrossinek 2019-01-02 16:36:45 +01:00
  • 2c4d4ad649 Test: Add UUID test demonstrating a "Cannot subtract strings" bug Tomas Janousek 2020-07-07 10:14:21 +02:00
  • f31a96176d use prettytable for tabular outputs Dustin J. Mitchell 2020-11-23 21:58:45 -05:00
  • f7f5c379ea Merge pull request #41 from djmitche/refactor-cli Dustin J. Mitchell 2020-11-23 21:35:04 -05:00
  • fe4183c3ca Refactor command-line handling into modules per subcommands Dustin J. Mitchell 2020-11-23 19:33:04 -05:00
  • e0b69a62b1 fix --help metadata Dustin J. Mitchell 2020-11-23 16:18:24 -05:00
  • 1de24f66dc restore README to top level Dustin J. Mitchell 2020-11-23 16:12:46 -05:00
  • 635852c6d9 Merge pull request #39 from djmitche/issue14 Dustin J. Mitchell 2020-11-23 16:10:18 -05:00
  • 084c978b31 move docs back to top level Dustin J. Mitchell 2020-11-23 16:07:35 -05:00
  • 2296d0fa35 rename DB to TaskDB for consistency Dustin J. Mitchell 2020-11-23 16:03:04 -05:00
  • 8e2b4c3f6c Reorganize taskchampion crate for docs and tests Dustin J. Mitchell 2020-11-23 15:59:37 -05:00
  • 8f4924f903 remove unnecessary 'extern crate' Dustin J. Mitchell 2020-11-23 15:02:37 -05:00
  • ba55d298ce stop ignoring dead code and unused variables Dustin J. Mitchell 2020-11-23 14:29:51 -05:00
  • 779a331003 reorganize into separate crates Dustin J. Mitchell 2020-11-23 14:08:42 -05:00
  • 2830043e13 Merge pull request #38 from djmitche/issue21 Dustin J. Mitchell 2020-11-23 13:46:16 -05:00
  • 245969e390 make task a simple top-level module Dustin J. Mitchell 2020-11-23 12:45:29 -05:00
  • 634aaadb73 Reorganize handling of task data Dustin J. Mitchell 2020-11-23 12:38:32 -05:00
  • c2c2a00ed5 Merge pull request #36 from djmitche/issue20 Dustin J. Mitchell 2020-11-22 19:48:52 -05:00
  • 03e4fc7cee Refactor working-set support, add pending tasks Dustin J. Mitchell 2020-11-22 18:18:53 -05:00
  • 39a0dfe798 revise and expand docs about storage / taskdb / replica Dustin J. Mitchell 2020-11-22 17:28:28 -05:00
  • ffbf272afc Merge pull request #32 from djmitche/issue22 Dustin J. Mitchell 2020-11-22 00:56:10 -05:00
  • 1a2c17ab8c Merge branch 'main' into issue22 Dustin J. Mitchell 2020-11-22 00:55:58 -05:00
  • 4074db7729 Merge pull request #31 from djmitche/issue15-more Dustin J. Mitchell 2020-11-22 00:55:39 -05:00
  • f45292d049 remove more taskwarrior compatibility stuff Dustin J. Mitchell 2020-11-22 00:51:41 -05:00
  • 74fb3c3c41 fix up some TODOs in replica.rs Dustin J. Mitchell 2020-11-21 23:46:49 -05:00
  • b3a0fe9f20 Merge pull request #27 from djmitche/issue12 Dustin J. Mitchell 2020-11-21 21:32:09 -05:00
  • 17fe90c8d0 poor excuse for documentation Dustin J. Mitchell 2020-11-21 19:47:40 -05:00
  • ae8872d51e add an mdbook Dustin J. Mitchell 2020-11-21 19:41:36 -05:00
  • 1e28289b8b Merge pull request #19 from djmitche/issue3 Dustin J. Mitchell 2020-11-21 19:15:57 -05:00
  • c8a28b5ab3 install rustfmt Dustin J. Mitchell 2020-11-21 19:09:55 -05:00
  • 2bd68e85d3 remove TODO (now moved to issues) Dustin J. Mitchell 2020-11-21 19:06:15 -05:00
  • 0e792ad584 use a v1 .taskcluster.yml Dustin J. Mitchell 2020-11-21 18:48:26 -05:00
  • 785f3940c5 Merge pull request #17 from djmitche/issue13 Dustin J. Mitchell 2020-11-21 18:01:44 -05:00
  • 1fa6155b22 rename to taskchampion Dustin J. Mitchell 2020-11-21 18:01:00 -05:00
  • 8ed54e9728 Merge pull request #16 from djmitche/issue15 Dustin J. Mitchell 2020-11-21 17:54:01 -05:00
  • 3ddaff07ca remove taskwarrior compatibility stuff Dustin J. Mitchell 2020-11-21 17:52:09 -05:00
  • 351965a87b Update copyright to 2020 Tomas Babej 2020-11-21 12:43:40 -05:00
  • d1b867f7b5 tests: Do not require line buffering Tomas Babej 2020-11-21 12:41:18 -05:00
  • 52c49169b4 tests: Use updated unittest methods Tomas Babej 2020-11-21 12:39:03 -05:00
  • 720c561b75 tests: Use updated Thread object API Tomas Babej 2020-11-21 12:38:10 -05:00
  • 041248e7cc Uncoditionally include errno.h instead of guessing Leo 2020-09-01 11:46:17 -03:00
  • a09f9d48ab Update copyright to 2020 Tomas Babej 2020-11-21 00:08:15 -05:00
  • d81b999fa9 tests: Do not require line buffering Tomas Babej 2020-11-21 00:00:50 -05:00
  • 02db131fa1 tests: Use updated unittest method Tomas Babej 2020-11-20 23:59:56 -05:00
  • 407d66d681 tests: Use updated Thread object API Tomas Babej 2020-11-20 23:21:43 -05:00
  • 75c0e41fcc Make modify and delete commands respect rc.recurrence.confirmation config option. HTunne 2020-09-20 12:14:30 +01:00
  • 3855ba9136 travis: Disable testing on gentoo Tomas Babej 2020-11-21 00:25:58 -05:00
  • c47c7536f5 travis: Disable testing on gentoo Tomas Babej 2020-11-21 00:25:58 -05:00
  • 4729876714 Updated build to use C++17 by default Paul Beckingham 2020-11-20 17:47:13 -05:00
  • 4ae73ba871 Updated libshared for bug fix Paul Beckingham 2020-11-20 17:36:01 -05:00
  • 7b2e68d176 Fix parsing of "PnM" recurrence periods Michał Mirosław 2020-02-21 17:32:49 +01:00
  • e0f24c0b19 speed up fish autocompletion and more features in completion options Tin Lai 2020-06-02 19:09:10 +10:00
  • 07856c2d33 Update LICENSE Tom Dörr 2020-05-03 01:40:53 +02:00
  • 174507e7ad Fix typos Martin Michlmayr 2020-06-17 14:19:00 +08:00
  • 81183ae7d1 Fix SIGSEGV when substituting sequence with shorter one javabird25 2020-10-29 17:34:17 +05:00