blob: d91c8595b308cc621d5287810d21dc6ab721d2ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
TODO
====
This is a loose list of what to do. Maybe for the next releae or maybe for a later one.
[x] Finalize default color schema
[x] Use a buffered string builder for brushing the colors in the client.
[x] Extended color table output (print whole paragraphs in colors)
[x] Have different color conf sections (by REMOTE, CLIENT, SERVER)
[x] Paint ^CLIENT messages (e.g. use yellow backgrounds here)
[x] Paint ^SERVER messages (e.g. use cyan backgrounds here)
[x] Adjust dmap with color schemas
[x] Auto limit stdout map output to 10 results.
[ ] Fix JSONSchema for the colors
[?] Client 4.x should print a warning when trying to connect to a 3.x server.
[ ] Update docs for color configuration
[ ] Update animated gifs
[ ] 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
[ ] Document serverless mode
[x] Implement serverless mode
[ ] test dtail colors (Again)
[ ] test server health check
[ ] test spartan mode
[ ] document spartan mode
[ ] Default client log dir is ~/log not ./log
[ ] 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?)
|