Tue, 11 Sep 2018 23:41:18 +0100 Matthew Wild Dockerfile: Run all tests in /scripts by default changeset | files
Tue, 11 Sep 2018 23:41:02 +0100 Matthew Wild Dockerfile: Add luafilesystem for '-d' changeset | files
Tue, 11 Sep 2018 23:29:06 +0100 Matthew Wild squishy: Add --with-server option to bundle server and deps changeset | files
Tue, 11 Sep 2018 23:27:56 +0100 Matthew Wild serve/: Import dependencies required for serve mode from Prosody 329a670ae975 changeset | files
Tue, 11 Sep 2018 23:27:23 +0100 Matthew Wild main, scansion.serve: Add mode that serves /run API for executing scripts changeset | files
Tue, 11 Sep 2018 23:25:51 +0100 Matthew Wild main: Modify run_test_script() to take the actual script data changeset | files
Tue, 11 Sep 2018 23:24:55 +0100 Matthew Wild main: Move check for whether any files have been provided changeset | files
Tue, 11 Sep 2018 23:24:08 +0100 Matthew Wild main: Don't let action timeout fire after a script already finished changeset | files
Tue, 11 Sep 2018 23:06:24 +0100 Matthew Wild scansion.console: Handle missing filename changeset | files
Tue, 11 Sep 2018 21:39:56 +0100 Matthew Wild main: Add long form of -d: --script-dir changeset | files
Tue, 11 Sep 2018 21:34:22 +0100 Matthew Wild main, console: Allow force-printing --summary even if -q is passed changeset | files
Tue, 11 Sep 2018 21:32:53 +0100 Matthew Wild client: Throw scansion error on stanza timeout, to avoid traceback changeset | files
Tue, 11 Sep 2018 21:25:40 +0100 Matthew Wild main: Fix to restore correct exit code changeset | files
Tue, 11 Sep 2018 21:16:00 +0100 Matthew Wild main: Remove debug print changeset | files
Tue, 11 Sep 2018 21:12:33 +0100 Matthew Wild main: Add support for passing one or more script directories with '-d' changeset | files
Tue, 11 Sep 2018 21:02:18 +0100 Matthew Wild scansion.console: Print summary at end of test run changeset | files
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 changeset | files
Tue, 11 Sep 2018 21:01:15 +0100 Matthew Wild main: Throw scansion error on timeout, to avoid unnecessary traceback changeset | files
Tue, 11 Sep 2018 21:00:50 +0100 Matthew Wild main: Factor out script uninitialization into a function for consistency changeset | files
Tue, 11 Sep 2018 20:59:54 +0100 Matthew Wild Makefile; Factor out squish params and build with verse by default changeset | files
Tue, 11 Sep 2018 20:59:11 +0100 Matthew Wild squishy: Add support for optionally building with bundled verse changeset | files
Mon, 10 Sep 2018 14:56:55 +0100 Matthew Wild squishy: Add new modules 'console' and 'pretty' changeset | files
Mon, 10 Sep 2018 14:56:36 +0100 Matthew Wild Makefile: Add 'test' target changeset | files
Mon, 10 Sep 2018 14:56:12 +0100 Matthew Wild client: Add _finish handler to disconnect from server if still connected changeset | files
Mon, 10 Sep 2018 14:55:43 +0100 Matthew Wild main: Add _finish handler so objects can clean up changeset | files
Mon, 10 Sep 2018 14:15:22 +0100 Matthew Wild stanzacmp: Don't look for scansion control attrs in comparison stanza changeset | files
Mon, 10 Sep 2018 13:52:35 +0100 Matthew Wild Revamp console output to be driven by log_data() changeset | files
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) changeset | files
Mon, 10 Sep 2018 13:47:34 +0100 Matthew Wild main: Include script filename in "script" log event changeset | files
Mon, 10 Sep 2018 13:46:33 +0100 Matthew Wild scansion.pretty: Utility lib for XML pretty-printing, borrowed from Prosody changeset | files
Mon, 10 Sep 2018 13:45:47 +0100 Matthew Wild scansion.error, client: Change error syntax slightly, so first param is identifier string changeset | files
Mon, 10 Sep 2018 10:16:38 +0100 Matthew Wild main.lua: Don't log traceback for normal scansion internal errors changeset | files
Mon, 10 Sep 2018 10:15:33 +0100 Matthew Wild main.lua: Some fixes for [luacheck] changeset | files
Mon, 10 Sep 2018 10:02:42 +0100 Matthew Wild scansion: Add support for passing multiple scripts on the command-line changeset | files
Mon, 10 Sep 2018 10:01:19 +0100 Matthew Wild scansion: Add -q and -v for controlling log output changeset | files
Mon, 10 Sep 2018 09:53:14 +0100 Matthew Wild basic.scs: Add some comments changeset | files
Mon, 10 Sep 2018 09:52:56 +0100 Matthew Wild scansion.objects.client: Include expected stanza in error, if any changeset | files
Mon, 10 Sep 2018 09:52:08 +0100 Matthew Wild scansion.error: Add __name and is() for identifying scansion errors changeset | files
Mon, 10 Sep 2018 09:51:01 +0100 Matthew Wild verse: Update to 5.2-compatible version changeset | files
Mon, 10 Sep 2018 09:50:42 +0100 Matthew Wild buildscripts/squish: Update to 5.2-compatible version changeset | files
Thu, 06 Sep 2018 19:13:42 +0100 Matthew Wild stanzacmp + tests: Advance through matching stanza on successful match changeset | files
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
(0) -100 -60 tip

mercurial