You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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
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
The text was updated successfully, but these errors were encountered: