Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Releases: tertestrial/server-old

v0.3.0

16 Sep 16:31
Compare
Choose a tag to compare
  • [breaking change] update configuration structure for multiple action sets
  • gracefully handle invalid json and multiple lines of json

v0.2.0

16 Sep 16:18
Compare
Choose a tag to compare
  • add support for new command, {"cycleActionSet": "next"}, to cycle through action sets

v0.1.3

31 Aug 22:07
Compare
Choose a tag to compare
  • convert absolute path filenames to relative paths

v0.1.2

30 Aug 00:19
Compare
Choose a tag to compare
  • uses bundle exec in Ruby templates
  • built-in templates provide the path to commands run
  • aborts when detecting a currently running process
  • add help and version command-line commands

v0.1.1

30 Aug 00:19
Compare
Choose a tag to compare
  • output the exit code of tests

v0.1.0

21 Aug 04:18
Compare
Choose a tag to compare
  • update repeatLastTest command to new format
  • compatibility with Node 4 in addition to 5 and 6
  • terminates the currently running test before starting a new one

v0.0.7

16 Aug 05:18
Compare
Choose a tag to compare
  • more robust behavior when installed as a global module
  • allow configuration file to be in any format
  • update notification when new versions are available
  • automatically re-runs the last test when switching action sets
  • automatically reloads configuration file when it is updated
  • removes the named pipe when the program ends
  • shows warning when running in directory with existing named pipe

v0.0.6

12 Aug 18:55
Compare
Choose a tag to compare
  • links to Atom package
  • the setup wizard is now run via a command (tertestrial setup) instead of a switch (`tertestrial --setup')
  • drains the existing named pipe on startup: this re-activates frozen clients that were trying to use Tertestrial before it was started
  • new configuration file format with explicit match section
  • server does not terminate on errors at runtime anymore, but prints visible error messages
  • action sets can be switched by name in addition to number now