Releases: tongson/taarr
Releases · tongson/taarr
Groggy Pauper (2.0.0)
2.0.0
Groggy Pauper
- Removed some external dependencies to slash around 500KiB from the executable size
- New extensive testing suite
- New VARS file for includes and variables
- Changed SSH config from
rr.hosts
toHOSTS
- Changed log filename from
rr.json
toLOG
- Changed
rrl
mode output headers and log format - Changed string for "repaired" result/status detection to
__REPAIRED__
- Changed
__REPAIRED__
output detection from STDOUT to STDERR - Quicker copying over SSH because of one less SSH connection
- Quicker remote runs, removed SSH hostname matching
- More compact
rrl
mode output - STDOUT now streamed in terminal mode
- Several code improvements and dependency upgrades
Revocable Marsh
- Update dependencies
- Free performance improvement
- Code style
- Improve "make" scripts
Unmatched Carrot
- Update dependencies
- Remove spinner
- Use isatty to determine console
Grimacing Tripod
- Update dependencies
- Indicate connections in the output
- Fix handling of huge log files
- Better ansi escape sequence for the spinner
- Fix tests
Anvil Clerk
Update dependencies.
Cardboard Headlamp
- Add plain mode. For reusing output. Aliased to
rrp
.
Startling Raisin
- Remove script level
task
file- Top-level
TASK
file is now the task field in the log - Can be overridden by env variable
TASK
- Top-level
- Better looking table separator in report mode
- Shorter start timestamps in report mode
Carbon Pueblo
0.18.0
- Added Teleport mode
rrt
&rro
- Added report mode
rrl
- "Idempotence" by checking '+++++repaired+++++' string from STDOUT
- Log to
rr.json
even if not in console mode - "elapsed" to "duration"
- ID's are just 8 characters now
- Duration truncated at seconds
Monoxide Dime
- Local invocation can now use interpreter that take in STDIN
- Another interpreter besides a Posix shell can NOT take in arguments or use
.files
- STDIN works with lua(LadyLua), lua(PUC), python, dash, bash, zsh
- Another interpreter besides a Posix shell can NOT take in arguments or use
- Overhaul Makefile
- Fix local tests
Tainted Battalion
- Better sudo with password handling
- Fix various spinner issues
- Changed spinner: line for copying and dots for runs
- Add spinner when checking SSH hostname
- Disable ssh compression
- Interpreter falls back to "sh" instead of $SHELL environment variable