An error occurred while fetching the assigned milestone of the selected merge_request.
WIP: Participants table
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
Activity
Added 34 commits:
Toggle commit list1 class CreateParticipants < ActiveRecord::Migration 2 def change 3 create_table :participants do |t| 4 t.string :target_id, null: false @rspeicher so I store keep commit id here
Link to internal issue - https://dev.gitlab.org/gitlab/gitlabhq/issues/2444
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