Update Prometheus Merge Request Metrics page
Minor updates to documentation.
Edited by Joshua Lambert
Merge request reports
Activity
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 This task breaks db:migrate for migrations from 9.0.5
See this trace.
Please register or sign in to reply