action #2568
closedComing with a plan for the dashboard framework
100%
Description
We need a way to track all the informations that are out there about factory and create a dashboard out of it.
As a first step we should collect the informations we have and define how they get into the dashboard.
Files
Updated by coolo over 10 years ago
- Assignee set to ancorgs
- Target version set to Staging sprint 09
Updated by ancorgs over 10 years ago
- Subject changed from Dashboard framework to Coming with a plan for the dashboard framework
- Estimated time set to 20.00 h
Sketch a central point of information for the whole process including information from repo-checker, openQA, staging plugin and so on in a way that is useful for Factory Maintainer, Stagings Maintainer and other involved users. That includes documenting the big picture.
Updated by ancorgs over 10 years ago
Created a first draft of a mountable engine that can be added to OBS to provide the same information that 'osc staging check' provides right now, both as a pretty dashboard and as json. 'osc staging check' would become just a frontend for it. https://github.com/openSUSE-Team/obs_factory
Updated by ancorgs over 10 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 20
Adding a view to the engine (refactoring the models and implementing a primitive Presenter pattern in the way). Should be complete enough to demo the concept https://github.com/openSUSE-Team/obs_factory
Updated by ancorgs over 10 years ago
- File Diagram1.svg.png Diagram1.svg.png added
Updated by ancorgs over 10 years ago
Refactoring /openqa_jobs. See https://github.com/os-autoinst/openQA/pull/90 and https://github.com/openSUSE-Team/obs_factory/commit/629c632bffcb7fafffa311749dbafed232f51b68
Updated by ancorgs over 10 years ago
- % Done changed from 20 to 30
Moving more logic (iso name calculation) from osc_factory into the engine.
Updated by ancorgs over 10 years ago
- % Done changed from 30 to 40
Improving the html view, it's starting to look as a dashboard.
Updated by ancorgs over 10 years ago
- Status changed from In Progress to Closed
- % Done changed from 40 to 100
Added build state info to the dashboard. Should be enough for the scope of this issue (proposing an approach). Let's close the issue and open the discussion.