commit 05d6a3c9b087c898b9fd77acbbeb2c1640f69567 Author: Dan Callaghan Date: Fri Sep 2 11:21:24 2016 +1000 Automatic commit of release 23.2 commit a06dcad999d0e87e335f1bf5d343c2b20c1d6f9e Author: Dan Callaghan Date: Wed Aug 31 15:35:42 2016 +1000 Revert "recipe page: update the icons when the tasks are expanded based on the URL anchor" This reverts commit 43ff0b901c7672883055b00e3b1cc151b8912ade. It will be re-applied with some tweaks on develop instead. commit 24a87b1e00987c6706147f4182af25886bc8c924 Author: Dan Callaghan Date: Mon Aug 29 14:08:34 2016 +1000 release notes for 23.2 Change-Id: I1e6aefa88cdd062bef13581e312b609528ef78f9 commit 5a78967c06107eb640ca0f8acb4f641b37ed408d Author: Jan Stancek Date: Thu Mar 12 10:06:05 2015 +0100 client: introduce --taskfile parameter Based on a patch contributed by Jan Stancek . Bug: 1197608 Change-Id: Ie5b230b3947e2b04d07596c802235d691f621429 commit 5d89f06d39ef73ad8ff35b26aabc33ee2d5a474a Author: Dan Callaghan Date: Mon Aug 29 11:23:55 2016 +1000 beaker-transfer: re-authenticate if session has expired Matches the previous commit for beaker-watchdog. Currently it is calling _login() on every polling iteration which is wasteful (and will also leak memory if we are impacted by bug 1312061). Bug: 1368509 Change-Id: I925cb0d36e080f3e871754d2ed39914d57be9b75 commit b5859a03716abe61f187e615ee9bfed4d9773034 Author: Dan Callaghan Date: Mon Aug 29 11:22:39 2016 +1000 beaker-watchdog: re-authenticate if session has expired Currently it is calling _login() on every polling iteration which is wasteful (and will also leak memory if we are impacted by bug 1312061). Bug: 1368509 Change-Id: I0bd1a3ef1d7728f256b8473a2552224d7ca727c0 commit 829cbbb61b356ae29cb0eab41a08ff8a793085f8 Author: Dan Callaghan Date: Mon Aug 29 11:21:03 2016 +1000 beaker-provision: re-authenticate if session has expired The previous code was calling renew_session() if the session had expired, but that doesn't actually re-authenticate, it just checks if the session has expired or not. Bug: 1369305 Change-Id: Ic23a3b60f650b291f396e6d451c0c4c77cf12d6f commit 43d8782136d220dfcc05d1313ee16fc77ce2c279 Author: Dan Callaghan Date: Thu Aug 25 14:10:15 2016 +1000 anamon: /tmp/packaging.log doesn't need to wait for /mnt/sysimage Bug: 1368352 Change-Id: I473ab2598387c8635792b8ac74e0c2ccaf2e4c12 commit e593da9616b98babc03526bcc45d83a6b1364b87 Author: Róman Joost Date: Tue Aug 9 11:34:39 2016 +1000 Report wrong CA_CERT file correctly The fix introduced in bf8b234e1ebee2b3b7f2db13edfcbb1d20c08b6b raised the error with a wrong method, which resulted in an AttributeError. This patch fixes this by reporting the error without a traceback. Bug: 1350959 Change-Id: If3a53868536c1aae3eef23b513611b10f80cf718 commit 0fde6d0a19b5b351ffc0b337f383e3ea60906f4e Author: Dan Callaghan Date: Sun Aug 14 15:11:01 2016 +1000 tests: fix timing issue with returning reservations The xpath expression was matching anything, so the test wasn't really waiting until the AJAX request was complete. Change-Id: I9a592ee37ab7bc0b3113fbc733d7acad09743fd7 commit 43ff0b901c7672883055b00e3b1cc151b8912ade Author: Matt Jia Date: Mon Jun 6 14:12:46 2016 +1000 recipe page: update the icons when the tasks are expanded based on the URL anchor Bug: 1358557 Change-Id: I81c4e02d7258e0fb90d8f3bd692ae0ed8fdbe5bd commit e6e5a95ba87661ac6dbf15bc7b971fa138397d86 Author: Dan Callaghan Date: Fri Aug 12 17:27:04 2016 +1000 restore Ack/Nak radio buttons on old job page This code is restored from commit 863f3795, but simplified to hardcode the possible responses (no response table anymore) and with commenting support removed. Bug: 1362599 Change-Id: I9ba7b62a33b1b758c7d887287b2dd9da0faa343a commit 2e97bf538652336e14bb30481c27f3e3442219ef Author: Dan Callaghan Date: Fri Aug 12 14:22:41 2016 +1000 restore original pre-23.0 behaviour for initial watchdog time This logic matches the behaviour of RecipeTask.start(), which is previously what was being called by auto_cmd_handler to establish the initial watchdog time after powering on the system. Bug: 1366442 Change-Id: I09f85a7ff21d2c1f422769bf525cc73876146cf3 commit 96534204529ca6f7a573b12783c934ce376f172c Author: Róman Joost Date: Thu Aug 4 08:54:37 2016 +1000 tests: include test case names in system names This patch inspects the call stack to include test names as part of the unique name in database instances. It helps to identify possible problems with data fixtures since they now can be traced back to which test has created them. Change-Id: I86ccb0164170ccf5130077583a93e666b3daedf2 commit fafb37743ee74105d0e9ff22b3c84c0e6869f210 Author: Dan Callaghan Date: Fri Aug 5 15:54:42 2016 +1000 tests: fix timing issues in TestSystemsGrid Change-Id: Ice3d7b7a30c98fd5c2d467c0d701e70b2b7a2b16