Skip to content
Snippets Groups Projects
  1. Feb 18, 2020
  2. Feb 01, 2020
  3. Jan 22, 2020
  4. Jan 15, 2020
  5. Jan 09, 2020
  6. Jan 03, 2020
  7. Dec 10, 2019
  8. Nov 13, 2019
  9. Nov 08, 2019
  10. Oct 31, 2019
  11. Oct 04, 2019
  12. Sep 24, 2019
  13. Sep 18, 2019
  14. Sep 13, 2019
  15. Aug 14, 2019
  16. Aug 09, 2019
  17. Aug 08, 2019
  18. Aug 07, 2019
    • Sarah Yasonik's avatar
      Support dashboard params for metrics dashboard · bf918b68
      Sarah Yasonik authored
      https://gitlab.com/gitlab-org/gitlab-ce/issues/62971
      
      Adds support to EnvironmentsController#metrics_dashboard
      for the following params: group, title, y_label
      These params are used to uniquely identify a panel on
      the metrics dashboard.
      
      Metrics are stored in several places, so this adds
      utilities to find a specific panel from the database
      or filesystem depending on the metric specified.
      
      Also moves some shared utilities into separate classes,
      notably default values and errors.
      bf918b68
  19. Jul 16, 2019
  20. Jul 10, 2019
  21. Jun 20, 2019
    • Sarah Yasonik's avatar
      Add embedding flag and filter to CPU/Mem · f49dd76a
      Sarah Yasonik authored
      This commits adds support for metrics dashboards
      for embedding. If the flag 'embedded' is provided
      to the environments/id/metrics_dashboard endpoint,
      the response will be suitable for embedding in
      issues or other content.
      
      This is a precursor for support for embedding
      metrics in GFM.
      f49dd76a
  22. Jun 13, 2019
    • Sarah Yasonik's avatar
      Refactor for cleaner caching in dashboards · 15c8d29b
      Sarah Yasonik authored
      Opts to cache a full list of cached dashboards
      to better manage removing items from the cache.
      This also allows dashboards to be stored in the
      cache that don't necessarily correspond to a
      single dashboard yml.
      15c8d29b
  23. Jun 12, 2019
  24. Jun 07, 2019
  25. Jun 06, 2019
  26. May 20, 2019
  27. May 07, 2019
  28. May 01, 2019
    • Sarah Yasonik's avatar
      Update metrics dashboard API to load yml from repo · 552a3d2f
      Sarah Yasonik authored
      Updates the EnvironmentController#metrics_dashboard endpoint
      to support a "dashboard" param, which can be used to specify
      the filepath of a dashboard configuration from a project
      repository. Dashboard configurations are expected to be
      stored in .gitlab/dashboards/.
      
      Updates dashboard post-processing steps to exclude custom
      metrics, which should only display on the system dashboard.
      552a3d2f
  29. Apr 29, 2019
  30. Apr 25, 2019
  31. Apr 24, 2019
Loading