Skip to content
Snippets Groups Projects

Update Prometheus Merge Request Metrics page

Closed Joshua Lambert requested to merge 33824-update-prometheus-docs into master

Minor updates to documentation.

Edited by Joshua Lambert

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 # See http://doc.gitlab.com/ce/development/migration_style_guide.html
2 # for more information on how to write migrations for GitLab.
3
4 # This migration depends on code external to it. For example, it relies on
5 # updating a namespace to also rename directories (uploads, GitLab pages, etc).
6 # The alternative is to copy hundreds of lines of code into this migration,
7 # adjust them where needed, etc; something which doesn't work well at all.
8 class TurnNestedGroupsIntoRegularGroupsForMysql < ActiveRecord::Migration
Please register or sign in to reply
Loading