forge icon indicating copy to clipboard operation
forge copied to clipboard

Gitlab Milestone Issues

Open base698 opened this issue 4 years ago • 1 comments

  1. Milestone shows up on Forge issue.
  2. Milestone shows as ^A or ^B Screenshot from 2021-02-08 11-31-59
  3. Open a Gitlab Issue with a Group Milestone

Gitlab allows Milestones are on Group as well as the repository. The relationship is for Gitlab is different than Github: Groups contain repositories/projects. Both Groups and Projects can have Milestones. It may help to change the data model in forge-sql to include a Group and allow Repositories and the Group to attach Milestones.

Please include a backtrace in your report. In most cases doing:

N/A

and then going through the steps again should result in a backtrace.

N/A

base698 avatar Feb 09 '21 02:02 base698

@tarsius Was starting to look into this. I see the milestone table has a reference to repository. In Gitlab the milestones are part of a group. There doesn't appear to be a group table.

I would propose adding:

  • foreign key on milestone for it's issues
  • groups table that contains repositories and milestones

base698 avatar Jul 08 '21 15:07 base698