↵ Return to the main page of waiverdb-common
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2018-08-15 | Ralph Bean - 0.11.0-3 | - Fixed requires lines for epel7. |
2018-07-14 | Fedora Release Engineering <releng at fedoraproject dot org> - 0.11.0-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild |
2018-07-05 | Dan Callaghan <dcallagh at redhat dot com> - 0.11.0-1 | - new upstream release 0.11.0: https://docs.pagure.org/waiverdb/release-notes.html#waiverdb-0-11 |
2018-06-19 | Miro HronĨok <mhroncok at redhat dot com> - 0.10.0-2 | - Rebuilt for Python 3.7 |
2018-05-10 | Lukas Holecek <lholecek at redhat dot com> - 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:%SOURCE.%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 (`<https://quay.io/repository/factory2/waiverdb>`__). |
2018-03-12 | Ralph Bean <rbean@redhat.com - 0.9.1-1 | - Include new resultsdb_api_url config for the client. - Port to python3. |
2018-03-01 | Dan Callaghan <dcallagh at redhat dot com> - 0.9.0-1 | - new upstream release 0.9.0: https://docs.pagure.org/waiverdb/release-notes.html#waiverdb-0-9 |
2018-02-23 | Giulia Naponiello <gnaponie at redhat dot com> - 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. |
2018-02-16 | Giulia Naponiello <gnaponie at redhat dot com> - 0.7.0-2 | - Bump the version to fix a minor issue. |
2018-02-16 | Giulia Naponiello <gnaponie at redhat dot com> - 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. |