15
0
forked from pool/python-ara

- Update to 1.5.3:

* Significant performance improvement by running non-blocking API calls in threads
  * Handler tasks are now also recorded in addition to regular tasks
  * API
    + Add support for searching handler tasks (ex: /api/v1/tasks?handler=true)
  * UI
    + Hosts in the playbook report are now sorted alphabetically by hostname
    + Added a column to display the number of tasks in the playbook summary

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ara?expand=0&rev=19
This commit is contained in:
2020-11-12 03:50:08 +00:00
committed by Git OBS Bridge
parent b679b56cf9
commit 9106fe20ed
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a889112c9113c35f082c352a08e9b49846c37541afb0bcbc4cfe001dcc1ed44f
size 1159569

3
ara-1.5.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:361a5e11642ff67993cd3a35d465b37694008aa7a8b8994f576c9fb05790a1cf
size 1158493

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Nov 12 03:36:12 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.5.3:
* Significant performance improvement by running non-blocking API calls in threads
* Handler tasks are now also recorded in addition to regular tasks
* API
+ Add support for searching handler tasks (ex: /api/v1/tasks?handler=true)
* UI
+ Hosts in the playbook report are now sorted alphabetically by hostname
+ Added a column to display the number of tasks in the playbook summary
-------------------------------------------------------------------
Wed Sep 30 04:12:22 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -27,7 +27,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-ara
Version: 1.5.1
Version: 1.5.3
Release: 0
Summary: ARA Records Ansible
License: GPL-3.0-or-later