1
0
Форкнуть 0
Граф коммитов

36 Коммитов

Автор SHA1 Сообщение Дата
John Briggs 8c88681117
Merge branch 'master' into patch-4 2019-03-11 09:27:25 -04:00
Darío Hereñú ebf4bfc747
Typo fixed on string #119
* minor formatting proposal on string #199
2019-01-28 13:36:55 -03:00
Darío Hereñú b5690cf49f
Minor formatting proposal on paragraph #12 2019-01-28 13:32:29 -03:00
Jürgen Altfeld 31395fec41 Fixed #808 (dead link to environment variables doc) 2018-11-09 19:46:57 +01:00
jeschu1 d8b3b320c2
Merge pull request #794 from jeschu1/delete2
Update Delete Handling
2018-10-26 18:45:02 +00:00
thecityofguanyu c9373d10db Very important update to documentation 2018-10-17 20:07:24 -05:00
Jessica Schumaker 0aa02d6ab4 Mark delete as depricated 2018-10-17 13:19:19 -04:00
Jessica Schumaker c25ad07522 cli: add GCM_HTTP_TIMEOUT and httpTimeout support
Make network connection time-out configurable.  Provide a mechanism for setting `Global.RequestTimeout` via config or environment variables.
2018-09-21 14:17:27 -04:00
J Wyman 69db585b2d Azure DevOps Rebranding
- [x] Change all text, strings, and other resources which refer to Visual Studio Team Services [VSTS] to refer to Azure DevOps instead.
- [x] Change the VisualStudioTeamServices namespace and type names from Visual Studio Team Services / VSTS to Azure DevOps.
- [x] Change the VisualStudioTeamServices named projects to AzureDevops. Update all solution and cross-project references to accomodate for the changes.
- [x] Change the VisualStudioTeamServices named projects to AzureDevops. Update all solution and cross-project references to accomodate for the changes.
- [x] Move all files from 'VisualStudioTeamServices' into 'AzureDevOps' folders.
- [x] Update all solution and project references.
- [x] Update test data to use the new "Devops" name.
- [x] Since users won't be ready to update their branded configuration values, we need to retain support for the VSTS branded options; which emitting a warning for the deprecated option usage.
2018-09-12 17:21:36 -04:00
J Wyman 3865ce610e docs: replace references to deprecated Setup.exe
Replace all references to "Setup.exe" with "`GCMW-{version}.exe`" which is the current naming scheme for the installer executable.
2018-07-13 09:46:04 -04:00
XhmikosR c1cf65d847 Minor docs tweaks. 2018-06-17 15:10:33 +03:00
J Wyman 7b9db837fb docs: Fix links between documentation pages. 2018-02-21 23:49:47 -05:00
J Wyman 6b1158e3a1 docs: Add ServicePointManager vs .NET Framework issue to FAQ. 2018-02-21 23:35:30 -05:00
J Wyman ∞ 7688f77a33 docs: Clean up and modernize the markdown used across GCM docs.
Include a .vscode/spellright dictionary for easier maintenance of documentation (specifcally related to spelling).

Apply the following rules:
 * One sentence per line (markdown ignores single EOL) for easier change reviews.
 * Use headers (aka # text) consistently and correctly.
 * Use code (aka `text`) markup consistently and correctly.
 * Use single- and double-quotes consistently and correctly.
 * Use emphasis consistently and correctly.
 * Correct a lot if spelling mistakes.
 * Link text where is makes sense to do so.
 * Avoid "naked" URL text.
2018-02-15 17:37:52 -05:00
Darío Hereñú 5f479be8ed
Typos
Plus minor fixes (proposals).
2018-01-27 00:35:55 -03:00
J Wyman ∞ ad2b899d12 Update FAQ with VSTS migration Q/A.
Add "Why is git.exe failing to authenticate after linking/unlinking your Visual Studio Team Services account from Azure Active Directory?" question and answer to FAQ.

Contributed by Justin Marks (justin.marks@microsoft.com).
2018-01-09 14:28:55 -05:00
Jamy Mahabier dcc63a5225 Add FAQ item about using HTTP(S) instead of SSH 2017-10-14 21:52:26 +02:00
J Wyman 216a59fb27 Updating documentation. 2017-08-01 12:17:10 -04:00
Stephen Price ab11bc4739 Corrected link to usage 2017-05-09 12:32:20 +08:00
J Wyman 2a4fbcb3fd Update README and Bitbucket docs.
Add Bitbucket items to the root README document.

Minor corrections to Bitbucket documentation.
2017-04-25 11:25:43 -04:00
Mike Minns 90b8aedf1f Implement explicit support for authentication of repositories hosted at "bitbucket.org". It provides a Bitbucket branded UI with support for Basic Authentication credentials and those users who have activated 2FA on their account to continue to use HTTPS Git URLs.
2FA support is provided via Bitbucket's OAuth implementation, users are able to run the OAuth authorization process and the GCM can retrieve and store OAuth tokens and return them to Git in a format acceptable to Bitbucket.

Bitbucket authentication support is implemented as a peer of the existing Microsoft VSTS and GitHub implementations, in the Bitbucket.Authentication project. The implementation, as far as possible, mirrors that of the GitHub support. In an attempt to lay the ground work of support for other hosts in the future some shared GUI concepts have been pulled out into the GUI-Shared shared code project. However only the new Bitbucket implementation makes use of them, the GitHub implementation has NOT been refactored to use these shared components at this time.

Further information can be found in the BITBUCKET_README.md file within the repository.
2017-04-13 08:02:49 +01:00
Forest Willard b94261b314 Non-interactive login through AAD would sometimes fail due to short internal
timeouts on redirects while accelerating login from AD to ADFS. ADAL.net folks
assure us that using AcquireTokenAsync(string, string, UserCredential) will never
produce a prompt, and by supplying a default constructor UserCredential, will
attempt to use the currently logged-in user for auto-acceleration.
2017-02-15 14:43:27 -08:00
Sergei Ryabkov a5af44a1af Fix the name of the executable in the example 2017-02-14 13:54:12 -05:00
XhmikosR 75ba213096 Require Inno Setup 5.5.9. 2017-01-17 08:18:15 +02:00
XhmikosR 7690711e8c Tweak docs.
* fix a couple of links
* use a relative link to LICENSE.txt
* simplify a `mailto` link
* escape characters in headers; pandoc's auto-id generation had issues with this
2017-01-04 21:58:42 +02:00
XhmikosR 4b746fcf8c Markdown tweaks and typo fixes. 2017-01-04 18:07:32 +02:00
XhmikosR 78aee1880e Rename LICENSE.TXT to LICENSE.txt. 2016-12-26 11:00:51 +02:00
Forest Willard d2856803f4 Fix documentation and actually run tests 2016-12-21 16:13:41 -08:00
Forest Willard 2519754eba Oops, didn't save a doc 2016-12-21 12:08:45 -08:00
Forest Willard fe528f8772 Apply PR feedback and add unit test 2016-12-21 11:52:15 -08:00
Kevin David 8554d958e9 Fix link to Configuration in Automation 2016-12-07 10:38:20 -05:00
J Wyman 4ea5cb401e Update docs with NTLM support. 2016-10-26 12:50:12 -04:00
Sergei Ryabkov 6e9d429cde Update Configuration.md
Fix a typo
2016-10-18 17:13:56 -04:00
Chaim Eliyah c978b946df Update Faq.md
Just spelling it out for users perhaps less experienced with the "fabrikam" nomenclature.
2016-09-29 14:08:04 -07:00
J Wyman 1e857b6e01 Updated doc content.
Content updates have been deliverd by the 'content Gods', here they are.
2016-09-22 13:07:36 -04:00
J Wyman 92344c8416 Added 'Docs/' folder for documentation.
Refactored 'README.md' to link to content in 'Docs/' as appropriate.
2016-09-22 12:41:54 -04:00