This 1.81 release reverts part of 1.80 regarding plugin postprocessing.
It still uses the queue ci_fetch_postprocess, but instead of waiting for plugin subtasks on the main thread, it relies on plugins to invoke a SQUAD task that updates testjob status. This should increase overall consistency in SQUAD.
1.80
This 1.80 release adds Tuxsuite new metadata when fetching tests.
The release also changes a bit how SQUAD does postprocessing of testjobs. There was a bug in SQUAD that would cause inconsistencies if SQUAD was deployed in a auto-scalable environment. The bug is resolved by creating a separate queue called "ci_fetch_postprocess" to be consumed by a persistent worker.
1.79
This 1.79 release expands the Tuxsuite backend regex to accept groups and projects with the dot ('.') character in it.
1.78
This 1.78 release adds a tiny bit of per-user confiuration of the UI. When viewing a build, a user can opt to see only failures or a summary of all tests. This setting was set to `failures only` before, but now can be customized per user under user menu "User Preferences".
1.77
This 1.77 release adds two little features in SQUAD api. First one is when using `/api/submit/`, SQUAD will now return the id of the test run just created. The second feature is a new flag `?delay_fetch` when passed to `/api/watchjob/` which tells SQUAD not to schedule the jobs to be fetched right away.
1.76.2
This 1.76.2 release fixes job status when fetching jobs.