You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/06/29 01:20:46 UTC

[GitHub] [incubator-devlake] klesh opened a new issue, #2376: [Feature][gitlab] API to list all `projects` for gitlab

klesh opened a new issue, #2376:
URL: https://github.com/apache/incubator-devlake/issues/2376

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar feature requirement.
   
   
   ### Description
   
   In order to support #2271. We need a new API
   
   ## Solution
   Add API `GET /api/proxy/gitlab/projects?keyword=&page=2&size=10`, searching and pagination are critical since the total number of projects is likely to be huge.
   
   ### Use case
   
   To support #2271
   
   ### Related issues
   
   #2271
   
   ### 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](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] warren830 commented on issue #2376: [Feature][gitlab] API to list all `projects` for gitlab

Posted by GitBox <gi...@apache.org>.
warren830 commented on issue #2376:
URL: https://github.com/apache/incubator-devlake/issues/2376#issuecomment-1186384720

   I checked gitlab api: https://docs.gitlab.com/ee/api/projects.html#list-user-projects
   we can use the following param:
   search(string): Return list of projects matching the search criteria.
   starred(boolean): Limit by projects starred by the current user. 
   visibility(string): Limit by visibility public, internal, or private. -- using private will return only our company's private projects
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] warren830 commented on issue #2376: [Feature][gitlab] API to list all `projects` for gitlab

Posted by GitBox <gi...@apache.org>.
warren830 commented on issue #2376:
URL: https://github.com/apache/incubator-devlake/issues/2376#issuecomment-1207633956

   according to #2705 , I added a proxy to allow config-ui to request gitlab projects


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] Startrekzky closed issue #2376: [Feature][gitlab] API to list all `projects` for gitlab

Posted by GitBox <gi...@apache.org>.
Startrekzky closed issue #2376: [Feature][gitlab] API to list all `projects` for gitlab 
URL: https://github.com/apache/incubator-devlake/issues/2376


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org