Skip to content
Snippets Groups Projects

WIP: Participants table

Closed username-removed-444 requested to merge participants-table into master

The goal is to keep list of participants of issue, merge request or commit in database instead of parsing all comments every time

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 class CreateParticipants < ActiveRecord::Migration
2 def change
3 create_table :participants do |t|
4 t.string :target_id, null: false
  • username-removed-444 Milestone changed to 7.14

    Milestone changed to 7.14

  • Milestone removed

  • I will not be able to finish it close future. I will close this MR. If I or someone else will work on it - we can re-use some code from this MR

  • username-removed-444 Status changed to closed

    Status changed to closed

  • This would implement public issue https://gitlab.com/gitlab-org/gitlab-ce/issues/3965

    Edited by Sid Sijbrandij
  • Please register or sign in to reply
    Loading