-
- 下载
Merge branch '458258-introduce-anti-abuse-model' into 'master'
Add a new model that will handle abuse report notes See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/156146 Merged-by:Rutger Wessels <rwessels@gitlab.com> Approved-by:
Abhilash Kotte <akotte@gitlab.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Approved-by:
Rutger Wessels <rwessels@gitlab.com> Reviewed-by:
Jarka Košanová <jarka@gitlab.com> Reviewed-by:
Rutger Wessels <rwessels@gitlab.com> Co-authored-by:
Jarka Košanová <jarka@gitlab.com>
显示
- app/models/anti_abuse/reports/note.rb 11 个添加, 0 个删除app/models/anti_abuse/reports/note.rb
- db/docs/abuse_report_notes.yml 10 个添加, 0 个删除db/docs/abuse_report_notes.yml
- db/migrate/20240607121618_create_abuse_report_notes.rb 24 个添加, 0 个删除db/migrate/20240607121618_create_abuse_report_notes.rb
- db/migrate/20240612093301_add_users_author_to_abuse_report_notes_foreign_key.rb 17 个添加, 0 个删除...301_add_users_author_to_abuse_report_notes_foreign_key.rb
- db/migrate/20240612093345_add_users_updated_by_to_abuse_report_notes_foreign_key.rb 17 个添加, 0 个删除...add_users_updated_by_to_abuse_report_notes_foreign_key.rb
- db/migrate/20240612093427_add_users_resolved_by_to_abuse_report_notes_foreign_key.rb 17 个添加, 0 个删除...dd_users_resolved_by_to_abuse_report_notes_foreign_key.rb
- db/migrate/20240612093505_add_abuse_reports_to_abuse_report_notes_foreign_key.rb 17 个添加, 0 个删除...05_add_abuse_reports_to_abuse_report_notes_foreign_key.rb
- db/schema_migrations/20240607121618 1 个添加, 0 个删除db/schema_migrations/20240607121618
- db/schema_migrations/20240612093301 1 个添加, 0 个删除db/schema_migrations/20240612093301
- db/schema_migrations/20240612093345 1 个添加, 0 个删除db/schema_migrations/20240612093345
- db/schema_migrations/20240612093427 1 个添加, 0 个删除db/schema_migrations/20240612093427
- db/schema_migrations/20240612093505 1 个添加, 0 个删除db/schema_migrations/20240612093505
- db/structure.sql 53 个添加, 0 个删除db/structure.sql
- spec/db/schema_spec.rb 1 个添加, 0 个删除spec/db/schema_spec.rb
- spec/factories/anti_abuse/abuse_report_notes.rb 10 个添加, 0 个删除spec/factories/anti_abuse/abuse_report_notes.rb
加载中
想要评论请 注册 或 登录