Project 'eclipsefdn/it/api/eclipsefdn-working-groups-api' was moved to 'eclipsefdn/software-dev/api/eclipsefdn-working-groups-api'. Please update any links and bookmarks that may still have the old path.
feat: Normalize group casing in get and add calls
Merged
requested to merge zacharysabourin/eclipsefdn-vc-tools:zacharysabourin/master/210 into master
1 unresolved thread
Compare changes
@@ -769,7 +769,7 @@ export class GitlabSyncRunner {
@@ -769,7 +769,7 @@ export class GitlabSyncRunner {
// split into group namespace paths (eclipse/sample/group.path into ['eclipse','sample','group.path'])
@@ -787,11 +787,14 @@ export class GitlabSyncRunner {
@@ -787,11 +787,14 @@ export class GitlabSyncRunner {
this.logger.info(`Returning null for ${namespace} as it is outside of the root group ${rootGroup}`);