There was a problem fetching the pipeline summary.
Merge branch 'cherry-pick-df5d3aec' into 'scheduler'
Merge branch 'plotters' into 'scheduler' [Plotters] It's possible to see the plotters available with various information on the plotter Plotters view added to the platform. Contains: - [x] Plotters list and tables (and possibility to edit as admin) - [x] Plotter's view (public + user) - [x] Contains plotter's code and parameters + description - [x] Possibility to see reports containing the plotter (user + public) - [x] Added Plotters to statistics panel and activity stream user panel - [x] Updated parts of the view and API - [x] Added Plotters to drop down menus See merge request !188 See merge request !189
No related branches found
No related tags found
Pipeline #
Showing
- beat/web/plotters/api.py 277 additions, 1 deletionbeat/web/plotters/api.py
- beat/web/plotters/api_urls.py 38 additions, 0 deletionsbeat/web/plotters/api_urls.py
- beat/web/plotters/models.py 16 additions, 2 deletionsbeat/web/plotters/models.py
- beat/web/plotters/serializers.py 135 additions, 1 deletionbeat/web/plotters/serializers.py
- beat/web/plotters/templates/plotters/list.html 35 additions, 0 deletionsbeat/web/plotters/templates/plotters/list.html
- beat/web/plotters/templates/plotters/panels/actions.html 36 additions, 0 deletionsbeat/web/plotters/templates/plotters/panels/actions.html
- beat/web/plotters/templates/plotters/panels/editor.html 259 additions, 0 deletionsbeat/web/plotters/templates/plotters/panels/editor.html
- beat/web/plotters/templates/plotters/panels/table.html 117 additions, 0 deletionsbeat/web/plotters/templates/plotters/panels/table.html
- beat/web/plotters/templates/plotters/view.html 149 additions, 0 deletionsbeat/web/plotters/templates/plotters/view.html
- beat/web/plotters/templatetags/__init__.py 0 additions, 0 deletionsbeat/web/plotters/templatetags/__init__.py
- beat/web/plotters/templatetags/plotter_tags.py 168 additions, 0 deletionsbeat/web/plotters/templatetags/plotter_tags.py
- beat/web/plotters/tests.py 404 additions, 0 deletionsbeat/web/plotters/tests.py
- beat/web/plotters/urls.py 30 additions, 0 deletionsbeat/web/plotters/urls.py
- beat/web/plotters/views.py 87 additions, 0 deletionsbeat/web/plotters/views.py
- beat/web/reports/templatetags/report_tags.py 2 additions, 0 deletionsbeat/web/reports/templatetags/report_tags.py
- beat/web/statistics/templates/statistics/panels/status.html 1 addition, 0 deletionsbeat/web/statistics/templates/statistics/panels/status.html
- beat/web/statistics/views.py 2 additions, 0 deletionsbeat/web/statistics/views.py
- beat/web/ui/templates/ui/activity_stream.html 1 addition, 0 deletionsbeat/web/ui/templates/ui/activity_stream.html
- beat/web/ui/templates/ui/contribution_breadcrumb_plotter.html 47 additions, 0 deletions.../web/ui/templates/ui/contribution_breadcrumb_plotter.html
- beat/web/ui/templatetags/ui_tags.py 23 additions, 0 deletionsbeat/web/ui/templatetags/ui_tags.py
Loading
Please register or sign in to comment