Visual Studio的GitLab扩展 GitLab Extension for Visual Studio

码农软件 · 软件分类 · Git开源工具 · 2019-11-03 20:12:44

软件介绍

You can login 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.

How to set this up:

  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 & paste in the Access Token.
  7. Change it to "API v4" instead of "API v4 OAUTH2".
  8. Also, CHECK OFF the "Two Factor Authentication".
  9. Save. You're DONE.

To Add an existing solution to GitLab:

  1. Open the solution Visual Studio
  2. File > Add to Source Control.
  3. In the "Team Explorer" tab, under Local Git Repositories, click the "..." to navigate to your project folder. Then click Add.
  4. At the top, click the dropdown and go to "Sync". Under Gitlab, click "Publish". (This creates the repo).
  5. In the dropdown at the top, chooose "Changes" to create an initial commit. Now Commit & Push.

What's new ?

V1.0.156

Visual Studio 2019 support

V1.0.150

  1. AddOpen URL from clipboard
  2. Support Gitee.com
  3. fix #35

V1.0.0.143 Fix Visual Studio MPF 15.0 problem

V1.0.0.142 Fix some bugs

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"

  1. fix other!

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.

VV1.0.0.58 Support for Visual Studio 2017  Fix bus.

2017-03-08   1.0.0.41

fix for vs2017

2017-03-04   1.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

2017-03-04  1.0.0.39

fix some bug!

HomePage

http://visualstudio.gitclub.cn/

BUG And Issues

https://gitlab.com/maikebing/GitLab.VisualStudio/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

 

本文地址:https://codercto.com/soft/d/18205.html

从规范出发的程序设计

从规范出发的程序设计

[美] Carroll Morgan / 裘宗燕 / 机械工业出版社 / 2002-8 / 45.00元

本书详细论述了有关规范程序设计的内容,包括:程序和精化、谓词演算、选择、迭代、构造类型、模块和封装等,最后几章还包含了大量的实例研究和一些更高级的程序设计技术。本书提倡一种严格的程序开发方法,分析问题要用严格方式写出程序的规范,而后通过一系列具有严格理论基础的推导,最终得到可以运行的程序。 本书是被世界上许多重要大学采用的教材,适于计算机及相关专业的本科生和研究生使用。一起来看看 《从规范出发的程序设计》 这本书的介绍吧!

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具