| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Support flat response for envs index route | syasonik | 2019-01-21 | 1 | -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 values | Jose Ivan Vargas | 2018-11-29 | 3 | -16/+91 |
| | | |||||
| * | Prettify remaining files with differences in CE and EE | Mike Greiling | 2018-10-31 | 1 | -18/+15 |
| | | |||||
| * | Resolve "No longer require a deploy to start Prometheus monitoring" | Peter Leitzen | 2018-10-26 | 1 | -0/+16 |
| | | |||||
| * | Resolve eslint violations | Mike Greiling | 2018-10-17 | 1 | -0/+4 |
| | | |||||
| * | Prettify all spec files | Mike Greiling | 2018-10-17 | 4 | -12/+22 |
| | | |||||
| * | enable jasmine/new-line-before-expect | Johann Hubert Sonntagbauer | 2018-10-17 | 4 | -0/+9 |
| | | |||||
| * | Backport changes from gitlab-ee!7538 | Simon Knox | 2018-10-05 | 7 | -23/+26 |
| | | |||||
| * | Change forceRedraw key formatjivl-fix-monitoring-dashboard-resizing-navbar | Jose Vargas | 2018-09-25 | 1 | -2/+2 |
| | | |||||
| * | Fix monitoring dashboard not working properly | Jose Vargas | 2018-09-25 | 2 | -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 | ||||
| * | multiseries | Simon Knox | 2018-09-07 | 2 | -1/+4 |
| | | |||||
| * | Resolve "Metrics drop down doesn't show all environment, some not clickable" | Jose Ivan Vargas | 2018-07-17 | 2 | -1/+23 |
| | | |||||
| * | populate environments dropdown, add tests | Jose | 2018-07-04 | 2 | -4/+82 |
| | | |||||
| * | remove all unused eslint-disable rules | Lukas Eipert | 2018-06-20 | 1 | -2/+0 |
| | | |||||
| * | Adjust monitoring graphs to support widgets in EE | Mike Greiling | 2018-06-06 | 1 | -7/+3 |
| | | |||||
| * | Resolve "Monitoring graphs - Popover value improvements" | Jose Ivan Vargas | 2018-05-07 | 4 | -19/+19 |
| | | |||||
| * | fix illegal references to "this" in module context | Mike Greiling | 2018-04-23 | 1 | -1/+1 |
| | | |||||
