summaryrefslogtreecommitdiff
path: root/spec/javascripts/monitoring
Commit message (Collapse)AuthorAgeFilesLines
* Remove metrics_time_window feature flagSarah Yasonik2019-06-071-36/+4
|
* Use the selected time window for metrics dashboardSarah Yasonik2019-06-061-19/+51
|
* Merge branch 'jivanvl-add-single-stat-chart-component' into 'master'Filipa Lacerda2019-06-051-0/+28
|\ | | | | | | | | Add single_stat chart component to the monitoring bundle See merge request gitlab-org/gitlab-ce!28948
| * Add single_stat chart component to the monitoring bundlejivanvl-add-single-stat-chart-componentJose Vargas2019-06-041-0/+28
| | | | | | | | | | This merge requests just adds the component without integrating it to the dashboard, it adds tests as well
* | Handle external dashboard form submissionAdriel Santiago2019-06-041-2/+2
|/ | | | Connect frontend UI with backend api for external dashboard link
* Fix warning in spec from committing unused mutationce-fix-vue-spec-warningSimon Knox2019-05-291-8/+0
|
* Migrate the monitoring dashboard store to vuexJose Ivan Vargas2019-05-277-5917/+382
| | | | | This changes the monitoring javascript store from an object based to a vuex one
* Add custom metrics form to dashboardAdriel Santiago2019-05-071-2/+5
| | | | Use existing form to allow users to add custom metrics via the dashboard
* Add external dashboard linkAdriel Santiago2019-05-071-0/+62
| | | | | Add settings for linking to external dashboard from metrics dashboard
* Make time window parameters available in the query string59365-include-time-window-parameters-in-the-url-query-stringJose Vargas2019-05-011-1/+36
| | | | | This commit adds the frontend functionality to add the parameters via the `pushState` api, preventing the need for a page reload.
* Fix Metrics environments dropdown60687-enviro-dropdownSimon Knox2019-04-241-1/+1
| | | | Also bring back EE dashboard component
* Resolve cluster metrics regressionAdriel Santiago2019-04-181-0/+24
| | | | Fixes a regression causing cluster metrics not to display
* Resolve Environments#additional_metrics TypeError, ensure unix formatSarah Yasonik2019-04-091-0/+29
|
* Merge branch ↵Clement Ho2019-04-051-8/+85
|\ | | | | | | | | | | | | | | | | '31368-support-different-time-windows-for-performance-dashboard' into 'master' Resolve "Support different time windows for performance dashboard" Closes #31368 See merge request gitlab-org/gitlab-ce!26047
| * Document getTimeDifferenceMinutes usage31368-support-different-time-windows-for-performance-dashboardJose Vargas2019-04-041-1/+1
| | | | | | | | Also added a finally clause to the getGraphsDataWithTime promise
| * Changed the feature flag usageJose Vargas2019-04-041-19/+53
| | | | | | | | | | In order for the dashboard component not to fail, the feature flag is now required by default
| * Created `getTimeDiff` utility functionJose Vargas2019-04-041-1/+17
| | | | | | | | | | Updated i18n strings and changed the monitoring service graph data params
| * Update translation filesJose Vargas2019-04-041-1/+1
| |
| * Add feature flagJose Vargas2019-04-041-2/+8
| | | | | | | | | | Also added relevant tests that make use of a stubbed feature flag, prettified files
| * Add support for time windows for the performance dashbooardsJose Vargas2019-04-041-1/+22
| | | | | | | | | | | | The performance dashboards will now display the data from a set amount of time windows that are defined on a constants file
* | Wrap long chart tooltip series label namesAdriel Santiago2019-04-051-7/+9
| | | | | | | | | | Resolves an issue where long series label names overflow the popover chart tooltip container
* | Support multiple queries per chart on metrics dashSarah Yasonik2019-04-051-3/+4
|/ | | | | | | | | | Adding support for metrics alerts disabled multiple query support. To avoid a data model refactor, this enables the visual of multiple queries per chart on the front end, combining queries based on metric group, title, and y-axis label. This also adds support for adding and editing alerts based on the query selected rather than the single metric associated with the chart.
* Add requested resources to cluster health - ce portTristan Read2019-03-292-0/+9
|
* Remove EE differences for monitoring dashboardSimon Knox2019-03-271-0/+24
|
* Change environments dropdown to use gitlab-uiJose Vargas2019-03-211-11/+13
|
* Fix cluster health chartsAdriel Santiago2019-03-071-25/+19
| | | | Render both usage and capacity in chart
* Add zoom to metrics dashboardAdriel Santiago2019-03-061-5/+15
| | | | Adds the ability to change data zoom for metrics graphs
* Remove auto-appended unitsAdriel Santiago2019-02-221-2/+2
| | | | Remove duplicate units from metrics dashboard graphs
* Merge branch 'ee-8346-hide-unlicensed-alerts' into 'master'Fatih Acet2019-02-071-9/+7
|\ | | | | | | | | Backport to resolve conflicts for gitlab-ee!9224 See merge request gitlab-org/gitlab-ce!24889
| * Use ee_else_ce alias for monitoring_bundleee-8346-hide-unlicensed-alertsSimon Knox2019-02-071-9/+7
| |
* | Remove ECharts metrics dashboard feature flagAdriel Santiago2019-02-072-0/+221
|/
* Handle window and container resize eventsAdriel Santiago2019-02-041-6/+6
| | | | Resizes metrics graph on window and sidebard width changes
* Remove d3 metrics graphAdriel Santiago2019-02-019-596/+0
|
* Support flat response for envs index routesyasonik2019-01-211-46/+34
| | | | | | | | | | | | | To support environment folders in the UI on the Environments List page, the environments index route previously returned one environment per folder, excluding those other than the latest deploy. However, the environtments dropdown on the metrics dashboard requires that any environment be selectable. To accommodate both use cases, support an optional 'nested' parameter in the index route to return either a flat, complete response or a nested response based on the use case in question. The new default response structure is the flat response.
* Add empty state for graphs with no valuesJose Ivan Vargas2018-11-293-16/+91
|
* Prettify remaining files with differences in CE and EEMike Greiling2018-10-311-18/+15
|
* Resolve "No longer require a deploy to start Prometheus monitoring"Peter Leitzen2018-10-261-0/+16
|
* Resolve eslint violationsMike Greiling2018-10-171-0/+4
|
* Prettify all spec filesMike Greiling2018-10-174-12/+22
|
* enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer2018-10-174-0/+9
|
* Backport changes from gitlab-ee!7538Simon Knox2018-10-057-23/+26
|
* Change forceRedraw key formatjivl-fix-monitoring-dashboard-resizing-navbarJose Vargas2018-09-251-2/+2
|
* Fix monitoring dashboard not working properlyJose Vargas2018-09-252-19/+41
| | | | | | This fixes a bug when the monitoring dashboard wouldn't redraw for when the sidebar was collapsed/expanded on medium to small screens. This is done by enforcing vue to update based on the change of a key
* multiseriesSimon Knox2018-09-072-1/+4
|
* Resolve "Metrics drop down doesn't show all environment, some not clickable"Jose Ivan Vargas2018-07-172-1/+23
|
* populate environments dropdown, add testsJose2018-07-042-4/+82
|
* remove all unused eslint-disable rulesLukas Eipert2018-06-201-2/+0
|
* Adjust monitoring graphs to support widgets in EEMike Greiling2018-06-061-7/+3
|
* Resolve "Monitoring graphs - Popover value improvements"Jose Ivan Vargas2018-05-074-19/+19
|
* fix illegal references to "this" in module contextMike Greiling2018-04-231-1/+1
|