summaryrefslogtreecommitdiff
path: root/spec/javascripts/monitoring
Commit message (Collapse)AuthorAgeFilesLines
* Add support for additional panel typesJose Ivan Vargas2019-07-104-6/+104
| | | | | This introduces the single stat chart component aside from the area chart component
* Fix alert creation dropdown menuSarah Yasonik2019-07-051-0/+37
|
* Use gl-empty-state for monitor chartslittle-cluster-health-charts-ceSimon Knox2019-07-041-101/+0
| | | | Move a unit test to jest and use snapshot tests
* Fix selector in karma specLukas Eipert2019-06-281-1/+1
|
* Turn commit sha in monitor charts popover to link11888-regression-deploy-correlation-markers-on-monitoring-graphs-not-clickableDhiraj Bodicherla2019-06-261-3/+12
| | | | | | Commit sha in deployment popovers within monitoring dashboard are not clickable or selectable. This commit makes those commit sha links selectable and point to projects commit page
* Add feature flag and dashboard endpointSimon Knox2019-06-264-6/+89
| | | | | | First part of FE for Prometheus API Dashboard endpoint fetches all info except for chart results Renders empty groups after loading
* Always display environment selectorReuben Pereira2019-06-261-9/+37
| | | | | | On the metrics dashboard, always display the environment selector, even if there is no data to display for that environment. This allows the user to switch to the metrics dashboard of another environment.
* Add column chart component to the monitoring bundlejivanvl-add-column-chart-monitoring-dashboardJose Vargas2019-06-211-0/+58
| | | | | This merge request just adds the column chart component without integrating it to the dashboard
* Fix missing deployment rockets in monitor dashboardDhiraj Bodicherla2019-06-142-5/+5
| | | | | | Fixed inconsistencies in variable names for deployment endpoints for monitoring dashboard which causes deployment rocket icons to disappear
* Remove the grafana_dashboard_link feature flagReuben Pereira2019-06-121-45/+16
|
* Merge branch 'prom-api-3' into 'master'Mike Greiling2019-06-123-1/+117
|\ | | | | | | | | | | | | Switch charts to Prometheus API endpoint CE-3 Closes #58516 See merge request gitlab-org/gitlab-ce!29280
| * Use Prometheus API for dashboard metricsprom-api-3Simon Knox2019-06-073-1/+117
| | | | | | | | Make API request for each chart
* | Merge branch 'prom-api-2' into 'master'Mike Greiling2019-06-123-6/+186
|\ \ | |/ | | | | | | Switch charts to Prometheus API endpoint CE-2 See merge request gitlab-org/gitlab-ce!29226
| * Add feature flag and dashboard endpointprom-api-2Simon Knox2019-06-073-6/+186
| | | | | | | | | | | | First part of FE for Prometheus API Dashboard endpoint fetches all info except for chart results Renders empty groups after loading
* | Merge branch '59651-remove-unnecessary-decimal-places-on-chart-axes' into ↵Phil Hughes2019-06-121-0/+14
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Remove unnecessary decimal places on chart axes" Closes #59651 See merge request gitlab-org/gitlab-ce!29468
| * | Strip trailing decimal zeros from Metrics axis59651-remove-unnecessary-decimal-places-on-chart-axesSimon Knox2019-06-121-0/+14
| | |
* | | Make time window links take up full dropdown width62300-target-area-for-dropdown-list-items-is-too-small-on-metrics-dashboardSimon Knox2019-06-121-3/+1
|/ /
* | 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
|