Commit Graph

33 Commits

Author SHA1 Message Date
Tim Zallmann 55f772bb98 Resolve "Better SVG Usage in the Frontend" 2017-09-22 08:39:47 +00:00
Mike Greiling 57c97a10b0 Merge branch 'master' into 37220-es-modules
* master: (148 commits)
  Remove gaps under nav on build page
  Replace the 'project/snippets.feature' spinach test with an rspec analog
  Use correct group members path for members flyout link
  Replace the 'project/commits/revert.feature' spinach test with an rspec analog
  Merge branch 'rs-incoming-email-domain-docs' into 'security-10-0'
  Replace the 'project/archived.feature' spinach test with an rspec analog
  Fix broken link in docs/api/wiki.md
  Fixed the new sidebars width when browser has scrollbars
  Improve 'spec/features/profiles/*' specs
  Replace the 'search.feature' spinach test with an rspec analog
  dedupe yarn packages
  add dependency approvals (all MIT license)
  update build image to latest with node 8.x, yarn 1.0.2, and chrome 61
  Ensure we use `Entities::User` for non-admin `users/:id` API requests
  Minor update to address Sean McGivern's comment.
  Add data migration
  Fix setting share_with_group_lock
  created services for keys
  Prepare Repository#merge for migration to Gitaly
  Never connect to webpack-dev-server over SSL
  ...
2017-09-18 10:56:04 -05:00
Mike Greiling 70e9e8844b Refactor MonitoringService class 2017-09-13 12:57:51 +00:00
Filipa Lacerda 96e6fc70b4 Import modules instead of using the ones in global namespace
Removes set favicon related methods from global scope
Improves test related with favicon

Removes convertPermissionToBoolean from global scope.
Adds tests for convertPermissionToBoolean - were non existant

Removes setParamInURL from gl.utils

Removes parseIntPagination from gl.utils namespace

Remove normalizeCRLFHeaders from gl.utils namespace

Removes normalizeHeaders from gl.utils namespace

Use gl.utils for filtered search

Fix bad import

Fix broken test by cleaning window.history namespace

Adds changelog
2017-09-09 09:54:27 +01:00
Filipa Lacerda 6a1b84c7b4 Use modules in common utils 2017-09-09 09:54:24 +01:00
Jose Ivan Vargas 290217d51b Improved color selector and addressed observations 2017-09-07 14:17:38 -05:00
Jose Ivan Vargas 45900c3030 Added support for named colors, also added interpolations for the graphs 2017-09-07 09:19:13 -05:00
Jose Ivan Vargas 057e84d6e3 Renamed some components 2017-09-07 09:19:12 -05:00
Mike Greiling 70bff97c27 Use flexbox for prometheus graph row grouping instead of bootstrap classes 2017-09-06 07:42:47 +00:00
Jose Ivan Vargas 05a77e79b8 Added simple support for multiple colors on the different time series 2017-08-31 16:31:19 -05:00
Jose Ivan Vargas 62a0f76516 Increased the height of the graph when dealing with 3 plus legends 2017-08-30 18:48:52 -05:00
Jose Ivan Vargas 8a807aedb8 Corrected y scale for multiple time series and visual improvements 2017-08-30 18:36:23 -05:00
Jose Ivan Vargas f6df7d6a72 Added and corrected specs for the additional time series 2017-08-30 18:36:21 -05:00
Jose Ivan Vargas 520ab72bd3 Added vertical spacing when there's multiple legends 2017-08-30 18:28:13 -05:00
Jose Ivan Vargas d9a3c5f21c Refactored deployment mixins 2017-08-30 18:28:12 -05:00
Jose Ivan Vargas fdd1d59f60 Added legends for each of the time series 2017-08-30 18:28:11 -05:00
Jose Ivan Vargas faf5363ea0 Refactored the monitoring_column component to process all of the time series 2017-08-30 18:28:09 -05:00
Jose Ivan Vargas bd82e61f91 Added monitoring_paths component to show multiple time series on a single chart 2017-08-30 18:27:24 -05:00
Mike Greiling 147d55d24f extract prometheus graph group elements into their own component 2017-08-30 00:16:23 -05:00
Mike Greiling 4138c20c30 remove pointless single-row/single-col wrapper 2017-08-29 23:58:14 -05:00
Mike Greiling daf15c3ca9 rename and organize vue components 2017-08-29 23:49:29 -05:00
Mike Greiling 4809ded83a refactor template formatting according to guidelines 2017-08-29 23:24:48 -05:00
Phil Hughes 5f60b9b698 Merge branch '37102-fix-prometheus-graph-cursor-flag' into 'master'
Ensure Prometheus graph overlay is in front of cursor flag

Closes #37102

See merge request !13867
2017-08-29 08:30:42 +00:00
Mike Greiling 596fe67a03 Resolve "Monitoring graph date formatting is wrong" 2017-08-29 08:29:11 +00:00
Mike Greiling 77c8e2b4f0 ensure graph overlay is in front of cursor flag 2017-08-28 03:30:03 -05:00
Phil Hughes 3fc89919a8
removed global use of breakpoint checker 2017-08-10 14:02:30 +01:00
Tim Zallmann 55ceeda85c Merge branch '34655-label-field-for-setting-a-chart-s-legend-text-is-not-working' into 'master'
Resolve "`label` field for setting a chart's legend text is not working"

Closes #34655

See merge request !12628
2017-07-06 16:38:10 +00:00
Jose Ivan Vargas 495c7fbe0b Cleanup minor UX issues in the performance dashboard 2017-07-06 07:28:33 -05:00
Joshua Lambert 9ec791eedb Use correct field for label name, fix default for unit to be blank 2017-07-06 06:59:00 -05:00
Phil Hughes dddfa49db6 Merge branch 'monitoring-dashboard-fine-tuning-ux' into 'master'
Improve the overall UX for the new monitoring dashboard

See merge request !12616
2017-07-05 08:28:44 +00:00
Jose Ivan Vargas fcbee9e5cd Improve the overall UX for the new monitoring dashboard 2017-07-04 10:32:39 -05:00
Jose Ivan Vargas 2a829d0f53 Fixed the y_label not setting correctly for each graph on the monitoring dashboard 2017-07-03 10:43:56 -05:00
Phil Hughes 871bf96c9b Merge branch 'additional-metrics-dashboard' into '28717-additional-metrics-review-branch'
Additional metrics dashboard

See merge request !11740
2017-06-26 14:44:03 +00:00