Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Gitlab #356

Closed
dqbd opened this issue Sep 3, 2018 · 9 comments
Closed

Support Gitlab #356

dqbd opened this issue Sep 3, 2018 · 9 comments
Assignees
Labels
question Further information is requested

Comments

@dqbd
Copy link

dqbd commented Sep 3, 2018

It would be amazing if this extension would support Gitlab too.

@rebornix rebornix added the question Further information is requested label Sep 3, 2018
@svipas
Copy link

svipas commented Sep 7, 2018

I totally agree with this! It's so powerful extension we definitely need support for GitLab!

@RMacfarlane
Copy link
Contributor

@delold @svipben I'm happy you're excited about this!

To build this extension, we introduced a new proposed api for adding comments that is meant to be generic (in the release notes here: https://code.visualstudio.com/updates/v1_27#_comment-providers). This extension is meant only to add support for GitHub pull requests - trying to make it integrate with other git providers would make it bloated. Instead, we plan to create a separate extension for each git provider.

@svipas
Copy link

svipas commented Sep 7, 2018

Omg, thank you very much!🔥

@swiffer
Copy link

swiffer commented Sep 11, 2018

@RMacfarlane don't know about your planning Progress - Just wanted to point to GitLab Workflow, created by Fatih Acet over at GitLab. Perhaps its worth talking with him.

@fatihacet
Copy link

I have created a VSCode extension for GitLab called GitLab Workflow. It supports creating MRs, issues and pipelines directly from VSCode. You can also see pipeline status, MR link and closing issue link on the VSCode status bar. Feel free to take a look at it https://marketplace.visualstudio.com/items?itemName=fatihacet.gitlab-workflow

@sandeepp-cuelogic
Copy link

@fatihacet GitLab Workflow is truly awesome for gitlab users! It would be great if we can add review comments within VSCode GitLab Workflow as well, it should definitely help large developer base. Kudos Github Pull Request provider team!!!

@RMacfarlane
Copy link
Contributor

Hi @fatihacet 👋 Awesome extension! The comment provider API is still being stabilized and there are a lot of things I would like to add to it. Would welcome your feedback here: microsoft/vscode#53598

@goloveychuk
Copy link

goloveychuk commented Sep 22, 2018

Can't we have a Provider interface layer, with functions like getAllPrs, getCommentsForPr and have support for all git providers?
edit: oh, I see https://github.com/Microsoft/vscode-pull-request-github/blob/master/src/github/interface.ts
Would it be enough to implement those interfaces for bitbucket/gitlab?

@le91688
Copy link

le91688 commented Apr 16, 2019

Have any other git providers implemented anything using comments yet? Anything in the works?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

11 participants