-
- Downloads
Fix validations related to mirroring settings form.
Some of our users are changing to GitLab as their main repository, it means that they're disabling the local mirror and setting up a remote mirror instead. This fix helps to avoid the extra steps required in order to achieve the desired configuration.
Showing
- CHANGELOG-EE 1 addition, 0 deletionsCHANGELOG-EE
- app/models/project.rb 1 addition, 1 deletionapp/models/project.rb
- app/models/remote_mirror.rb 3 additions, 3 deletionsapp/models/remote_mirror.rb
- app/views/projects/mirrors/show.html.haml 22 additions, 22 deletionsapp/views/projects/mirrors/show.html.haml
- spec/controllers/projects/mirrors_controller_spec.rb 78 additions, 0 deletionsspec/controllers/projects/mirrors_controller_spec.rb
Please register or sign in to comment