-
- Downloads
Merge branch 'fix/ci-runners-token-persistence' into 'master'
Fix method that ensures authentication token Until now, `ensure_#{token_filed_name}!` method didn't persist new token in database. This closes #4235. See merge request !2185
No related branches found
No related tags found
Showing
- app/models/application_setting.rb 4 additions, 0 deletionsapp/models/application_setting.rb
- app/models/concerns/token_authenticatable.rb 13 additions, 7 deletionsapp/models/concerns/token_authenticatable.rb
- app/views/admin/runners/index.html.haml 1 addition, 1 deletionapp/views/admin/runners/index.html.haml
- lib/ci/api/helpers.rb 1 addition, 1 deletionlib/ci/api/helpers.rb
- spec/features/admin/admin_runners_spec.rb 1 addition, 1 deletionspec/features/admin/admin_runners_spec.rb
- spec/models/concerns/token_authenticatable_spec.rb 17 additions, 6 deletionsspec/models/concerns/token_authenticatable_spec.rb
- spec/requests/ci/api/runners_spec.rb 0 additions, 1 deletionspec/requests/ci/api/runners_spec.rb
Please register or sign in to comment