-
- Downloads
Remove todos from confidential notes when user loses access
Merge branch 'security-remove_non_readable_todos' into 'master' See merge request gitlab-org/security/gitlab!2573 Changelog: security
Showing
- app/models/todo.rb 1 addition, 0 deletionsapp/models/todo.rb
- app/services/todos/destroy/entity_leave_service.rb 9 additions, 0 deletionsapp/services/todos/destroy/entity_leave_service.rb
- db/post_migrate/20220712175029_add_index_with_target_type_to_todos.rb 18 additions, 0 deletions...ate/20220712175029_add_index_with_target_type_to_todos.rb
- db/post_migrate/20220712181304_remove_deprecated_indexes_from_todos.rb 23 additions, 0 deletions...te/20220712181304_remove_deprecated_indexes_from_todos.rb
- db/schema_migrations/20220712175029 1 addition, 0 deletionsdb/schema_migrations/20220712175029
- db/schema_migrations/20220712181304 1 addition, 0 deletionsdb/schema_migrations/20220712181304
- db/structure.sql 4 additions, 4 deletionsdb/structure.sql
- ee/app/services/ee/todos/destroy/entity_leave_service.rb 9 additions, 0 deletionsee/app/services/ee/todos/destroy/entity_leave_service.rb
- ee/spec/services/ee/todos/destroy/entity_leave_service_spec.rb 9 additions, 5 deletions...ec/services/ee/todos/destroy/entity_leave_service_spec.rb
- spec/models/todo_spec.rb 10 additions, 0 deletionsspec/models/todo_spec.rb
- spec/services/todos/destroy/entity_leave_service_spec.rb 69 additions, 53 deletionsspec/services/todos/destroy/entity_leave_service_spec.rb
db/schema_migrations/20220712175029
0 → 100644
db/schema_migrations/20220712181304
0 → 100644
-
mentioned in merge request kubitus-project/kubitus-installer!1303 (merged)
Please register or sign in to comment