Thu, 06 Sep 2018 18:28:27 +0100 Matthew Wild stanzacmp tests: Fix some [luacheck] warnings changeset | files
Thu, 06 Sep 2018 18:26:01 +0100 Matthew Wild stanzacmp+tests: Add support for scansion:strict to allow override of default behaviour changeset | files
Thu, 06 Sep 2018 18:23:56 +0100 Matthew Wild spec/stanzacmp: Allow passing XML strings to yes()/no() to avoid manual stanza building changeset | files
Thu, 06 Sep 2018 18:11:16 +0100 Matthew Wild scansion.xml: Add 'scansion' namespace, and tests changeset | files
Tue, 10 Jul 2018 11:15:04 +0100 Matthew Wild Remove testcmp.lua (replaced by spec/ for busted) changeset | files
Tue, 10 Jul 2018 11:14:34 +0100 Matthew Wild tests: Add test for scansion:any changeset | files
Tue, 10 Jul 2018 11:09:56 +0100 Matthew Wild Add Dockerfile changeset | files
Tue, 10 Jul 2018 11:08:59 +0100 Matthew Wild Add tests for stanzacmp changeset | files
Tue, 10 Jul 2018 11:05:13 +0100 Matthew Wild stanzacmp: A new iteration of the stanza matching algorithm changeset | files
Tue, 10 Jul 2018 11:04:33 +0100 Matthew Wild stanzacmp: Add {scansion:any} magic wildcard value for attributes changeset | files
Tue, 10 Jul 2018 11:01:56 +0100 Matthew Wild client: Detect unexpected disconnects more reliably changeset | files
Tue, 10 Jul 2018 11:00:50 +0100 Matthew Wild main.lua: Add flag for when script has finished changeset | files
Sun, 07 May 2017 07:51:07 +0100 Matthew Wild verse.lua: Update to 5.2-compatible version changeset | files
Sun, 07 May 2017 07:50:45 +0100 Matthew Wild configure: Fix typo (scansion/squish) changeset | files
Sun, 07 May 2017 07:50:19 +0100 Matthew Wild buildscripts/sqush: Update to 5.2-compatible version changeset | files
Sat, 12 Mar 2016 19:52:31 +0100 Kim Alvefur Add test for instant MUC rooms changeset | files
Fri, 19 Feb 2016 11:48:31 +0000 Matthew Wild client: Support for "receives: nothing", to verify that the server does not respond to a given stanza, for example changeset | files
Fri, 19 Feb 2016 11:48:04 +0000 Matthew Wild client: Store last received id so it can be used in scripts changeset | files
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 changeset | files
Thu, 18 Feb 2016 19:02:28 +0000 Matthew Wild main.lua: Read any remaining server logs after script completes (error or otherwise) changeset | files
Thu, 18 Feb 2016 19:00:01 +0000 Matthew Wild main.lua: Add per-action timeout changeset | files
Sat, 06 Feb 2016 14:38:40 +0000 Matthew Wild scansion.parser: Remove unused variable (thanks luacheck) changeset | files
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 changeset | files
Sat, 06 Feb 2016 14:38:17 +0000 Matthew Wild Ignore shebangs at the top of a script changeset | files
Thu, 04 Feb 2016 17:22:28 +0000 Matthew Wild main.lua: Add --skip-server-startup-log to discard server log output at startup changeset | files
Thu, 04 Feb 2016 17:21:33 +0000 Matthew Wild Makefile: Automatically create build directory if it doesn't exist changeset | files
Fri, 01 Jan 2016 21:28:16 +0000 Matthew Wild Add Makefile and other files for building changeset | files
Fri, 01 Jan 2016 20:45:22 +0000 Matthew Wild client: Wait for 'drained' event when sending stanzas (experimental, may help with syncing to server's logs) changeset | files
Fri, 01 Jan 2016 20:44:44 +0000 Matthew Wild scansion.parser: Whitespace fix changeset | files
Fri, 01 Jan 2016 20:43:28 +0000 Matthew Wild main.lua: Log script title and summary changeset | files
Fri, 01 Jan 2016 20:43:08 +0000 Matthew Wild scansion.parser: Read any comments at top of the file as script title (first line) and summary (following lines) changeset | files
Fri, 01 Jan 2016 20:42:03 +0000 Matthew Wild main.lua: Support tagging metadata for test runs, and include it in JSON output changeset | files
Fri, 01 Jan 2016 20:36:05 +0000 Matthew Wild main.lua: Restructure server log reading changeset | files
Fri, 01 Jan 2016 20:34:51 +0000 Matthew Wild main: Add delay when reading server logs changeset | files
Thu, 31 Dec 2015 18:19:03 +0000 Matthew Wild client: Make use of new scansion.error library, log the received stanza when different to expected one changeset | files
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 changeset | files
Thu, 31 Dec 2015 18:18:02 +0000 Matthew Wild scansion.error: Util for creating error objects changeset | files
Thu, 31 Dec 2015 13:25:43 +0000 Matthew Wild main: Separate logging for the last event to ensure proper JSON syntax changeset | files
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 changeset | files
Thu, 31 Dec 2015 13:24:41 +0000 Matthew Wild main: Switch to socket.gettime for higher accuracy timestamps in machine-readable logs changeset | files
Thu, 17 Dec 2015 14:25:33 +0000 Matthew Wild client.lua: Handle unexpected disconnects in the middle of a test changeset | files
Thu, 17 Dec 2015 14:25:09 +0000 Matthew Wild main.lua: Whitespace fix changeset | files
Thu, 17 Dec 2015 14:24:57 +0000 Matthew Wild main.lua: Error on unknown command-line options changeset | files
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 changeset | files
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 changeset | files
Fri, 11 Dec 2015 17:18:40 +0000 Matthew Wild main.lua: Print blank line between actions for easier reading changeset | files
Tue, 03 Nov 2015 18:37:38 +0100 Kim Alvefur main: Change shebang to LuaJIT changeset | files
Tue, 03 Nov 2015 18:36:39 +0100 Kim Alvefur scansion.objects.client: Pause connection before resuming async processing changeset | files
Tue, 03 Nov 2015 18:34:35 +0100 Kim Alvefur scansion.objects.client: Split long line into one statement per line changeset | files
Tue, 03 Nov 2015 17:37:15 +0100 Kim Alvefur scansion.objects.client: Hold of reading from clients when they are not expecting stanzas changeset | files
Wed, 28 Oct 2015 02:26:53 +0100 Kim Alvefur scansion.objects.client: Expose a 'host' property with the bare hostname changeset | files
Wed, 28 Oct 2015 02:26:15 +0100 Kim Alvefur scansion.objects.client: And the port too changeset | files
Wed, 28 Oct 2015 02:25:34 +0100 Kim Alvefur scansion.objects.client: Pass on 'connect_host' to the stream changeset | files
Wed, 28 Oct 2015 02:11:36 +0100 Kim Alvefur scansion.parser: Allow property names to contain underscore changeset | files
Tue, 27 Oct 2015 23:14:19 +0000 Matthew Wild Merge changeset | files
Tue, 27 Oct 2015 23:09:08 +0000 Matthew Wild Update basic_message.scs with more tests (passing) changeset | files
Tue, 27 Oct 2015 23:08:48 +0000 Matthew Wild parser, objects.client: Experimental support for more liberal object names changeset | files
Tue, 27 Oct 2015 23:07:46 +0000 Matthew Wild Add annotations to actions (by grabbing the preceding comment) changeset | files
Tue, 27 Oct 2015 20:03:32 +0000 Matthew Wild scansion.parser: Don't skip blank lines (otherwise line numbers get skewed) changeset | files
Tue, 27 Oct 2015 19:36:17 +0000 Matthew Wild scansion.generator: Initial basic lib to generate test scripts changeset | files
(0) -60 +60 tip

mercurial