Johannes Sonner
Johannes Sonner
That would help me as well. My form consist of two groups: 1 Input to search and a select with options that are automatically updated from an API call with...
Sure, I'd be happy to contribute.
I wanted to check on some other input parameters in the Gitlab MR action. I'll keep it in mind and see the options.π
@dfl-aeb Woah, sorry, I totally forgot about this issue. Let me know if its still relevant, I'll check it, then.
@dfl-aeb It's implemented in `1.35.`
@vinaykv23 Can you doublecheck the app-config.yaml, I can see that there is no ```orgEnabled``` set? I might be completly wrong but I think the condition would prevent the ingestion of...
This behavior is baked into this line https://github.com/backstage/backstage/blob/35e0c680f19b302cb09c527837ab7af92c6f0571/plugins/catalog-backend-module-gitlab/src/providers/GitlabOrgDiscoveryEntityProvider.ts#L773 Generally, I did a quick test and it can be extended like this to also fetch the top-level-group. ```typescript shouldProcessGroup(group) { return...
Thx for that hint. I think it should be fine/compatible but we need to double-check if the all the groups have the correct relations set.
@vinaykv23 @camilaibs Hi, Im still having it in mind, I was just travelling alot and had other deadlines to meet. I would expect to focus on this again from beginning...
@rakeshreddyrg09 I can see you have set a group as the org entity. When using a self-hosted Gitlab, it will by default always import **all users** from the `/users` endpoint....