-
- Downloads
Merge branch 'refactor-enums-for-ee' into 'master'
Refactor how a few ActiveRecord enums are defined See merge request gitlab-org/gitlab-ce!23024
No related branches found
No related tags found
Showing
- app/models/ci/pipeline.rb 6 additions, 13 deletionsapp/models/ci/pipeline.rb
- app/models/ci/pipeline_enums.rb 28 additions, 0 deletionsapp/models/ci/pipeline_enums.rb
- app/models/commit_status.rb 3 additions, 12 deletionsapp/models/commit_status.rb
- app/models/commit_status_enums.rb 20 additions, 0 deletionsapp/models/commit_status_enums.rb
- app/models/user_callout.rb 3 additions, 5 deletionsapp/models/user_callout.rb
- app/models/user_callout_enums.rb 16 additions, 0 deletionsapp/models/user_callout_enums.rb
- app/presenters/ci/pipeline_presenter.rb 6 additions, 4 deletionsapp/presenters/ci/pipeline_presenter.rb
app/models/ci/pipeline_enums.rb
0 → 100644
app/models/commit_status_enums.rb
0 → 100644
app/models/user_callout_enums.rb
0 → 100644
Please register or sign in to comment