Project 'eclipsefdn/it/api/git-eca-rest-api' was moved to 'eclipsefdn/software-dev/api/git-eca-rest-api'. Please update any links and bookmarks that may still have the old path.
Iss #156 - Add handling of Gitlab repo field from projects API
1 unresolved thread
1 unresolved thread
Compare changes
@@ -32,8 +32,8 @@ import jakarta.enterprise.context.ApplicationScoped;
@@ -32,8 +32,8 @@ import jakarta.enterprise.context.ApplicationScoped;
* Helps manage projects by providing filters on top of the generic service as well as operations like adapting interest
@@ -76,8 +76,12 @@ public final class ProjectHelper {
@@ -76,8 +76,12 @@ public final class ProjectHelper {
&& p.getGitlab().getIgnoredSubGroups().stream().noneMatch(sg -> projectNamespace.startsWith(sg + "/")))
I think this predicate would be much easier to read/understand if it was extracted into it's own method (or multiple separate methods)
changed this line in version 2 of the diff