Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for additional panel types | Jose Ivan Vargas | 2019-07-10 | 4 | -6/+104 |
| | | | | | This introduces the single stat chart component aside from the area chart component | ||||
* | Fix alert creation dropdown menu | Sarah Yasonik | 2019-07-05 | 1 | -0/+37 |
| | |||||
* | Use gl-empty-state for monitor chartslittle-cluster-health-charts-ce | Simon Knox | 2019-07-04 | 1 | -101/+0 |
| | | | | Move a unit test to jest and use snapshot tests | ||||
* | Fix selector in karma spec | Lukas Eipert | 2019-06-28 | 1 | -1/+1 |
| | |||||
* | Turn commit sha in monitor charts popover to link11888-regression-deploy-correlation-markers-on-monitoring-graphs-not-clickable | Dhiraj Bodicherla | 2019-06-26 | 1 | -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 endpoint | Simon Knox | 2019-06-26 | 4 | -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 selector | Reuben Pereira | 2019-06-26 | 1 | -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-dashboard | Jose Vargas | 2019-06-21 | 1 | -0/+58 |
| | | | | | This merge request just adds the column chart component without integrating it to the dashboard | ||||
* | Fix missing deployment rockets in monitor dashboard | Dhiraj Bodicherla | 2019-06-14 | 2 | -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 flag | Reuben Pereira | 2019-06-12 | 1 | -45/+16 |
| | |||||
* | Merge branch 'prom-api-3' into 'master' | Mike Greiling | 2019-06-12 | 3 | -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-3 | Simon Knox | 2019-06-07 | 3 | -1/+117 |
| | | | | | | | | Make API request for each chart | ||||
* | | Merge branch 'prom-api-2' into 'master' | Mike Greiling | 2019-06-12 | 3 | -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-2 | Simon Knox | 2019-06-07 | 3 | -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 Hughes | 2019-06-12 | 1 | -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-axes | Simon Knox | 2019-06-12 | 1 | -0/+14 |
| | | | |||||
* | | | Make time window links take up full dropdown width62300-target-area-for-dropdown-list-items-is-too-small-on-metrics-dashboard | Simon Knox | 2019-06-12 | 1 | -3/+1 |
|/ / | |||||
* | | Remove metrics_time_window feature flag | Sarah Yasonik | 2019-06-07 | 1 | -36/+4 |
|/ | |||||
* | Use the selected time window for metrics dashboard | Sarah Yasonik | 2019-06-06 | 1 | -19/+51 |
| | |||||
* | Merge branch 'jivanvl-add-single-stat-chart-component' into 'master' | Filipa Lacerda | 2019-06-05 | 1 | -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-component | Jose Vargas | 2019-06-04 | 1 | -0/+28 |
| | | | | | | | | | | This merge requests just adds the component without integrating it to the dashboard, it adds tests as well | ||||
* | | Handle external dashboard form submission | Adriel Santiago | 2019-06-04 | 1 | -2/+2 |
|/ | | | | Connect frontend UI with backend api for external dashboard link | ||||
* | Fix warning in spec from committing unused mutationce-fix-vue-spec-warning | Simon Knox | 2019-05-29 | 1 | -8/+0 |
| | |||||
* | Migrate the monitoring dashboard store to vuex | Jose Ivan Vargas | 2019-05-27 | 7 | -5917/+382 |
| | | | | | This changes the monitoring javascript store from an object based to a vuex one | ||||
* | Add custom metrics form to dashboard | Adriel Santiago | 2019-05-07 | 1 | -2/+5 |
| | | | | Use existing form to allow users to add custom metrics via the dashboard | ||||
* | Add external dashboard link | Adriel Santiago | 2019-05-07 | 1 | -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-string | Jose Vargas | 2019-05-01 | 1 | -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-dropdown | Simon Knox | 2019-04-24 | 1 | -1/+1 |
| | | | | Also bring back EE dashboard component | ||||
* | Resolve cluster metrics regression | Adriel Santiago | 2019-04-18 | 1 | -0/+24 |
| | | | | Fixes a regression causing cluster metrics not to display | ||||
* | Resolve Environments#additional_metrics TypeError, ensure unix format | Sarah Yasonik | 2019-04-09 | 1 | -0/+29 |
| | |||||
* | Merge branch ↵ | Clement Ho | 2019-04-05 | 1 | -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-dashboard | Jose Vargas | 2019-04-04 | 1 | -1/+1 |
| | | | | | | | | Also added a finally clause to the getGraphsDataWithTime promise | ||||
| * | Changed the feature flag usage | Jose Vargas | 2019-04-04 | 1 | -19/+53 |
| | | | | | | | | | | In order for the dashboard component not to fail, the feature flag is now required by default | ||||
| * | Created `getTimeDiff` utility function | Jose Vargas | 2019-04-04 | 1 | -1/+17 |
| | | | | | | | | | | Updated i18n strings and changed the monitoring service graph data params | ||||
| * | Update translation files | Jose Vargas | 2019-04-04 | 1 | -1/+1 |
| | | |||||
| * | Add feature flag | Jose Vargas | 2019-04-04 | 1 | -2/+8 |
| | | | | | | | | | | Also added relevant tests that make use of a stubbed feature flag, prettified files | ||||
| * | Add support for time windows for the performance dashbooards | Jose Vargas | 2019-04-04 | 1 | -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 names | Adriel Santiago | 2019-04-05 | 1 | -7/+9 |
| | | | | | | | | | | Resolves an issue where long series label names overflow the popover chart tooltip container | ||||
* | | Support multiple queries per chart on metrics dash | Sarah Yasonik | 2019-04-05 | 1 | -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 port | Tristan Read | 2019-03-29 | 2 | -0/+9 |
| | |||||
* | Remove EE differences for monitoring dashboard | Simon Knox | 2019-03-27 | 1 | -0/+24 |
| | |||||
* | Change environments dropdown to use gitlab-ui | Jose Vargas | 2019-03-21 | 1 | -11/+13 |
| | |||||
* | Fix cluster health charts | Adriel Santiago | 2019-03-07 | 1 | -25/+19 |
| | | | | Render both usage and capacity in chart | ||||
* | Add zoom to metrics dashboard | Adriel Santiago | 2019-03-06 | 1 | -5/+15 |
| | | | | Adds the ability to change data zoom for metrics graphs | ||||
* | Remove auto-appended units | Adriel Santiago | 2019-02-22 | 1 | -2/+2 |
| | | | | Remove duplicate units from metrics dashboard graphs | ||||
* | Merge branch 'ee-8346-hide-unlicensed-alerts' into 'master' | Fatih Acet | 2019-02-07 | 1 | -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-alerts | Simon Knox | 2019-02-07 | 1 | -9/+7 |
| | | |||||
* | | Remove ECharts metrics dashboard feature flag | Adriel Santiago | 2019-02-07 | 2 | -0/+221 |
|/ | |||||
* | Handle window and container resize events | Adriel Santiago | 2019-02-04 | 1 | -6/+6 |
| | | | | Resizes metrics graph on window and sidebard width changes | ||||
* | Remove d3 metrics graph | Adriel Santiago | 2019-02-01 | 9 | -596/+0 |
| |