commit f82355fbf45e456f29df852401a06221da288548
Author: Martin Styk <mastyk@redhat.com>
Date:   Tue May 21 13:53:30 2019 +0200

    Automatic commit of release 26.5
    
    Change-Id: Ie06fc974279be87da7e0b3822f969ab3c800b625

commit 78f4411e47498e1bb14e34e27759a14f58617b0d
Author: Martin Styk <mastyk@redhat.com>
Date:   Tue May 21 10:13:27 2019 +0200

    Release notes for Beaker 26.5
    
    Change-Id: I28e5492c831563badb1de006a04d60a20ef815ce
    Signed-off-by: Martin Styk <mastyk@redhat.com>

commit 72f250db26bc85e5cabb5a2c85fb7f1974752532
Author: Carol Bouchard <cbouchar@redhat.com>
Date:   Wed May 1 14:27:07 2019 -0400

    Document testinfo.desc fields known to beaker
    
    This changeset cleans-up the task metadata documentation which defines
    fields found in the file testinfo.desc known to beaker.
    
    Doc changes include:
    * Putting variables in Mandatory and optional order, then putting
      them in alphabetical order.
    * Adding new variables Architectures, Bugs, Destructive, Environment, Priority,
      TestVersion, and Type.
    * Miscellaneous changes like eliminatino of whitespace, obsolete data,
      statements, and typos.
    
    Bug: 1120496
    Change-Id: I22e2191d9c95a3a140beba70cb5a0d0e963cb3b0

commit 355763bf8012554432601757102a1c92d4613fa1
Author: Tomas Klohna <tklohna@redhat.com>
Date:   Fri May 10 17:14:00 2019 +0200

    Modify recipe page CSS to fit longer task names
    
    Bug: 1362048
    Change-Id: I0c77c021aef53d605be6325f44dd4c55b91f2099

commit 32a8495af1b261c882fb683a7891641534fb08f7
Author: Tomas Klohna <tklohna@redhat.com>
Date:   Thu May 9 15:05:41 2019 +0200

    Add System/Notes as a searchable item in Web UI
    
    It's now possible to search using the new System/Notes filter.
    The filter is case-insensitive if using `contains` operator.
    
    Bug: 1229802
    Change-Id: Iea6f1873cd061d43c0afb44bd8103373db09841e

commit 4e9b91c487198a71208d8aeeb1c034612bd4ddcd
Author: Christopher Beer <cbeer@redhat.com>
Date:   Mon May 6 13:43:27 2019 -0400

    fix OpenStack cheapest flavor provisioning
    
    The OpenStack provisioning code tries to pick the smallest flavor
    (VM configuration) that exceeds the specified requirements. The
    existing code was just sorting available flavors by RAM.
    This update adds disk size into the sort since there can be
    multiple VM flavors with the same size RAM (sorting on just RAM
    was causing infrequent integration test failures).
    
    Bug: 1707057
    Change-Id: I1dbf243f9e2c1c63f16ccaa3b4dff1447ea38de1

commit 7154e338ef8a0e05c87d4b32c669f9564f831fcd
Author: Christopher Beer <cbeer@redhat.com>
Date:   Sat Apr 27 18:14:18 2019 -0400

    Add OpenStack network configuration support
    
    To support the PSI OpenStack system, configuration information needs
    to be provided for setting up the VM network connections.
    
    Bug: 1654848
    Change-Id: If1a95ee77c4d669ddffac13e42ad4e90462219f5

commit edff21233030916d812573a9ad74ea4e9a2ee6d9
Author: Tomas Klohna <tklohna@redhat.com>
Date:   Tue Apr 30 12:29:49 2019 +0200

    Extend bkr job-list command with new parameters
    
    * Simplify and correct Job filter method in scheduler.py
    * New parameters availiable for job-list command
    ** --group <group_name> - list jobs for specific group
    ** --my-groups - list jobs for groups that logged-in user is part of
    
    Bug: 1414669
    Change-Id: Iece17d7eb54d977a5eb56f54357232b95ce78acb

commit 2335220187e17a587ecd8c31a5c2e23a5b990f01
Author: Tomas Klohna <tklohna@redhat.com>
Date:   Thu Apr 18 11:57:22 2019 +0200

    Add header option for product_update.py
    
    Bug: 1409676
    Change-Id: Ifba9313e772f9d5122bc76437cd2c77b6817d5f5

commit 29c37b41027501ca5d60d3ce929999ffdff7c744
Author: Tomas Klohna <tklohna@redhat.com>
Date:   Tue Apr 23 13:17:51 2019 +0200

    Add MODULE key back to the Key/Value search after it has been made obsolete
    
    MODULE key was removed from Key/Value search back in 2010 because there
    was an issue, this was used as a workaround. MODULE remained in that state
    until it was merged with PCIID and marked as obsoleted keys - which is not
    true for MODULE key.
    
    Bug: 1672048
    Change-Id: I1a48f0b84ea309b25ca255f92db0dc3c2f09b8db

commit d513b2b812cda5db02215c6b0bff6c893cb0a255
Author: Christopher Beer <cbeer@redhat.com>
Date:   Tue Feb 26 13:55:46 2019 -0500

    Add user_domain_name and project_domain_name to OpenStack client connections
    
    To support an API connection to an OpenStack project, the client
    connection needs to use the OpenStack Project Domain Name and the
    User Domain Name.
    
    Bug: 1654848
    Change-Id: I5b4c23ff4953ef5850cbf01028f41a822b512357

commit ed20bf19253624dd945be05afeba984f4e87eba4
Author: Carol Bouchard <cbouchar@redhat.com>
Date:   Thu Mar 21 12:43:44 2019 -0400

    Document how to filter on hostname without force
    
    The documentation currently proposes to select a host using
    <hostRequires force="hostname"/>.  This shouldn't be used by
    majority of users but instead use host filtering by hostname.
    Changes are made to documentation to alleviate this issue.
    Added to UT to verify what we propose actually works.
    
    Bug: 1686147
    Change-Id: I0839db81c5ec55842221e43c1b72f9dfe0c26ffe

commit 7d77f3717c84a58c9bd828d26cd35be6a6fb3571
Author: Tomas Klohna <tklohna@redhat.com>
Date:   Tue Apr 9 17:51:42 2019 +0200

    Add check for duplicate SSH key
    
    Bug: 1175584
    Change-Id: Ifa3712971538ac5d5834797c4991172b5f213e56

commit 4a4812b2734ff38a871ebe85ccc4f353e6dc5270
Author: Martin Styk <mastyk@redhat.com>
Date:   Tue Mar 5 09:17:33 2019 +0100

    Add RHEL7 specific version of python-gevent
    
    Bug: 1384491
    Change-Id: I04a9fd24bf25bc48bb2e9b26e729bcf7df5152ec

commit 58ebfc6680fe77ebda5e620526651640fd8ed5b7
Author: Tomas Klohna <tklohna@redhat.com>
Date:   Mon Apr 8 17:12:04 2019 +0200

    Job ID on Job Matrix Report no longer fails if called using non-numeric characters
    
    Bug: 1043419
    Change-Id: I4ec342fb136910521e658ebf3af0f77ae2a5dc41

commit 9c501b98007112177a712b19161f115c879eb55f
Author: Carol Bouchard <cbouchar@redhat.com>
Date:   Thu Mar 28 13:54:29 2019 -0400

    Provide default whiteboard value when Reserving System
    
    When a system is reserved, a job is spawned without a whiteboard
    name.  This changeset provides a default whiteboard which reads:
    "Reserve Workflow Provision of distro (s1) on (s2) for (s2) seconds"
    Where:
      s1 is the distro name,
      s2 is (any system | any lab system | a specific system), and
      s3 is number of seconds requested.
    
    Bug: 1688877
    Change-Id: Iae14c715f38e760224c6a5c91df50ac95086f815

commit 59529fa553d6ef2d627d221c700d16b9f109e1cb
Author: Martin Styk <mastyk@redhat.com>
Date:   Tue Apr 2 15:04:13 2019 +0200

    Use DNF instead of YUM in ks when it is available
    
    YUM is no longer in the newest distros and DNF
    should be used.
    
    Bug: 1695029
    Change-Id: I3998b48cbbd91934000d43684144a3c11a8c4d9f
    Signed-off-by: Martin Styk <mastyk@redhat.com>

commit 5a18d9535d0bf3b7346ff64e625c055014e5eaf6
Author: Martin Styk <mastyk@redhat.com>
Date:   Mon Apr 8 15:49:55 2019 +0200

    Slow down execution in Anamon monitoring threads
    
    Bug: 1697479
    Change-Id: Idd72b28bc45f92cd5cb69bbd4d159c0b438f4500
    Signed-off-by: Martin Styk <mastyk@redhat.com>

commit 6e3e2ebd738db1ae7a3e35bf1fd3d3bc80548bdd
Author: Carol Bouchard <cbouchar@redhat.com>
Date:   Mon Mar 18 11:22:48 2019 -0400

    Add json output format for system-details
    
    Add json output format for system-details bkr command.
    This prints all system data excluding data found
    in system-status bkr command.
    
    Bug: 1597923
    Change-Id: I15e659ca5998ce613da3c167ce7e0388adcda667

commit a837708e0e2537d81dcb022d674e8e7b74a84145
Author: Martin Styk <mastyk@redhat.com>
Date:   Thu Mar 28 16:02:33 2019 +0100

    Update client tests for support Python 3
    
    Resolved differences in exception handling,
    unicode, and removed unused imports among
    other small Python differences.
    
    Bug: 1693758
    Change-Id: I0a64cf0d08888f3b65a701e2b565e0d8ec9d7b8f
    Signed-off-by: Martin Styk <mastyk@redhat.com>