Commit Graph

  • c696bf35d4 Fix doc links Dustin J. Mitchell 2021-05-01 12:25:19 -04:00
  • b4a8b150a8 Merge pull request #218 from taskchampion/graphics Dustin J. Mitchell 2021-05-01 10:43:03 -04:00
  • 60ff0a8d11 Very WIP (i.e broken) start of SQLite storage in server dbr 2021-04-29 16:00:22 +10:00
  • ff894f6ff6 Comments and rustfmt dbr 2021-04-29 11:01:46 +10:00
  • a3c9a76f1d Explicit check that rusqlite::Transaction isn't auto-commited on drop dbr 2021-04-29 10:58:34 +10:00
  • 23531d73c4 Remove debug junk dbr 2021-04-29 10:57:43 +10:00
  • e479c25c34 Tidier dbr 2021-04-29 10:41:17 +10:00
  • cefd6fd6cc Serialize Uuid as string for nicer debugging dbr 2021-04-29 10:39:29 +10:00
  • d5724c4dc2 Unused dbr 2021-04-29 10:37:04 +10:00
  • 24011b5e8d Merge pull request #212 from savchenko/main Dustin J. Mitchell 2021-04-28 13:55:27 -04:00
  • e06e33bee4 Remove kv storage backend dbr 2021-04-29 00:20:13 +10:00
  • cf70ef49ed Minor tidying dbr 2021-04-29 00:10:53 +10:00
  • 5ae828b1eb Implement working set methods dbr 2021-04-29 00:09:54 +10:00
  • aad0496620 Add CGI assets Andrew Savchenko 2021-04-28 13:56:29 +09:30
  • 8f0f8bf31b Add CGI assets Andrew Savchenko 2021-04-28 13:56:29 +09:30
  • db9d5483e8 Update Policy Andrew Savchenko 2021-04-28 13:43:06 +09:30
  • 990c540563 Update Policy Andrew Savchenko 2021-04-28 13:37:11 +09:30
  • 62f3dab049 Update Policy Andrew Savchenko 2021-04-28 12:20:34 +09:30
  • 2b7e121e7e Implement operations storage for SQLite dbr 2021-04-28 12:35:50 +10:00
  • 1959f0c63a Implement all_task_uuids and base version methods dbr 2021-04-27 19:35:45 +10:00
  • 215fda0539 [ABI] Add notice about backend upgrade Andrew Savchenko 2021-04-27 16:00:22 +09:30
  • c81d61dfa6 Removed SECURITY.md in favour of POLICY.md Andrew Savchenko 2021-04-27 15:41:29 +09:30
  • 8aa6b50969 Add POLICY.md Andrew Savchenko 2021-04-27 15:40:11 +09:30
  • 62399239ca Filter: Make +ACTIVE trigger pendingOnly shortcut Tomas Babej 2021-04-24 13:53:23 -04:00
  • 523e2b40fe Filter: Consider presence of +PENDING tag signal to skip completed.data Tomas Babej 2021-04-24 13:35:20 -04:00
  • 5e87be4641 Filter: Fix copy-paste error in pendingOnly Tomas Babej 2021-04-24 11:56:24 -04:00
  • c7fd6b798b libshared: Bump version to support Pig.getUntilAscii Tomas Babej 2021-04-24 10:32:04 -04:00
  • 87d0499fc8 performance: Use ascii-only version of getUnitl for parsing attribute names Tomas Babej 2021-04-24 09:30:08 -04:00
  • 95b135b59e DOM: Create a copy of Task object only if needed Tomas Babej 2021-04-24 01:51:06 -04:00
  • 87b0be9b6f performance: Pre-emptively reserve size of the values vector Tomas Babej 2021-04-23 22:48:52 -04:00
  • 312f77f703 performance: Do not use Pig to extract raw line content Tomas Babej 2021-04-23 22:47:27 -04:00
  • e7487c8a63 performance: Avoid lexing input when not needed in getDOM Tomas Babej 2021-04-23 22:42:41 -04:00
  • c3f9d09d22 performance: Cache used command value Tomas Babej 2021-04-23 22:39:19 -04:00
  • a19773873a performance: Cache CLI2::canonicalize lookups Tomas Babej 2021-04-23 22:35:04 -04:00
  • ab7f5b0b51 clang-tidy: loop conversion Rosen Penev 2021-04-22 21:48:50 -07:00
  • 15f0ab87e0 clang-tidy: use const references Rosen Penev 2021-02-28 19:03:38 -08:00
  • e84930be8d clang-tidy: use auto Rosen Penev 2021-02-28 19:39:31 -08:00
  • d0c4350c2f clang-tidy: add missing reserve calls Rosen Penev 2021-02-28 19:10:54 -08:00
  • 3cafb5257e clang-tidy: use = default Rosen Penev 2021-02-28 18:58:44 -08:00
  • 4aaaa8dcc8 clang-tidy: use bool literals Rosen Penev 2021-02-28 19:31:30 -08:00
  • 8ffb85b327 clang-tidy: use '' for single character find Rosen Penev 2021-02-28 18:27:20 -08:00
  • 305e6e2ede Appease clippy dbr 2021-04-22 14:16:07 +10:00
  • 11d0172bf8 fmt dbr 2021-04-22 14:15:50 +10:00
  • b1e70fd780 NEWS: Update tested confiurations Tomas Babej 2021-04-21 23:44:21 -04:00
  • 6aa46e7d1a ci: Test on Ubuntu 21.04 Tomas Babej 2021-04-21 23:42:19 -04:00
  • 70815edb8a ci: Test on Fedora 34 Tomas Babej 2021-04-21 23:40:44 -04:00
  • 44220287c4 CmdCalendar: Only display relevant parts of the legend Tomas Babej 2021-04-21 23:26:05 -04:00
  • a9b93e7c20 Use names for row.get(...) dbr 2021-04-22 13:33:54 +10:00
  • 4bd6c40daf Use uuid feature of rusqlite dbr 2021-04-22 13:31:15 +10:00
  • d4c6b0d2d9 AUTHORS: Add Daniel Mowitz Tomas Babej 2021-04-21 23:13:23 -04:00
  • 02a60b096c docs: Document TW #1911 Tomas Babej 2021-04-21 23:12:38 -04:00
  • 282f3d344a CmdCalendar: Adjust styling Tomas Babej 2021-04-21 23:06:21 -04:00
  • 14fd8ea673 man: Adjust wording Tomas Babej 2021-04-21 22:58:47 -04:00
  • 0f3729d4c8 sqlite: Get all rows dbr 2021-04-22 12:54:34 +10:00
  • 7a07e09733 Added documentation for multi-day holidays. DanielMowitz 2021-04-21 22:57:10 +02:00
  • 277373ba89 Added tests for single and multiday holidays. DanielMowitz 2021-04-21 22:39:51 +02:00
  • a16f3addc7 Made CmdCalendar.cpp even less redundant by only calling config.get ("dateformat.holiday") once for every method. DanielMowitz 2021-04-21 13:22:46 +02:00
  • 23244e61a5 Renamed variables to be more consistent and improved readability. DanielMowitz 2021-04-21 13:14:38 +02:00
  • f703bd5a74 Made CmdCalendar.cpp less redundant by only calling Context::getContext().config once per method. DanielMowitz 2021-04-21 12:54:34 +02:00
  • 45c67fef6e Update CmdCalendar.cpp DanielMowitz 2021-04-19 00:35:34 +02:00
  • 374b97bb66 Implemented multi-day holidays. DanielMowitz 2021-04-16 01:47:34 +02:00
  • dc5ebfa612 Made the code for colorizing the calendar a little more dry. DanielMowitz 2021-04-16 00:39:20 +02:00
  • e40724b381 Start of SQLite backed storage #131 dbr 2021-04-22 11:48:05 +10:00
  • 6a0bddab38 Merge pull request #205 from taskchampion/issue201 Dustin J. Mitchell 2021-04-17 09:09:56 -04:00
  • f6550233e6 Merge pull request #204 from taskchampion/audit-fix-2021-04-16 Dustin J. Mitchell 2021-04-17 09:09:47 -04:00
  • c8d6619d71 Replace tempfile with tempdir Dustin J. Mitchell 2021-04-16 19:29:27 -04:00
  • 27c20074e3 run 'git audit fix' Dustin J. Mitchell 2021-04-16 19:22:08 -04:00
  • 9c54985fac Merge pull request #203 from taskchampion/issue198 Dustin J. Mitchell 2021-04-16 13:26:45 -04:00
  • 6c0f7a736f Use dirs-next instead of dirs Dustin J. Mitchell 2021-04-16 09:21:59 -04:00
  • 10536f024d use audit action from the README Dustin J. Mitchell 2021-04-15 16:45:22 -04:00
  • affcd82466 ci: Re-enable testing on Arch Linux Tomas Babej 2021-04-14 02:50:15 -04:00
  • e70c2b7c7d docs: Add reference about TW #2451 to ChangeLog Tomas Babej 2021-04-14 02:34:30 -04:00
  • d20631beb0 tests: Add regression test for TW #2451 Tomas Babej 2021-04-14 02:32:41 -04:00
  • bd0d907335 CLI2: Apply desugaring of plain filter args to date args Tomas Babej 2021-04-14 02:21:34 -04:00
  • 475a16b3d4 CLI2: Fix docstring for desugarFilterPlainArgs Tomas Babej 2021-04-14 02:13:28 -04:00
  • 8d15ce896f try cargo audit at main Dustin J. Mitchell 2021-04-12 11:16:24 -04:00
  • 856b589bac Parse 'context' verbose token correctly Paolo Capriotti 2021-04-11 23:35:47 +02:00
  • 1b8672ffc9 fix audit cron Dustin J. Mitchell 2021-04-11 19:55:35 +00:00
  • 6546c050c5 Un-wait a waiting task when deleted Max Rossmannek 2021-04-06 14:59:57 +02:00
  • 33dcea68f5 Un-wait a waiting task when done Max Rossmannek 2020-12-12 19:24:12 +01:00
  • 5c92dea674 ChangeLog: Document TW #2442 Tomas Babej 2021-04-04 22:13:39 -04:00
  • 506cb4fc8a tests: Add regression test for TW #2429 Tomas Babej 2021-04-04 22:08:04 -04:00
  • fb6c42f375 Change nagging behavior DanielMowitz 2021-03-18 00:39:06 +01:00
  • 4dea5dd944 README: Highlight our new discussion forum Tomas Babej 2021-04-03 20:44:05 -04:00
  • e86f2591ba docs: Update README Tomas Babej 2021-04-03 20:37:24 -04:00
  • 6bfa77e29d Merge pull request #195 from taskchampion/issue174-actions Dustin J. Mitchell 2021-04-03 20:17:57 -04:00
  • d20884281b add security audit Dustin J. Mitchell 2021-04-03 20:16:12 -04:00
  • e4e40b3e5e Add actions Dustin J. Mitchell 2021-04-03 19:51:25 -04:00
  • c767718ac9 Merge pull request #194 from taskchampion/issue174 Dustin J. Mitchell 2021-04-03 19:46:21 -04:00
  • c2349cf708 Update links to point to new org Dustin J. Mitchell 2021-04-03 19:43:45 -04:00
  • e8c38b75e7 ChangeLog: Document TW #2428 Tomas Babej 2021-04-03 17:47:48 -04:00
  • 693f2f74cd CmdEdit: Respect bulk option Tomas Babej 2021-04-03 17:44:48 -04:00
  • d95b64c5a0 docs: Add info about writeable contexts to NEWS Tomas Babej 2021-04-03 14:41:35 -04:00
  • c80869875d docs: Update changelog Tomas Babej 2021-04-03 14:40:52 -04:00
  • 8bf2aec0ae docs: Promote myself Tomas Babej 2021-04-03 14:32:21 -04:00
  • 4a726175f5 docs: Expand the manpage to explain writeable context Tomas Babej 2021-04-03 14:21:57 -04:00
  • fe6a6ca93b compatibility: Explicitly specify template type to support older compilers Tomas Babej 2021-04-03 12:31:03 -04:00
  • 80490b625e tests: Fix context-related tests Tomas Babej 2021-04-03 11:23:28 -04:00
  • c701137313 CmdContext: Report context as not found if nothing was deleted Tomas Babej 2021-04-03 11:23:13 -04:00
  • 1bba59e972 CLI2: Move the recursion block to the right place in addContext Tomas Babej 2021-04-03 10:30:18 -04:00