http://bugs.winehq.org/show_bug.cgi?id=58510
Stian Low wineryyyyy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wineryyyyy@gmail.com
--- Comment #1 from Stian Low wineryyyyy@gmail.com --- This bug was indeed spawned by:
https://bugs.winehq.org/show_bug.cgi?id=58473 Test results are not displayed for applications
https://bugs.winehq.org/show_bug.cgi?id=56706 AppDB does not properly separate the Bugzilla DB
AppDB previously had a separate versions table from Bugzilla and part of the effort to separate them was to have AppDB use the Bugzilla versions list available via HTML at https://bugs.winehq.org/query.cgi?format=advanced.
If the versions should not be synced then that may be justification for adding the versions DB table back to AppDB.
If the list from Bugzilla is in proper order then it can be limited to only the latest range to narrow the list. Otherwise it may be further justification for just adding the DB table back and storing the versions separately.
I'll take a look at the bugzilla repo to see if there's a way to grab a filtered list of versions as another possible solution to narrow the list.