Skip to content

Releases: tongson/taarr

Groggy Pauper (2.0.0)

07 May 13:15
bec2dcf
Compare
Choose a tag to compare

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 to HOSTS
  • Changed log filename from rr.json to LOG
  • 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

17 Mar 09:07
51a4c9d
Compare
Choose a tag to compare
  • Update dependencies
  • Free performance improvement
  • Code style
  • Improve "make" scripts

Unmatched Carrot

10 Mar 05:17
ddc0d3a
Compare
Choose a tag to compare
  • Update dependencies
  • Remove spinner
  • Use isatty to determine console

Grimacing Tripod

11 Feb 11:58
72064ec
Compare
Choose a tag to compare
  • Update dependencies
  • Indicate connections in the output
  • Fix handling of huge log files
  • Better ansi escape sequence for the spinner
  • Fix tests

Anvil Clerk

20 Apr 08:58
b09f6f2
Compare
Choose a tag to compare

Update dependencies.

Cardboard Headlamp

11 Jul 10:57
ecf955d
Compare
Choose a tag to compare
  • Add plain mode. For reusing output. Aliased to rrp.

Startling Raisin

17 Sep 03:43
Compare
Choose a tag to compare
  • Remove script level task file
    • Top-level TASK file is now the task field in the log
    • Can be overridden by env variable TASK
  • Better looking table separator in report mode
  • Shorter start timestamps in report mode

Carbon Pueblo

15 Sep 02:30
Compare
Choose a tag to compare

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

06 Sep 02:01
Compare
Choose a tag to compare
  • 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
  • Overhaul Makefile
  • Fix local tests

Tainted Battalion

05 Sep 11:02
Compare
Choose a tag to compare
  • 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