Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gitlab Milestone Issues #331

Open
base698 opened this issue Feb 9, 2021 · 1 comment
Open

Gitlab Milestone Issues #331

base698 opened this issue Feb 9, 2021 · 1 comment
Labels
area: gitlab enhancement New feature or request

Comments

@base698
Copy link

base698 commented Feb 9, 2021

  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

@tarsius tarsius added the bug Something isn't working label Feb 9, 2021
@base698
Copy link
Author

base698 commented Jul 8, 2021

@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

@tarsius tarsius added enhancement New feature or request area: gitlab and removed bug Something isn't working labels Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: gitlab enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants