-
- Downloads
Merge branch '366724_add_protected_branch_cache' into 'master'
Add `ProtectedBranches::CacheService` for efficient caching See merge request !92922
No related branches found
No related tags found
Pipeline #600317264 passed
Stage: sync
Stage: prepare
Stage: build-images
Stage: fixtures
Stage: lint
Stage: test
Stage: post-test
Showing
- app/services/protected_branches/base_service.rb 4 additions, 0 deletionsapp/services/protected_branches/base_service.rb
- app/services/protected_branches/cache_service.rb 47 additions, 0 deletionsapp/services/protected_branches/cache_service.rb
- app/services/protected_branches/create_service.rb 2 additions, 0 deletionsapp/services/protected_branches/create_service.rb
- app/services/protected_branches/destroy_service.rb 1 addition, 1 deletionapp/services/protected_branches/destroy_service.rb
- app/services/protected_branches/update_service.rb 2 additions, 0 deletionsapp/services/protected_branches/update_service.rb
- spec/services/protected_branches/cache_service_spec.rb 81 additions, 0 deletionsspec/services/protected_branches/cache_service_spec.rb
- spec/services/protected_branches/create_service_spec.rb 8 additions, 0 deletionsspec/services/protected_branches/create_service_spec.rb
- spec/services/protected_branches/destroy_service_spec.rb 8 additions, 0 deletionsspec/services/protected_branches/destroy_service_spec.rb
- spec/services/protected_branches/update_service_spec.rb 8 additions, 0 deletionsspec/services/protected_branches/update_service_spec.rb
Please register or sign in to comment