Hi,
This 1.4 release fixes a bug when viewing all test results page and
enables more filtering options for build and testrun api endpoints.
Complete list of changes going in:
* api:
* rest: enable filtering testruns by 'completed'.
* rest: enable created date filtering on for builds in api
* frontend:
* tests: remove unnecessary ordering
* tests: reduce queries to list tests
* tests: simplify count of pages
* tests: remove duplicate queries to metadata
* tests: fix bug when listing tests without metadata
Cheers,
Charles
Hi,
This 1.3.1 release includes a minor bug in the api and support to work
with AWS SQS:
* settings:
* add support to custom polling interval
* add support to prefix-named queues
* turn on debug only when needed
* api: fix URL pattern for api/ paths
* http: authenticate users before checking permissions
* Add coverage testing with pytest