Changelog for
waiverdb-common-1.4.0-1.el8.noarch.rpm :
* Wed Nov 10 2021 Lukas Holecek
- 1.4.0-1- On an authentication error, waiverdb-cli will now print the actual error message instead of a JSONDecodeError exception.- Documentation has been updated and moved to: https://waiverdb.readthedocs.io
* Fri Jul 23 2021 Fedora Release Engineering - 1.3.0-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 04 2021 Python Maint - 1.3.0-2- Rebuilt for Python 3.10
* Mon Apr 26 2021 Lukas Holecek - 1.3.0-1- A simpler permission configuration can be now used. New option ``PERMISSIONS`` uses glob expressions instead of a regular expression to verify the user is allowed to waive a test case. The configuration can be listed with :http:get:`/api/v1.0/permissions`. Additional GET parameter ``testcase`` can be used to filter the list by matching test case. ``PERMISSION_MAPPING`` is deprecated but still works if the new option is not defined.- Fixes possible disconnecting issue with older stomp.py library (https://github.com/jasonrbriggs/stomp.py/issues/323).
* Wed Jan 27 2021 Fedora Release Engineering - 1.2.0-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jan 12 2021 Valerij Maljulin - 1.2.0-1- ``scenario`` field is now supported for the REST API and the CLI
* Wed Nov 18 2020 Valerij Maljulin - 1.1.7-1- Support for multiple LDAP queries was added- Calling ``start`` for the ``stomp.py`` connection was removed as it was deprecated- ``scenario`` field was added to the database
* Wed Jul 29 2020 Fedora Release Engineering - 1.1.6-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue May 26 2020 Miro Hrončok - 1.1.6-2- Rebuilt for Python 3.9
* Tue Mar 10 2020 Valerij Maljulin - 1.1.6-1- Version 1.1.5 was bumped due to error during the release
* Mon Mar 09 2020 Valerij Maljulin - 1.1.5-1- STOMP connection will always disconnect regardless of errors- Added ``docker-compose`` support
* Fri Jan 31 2020 Fedora Release Engineering - 1.1.4-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Mon Nov 11 2019 Luiz Carvalho - 1.1.4-1- New ``/config`` API endpoint to expose the application configuration- Retry sending STOMP message after a delay- Revert allow overriding krb_principal option for waiverdb-cli
* Thu Oct 03 2019 Miro Hrončok - 1.1.3-4- Rebuilt for Python 3.8.0rc1 (#1748018)
* Mon Aug 19 2019 Miro Hrončok - 1.1.3-3- Rebuilt for Python 3.8
* Mon Aug 19 2019 Miro Hrončok - 1.1.3-2- Rebuilt for Python 3.8
* Wed Aug 14 2019 Lukas Holecek - 1.1.3-1- Allow overriding krb_principal option for waiverdb-cli- Code optimizations and improvements
* Sat Jul 27 2019 Fedora Release Engineering - 1.1.2-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Tue May 21 2019 Lukas Holecek - 1.1.1-1- Move CORS header support to flask-cors library
* Wed May 15 2019 Lukas Holecek - 1.1.0-1- Allow optional trailing slash for about endpoint- Add ``proxied_by`` in the CLI- Update dependencies for Jenkins slave- Test proxied_by with access control- Restrict waiver creation based on users/groups and testcase
* Mon Feb 11 2019 Giulia Naponiello - 0.14.0-1- Fix incorrect splitting of Python files into subpackages.- Improve authentication error response.- Introduce a /metrics endpoint to the API for monitoring reasons.
* Sun Feb 03 2019 Fedora Release Engineering - 0.13.0-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sun Jan 27 2019 Elliott Sales de Andrade - 0.13.0-2- Fix incorrect splitting of Python files into subpackages
* Mon Jan 14 2019 Matt Prahl - 0.13.0-1- Stop validating subject types against a hard-coded list. Since Greenwave now supports arbitrary subject types, this list of valid subject types no longer needs to be maintained.
* Mon Dec 03 2018 Miro Hrončok - 0.11.0-4- Remove ambiguous python buildrequires and stop dragging in Python 2
* Wed Aug 15 2018 Ralph Bean - 0.11.0-3- Fixed requires lines for epel7.
* Sat Jul 14 2018 Fedora Release Engineering - 0.11.0-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Thu Jul 05 2018 Dan Callaghan - 0.11.0-1- new upstream release 0.11.0: https://docs.pagure.org/waiverdb/release-notes.html#waiverdb-0-11
* Tue Jun 19 2018 Miro Hrončok - 0.10.0-2- Rebuilt for Python 3.7
* Thu May 10 2018 Lukas Holecek - 0.10.0-1- Comment is now explicitly required when creating waivers (both in API and CLI).- Multiple waivers can now be created with single POST request (#98). To create multiple waivers, POST list to \"waivers/\" instead of single waiver.- When creating a waiver by referring to a result ID, WaiverDB now accepts results with ``\'type\': \'brew-build\'`` as an alias for ``\'koji_build\'``.- Messaging can be disabled is settings with ``MESSAGE_PUBLISHER = None``.- The ``KERBEROS_HTTP_HOST`` setting in the server configuration is now ignored. This setting is no longer needed because GSSAPI will automatically find a key in the Kerberos keytab matching the service principal in the client request.- New man pages are available for ``waiverdb-cli(1)`` and ``waiverdb(7)`` (REST API).- Changed error message for bad ``since`` value. E.g. ``api/v1.0/waivers/?since=123`` results in HTTP 400 with message ``{\"message\": {\"since\": \"time data \'123\' does not match format \'%Y-%m-%dT%H:%M:%S.%f\'\"}}``.- CORS headers are now supported for every request (#160).- Wrong ``subject`` filter produces more user-friendly error (#162).- Setting a keytab file is no longer required: if one is not explicitly set, ``/etc/krb5.keytab`` will be used (#55).- Unused option ``resultsdb_api_url`` was removed from client.conf.- Containers on Quay (``__).
* Mon Mar 12 2018 Ralph Bean * Thu Mar 01 2018 Dan Callaghan - 0.9.0-1- new upstream release 0.9.0: https://docs.pagure.org/waiverdb/release-notes.html#waiverdb-0-9
* Fri Feb 23 2018 Giulia Naponiello - 0.8.0-1- Removed support to SQLite in favor of PostgreSQL.- Fixed and improved interaction with PostgreSQL.- Added information on the README file on how to configure the db.
* Fri Feb 16 2018 Giulia Naponiello - 0.7.0-2- Bump the version to fix a minor issue.
* Fri Feb 16 2018 Giulia Naponiello - 0.7.0-1- Backward compatibility for submitting a waiver using the result_id. This feature will be removed in the near future.- You can now waive the absence of a result. Now it is possible to submit waivers using a subject/testcase.- Added logo in the README page.- Dummy authentication for CLI for developing and debugging reasons.
* Fri Feb 09 2018 Fedora Release Engineering - 0.5.0-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Jan 25 2018 Dan Callaghan - 0.5.0-2- waiverdb-cli requires python-configparser (RHBZ#1538463)
* Thu Jan 11 2018 Giulia Naponiello - 0.5.0-1- Return error messages in JSON- Support SSL cert auth- Allow proxyuser https://docs.pagure.org/waiverdb/release-notes.html#waiverdb-0-5
* Thu Dec 07 2017 Ralph Bean - 0.4.0-2- Synchronize specfile with upstream.- Docs are back.
* Tue Nov 07 2017 Ralph Bean - 0.4.0-1- Latest upstream.- Include new waiverdb-cli subpackage.- Temporarilly disable building the docs, https://pagure.io/waiverdb/issue/90
* Thu Oct 05 2017 Ralph Bean - 0.3.1-2- Require only python-fedmsg-core.
* Wed Sep 27 2017 Matt Jia - 0.3.1-1- Bump the version to fix some minor issues.
* Tue Sep 26 2017 Matt Jia - 0.3.1- new upstream release 0.3.1: https://docs.pagure.org/waiverdb/release-notes.html#waiverdb-0-3
* Thu Jul 27 2017 Fedora Release Engineering - 0.2.1-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Mon Jun 19 2017 Dan Callaghan - 0.2.1-1- new upstream release 0.2.1: https://docs.pagure.org/waiverdb/release-notes.html#waiverdb-0-2
* Wed May 03 2017 Matt Jia - 0.1.1-2- Fix the long line error in the spec file reported by rpmlint
* Wed Apr 26 2017 Matt Jia - 0.1.1-1- Updated to release 0.1.1