eclipse-mylyn / org.eclipse.mylyn

Eclipse Public License 2.0
13 stars 9 forks source link

Check that GitLab Repository has Issues enabled before fetching repo Milestones (#501) #502

Closed Paranoja closed 4 months ago

Paranoja commented 4 months ago

GET /projects/:id respond with a list of Repository feature toggle states.

Fix for #501 checks if

{
...
  "issues_enabled": <boolean>
...
}

is set to true, then fetches Milestones. Otherwise, just returns an empty array.

BeckerFrank commented 4 months ago

@Paranoja: Can you please look why the Test ignoreMilestonesForProjectsWithIssuesDisabled is not green.

Paranoja commented 4 months ago

Test failed due to JPMS. Will fix.