diff options
| author | Paul Buetow <paul@buetow.org> | 2021-09-19 13:22:59 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-10-02 12:26:29 +0300 |
| commit | fe3e68afd99d8ea246be52893730f987e138ec24 (patch) | |
| tree | 726e0914730912e0a3b223f7b37facc05ba31140 /TODO.md | |
| parent | abeac87aec44249bf67f1b0eca471a31086265ca (diff) | |
move args to config package
logger package rewrite as dlog
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -15,20 +15,17 @@ This is a loose list of what to do. Maybe for the next releae or maybe for a lat [?] Client 4.x should print a warning when trying to connect to a 3.x server. [ ] Update docs for color configuration [ ] Update animated gifs -[x] Fix dmap so that it always reads to the end of file [ ] Add more default fields to the default MAPREDUCE format. [x] By default connect to localhost [x] Can use additional args as file lists [ ] 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 +[ ] Document serverless 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 +[ ] Integration test for dcat in serverless mode +[ ] Integration test for dgrep in serverless mode +[ ] Integration 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) +[ ] In serverless, use prefix LOCAL and not REMOTE. And also use another color schema (magenta?) |
