You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[IMP] runbot: add kanban view and stages to build error page
Introduce a kanban view to the runbot build error records.
Kanban cards show the most valuable field with relevant icons.
The concept of "stage" was also introduced for the build error
model.
Currently there is 4 stages:
1. New: default stage for any new error build
2. Solved: when the issue should be solved
3. Ignored: build error currently ignored (test-tags)
4. Done: When the issue stop happening
Certain stages change automatically based as handled in a cron
Generally, any not-ignored on-going task end up in done after some
period of time if it is not seen for some time
The records also get eventually archived (field "Open (not fixed)")
after some time.
( see full details in function `_update_stage`).
The other stage are expected to be used by the user. For instance
after fixing an underteministic error the user can change the
stage from new -> solved so that it is moved to done if the build
error is not seen for 7 days (instead of 15 if it was in new).
0 commit comments