From 2777320521a0f8d6084dc468d1e3ad6fbe8e1061 Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Wed, 30 Aug 2017 16:29:56 -0400 Subject: [PATCH 01/20] First try --- .../pendingcheckin/events/AffectedTeamProjectsChangedEvent.java | 1 + 1 file changed, 1 insertion(+) diff --git a/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java b/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java index 4bd327ad..b61854b8 100644 --- a/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java +++ b/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java @@ -1,6 +1,7 @@ // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See License.txt in the repository root. + package com.microsoft.tfs.core.pendingcheckin.events; import com.microsoft.tfs.core.clients.CoreClientEvent; From 9c56ca5091c3a999a6ac6b18097cf9b46ecdfb14 Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Thu, 31 Aug 2017 10:05:23 -0400 Subject: [PATCH 02/20] Second try --- .../events/AffectedTeamProjectsChangedListener.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedListener.java b/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedListener.java index bbf7cffc..c8671b30 100644 --- a/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedListener.java +++ b/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedListener.java @@ -3,6 +3,9 @@ package com.microsoft.tfs.core.pendingcheckin.events; + + + import java.util.EventListener; import com.microsoft.tfs.core.pendingcheckin.PendingCheckinPendingChanges; From c696f20c777a1beeec7750c77a6d1ca94c0dbc33 Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Thu, 31 Aug 2017 11:45:19 -0400 Subject: [PATCH 03/20] Third try --- .../pendingcheckin/events/AffectedTeamProjectsChangedEvent.java | 1 + 1 file changed, 1 insertion(+) diff --git a/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java b/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java index b61854b8..5a47b190 100644 --- a/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java +++ b/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java @@ -2,6 +2,7 @@ // Licensed under the MIT license. See License.txt in the repository root. + package com.microsoft.tfs.core.pendingcheckin.events; import com.microsoft.tfs.core.clients.CoreClientEvent; From 912e68ea5158063ac7f198b3b05dab94e2e6b1a2 Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Thu, 31 Aug 2017 16:12:36 -0400 Subject: [PATCH 04/20] 4th try --- .../pendingcheckin/events/AffectedTeamProjectsChangedEvent.java | 1 - 1 file changed, 1 deletion(-) diff --git a/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java b/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java index 5a47b190..b61854b8 100644 --- a/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java +++ b/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java @@ -2,7 +2,6 @@ // Licensed under the MIT license. See License.txt in the repository root. - package com.microsoft.tfs.core.pendingcheckin.events; import com.microsoft.tfs.core.clients.CoreClientEvent; From ff8885d5302814ec6e131c41cbc5c355730e72f2 Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Thu, 31 Aug 2017 18:15:20 -0400 Subject: [PATCH 05/20] 5th try --- .../pendingcheckin/events/AffectedTeamProjectsChangedEvent.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java b/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java index b61854b8..eaede9af 100644 --- a/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java +++ b/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java @@ -2,6 +2,8 @@ // Licensed under the MIT license. See License.txt in the repository root. + + package com.microsoft.tfs.core.pendingcheckin.events; import com.microsoft.tfs.core.clients.CoreClientEvent; From 5765d9f257481d4b47bcfec33ad86b1077276e20 Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Wed, 13 Sep 2017 11:25:01 -0400 Subject: [PATCH 06/20] gasgasg --- .../pendingcheckin/events/AffectedTeamProjectsChangedEvent.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java b/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java index 4bd327ad..fd3a681a 100644 --- a/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java +++ b/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java @@ -3,6 +3,8 @@ package com.microsoft.tfs.core.pendingcheckin.events; + + import com.microsoft.tfs.core.clients.CoreClientEvent; import com.microsoft.tfs.core.clients.versioncontrol.events.EventSource; import com.microsoft.tfs.core.pendingcheckin.PendingCheckinPendingChanges; From 9eaf699bdc01b761aae8be6a414eb482ff8cfcba Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Tue, 19 Sep 2017 15:06:23 -0400 Subject: [PATCH 07/20] asdgfa --- .../pendingcheckin/events/AffectedTeamProjectsChangedEvent.java | 1 - 1 file changed, 1 deletion(-) diff --git a/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java b/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java index fd3a681a..734e93dc 100644 --- a/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java +++ b/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java @@ -4,7 +4,6 @@ package com.microsoft.tfs.core.pendingcheckin.events; - import com.microsoft.tfs.core.clients.CoreClientEvent; import com.microsoft.tfs.core.clients.versioncontrol.events.EventSource; import com.microsoft.tfs.core.pendingcheckin.PendingCheckinPendingChanges; From cfdc161209e4acf9eb30c03276ba0312c35ae4fc Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Mon, 23 Oct 2017 11:14:30 -0400 Subject: [PATCH 08/20] asgwgqaerg --- LICENSE.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/LICENSE.txt b/LICENSE.txt index 0d200d2e..431b940c 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,6 @@ Team Explorer Everywhere Plug-in for Eclipse + Copyright (c) Microsoft Corporation All rights reserved. From 14f74fc80452b54a5739284f704f7122887511c1 Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Tue, 31 Oct 2017 16:05:50 -0400 Subject: [PATCH 09/20] avas svfasvasv --- LICENSE.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LICENSE.txt b/LICENSE.txt index 431b940c..12a7895d 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,9 @@ Team Explorer Everywhere Plug-in for Eclipse + + + Copyright (c) Microsoft Corporation All rights reserved. From 4a0e59a97571a12793b31d0deadb16e1ca83558a Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Tue, 31 Oct 2017 16:33:07 -0400 Subject: [PATCH 10/20] avas svfasdvasvasvavasvasv --- LICENSE.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LICENSE.txt b/LICENSE.txt index 12a7895d..0cf9a6d8 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -6,6 +6,9 @@ Team Explorer Everywhere Plug-in for Eclipse Copyright (c) Microsoft Corporation + + + All rights reserved. MIT License From 6b2fd79dbcc8a5cd61c0edf2d49a6e61554de83f Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Tue, 31 Oct 2017 16:54:22 -0400 Subject: [PATCH 11/20] avas svfasvasv --- Localization.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Localization.md b/Localization.md index adb68a10..6eef1ff6 100644 --- a/Localization.md +++ b/Localization.md @@ -1,5 +1,8 @@ We’re using an open localization platform to regularly integrate community feedback and contributions into our products. + + + ##Where are our translations? * Go to [www.transifex.com](https://www.transifex.com/), sign in if you have a **Transifex** account, sign up for an account if you don’t have one. From f8ee59ebadb3d2ac5bd9715bb697b9c907b446eb Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Thu, 9 Nov 2017 11:12:49 -0500 Subject: [PATCH 12/20] avas svfasvasv adsvfsfAS --- .../src/com/microsoft/tfs/client/clc/AcceptedOptionSet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/com.microsoft.tfs.client.clc/src/com/microsoft/tfs/client/clc/AcceptedOptionSet.java b/source/com.microsoft.tfs.client.clc/src/com/microsoft/tfs/client/clc/AcceptedOptionSet.java index 2e5737b5..d812aaaf 100644 --- a/source/com.microsoft.tfs.client.clc/src/com/microsoft/tfs/client/clc/AcceptedOptionSet.java +++ b/source/com.microsoft.tfs.client.clc/src/com/microsoft/tfs/client/clc/AcceptedOptionSet.java @@ -1,6 +1,6 @@ // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See License.txt in the repository root. - +// From 172edec0aade4ac96de1e56d46459cedff8229cf Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Fri, 10 Nov 2017 09:29:49 -0500 Subject: [PATCH 13/20] agagfdbdfb --- .../src/checkin-policy-instance.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/source/com.microsoft.tfs.checkinpolicies.build/src/checkin-policy-instance.properties b/source/com.microsoft.tfs.checkinpolicies.build/src/checkin-policy-instance.properties index d6b0dfab..9e9d13d2 100644 --- a/source/com.microsoft.tfs.checkinpolicies.build/src/checkin-policy-instance.properties +++ b/source/com.microsoft.tfs.checkinpolicies.build/src/checkin-policy-instance.properties @@ -7,6 +7,7 @@ # archives may contain both plug-ins for these graphical envrionments # and a properties file if the policy runs in both the graphical # and command-line clients. +######################################################### # Defines the policy ID implemented by a class in this archive. id=com.teamprise.checkinpolicies.build.BuildPolicy-1 From 910687659f4ca9e8f34456e8dbaee8fb69a00334 Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Tue, 3 Apr 2018 18:10:01 -0400 Subject: [PATCH 14/20] Add microsoft.yml --- .vsts/microsoft.yml | 47 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .vsts/microsoft.yml diff --git a/.vsts/microsoft.yml b/.vsts/microsoft.yml new file mode 100644 index 00000000..88511e2e --- /dev/null +++ b/.vsts/microsoft.yml @@ -0,0 +1,47 @@ +resources: +- repo: self + +queue: + name: Hosted VS2017 + +variables: + dockerRegistryConnectionEndpoint: '69a1a8df-4cb8-46ce-9e6e-e8197ff93ded' # VSTS service connection endpoint "Docker Registry" + dockerHostEndpoint: '3f5ecfa0-cdda-4405-aad7-e3e5cc508d2a' # VSTS service connection endpoint "Docker Host" + imageName: '$(Build.Repository.Name):$(Build.BuildId)' + +steps: +- task: Docker@0 + inputs: + containerregistrytype: 'Container Registry' + dockerRegistryConnection: '$(dockerRegistryConnectionEndpoint)' + action: 'Build an image' + dockerFile: '**/Dockerfile' + buildArguments: | +# arg1=val1 +# arg2=val2 + defaultContext: true + imageName: '$(imageName)' + qualifyImageName: true + additionalImageTags: | + # Tag1 + # Tag2 + includeSourceTags: false + includeLatestTag: false + dockerHostEndpoint: '$(dockerHostEndpoint)' + enforceDockerNamingConvention: true + memory: 512MB + +- task: Docker@0 + inputs: + containerregistrytype: 'Container Registry' + dockerRegistryConnection: '$(dockerRegistryConnectionEndpoint)' + action: 'Push an image' + imageName: '$(imageName)' + includeSourceTags: false + includeLatestTag: false + imageDigestFile: 'repository_digest' + dockerHostEndpoint: '$(dockerHostEndpoint)' + + + + From f199fa001a0c0fc28eb98bfe9f65bceb514e0e52 Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Fri, 18 May 2018 14:44:53 -0400 Subject: [PATCH 15/20] dsasasv asvasdfbdbsddsb --- LICENSE.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index 0cf9a6d8..af4f3667 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,7 @@ Team Explorer Everywhere Plug-in for Eclipse - +dsasga +asasads From 5cb8cf8b6a4031904bf2295cc4c5a3f5a7385626 Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Fri, 18 May 2018 14:58:20 -0400 Subject: [PATCH 16/20] dsasasv asvasdfbdbsddsb --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index af4f3667..83304dce 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,7 +1,7 @@ Team Explorer Everywhere Plug-in for Eclipse dsasga -asasads +asasads bsdb erhwehw From bd9d7af11cf7f0e515cf671d96481df6deecb372 Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Fri, 18 May 2018 14:58:38 -0400 Subject: [PATCH 17/20] dsasasv asvasdfbdbsd --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index 83304dce..be0e7b50 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -2,7 +2,7 @@ Team Explorer Everywhere Plug-in for Eclipse dsasga asasads bsdb erhwehw - +dbasdbas gqwgq Copyright (c) Microsoft Corporation From 87eb515c1068b2930b115ed89343c429ccde2298 Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Fri, 18 May 2018 15:00:29 -0400 Subject: [PATCH 18/20] dsasasv asvasdfbdbsd --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index be0e7b50..abcb9619 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -2,7 +2,7 @@ Team Explorer Everywhere Plug-in for Eclipse dsasga asasads bsdb erhwehw -dbasdbas gqwgq +dbasdbas g Copyright (c) Microsoft Corporation From 81489c4dc483ca698f65160bb103b5c965635945 Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Fri, 18 May 2018 15:00:40 -0400 Subject: [PATCH 19/20] dsasasv asvasdfbdbsd --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index abcb9619..f436f4d4 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -2,7 +2,7 @@ Team Explorer Everywhere Plug-in for Eclipse dsasga asasads bsdb erhwehw -dbasdbas g +dbasdb Copyright (c) Microsoft Corporation From a4bbfdb7905bb8b712c0db3517a82015ba8952df Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Thu, 24 May 2018 14:16:48 -0400 Subject: [PATCH 20/20] dsvasd --- jgit-patches/0001-Add-NTLM-authentication-scheme.patch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jgit-patches/0001-Add-NTLM-authentication-scheme.patch b/jgit-patches/0001-Add-NTLM-authentication-scheme.patch index 5d156d1b..81c65719 100644 --- a/jgit-patches/0001-Add-NTLM-authentication-scheme.patch +++ b/jgit-patches/0001-Add-NTLM-authentication-scheme.patch @@ -1,3 +1,5 @@ +dbabdfs + From 792b253ad595a150249b8cce98ebd67715865e49 Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Wed, 6 Jan 2016 11:08:12 -0500