-
- Downloads
Improve invalidation of stored service password if the endpoint URL is changed
It now allows to specify a password at the same time as the new URL, and works on the service template admin pages.
Showing
- app/controllers/admin/services_controller.rb 7 additions, 1 deletionapp/controllers/admin/services_controller.rb
- app/controllers/projects/services_controller.rb 7 additions, 1 deletionapp/controllers/projects/services_controller.rb
- app/models/project_services/bamboo_service.rb 1 addition, 1 deletionapp/models/project_services/bamboo_service.rb
- app/models/project_services/teamcity_service.rb 1 addition, 1 deletionapp/models/project_services/teamcity_service.rb
- app/models/service.rb 26 additions, 6 deletionsapp/models/service.rb
- spec/models/service_spec.rb 36 additions, 3 deletionsspec/models/service_spec.rb
Please register or sign in to comment