Fri, 28 Dec 2018 16:00:01 -0500 Waqas Hussain Make current line number available in all error events file | diff | annotate
Fri, 28 Dec 2018 11:38:56 +0000 Matthew Wild main: Make undefined actions throw a proper scansion error file | diff | annotate
Fri, 28 Dec 2018 04:41:09 -0500 Waqas Hussain Include line_start and line_end in action objects and action log events for /run end-point file | diff | annotate
Fri, 28 Dec 2018 04:35:51 -0500 Waqas Hussain Make --serve and --serve-port take an origin argument, in order to disallow random websites from accessing the local port file | diff | annotate
Mon, 17 Sep 2018 22:06:27 +0100 Matthew Wild main: Pass logging function to run_test_script file | diff | annotate
Mon, 17 Sep 2018 22:05:59 +0100 Matthew Wild main: Remove debug print() file | diff | annotate
Wed, 12 Sep 2018 11:37:55 +0100 Matthew Wild main: Add support for including/excluding tests based on tag file | diff | annotate
Wed, 12 Sep 2018 11:37:33 +0100 Matthew Wild main: Add more luacheck annotations file | diff | annotate
Wed, 12 Sep 2018 10:58:46 +0100 Matthew Wild main, scansion.console: Refactor (changes event data format) so that test results include test name file | diff | annotate
Wed, 12 Sep 2018 10:56:51 +0100 Matthew Wild main: Only process .scs files in directories file | diff | annotate
Tue, 11 Sep 2018 23:27:23 +0100 Matthew Wild main, scansion.serve: Add mode that serves /run API for executing scripts file | diff | annotate
Tue, 11 Sep 2018 23:25:51 +0100 Matthew Wild main: Modify run_test_script() to take the actual script data file | diff | annotate
Tue, 11 Sep 2018 23:24:55 +0100 Matthew Wild main: Move check for whether any files have been provided file | diff | annotate
Tue, 11 Sep 2018 23:24:08 +0100 Matthew Wild main: Don't let action timeout fire after a script already finished file | diff | annotate
Tue, 11 Sep 2018 21:39:56 +0100 Matthew Wild main: Add long form of -d: --script-dir file | diff | annotate
Tue, 11 Sep 2018 21:34:22 +0100 Matthew Wild main, console: Allow force-printing --summary even if -q is passed file | diff | annotate
Tue, 11 Sep 2018 21:25:40 +0100 Matthew Wild main: Fix to restore correct exit code file | diff | annotate
Tue, 11 Sep 2018 21:16:00 +0100 Matthew Wild main: Remove debug print file | diff | annotate
Tue, 11 Sep 2018 21:12:33 +0100 Matthew Wild main: Add support for passing one or more script directories with '-d' file | diff | annotate
Tue, 11 Sep 2018 21:02:02 +0100 Matthew Wild main: Refactor to support a more advanced summary at the end of a test run file | diff | annotate
Tue, 11 Sep 2018 21:01:15 +0100 Matthew Wild main: Throw scansion error on timeout, to avoid unnecessary traceback file | diff | annotate
Tue, 11 Sep 2018 21:00:50 +0100 Matthew Wild main: Factor out script uninitialization into a function for consistency file | diff | annotate
Mon, 10 Sep 2018 14:55:43 +0100 Matthew Wild main: Add _finish handler so objects can clean up file | diff | annotate
Mon, 10 Sep 2018 13:52:35 +0100 Matthew Wild Revamp console output to be driven by log_data() file | diff | annotate
Mon, 10 Sep 2018 13:48:25 +0100 Matthew Wild main: Move 'start' event to correct place (signals start of test run, not individual tests) file | diff | annotate
Mon, 10 Sep 2018 13:47:34 +0100 Matthew Wild main: Include script filename in "script" log event file | diff | annotate
Mon, 10 Sep 2018 10:16:38 +0100 Matthew Wild main.lua: Don't log traceback for normal scansion internal errors file | diff | annotate
Mon, 10 Sep 2018 10:15:33 +0100 Matthew Wild main.lua: Some fixes for [luacheck] file | diff | annotate
Mon, 10 Sep 2018 10:02:42 +0100 Matthew Wild scansion: Add support for passing multiple scripts on the command-line file | diff | annotate
Mon, 10 Sep 2018 10:01:19 +0100 Matthew Wild scansion: Add -q and -v for controlling log output file | diff | annotate
Tue, 10 Jul 2018 11:00:50 +0100 Matthew Wild main.lua: Add flag for when script has finished file | diff | annotate
Fri, 19 Feb 2016 11:47:33 +0000 Matthew Wild main.lua, client: Make timeouts more coherent (stanza timeout was greater than action timeout), add command-line options to change them file | diff | annotate
Thu, 18 Feb 2016 19:02:28 +0000 Matthew Wild main.lua: Read any remaining server logs after script completes (error or otherwise) file | diff | annotate
Thu, 18 Feb 2016 19:00:01 +0000 Matthew Wild main.lua: Add per-action timeout file | diff | annotate
Sat, 06 Feb 2016 14:38:25 +0000 Matthew Wild main, scansion.parser: Allow scripts to include tags in comments at the beginning, which are included in JSON output file | diff | annotate
Thu, 04 Feb 2016 17:22:28 +0000 Matthew Wild main.lua: Add --skip-server-startup-log to discard server log output at startup file | diff | annotate
Fri, 01 Jan 2016 20:43:28 +0000 Matthew Wild main.lua: Log script title and summary file | diff | annotate
Fri, 01 Jan 2016 20:42:03 +0000 Matthew Wild main.lua: Support tagging metadata for test runs, and include it in JSON output file | diff | annotate
Fri, 01 Jan 2016 20:36:05 +0000 Matthew Wild main.lua: Restructure server log reading file | diff | annotate
Fri, 01 Jan 2016 20:34:51 +0000 Matthew Wild main: Add delay when reading server logs file | diff | annotate
Thu, 31 Dec 2015 18:18:37 +0000 Matthew Wild main: Change JSON log format for clarity, error may be more than just a simple message now file | diff | annotate
Thu, 31 Dec 2015 13:25:43 +0000 Matthew Wild main: Separate logging for the last event to ensure proper JSON syntax file | diff | annotate
Thu, 31 Dec 2015 13:25:22 +0000 Matthew Wild main: Support for --server-log/-s option, which reads the server's log file during a test and includes it in the JSON log file | diff | annotate
Thu, 31 Dec 2015 13:24:41 +0000 Matthew Wild main: Switch to socket.gettime for higher accuracy timestamps in machine-readable logs file | diff | annotate
Thu, 17 Dec 2015 14:25:09 +0000 Matthew Wild main.lua: Whitespace fix file | diff | annotate
Thu, 17 Dec 2015 14:24:57 +0000 Matthew Wild main.lua: Error on unknown command-line options file | diff | annotate
Thu, 17 Dec 2015 14:24:19 +0000 Matthew Wild main.lua: Add support for JSON log output to a file, for a machine-readable transcript of the test results file | diff | annotate
Fri, 11 Dec 2015 17:19:30 +0000 Matthew Wild main.lua: Command-line processing, and a way to set connect_host/connect_port from the command-line file | diff | annotate
Fri, 11 Dec 2015 17:18:40 +0000 Matthew Wild main.lua: Print blank line between actions for easier reading file | diff | annotate
Tue, 03 Nov 2015 18:37:38 +0100 Kim Alvefur main: Change shebang to LuaJIT file | diff | annotate
Tue, 27 Oct 2015 23:14:19 +0000 Matthew Wild Merge file | diff | annotate
Tue, 27 Oct 2015 23:07:46 +0000 Matthew Wild Add annotations to actions (by grabbing the preceding comment) file | diff | annotate
Tue, 22 Sep 2015 22:36:25 +0200 Kim Alvefur main: Exit with status codes, allows running directly from bisect file | diff | annotate
Sat, 19 Sep 2015 21:54:31 +0100 Matthew Wild main: Remove 5s delay on quitting (was a hack for debug purposes) file | diff | annotate
Sat, 19 Sep 2015 21:44:59 +0100 Matthew Wild main: Refactor into functions file | diff | annotate
Mon, 07 Sep 2015 14:32:33 +0100 Matthew Wild main: Add error handler so that async doesn't silently swallow errors file | diff | annotate
Mon, 07 Sep 2015 14:32:17 +0100 Matthew Wild main: Add current script as a property of objects file | diff | annotate
Sat, 05 Sep 2015 23:26:15 +0100 Matthew Wild main: Run actions in async runner file | diff | annotate
Sat, 05 Sep 2015 15:22:32 +0100 Matthew Wild main: verse.loop() file | diff | annotate
Sat, 05 Sep 2015 14:42:23 +0100 Matthew Wild It is better to write and run incomplete tests than not to run complete tests. -- Martin Fowler file | diff | annotate
(0) tip

mercurial