summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-09-18 19:27:50 +0300
committerPaul Buetow <paul@buetow.org>2021-10-02 12:26:29 +0300
commitabeac87aec44249bf67f1b0eca471a31086265ca (patch)
treee4b054f009e8c572da9463ddfcbc7fddb45d22c5 /TODO.md
parent69b88a1cae0a61bd22530c384f40166b37b9f1ea (diff)
fix auto reconnect
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 7674577..156c745 100644
--- a/TODO.md
+++ b/TODO.md
@@ -22,6 +22,13 @@ This is a loose list of what to do. Maybe for the next releae or maybe for a lat
[ ] Document the two things above
[x] Implement spartan mode
[x] Make sure that diff is the same (plain file fs dcatted-file) in spartan mode
+[ ] Document servless mode
+[x] Implement serverless mode
+[ ] Fix serverless mode (e.g. dmap doesn't aggregate all lines)
[ ] document spartan mode
[ ] Default client log dir is ~/log not ./log
[ ] Make sure dmap results aren't in color in local log file
+[ ] Unit test for dcat in serverless mode
+[ ] Unit test for dgrep in serverless mode
+[ ] Unit test for dmap in serverless mode
+[ ] Separate logger into server logger and client logger for serverless operation (e.g. server info logs are all Debug)