Changed paths:
M syz-cluster/dashboard/handler.go
M syz-cluster/dashboard/templates/index.html
A syz-cluster/pkg/db/migrations/8_add_series_and_patch_tokenization.down.sql
A syz-cluster/pkg/db/migrations/8_add_series_and_patch_tokenization.up.sql
M syz-cluster/pkg/db/series_repo.go
Log Message:
-----------
syz-cluster: add filtering by series and patch name
Update SeriesFilter in pkg/db to include PatchName and SeriesName fields, implement the SQL logic to filter by these
fields case-insensitively, and expose these filters in the dashboard UI.
Changed paths:
M syz-cluster/dashboard/handler.go
M syz-cluster/dashboard/templates/series.html
M syz-cluster/pkg/db/series_repo.go
Log Message:
-----------
syz-cluster: show series versions in the dashboard
Display a list of other versions of the same series on the series details page.
Fetch all series sharing the same title and render them in a new "Series Versions" table, allowing navigation between
different versions of a patch series.