-
- Downloads
Rename Project's auto-protected columns to start with 'auto_'
Signed-off-by:
Rémy Coutable <remy@rymai.me>
Showing
- app/controllers/projects_controller.rb 1 addition, 1 deletionapp/controllers/projects_controller.rb
- app/models/project.rb 1 addition, 1 deletionapp/models/project.rb
- app/services/git_push_service.rb 1 addition, 1 deletionapp/services/git_push_service.rb
- db/migrate/20160426074750_add_auto_protected_branch_pattern_to_project.rb 5 additions, 0 deletions...426074750_add_auto_protected_branch_pattern_to_project.rb
- db/migrate/20160426074750_add_protected_branch_pattern_to_project.rb 0 additions, 5 deletions...20160426074750_add_protected_branch_pattern_to_project.rb
- db/migrate/20160606163246_add_developers_can_push_to_auto_protected_branch_to_project.rb 19 additions, 0 deletions...evelopers_can_push_to_auto_protected_branch_to_project.rb
- spec/models/project_spec.rb 6 additions, 6 deletionsspec/models/project_spec.rb
- spec/validators/regexp_validator_spec.rb 9 additions, 9 deletionsspec/validators/regexp_validator_spec.rb
Please register or sign in to comment