onlyutkarsh / gitlab-integration

This extension integrates GitLab with Azure Pipelines. With this extension, you will be able to download the sources from a GitLab repository (using clone command) and use downloaded sources in Azure Pipelines
https://marketplace.visualstudio.com/items?itemName=onlyutkarsh.gitlab-integration
GNU General Public License v3.0
20 stars 5 forks source link

Project Owner #2

Closed josempaguiar closed 5 years ago

josempaguiar commented 5 years ago

The plugin should fetch all the repositories that I can work and not only the projects that I'm the owner. Currently, the endpoint is https://gitlab.com/api/v4/projects?owned=true and should be https://gitlab.com/api/v4/projects?membership=true

onlyutkarsh commented 5 years ago

hey @josempaguiar Makes sense. I can not remember why I went with the owned project only. I will see if I can fix this during the upcoming holiday season :-)

onlyutkarsh commented 5 years ago

@josempaguiar Sorry this took so long (was super busy with day job). I have changed the endpoint to fetch based on membership now. Hope it will solve the issue for you. Thanks.

pesimeao commented 5 years ago

Great @onlyutkarsh ! Thanks! ;)