[GitLab] Collect multiple Gitlab and Github projects easier in the config-UI
Search before asking
- [X] I had searched in the issues and found no similar feature requirement.
Description
Copied from #2069
"The granularity of operations can be larger using project-id to import gitlab data is real time-consuming. We want to import all data and show it in a dashboard with high level."
Use case
No response
Related issues
No response
Are you willing to submit a PR?
- [ ] Yes I am willing to submit a PR!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
@e2corporation Can you take a look at the GitLab API to see how can we get the full Gitlab project list? Thanks.
@Startrekzky @klesh Backend would have to first implement an API Proxy for Gitlab (like we currently do with JIRA) to provide api access to the list of projects, then frontend can access this information via GET /api/proxy/gitlab/projects to provide support on UI.
@Startrekzky @klesh Backend would have to first implement an API Proxy for Gitlab (like we currently do with JIRA) to provide api access to the list of projects, then frontend can access this information via
GET /api/proxy/gitlab/projectsto provide support on UI.
We may have to do so type-to-search for this, gitlab is an open-source hosting platform, so the total number of projects would be huge.
This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.
This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.
I'll work on this
The design is here: (no longer in use) However, it needs to be reviewed.
Ask me for the prototypes.
I've divided this issue into two: #3670 #3671 , and will post progress in these two issues instead of here.
This will be implemented in #3670