canonical / test_observer

Flutter based dashboard for visualising SRU regression test results
3 stars 3 forks source link

Fix snaps not getting promoted from beta to stable #226

Closed omar-selo closed 3 days ago

omar-selo commented 4 days ago

Description

Snaps were not being promoted more than one stage at a time. So when TO saw that a snap has moved to stable even though it was on beta it ignored it.

Note that I've also removed a few entries from the Pydantic models that aren't being used.

Resolved issues

Fixes https://warthogs.atlassian.net/browse/RTW-369

Documentation

Web service API changes

Tests

Added a test to confirm that the issue was fixed.