Skip to content

Commit 18c093b

Browse files
authored
Merge pull request #260 from umbraco/v16/algolia
V16/algolia
2 parents 25c647b + 02233d2 commit 18c093b

File tree

96 files changed

+4444
-4104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+4444
-4104
lines changed

.gitignore

Lines changed: 209 additions & 70 deletions
Large diffs are not rendered by default.

src/Umbraco.Cms.Integrations.sln renamed to Umbraco.Cms.Integrations.sln

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,55 +5,55 @@ VisualStudioVersion = 17.2.32616.157
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2801CB6C-78DE-4129-B5C6-D349F47F9B5C}"
77
ProjectSection(SolutionItems) = preProject
8-
..\azure-pipeline - Crm.ActiveCampaign.yml = ..\azure-pipeline - Crm.ActiveCampaign.yml
9-
..\azure-pipeline - Crm.Dynamics.yml = ..\azure-pipeline - Crm.Dynamics.yml
10-
..\azure-pipeline - Crm.Hubspot.yml = ..\azure-pipeline - Crm.Hubspot.yml
11-
..\azure-pipeline - Search.Algolia.yml = ..\azure-pipeline - Search.Algolia.yml
12-
..\azure-pipeline - SEO.SemrushTools.yml = ..\azure-pipeline - SEO.SemrushTools.yml
13-
..\azure-pipelines - Automation.Zapier.yml = ..\azure-pipelines - Automation.Zapier.yml
14-
..\azure-pipelines - Commerce.Shopify.yml = ..\azure-pipelines - Commerce.Shopify.yml
15-
..\README.md = ..\README.md
8+
azure-pipeline - Crm.ActiveCampaign.yml = azure-pipeline - Crm.ActiveCampaign.yml
9+
azure-pipeline - Crm.Dynamics.yml = azure-pipeline - Crm.Dynamics.yml
10+
azure-pipeline - Crm.Hubspot.yml = azure-pipeline - Crm.Hubspot.yml
11+
azure-pipeline - Search.Algolia.yml = azure-pipeline - Search.Algolia.yml
12+
azure-pipeline - SEO.SemrushTools.yml = azure-pipeline - SEO.SemrushTools.yml
13+
azure-pipelines - Automation.Zapier.yml = azure-pipelines - Automation.Zapier.yml
14+
azure-pipelines - Commerce.Shopify.yml = azure-pipelines - Commerce.Shopify.yml
15+
README.md = README.md
1616
EndProjectSection
1717
EndProject
1818
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Search", "Search", "{F56605AE-2258-4F61-B454-4247334DFC26}"
1919
EndProject
2020
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Algolia", "Algolia", "{F2CAA1F7-9BED-4EB6-8875-D176B92D393A}"
2121
EndProject
22-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbraco.Cms.Integrations.Search.Algolia", "Umbraco.Cms.Integrations.Search.Algolia\Umbraco.Cms.Integrations.Search.Algolia.csproj", "{434608E7-143B-4761-A7E9-328DF0CFAB89}"
22+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbraco.Cms.Integrations.Search.Algolia", "src\Umbraco.Cms.Integrations.Search.Algolia\Umbraco.Cms.Integrations.Search.Algolia.csproj", "{434608E7-143B-4761-A7E9-328DF0CFAB89}"
2323
EndProject
2424
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Automation", "Automation", "{6A1E1D13-8EDE-4016-9355-4C59807701DE}"
2525
EndProject
2626
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Zapier", "Zapier", "{6AA47D4A-5876-4E66-982B-BA67AF6C5DF9}"
2727
EndProject
28-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbraco.Cms.Integrations.Automation.Zapier", "Umbraco.Cms.Integrations.Automation.Zapier\Umbraco.Cms.Integrations.Automation.Zapier.csproj", "{5EED84C5-432F-49F2-A119-3FE6D3E6BBDF}"
28+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbraco.Cms.Integrations.Automation.Zapier", "src\Umbraco.Cms.Integrations.Automation.Zapier\Umbraco.Cms.Integrations.Automation.Zapier.csproj", "{5EED84C5-432F-49F2-A119-3FE6D3E6BBDF}"
2929
EndProject
3030
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Crm", "Crm", "{8736740E-72E9-4249-803C-7254D5F08BD4}"
3131
EndProject
3232
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HubSpot", "HubSpot", "{9D18B109-4E18-4EEC-B5BE-DAA27CADEAC0}"
3333
EndProject
34-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbraco.Cms.Integrations.Crm.Hubspot", "Umbraco.Cms.Integrations.Crm.Hubspot\Umbraco.Cms.Integrations.Crm.Hubspot.csproj", "{3ACC56EC-1A65-4A63-8DB4-428D8D2A6380}"
34+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbraco.Cms.Integrations.Crm.Hubspot", "src\Umbraco.Cms.Integrations.Crm.Hubspot\Umbraco.Cms.Integrations.Crm.Hubspot.csproj", "{3ACC56EC-1A65-4A63-8DB4-428D8D2A6380}"
3535
EndProject
3636
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Commerce", "Commerce", "{712BCE87-E004-479D-BB49-6BA287ED1B5D}"
3737
EndProject
3838
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shopify", "Shopify", "{D04EE8B1-1354-4B59-A224-646643A4E345}"
3939
EndProject
40-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbraco.Cms.Integrations.Commerce.Shopify", "Umbraco.Cms.Integrations.Commerce.Shopify\Umbraco.Cms.Integrations.Commerce.Shopify.csproj", "{1D1A9DC0-DB6B-4979-92B6-EAD1F992F1AB}"
40+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbraco.Cms.Integrations.Commerce.Shopify", "src\Umbraco.Cms.Integrations.Commerce.Shopify\Umbraco.Cms.Integrations.Commerce.Shopify.csproj", "{1D1A9DC0-DB6B-4979-92B6-EAD1F992F1AB}"
4141
EndProject
42-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbraco.Cms.Integrations.Crm.ActiveCampaign", "Umbraco.Cms.Integrations.Crm.ActiveCampaign\Umbraco.Cms.Integrations.Crm.ActiveCampaign.csproj", "{82B04954-4701-4518-B2A3-B8B4A37A416C}"
42+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbraco.Cms.Integrations.Crm.ActiveCampaign", "src\Umbraco.Cms.Integrations.Crm.ActiveCampaign\Umbraco.Cms.Integrations.Crm.ActiveCampaign.csproj", "{82B04954-4701-4518-B2A3-B8B4A37A416C}"
4343
EndProject
4444
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ActiveCampaign", "ActiveCampaign", "{2D127526-7EC2-4D3A-96D3-6F063403E493}"
4545
EndProject
4646
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dynamics", "Dynamics", "{BF22D815-616E-49D5-93EB-18FCE975D3BE}"
4747
EndProject
48-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbraco.Cms.Integrations.Crm.Dynamics", "Umbraco.Cms.Integrations.Crm.Dynamics\Umbraco.Cms.Integrations.Crm.Dynamics.csproj", "{02566D6E-91EB-47AD-9964-9A8FC1837F4B}"
48+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbraco.Cms.Integrations.Crm.Dynamics", "src\Umbraco.Cms.Integrations.Crm.Dynamics\Umbraco.Cms.Integrations.Crm.Dynamics.csproj", "{02566D6E-91EB-47AD-9964-9A8FC1837F4B}"
4949
EndProject
5050
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SEO", "SEO", "{50F83E07-6690-4EF2-AF4D-A1DE8C73E409}"
5151
EndProject
5252
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Semrush", "Semrush", "{C46C55B4-4AA8-47F1-BAFE-B06161A10E9A}"
5353
EndProject
54-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Umbraco.Cms.Integrations.SEO.Semrush", "Umbraco.Cms.Integrations.SEO.Semrush\Umbraco.Cms.Integrations.SEO.Semrush.csproj", "{07922A29-9776-4377-A500-2540E56AA3EB}"
54+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Umbraco.Cms.Integrations.SEO.Semrush", "src\Umbraco.Cms.Integrations.SEO.Semrush\Umbraco.Cms.Integrations.SEO.Semrush.csproj", "{07922A29-9776-4377-A500-2540E56AA3EB}"
5555
EndProject
56-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Umbraco.Cms.Integrations.Testsite.V16", "Umbraco.Cms.Integrations.Testsite.V16\Umbraco.Cms.Integrations.Testsite.V16.csproj", "{B7C9C7C5-E354-4080-A74D-AD8BC6C397DF}"
56+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Umbraco.Cms.Integrations.Testsite.V16", "examples\Umbraco.Cms.Integrations.Testsite.V16\Umbraco.Cms.Integrations.Testsite.V16.csproj", "{B7C9C7C5-E354-4080-A74D-AD8BC6C397DF}"
5757
EndProject
5858
Global
5959
GlobalSection(SolutionConfigurationPlatforms) = preSolution

azure-pipeline - Crm.ActiveCampaign.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
trigger:
2-
- main-v16
2+
branches:
3+
include:
4+
- main-v16
5+
- v16/dev
6+
paths:
7+
include:
8+
- src/Umbraco.Cms.Integrations.Crm.ActiveCampaign/**
9+
- azure-pipeline - Crm.ActiveCampaign.yml
310

411
pool:
512
vmImage: 'windows-latest'
@@ -22,6 +29,12 @@ steps:
2229
projects: '$(project)'
2330
includeNuGetOrg: true
2431

32+
- task: UseDotNet@2
33+
displayName: 'Use SDK version 9.0.203'
34+
inputs:
35+
packageType: 'sdk'
36+
version: '9.0.203'
37+
2538
- task: VSBuild@1
2639
displayName: 'Build Project'
2740
inputs:

azure-pipeline - Crm.Dynamics.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
trigger:
2-
- main-v16
2+
branches:
3+
include:
4+
- main-v16
5+
- v16/dev
6+
paths:
7+
include:
8+
- src/Umbraco.Cms.Integrations.Crm.Dynamics/**
9+
- azure-pipeline - Crm.Dynamics.yml
310

411
pool:
512
vmImage: 'windows-latest'
@@ -22,6 +29,12 @@ steps:
2229
projects: '$(project)'
2330
includeNuGetOrg: true
2431

32+
- task: UseDotNet@2
33+
displayName: 'Use SDK version 9.0.203'
34+
inputs:
35+
packageType: 'sdk'
36+
version: '9.0.203'
37+
2538
- task: VSBuild@1
2639
displayName: 'Build Project'
2740
inputs:

azure-pipeline - Crm.Hubspot.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
trigger:
2-
- main-v16
2+
branches:
3+
include:
4+
- main-v16
5+
- v16/dev
6+
paths:
7+
include:
8+
- src/Umbraco.Cms.Integrations.Crm.Hubspot/**
9+
- azure-pipeline - Crm.Hubspot.yml
310

411
pool:
512
vmImage: 'windows-latest'
@@ -22,6 +29,12 @@ steps:
2229
projects: '$(project)'
2330
includeNuGetOrg: true
2431

32+
- task: UseDotNet@2
33+
displayName: 'Use SDK version 9.0.203'
34+
inputs:
35+
packageType: 'sdk'
36+
version: '9.0.203'
37+
2538
- task: VSBuild@1
2639
displayName: 'Build Project'
2740
inputs:

azure-pipeline - SEO.SemrushTools.yml

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
trigger:
2-
- main-v16
2+
branches:
3+
include:
4+
- main-v16
5+
- v16/dev
6+
paths:
7+
include:
8+
- src/Umbraco.Cms.Integrations.SEO.Semrush/**
9+
- azure-pipeline - SEO.SemrushTools.yml
310

411
pool:
512
vmImage: 'windows-latest'
@@ -22,6 +29,12 @@ steps:
2229
projects: '$(project)'
2330
includeNuGetOrg: true
2431

32+
- task: UseDotNet@2
33+
displayName: 'Use SDK version 9.0.203'
34+
inputs:
35+
packageType: 'sdk'
36+
version: '9.0.203'
37+
2538
- task: VSBuild@1
2639
displayName: 'Build Project'
2740
inputs:
@@ -38,21 +51,6 @@ steps:
3851
packagesToPack: '$(project)'
3952
versioningScheme: 'off'
4053

41-
- task: UseDotNet@2
42-
displayName: 'Install .NET Core 3.x'
43-
inputs:
44-
packageType: 'sdk'
45-
version: '3.x'
46-
47-
- task: CmdLine@2
48-
displayName: 'Create Umbraco Package'
49-
inputs:
50-
script: |
51-
dotnet tool install --global Umbraco.Tools.Packages
52-
cd src/$(projectName)/
53-
umbpack pack .\package.xml -o $(Build.ArtifactStagingDirectory)
54-
cd ../../
55-
5654
- task: PublishBuildArtifacts@1
5755
displayName: 'Publish Build Artifacts'
5856
inputs:

azure-pipeline - Search.Algolia.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
trigger:
2-
- main-v16
2+
branches:
3+
include:
4+
- main-v16
5+
- v16/dev
6+
paths:
7+
include:
8+
- src/Umbraco.Cms.Integrations.Search.Algolia/**
9+
- azure-pipeline - Search.Algolia.yml
310

411
pool:
512
vmImage: 'windows-latest'
@@ -21,7 +28,11 @@ steps:
2128
feedsToUse: 'select'
2229
projects: '$(project)'
2330
includeNuGetOrg: true
24-
31+
- task: UseDotNet@2
32+
displayName: 'Use SDK version 9.0.203'
33+
inputs:
34+
packageType: 'sdk'
35+
version: '9.0.203'
2536
- task: VSBuild@1
2637
displayName: 'Build Project'
2738
inputs:

azure-pipelines - Automation.Zapier.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
trigger:
2-
- main-v16
2+
branches:
3+
include:
4+
- main-v16
5+
- v16/dev
6+
paths:
7+
include:
8+
- src/Umbraco.Cms.Integrations.Automation.Zapier/**
9+
- azure-pipeline - Automation.Zapier.yml
310

411
pool:
512
vmImage: 'windows-latest'
@@ -22,6 +29,12 @@ steps:
2229
projects: '$(project)'
2330
includeNuGetOrg: true
2431

32+
- task: UseDotNet@2
33+
displayName: 'Use SDK version 9.0.203'
34+
inputs:
35+
packageType: 'sdk'
36+
version: '9.0.203'
37+
2538
- task: VSBuild@1
2639
displayName: 'Build Project'
2740
inputs:

azure-pipelines - Commerce.Shopify.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
trigger:
2-
- main-v16
2+
branches:
3+
include:
4+
- main-v16
5+
- v16/dev
6+
paths:
7+
include:
8+
- src/Umbraco.Cms.Integrations.Commerce.Shopify/**
9+
- azure-pipeline - Commerce.Shopify.yml
310

411
pool:
512
vmImage: 'windows-latest'
@@ -22,6 +29,12 @@ steps:
2229
projects: '$(project)'
2330
includeNuGetOrg: true
2431

32+
- task: UseDotNet@2
33+
displayName: 'Use SDK version 9.0.203'
34+
inputs:
35+
packageType: 'sdk'
36+
version: '9.0.203'
37+
2538
- task: VSBuild@1
2639
displayName: 'Build Project'
2740
inputs:

0 commit comments

Comments
 (0)