All Projects → maikebing → Gitlab.visualstudio

maikebing / Gitlab.visualstudio

Licence: mit
GitLab Extension for Visual Studio

Projects that are alternatives of or similar to Gitlab.visualstudio

Histacom2
Moved to GitLab!
Stars: ✭ 20 (-58.33%)
Mutual labels:  visual-studio
Linux Tutorial
《Java 程序员眼中的 Linux》
Stars: ✭ 7,757 (+16060.42%)
Mutual labels:  gitlab
Intrinsics Dude
Opensource Visual Studio extension for compiler instrinsics in C/C++
Stars: ✭ 44 (-8.33%)
Mutual labels:  visual-studio
Eschool
eSchool Microservice based Solution
Stars: ✭ 29 (-39.58%)
Mutual labels:  visual-studio
Gitlab Explorer
Tool to visualize your groups, repositories, members and activities in your Gitlab space
Stars: ✭ 34 (-29.17%)
Mutual labels:  gitlab
Computesharp
A .NET 5 library to run C# code in parallel on the GPU through DX12 and dynamically generated HLSL compute shaders, with the goal of making GPU computing easy to use for all .NET developers! 🚀
Stars: ✭ 982 (+1945.83%)
Mutual labels:  visual-studio
Tensorflow Prebuilt
Integrate your project with TensorFlow by simply cloning and linking to this prebuilt library. Support Visual Studio and WIndows.
Stars: ✭ 14 (-70.83%)
Mutual labels:  visual-studio
Installvscode
Stars: ✭ 46 (-4.17%)
Mutual labels:  visual-studio
Cimonitor
Displays CI statuses on a dashboard and triggers fun modules representing the status!
Stars: ✭ 34 (-29.17%)
Mutual labels:  gitlab
Stdex
std C++ 11 library impementation with extra features using only C++ 98 and POSIX threads
Stars: ✭ 43 (-10.42%)
Mutual labels:  visual-studio
Vs Side Scroller
Scroll horizontally with the mouse wheel when holding the shift key in Visual Studio
Stars: ✭ 29 (-39.58%)
Mutual labels:  visual-studio
Cn Vscode Docs
VScode说明文档翻译
Stars: ✭ 970 (+1920.83%)
Mutual labels:  visual-studio
Scm Backup
Makes offline backups of your cloud hosted source code repositories
Stars: ✭ 38 (-20.83%)
Mutual labels:  gitlab
Lab
Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab
Stars: ✭ 911 (+1797.92%)
Mutual labels:  gitlab
Beetle
Shake to create Bug Report on GitHub, GitLab and Azure DevOps!
Stars: ✭ 45 (-6.25%)
Mutual labels:  gitlab
Puzzlerbot
PDD manager which manages puzzles in issue/PR comments
Stars: ✭ 20 (-58.33%)
Mutual labels:  gitlab
Annwvyn
Annwvyn C++ Open Source designed-for-VR game engine and application developement framework
Stars: ✭ 34 (-29.17%)
Mutual labels:  visual-studio
Kdtool
Kubernetes deployment utility
Stars: ✭ 47 (-2.08%)
Mutual labels:  gitlab
Workstations
Vagrant virtual workstations and development environments with Visual Studio, Docker, IIS and SQL Server on Windows for .NET development
Stars: ✭ 45 (-6.25%)
Mutual labels:  visual-studio
Sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
Stars: ✭ 996 (+1975%)
Mutual labels:  visual-studio

GitLab Extension for Visual Studio

You can log any of your favorite GitLab servers and start your great job!

The GitLab Extension for Visual Studio provides GitLab integration in Visual Studio 2015/2017. Most of the extension UI lives in the Team Explorer pane, which is available from the View menu.

Appveyor:Build status

The Visual Studio Extension is also available at the Visual Studio Marketplace, or by searching for GitLab4VS in the Visual Studio extension manager. The latest build of the Visual Studio Extension is available at the Open VsixGallery

Join the chat at https://gitter.im/GitLab-VisualStudio/

When you login with a user name and password.

For the new version of Gitlab:

  1. https//gitlab.com or your GitLab server
  2. input your email address or username
  3. your password (not the token)
  4. use "GitLab ApiV4 Oauth2" don't use "API v4" as the instructions direct
  5. Two-Factor : Off

For older versions of Gitlab

  1. Your GitLab server
  2. input your email address or username
  3. your password (not the token) 1.use "GitLab ApiV3 Oauth2" or "API v3"

by Brett Winters

When you login with 2FA :

  1. In GitLab, [top right] go to Settings then Access Tokens (left menu)
  2. Enter a name & expire time (optional).
  3. Check off "api" as the scope.
  4. Click "Create Personal Access Token". This will appear in a textbox at the TOP of the page.
  5. In Visual Studio, click "Connect" beside GitLab.
  6. Enter your GitLab Username and paste in the Access Token.
  7. Change it to "API v4" instead of "API v4 OAUTH2".
  8. Make sure "Two Factor Authentication" is CHECKED.
  9. Save. You're DONE.

When you login with LDAP credentials :

If you create a personal access token (https://yourgitlaburl.com/profile/personal_access_tokens) and select 2fa and use your ldap username + your PAT you will be able to login and use the plug-in.

by dominicdejacomo

What's new ?

V1.0.189

  • Fix Groups and Subgroups missing in Namespace #53
  • Fix Exception on Project Create #52

Thanks Rennerdo30

V1.0.183

  • Fix for " cannot connect to custom gitlab server with different port #50

V1.0.160

  • Automatically detects the API version of Gitlab

V1.0.156

  • Visual Studio 2019 support

V1.0.150

  • AddOpen URL from clipboard
  • Support Gitee.com
  • fix #35

V1.0.0.122

Fix HttpUtility.UrlEncode processing username or email causing problems that cannot be logged in

V1.0.0.119

Now update login mode is OAuth2, which can't be logon before because the new version of GitLab's API session has been discarded.

The two API login methods are supported in the login interface, and the old version of GitLab needs to be selected manually. The default is that the login mode is OAuth2 and V4 !

V1.0.0.115

1.You can select GitLab Api version .

V1.0.0.112

1.modify "Open On GitLab" to "GitLab"

V1.0.0.95

  1. French, Japanese, German and other languages have been added, but these are Google's translations, so we need human translation!
  2. Open on GitLab move to submenu!
  3. Fixed issue #3,Thanks luky92!
  4. The selected code can create code snippets directly
  5. When you create a project, you can select namespases.
  6. GitLab's Api is updated from V3 to V4.

V1.0.0.70

  1. GitLab login information associated with the solution, easy to switch GitLab server.
  2. Enter the password and press enter to login GitLab server.
  3. Now, We can login with two factor authentication.just enter the personal access token into the password field.

V1.0.0.58

  1. Support for Visual Studio 2017
  2. Fix bus.

V1.0.0.40

  1. Right click on editor, if repository is hosted on GitLab Server , you can jump to master/current branch/current revision's blob page and blame/commits page. If selecting line(single, range) in editor, jump with line number fragment.
  2. Fix #4 #5 #6 Official builds of this extension are available at the official website.

HomePage http://visualstudio.gitclub.cn/

BUG And Issues

https://github.com/maikebing/GitLab.VisualStudio/issues

Visual Studio | Marketplace

https://marketplace.visualstudio.com/items?itemName=MysticBoy.GitLabExtensionforVisualStudio

Thanks

GitHub Extension for Visual Studio

CodeCloud Extension for Visual Studio

https://gitee.com/GitGroup/CodeCloud.VisualStudio

Visual Studio Extension for opening files on GitHub.com

https://github.com/neuecc/Open-on-GitHub

NGitLab

https://github.com/Xarlot/NGitLab https://github.com/Franklin89/NGitLab https://github.com/maikebing/NGitLab

Open On GitLab

image

Team Home Page

image

Team Connct Page

image

image image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].