commit c3bfc0b01f061ae133737da881cc1a6cb077c194
Author: Bill Peck <bpeck@redhat.com>
Date:   Fri Aug 3 11:24:33 2012 -0400

    Automatic commit of package [beaker] release [0.9.2-1].

commit a28578acfb3b525be31a3af6eadc98112a60a3df
Author: Bill Peck <bpeck@redhat.com>
Date:   Fri Jul 20 14:19:07 2012 -0400

    [RFE] support url method for deleteing a systems pxe record
    
    Bug: 841975
    Change-Id: Ieb79ffe54e7c89bbe006fa00cd0eec591f5d84e8

commit 502b54a6b5e0f4a5e25b3181f2a625ad72c000c0
Author: Raymond Mancy <rmancy@redhat.com>
Date:   Fri Aug 3 20:57:22 2012 +1000

    Fix doubling of url() on form action

commit 002996952386f992416ed4f092110a95c0cbde7e
Author: Dan Callaghan <dcallagh@redhat.com>
Date:   Fri Aug 3 15:28:44 2012 +1000

    add back trailing slash to harness URL
    
    This fixes the broken kickstart tests.
    
    Change-Id: Iee0d3c85f67e78deeee9bf70c77f4d24b13533c1

commit 758b832b17498ab0a15c6dc17343e6564c780570
Author: Dan Callaghan <dcallagh@redhat.com>
Date:   Fri Aug 3 15:27:53 2012 +1000

    tests: fix for the fix in commit 72ecd406 ...

commit 8c4e44cbaf6a4a2b27b20365196f67a072cacf20
Author: Dan Callaghan <dcallagh@redhat.com>
Date:   Fri Aug 3 15:05:45 2012 +1000

    console.log for host should be updated until whole recipeset completes
    
    Bug: 817518
    Change-Id: Ie6822d60f163a8a2c1b1cabd9b205f8bdd2dd5c0

commit 69aba6d5fd52baa6e54dcce35097e5b54cc91573
Author: Raymond Mancy <rmancy@redhat.com>
Date:   Wed Aug 1 23:25:58 2012 +1000

    Fix task search from giving memory error
    
    Bug: 835179
    Change-Id: I5ad9c48df957fbbd977e7370d89337ba52718044

commit 1b128818af3bcb2f228dddea80af42c8a41bbc55
Author: Raymond Mancy <rmancy@redhat.com>
Date:   Thu Aug 2 06:47:38 2012 +1000

    Seperate system page into view and edit mode
    
    Bug: 790484
    Change-Id: Ia1d2543aa57782603fe62381da16e686fd4ce308

commit 07c4529d689c450277ecb86dac1fd245cb5c864d
Author: Steven Lawrance <stl@redhat.com>
Date:   Fri Aug 3 08:34:19 2012 +1000

    Do not convert CSV-exported False bools to empty strings
    
    Also test we can reimport our exported CSV.
    
    Bug: 839093
    Change-Id: I44854a9fdc01a18a8765e0e38da65b0cbf713f90

commit a5e7eb6e55731b1e1e56ff480f230926e768c3ee
Author: Dan Callaghan <dcallagh@redhat.com>
Date:   Fri Jul 20 10:13:41 2012 +1000

    filter and sort "Family" dropdown in task search form
    
    Bug: 840720
    Change-Id: I54423e129729bf799b22e3b03ba72b1daeacc2d6

commit b97f6565f368352ff9c0b326db766b35c50190a1
Author: Raymond Mancy <rmancy@redhat.com>
Date:   Tue Jul 24 23:38:00 2012 +1000

    Reduce data set loaded by log_delete.
    
    An intended side affect of this patch is that bkr job-list will
    no longer return deleted jobs.
    
    Bug: 842923
    Change-Id: Ie9e78d990ba2900525b3245ddc84eca6b542b65a

commit 575a96d7d4e3825c7bb4a4b6018d61b954964fe3
Author: Raymond Mancy <rmancy@redhat.com>
Date:   Mon Jul 30 15:32:41 2012 +1000

    Make system groups work on '/bkr' mounted installations
    
    Bug: 835355
    Change-Id: I46bb4428c7f48c20dca99653c15b5b21eca80ab2

commit 1e5171876e6779db16e06135a89292ff42e93377
Author: Dan Callaghan <dcallagh@redhat.com>
Date:   Thu Aug 2 17:28:57 2012 +1000

    update beaker-repo-update's default URL to beaker-project.org
    
    Change-Id: I580b43510476daeb4d6ca97de91d2baf82453e0d

commit 155390f5f1e27efb0f903cdc778eb3079618ca7d
Author: Dan Callaghan <dcallagh@redhat.com>
Date:   Wed Aug 1 19:20:44 2012 +1000

    expose systems XML filter for bkr list-systems
    
    Bug: 690063
    Change-Id: Ide7ae888c591f11e7c17246565c48765dd457f53

commit 4337709171938d19fe0e9317d265df0e53bc014f
Author: Dan Callaghan <dcallagh@redhat.com>
Date:   Wed Aug 1 17:40:49 2012 +1000

    allow searching for key with any value in hostRequires XML
    
    Previously a key-value filter in <hostRequires/> no value, such as
    
        <key_value key="THING" op="==" />
    
    was considered meaningless and was ignored. Now it will find systems
    which have that key with *any* value. Note that this is different to
    
        <key_value key="THING" op="==" value="" />
    
    which only finds systems where that key has the value of empty string.
    
    Similarly, op="!=" with no value will find systems which do not have
    that key at all.
    
    Bug: 690063
    Change-Id: I72ec2c14d47230a9822f495490f0f791cfa00e70

commit bbde5606fcd0b69ac7899399af09123357c27683
Author: Dan Callaghan <dcallagh@redhat.com>
Date:   Wed Aug 1 14:46:39 2012 +1000

    expose distro XML filter for XML-RPC, bkr client, and beaker-pxemenu
    
    Bug: 839820
    Change-Id: Id770ea01e466aeb067249bfad80424da4cc110de

commit c25cee4dc7d8d2c185b5343198ffc7038ec8e6ec
Author: Raymond Mancy <rmancy@redhat.com>
Date:   Wed Aug 1 22:54:33 2012 +1000

    Document REBOOTCOUNT
    
    Bug: 840084
    Change-Id: I524e5faa8e63b22a16e23f12fc4d2a4c5cba8241

commit 62933fae91e9df051f20e8a9a4b99448aaaad134
Author: Raymond Mancy <rmancy@redhat.com>
Date:   Tue Jul 31 15:26:55 2012 +1000

    Support GET URL for displaying executed tasks by recipe task id
    
    Bug: 805019
    Change-Id: Ia243f0a5f73613e99b9f7bd8563aef16cbffee4f

commit b688a3b76e0d420bd5341717c9cc782fce30beff
Author: Dan Callaghan <dcallagh@redhat.com>
Date:   Tue Jul 31 13:18:18 2012 +1000

    return false from onclick handlers in search bar
    
    Bug: 844512
    Change-Id: I46de73cdc75af54669b0b27f3ecf5f30c0ca2c23

commit 182339ce8e992ff174a40be2592841310cec3422
Author: Dan Callaghan <dcallagh@redhat.com>
Date:   Tue Jul 31 11:19:02 2012 +1000

    tests: fixes for distro and distro tree search
    
    Change-Id: Ia0f914c84071d5dc09b0ad409b6802a72ade3757

commit d3facb278865c7e04b1c8c1fc07b7b5ef982e5c2
Author: Bill Peck <bpeck@redhat.com>
Date:   Mon Jul 30 11:44:12 2012 -0400

    PPC64 installs fail after 0.9 upgrade
    
    Bug: 843561

commit 246e81cdbd33b3a58235d4cc422ea68bc28bd2a8
Author: Bill Peck <bpeck@redhat.com>
Date:   Tue Jul 24 15:10:15 2012 -0400

    [RFE] server config parameter to set external URL
    
    Bug: 841749
    Change-Id: I056fa34745aeb4b73073fa6eb585b8ac4cafbe4c

commit e951f909b0e9762c64c03ab103f3238f306f7ff4
Author: Raymond Mancy <rmancy@redhat.com>
Date:   Mon Jul 30 09:58:23 2012 +1000

    Remove spurious html elements
    
    Bug: 841105

commit 1c80adb99f2331513d3403345ff9f466579adcce
Author: Steven Lawrance <stl@redhat.com>
Date:   Mon Jul 30 09:26:55 2012 +1000

    Set a default root password for new installations
    
    Bug: 838671
    Change-Id: Ice9fc165464cd3ac0694a0af16d4e13f1fb29917

commit 6ae52b0438ca244a559af24c303c4e7c69467b1e
Author: Dan Callaghan <dcallagh@redhat.com>
Date:   Fri Jul 27 16:36:38 2012 +1000

    special case lazy_create for DeviceClass to handle None -> "NONE"
    
    Bug: 841398
    Change-Id: Ia7d8573581cf6bdfd22ac1cf668062a79f8cbfa2

commit 629973be7b1cb8e20922a50300c8c590af936c5e
Author: Dan Callaghan <dcallagh@redhat.com>
Date:   Fri Jul 27 14:56:07 2012 +1000

    proxy method for triggering a power command
    
    Bug: 572834
    Change-Id: Ia595729addbe7525e244c604369e32c5dc371705

commit 9e238122a3dda618bf07fd873fc6fb5b2ddab114
Author: Raymond Mancy <rmancy@redhat.com>
Date:   Fri Jul 20 05:48:14 2012 +1000

    test fixes for:
    
    * test_activity
    * test_remove_lc
    * test_system_groups
    * test_csv_import
    * test_distro_trees
    * test_system_return
    * test_job_matrix
    
    Change-Id: I4e4cd8ad48ef81fea7d940d790f303dd1f8fc995

commit d2da86c64765bed12e786dbdc292f74b299abd6c
Author: Bill Peck <bpeck@redhat.com>
Date:   Wed Jul 18 16:23:18 2012 -0400

    Allow importing without a .composeinfo and .treeinfo.
    
    Bug: 841619
    Change-Id: Iba4dc489239f7ddc58de0bad910990a668f9fa18

commit 72ecd406dbc967cb67a243044a03ade44bae2c1b
Author: Dan Callaghan <dcallagh@redhat.com>
Date:   Wed Jul 25 09:48:22 2012 +1000

    tests: fix kickstart tests when mounted at /bkr/
    
    Change-Id: I801d37923d90142f7f027640533eca1dcb7fb839

commit f2210dc62da7711a714d0b23d7bce63eaf1cb034
Author: Bill Peck <bpeck@redhat.com>
Date:   Tue Jul 24 09:51:31 2012 -0400

    [RFE] bkr command option to turn off panic detection for submitting task
    
    Bug: 841743

commit 875413a6437cfcf564cedef0e9abd4d26d9ea304
Author: Bill Peck <bpeck@redhat.com>
Date:   Fri Jul 20 11:00:57 2012 -0400

    [RFE] add ignoredisk to ks_meta support, also fix up the docs to match.
    
    Bug: 840983
    Change-Id: Id1ac54bcc605fcf43f9ea810c2b47192fca31e3b

commit a19550a5862c6e861c9b3c3d95e3ecf352fd9906
Author: Dan Callaghan <dcallagh@redhat.com>
Date:   Mon Jul 23 09:23:10 2012 +1000

    new 'interrupt' power command, for sending an NMI or break to the system
    
    So far only supported for ipmitool, which is the only fence command that
    exposes this functionality.
    
    Bug: 572834
    Change-Id: I250db3baff773a4b35cde1cd35b5193a25f65937

commit 3c628dfcd70e7ec637c7a199719e5e91d197b8ce
Author: Bill Peck <bpeck@redhat.com>
Date:   Thu Jul 19 17:35:36 2012 -0400

    do not run jobs on beaker import task.

commit 750ad0cd91c715e68636a19bdde08b0358a96f15
Author: Bill Peck <bpeck@redhat.com>
Date:   Thu Jul 19 13:30:42 2012 -0400

    Bump test time on beaker/import task

commit 54eddfb517b244eaf30c45681ba0ec6f2e3cdb81
Author: Raymond Mancy <rmancy@redhat.com>
Date:   Thu Jul 19 03:03:10 2012 +1000

    Automatic commit of package [beaker] release [0.9.1-3].

commit 1d07e6e446b06ba5fe460c934e963d83538bf05b
Author: Raymond Mancy <rmancy@redhat.com>
Date:   Thu Jul 19 01:15:28 2012 +1000

    Ensure job actions are not on newlines regardless of whiteboard length. See 732025
    
    Change-Id: If6dd04becacb8066feabe158f72fac0da03e9b1b

commit b9bb40196de521a9a33144e3e620b0c1343b6f25
Author: Dan Callaghan <dcallagh@redhat.com>
Date:   Wed Jul 18 16:40:27 2012 +1000

    Automatic commit of package [beaker] release [0.9.1-2].

commit 8fa634e9656625756b8b74c4a6b807c80451a064
Author: Raymond Mancy <rmancy@redhat.com>
Date:   Wed Jul 18 03:33:47 2012 +1000

    This fixes hover highlighting on the system page; introduced by 732024.
    
    Change-Id: I3fb49c804f3e4444b92df20d226c597f28368fa6

commit 983c6c5b01f3ba968b281d9606f9c0cab196c18b
Author: Raymond Mancy <rmancy@redhat.com>
Date:   Wed Jul 18 02:02:03 2012 +1000

    Fix for some weird formatting on job page introduced by 732025
    
    Change-Id: If9188c1e21704794cb658f19251909db627efc4c

commit b9352dacc9b9457e631fffa644033bed083620dc
Author: Bill Peck <bpeck@redhat.com>
Date:   Tue Jul 17 14:53:02 2012 -0400

    RFE: Please extend the watchdog panic time to 10 minutes
    
    Bug: 830288

commit 6f54ef1736b52519549a3e4337e568acb7efafea
Author: Raymond Mancy <rmancy@redhat.com>
Date:   Tue Jul 17 06:59:45 2012 +1000

    Add NOT NULL property to group_activity.group_id and add SQL
    statements to accomodate
    
    Change-Id: I64f05b9e745b1240b9308faba6284bcecc4fb3f6
    Bug: 840724

commit 204906926051d4fd4756a39701ba314c7a14d2e5
Author: Raymond Mancy <rmancy@redhat.com>
Date:   Tue Jul 17 10:55:00 2012 +1000

    Add confirmation for groups remove. Also removed 'Remove' from
    regular groups page. See bug 743025

commit d1f7c3a035564897ec12e7ab3d007b88ad7ef711
Author: Raymond Mancy <rmancy@redhat.com>
Date:   Tue Jul 17 10:29:49 2012 +1000

    test fix: group_permission.js was still using the old do_and_confirm

commit c7edfd712a7822a59d86a50e906b201d1fd273eb
Author: Raymond Mancy <rmancy@redhat.com>
Date:   Tue Jul 17 05:58:55 2012 +1000

    Improvement on error msg for invalid product/tag combos. See bug 821287