John Briggs
8c88681117
Merge branch 'master' into patch-4
2019-03-11 09:27:25 -04:00
John Briggs
0d9a0dd5f0
Merge pull request #831 from kant/patch-5
...
Typo fixed on string #119
2019-03-11 09:27:00 -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
jeschu1
183792bba6
Merge pull request #826 from Microsoft/jeschu1-patch-1
...
Issue Template for Auth Issues
2019-01-28 11:20:13 -05:00
jeschu1
22a404bf11
Clarify questions for users
2019-01-25 09:52:12 -05:00
Matthew John Cheetham
5ab31e0f8a
Merge pull request #828 from Microsoft/users/mjcheetham/adal-workaround
...
Workaround ADAL 3.x bug by catching all exceptions
2019-01-25 14:38:40 +00:00
Matthew John Cheetham
48462d82d7
Workaround ADAL 3.x bug by catching all exceptions
...
Due to a bug in ADAL 3.x an `HttpRequestException` can leak instead of
being a `AdalException`.
https://github.com/AzureAD/azure-activedirectory-library-for-dotnet/issues/1285
ADAL 3.x is not going to patched for this as ADAL 4.x and MSAL do not
have this problem. We can revisit this if we upgrade ADAL->4 or ->MSAL.
2019-01-25 14:11:48 +00:00
jeschu1
e26c0decc1
Update git-failure-due-to-authentication.md
2019-01-24 15:09:06 -05:00
jeschu1
a7979140e1
Issue Template for Auth Issues
2019-01-24 14:57:31 -05:00
jeschu1
2117f51374
Merge pull request #820 from jeschu1/aadinmsa
...
Support AAD on MSA accounts
2019-01-22 09:38:28 -05:00
Matthew John Cheetham
83e7d0d042
Merge branch 'master' into aadinmsa
2019-01-08 11:37:23 +00:00
jeschu1
2241f78163
Merge pull request #815 from tombelljlt/Issue-741-urldecodeproxypass
...
URL Decode proxy usernames and passwords.
2019-01-07 10:29:18 -05:00
Jessica Schumaker
03861a9e2e
Support AAD on MSA accounts
2019-01-07 10:27:36 -05:00
Tom Bell
91637590ea
URL Decode proxy usernames and passwords.
2018-12-10 17:38:19 +00:00
jeschu1
fc3bebd379
Merge pull request #809 from aryoda/master
...
Fixed #808 (dead link to environment variables doc)
2018-11-14 16:09:43 +00:00
Jürgen Altfeld
31395fec41
Fixed #808 (dead link to environment variables doc)
2018-11-09 19:46:57 +01:00
jeschu1
d608d210be
Merge pull request #800 from mminns/mminns/Issue-799
...
Issue-799 De-dupe Environment Variables when loading.
2018-10-29 13:46:24 +00:00
jeschu1
d8b3b320c2
Merge pull request #794 from jeschu1/delete2
...
Update Delete Handling
2018-10-26 18:45:02 +00:00
Mike Minns
a612737f5e
Issue-799 Refactor Settings.GetEnvironmentVariables() to allow for the de-duplication of Environment Variables, e.g. differeing cased keys, with associated test
2018-10-26 15:00:35 +01:00
jeschu1
2669cd0bb5
Merge pull request #795 from jeschu1/removeunneededcall
...
devops: Remove HEAD request when not required #790
2018-10-25 18:57:24 +00:00
jeschu1
f16fe05da9
Merge pull request #796 from thecityofguanyu/docsupdate
...
Very important update to documentation
2018-10-22 14:10:14 +00:00
thecityofguanyu
c9373d10db
Very important update to documentation
2018-10-17 20:07:24 -05:00
jeschu1
731bd6dd38
Merge branch 'master' into removeunneededcall
2018-10-17 18:13:57 +00:00
jeschu1
e590603d2d
Merge pull request #781 from jeschu1/nullref2
...
devops: don't null ref when ContentType is null
2018-10-17 18:11:53 +00:00
jeschu1
46b977ad07
Merge pull request #784 from jeschu1/nullcheck
...
devops: fix null reference if no parameter exists
2018-10-17 18:11:35 +00:00
jeschu1
e04c81a883
Merge pull request #785 from jeschu1/v19.1
...
version: update assembly versions 1.19
2018-10-17 18:11:12 +00:00
Jessica Schumaker
7fd197a7f8
Always delete credentials when asked to do so
...
- removes clause that only deletes credentials that fail ValidateCredentials
2018-10-17 13:19:55 -04:00
Jessica Schumaker
94025d2ae8
Fix tenantUrl lookup in cache
2018-10-17 13:19:39 -04:00
Jessica Schumaker
4fb5496d8d
Fix infinite recursive DeleteCredentials call
2018-10-17 13:19:32 -04:00
Jessica Schumaker
0aa02d6ab4
Mark delete as depricated
2018-10-17 13:19:19 -04:00
Jessica Schumaker
0f98aa93ae
devops: Update logging to better reflect urls used
2018-10-12 13:10:05 -04:00
Jessica Schumaker
d5a7989c57
devops: Perform HEAD call solely on Devops/VSTS accounts
2018-10-12 11:39:21 -04:00
Jessica Schumaker
015dad1379
version: update assembly versions 1.19
2018-10-09 16:30:58 -04:00
Jessica Schumaker
81fd82d491
devops: don't null ref when ContentType is null
2018-10-09 12:19:01 -04:00
Jessica Schumaker
0dfe66665a
devops: fix null reference if no parameter exists
2018-10-08 15:40:40 -04:00
jeschu1
2c42ca6421
Merge pull request #767 from jeschu1/pathpriority
...
Give path priority when supplied
2018-09-27 15:43:04 -04:00
Jessica Schumaker
5f712b59c9
devops: Give path priority when supplied
...
If the user supplies the path, give it priority for setting for setting `TargetUri.ActualUri`. Needed for DevOps urls which require host/path[0] to authenticate
2018-09-26 09:35:50 -04:00
jeschu1
b76af7ecd7
Merge pull request #763 from jeschu1/timeout2
...
cli: add GCM_HTTP_TIMEOUT and httpTimeout support
2018-09-21 14:58:26 -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
jeschu1
afedbe1e6d
Merge pull request #754 from jeschu1/update-requesturi
...
devops: update requestUri for easier debugging
2018-09-19 15:17:12 -04:00
Jessica Schumaker
dd46e95cce
devops: update requestUri for easier debugging
...
- Use the reformated url for the head request to get the tenant. This doesn't fix a runtime problem (we should have the correct url already from parsing the command line), but allows easier debugging based on parameters passed in.
2018-09-18 09:13:34 -04:00
J Wyman
430bc00458
Merge pull request #753 from jeschu1/rebrand-fixes
...
Rebranding fixes
2018-09-17 22:31:33 -04:00
Jessica Schumaker
ab5039839a
Rebranding fixes
...
Fixes a missed dll rename to allow the installer to compile and a missed comment.
2018-09-17 15:22:31 -04:00
J Wyman
2a30525458
Merge pull request #748 from whoisj/azure-devops
...
Welcome Azure DevOps (rebranding)
2018-09-12 23:06:34 -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
7d49e3bbfa
Merge pull request #740 from whoisj/fix-flaky-tests
...
alm: fix flaky tests
2018-09-07 10:00:19 -04:00
J Wyman
7c7eab48be
Merge pull request #746 from mminns/issue-742
...
issue-742 Grab keyboard focus when the Bitbucket dialog opens.
2018-09-06 09:37:27 -04:00
Mike Minns
a2e79d0a0c
issue-742 Grab keyboard focus when the Bitbucket dialog opens. Try to ensure the dialogs are not missed by users by attempting to place them topmost.
2018-09-04 20:29:16 +01:00
J Wyman ∞
686090f802
alm: fix flaky tests
...
Make tests async instead of relying on `Task.Run`.
2018-08-16 16:27:32 -04:00