-
- 下载
Merge branch '46758-fallout-of-cacheable-attribute' into 'master'
Ensure ApplicationSetting#performance_bar_allowed_group_id is properly set when retrieved from cache Closes #46758 See merge request gitlab-org/gitlab-ce!19144
显示
- app/helpers/application_settings_helper.rb 1 个添加, 1 个删除app/helpers/application_settings_helper.rb
- app/models/application_setting.rb 5 个添加, 34 个删除app/models/application_setting.rb
- app/services/application_settings/update_service.rb 12 个添加, 0 个删除app/services/application_settings/update_service.rb
- app/views/admin/application_settings/_performance_bar.html.haml 2 个添加, 2 个删除...ews/admin/application_settings/_performance_bar.html.haml
- doc/api/settings.md 5 个添加, 2 个删除doc/api/settings.md
- lib/api/entities.rb 10 个添加, 2 个删除lib/api/entities.rb
- lib/api/settings.rb 18 个添加, 2 个删除lib/api/settings.rb
- rubocop/cop/line_break_around_conditional_block.rb 1 个添加, 1 个删除rubocop/cop/line_break_around_conditional_block.rb
- spec/factories/application_settings.rb 1 个添加, 0 个删除spec/factories/application_settings.rb
- spec/models/application_setting_spec.rb 4 个添加, 122 个删除spec/models/application_setting_spec.rb
- spec/requests/api/settings_spec.rb 25 个添加, 1 个删除spec/requests/api/settings_spec.rb
- spec/rubocop/cop/line_break_around_conditional_block_spec.rb 12 个添加, 0 个删除spec/rubocop/cop/line_break_around_conditional_block_spec.rb
- spec/services/application_settings/update_service_spec.rb 87 个添加, 1 个删除spec/services/application_settings/update_service_spec.rb
加载中
想要评论请 注册 或 登录