-
- Downloads
Improve invalidation of stored service password if the endpoint URL is changed
Password can now be specified at the same time as the new URL, and the service template admin pages now work.
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 28 additions, 7 deletionsapp/models/service.rb
- spec/models/project_services/bamboo_service_spec.rb 56 additions, 18 deletionsspec/models/project_services/bamboo_service_spec.rb
- spec/models/project_services/teamcity_service_spec.rb 55 additions, 18 deletionsspec/models/project_services/teamcity_service_spec.rb
- spec/models/service_spec.rb 104 additions, 6 deletionsspec/models/service_spec.rb
Please register or sign in to comment