Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/integration #1

Merged
merged 24 commits into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
55ad4fd
feat(Disqus): integration
bkapustik Mar 25, 2024
d72047b
feat(Disqus): directory files
bkapustik Mar 25, 2024
f7432fb
feat(DancingGoat): Disqus example
bkapustik Mar 25, 2024
40530ce
feat(docs): Readme creation
bkapustik Mar 25, 2024
b90b5e1
feat(docs): Example image
bkapustik Mar 25, 2024
943a826
feat(Disqus): packages update
bkapustik Mar 25, 2024
7be31de
feat(Tests): Test project added
bkapustik Mar 25, 2024
4f17c88
fix(Disqus): AzureSign restored
bkapustik Mar 25, 2024
aca9833
fix(Disuqs): test folder name
bkapustik Mar 26, 2024
094fe9b
fix(Disqus): test folder
bkapustik Mar 26, 2024
80a602c
fix(test)
bkapustik Mar 26, 2024
6f63deb
fix(Solution): correct indentation in csproj files
bkapustik Mar 27, 2024
105fa59
fix(Disqus): replace "" with string.Empty
bkapustik Mar 27, 2024
390116a
fix(Disqus): using statements grouping
bkapustik Mar 27, 2024
8abb7d1
fix(Disqus): correct admin ui label naming
bkapustik Mar 27, 2024
07017d7
feat(Disqus): add resource file
bkapustik Mar 27, 2024
f946005
feat(Disqus): relocate widget files
bkapustik Mar 27, 2024
a920771
feat(Disqus): Localization
bkapustik Mar 27, 2024
c580a4f
Register resources correctly
Apr 10, 2024
184c37b
feat(Disqus): localization texts
bkapustik Apr 10, 2024
1354380
feat(disqus): make widget non interactive in admin interface because …
bkapustik Apr 18, 2024
771a51e
fix(DancingGoat): remove license
bkapustik Apr 22, 2024
276a8cf
fix(Disqus): script issues
bkapustik Apr 22, 2024
4da718a
feat(Disqus): add comments for new props
bkapustik Apr 22, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Severity levels of analyzers https://docs.microsoft.com/en-us/visualstudio/code-quality/roslyn-analyzers-overview?view=vs-2019#severity-levels-of-analyzers
# Severity levels of analyzers https://docs.microsoft.com/en-us/visualstudio/code-quality/roslyn-analyzers-overview?view=vs-2019#severity-levels-of-analyzers

root = true

Expand Down Expand Up @@ -338,4 +338,4 @@ dotnet_naming_symbols.member_symbol.applicable_kinds = meth
dotnet_naming_style.member_style.capitalization = pascal_case
dotnet_naming_rule.members_are_pascal_case.severity = error
dotnet_naming_rule.members_are_pascal_case.symbols = member_symbol
dotnet_naming_rule.members_are_pascal_case.style = member_style
dotnet_naming_rule.members_are_pascal_case.style = member_style
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ segments_2i
**/CMSModules/WebFarm/*

# Files Generated by this integration
**/App_Data/RepoTemplate/*
**/App_Data/Disqus/*
4 changes: 1 addition & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<Copyright>Copyright © $(Company) $([System.DateTime]::Now.Year)</Copyright>
<Trademark>$(Company)™</Trademark>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>prerelease-1</VersionSuffix>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<PackageProjectUrl>https://github.com/Kentico/REPOSITORY_NAME</PackageProjectUrl>
Expand All @@ -23,14 +22,13 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<WarningsAsErrors>nullable</WarningsAsErrors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<CopyDocumentationFilesFromPackages>true</CopyDocumentationFilesFromPackages>
<CopyDebugSymbolFilesFromPackages>true</CopyDebugSymbolFilesFromPackages>
<NoWarn>$(NoWarn);1591</NoWarn>
<RootNamespace>Kentico.Xperience.RepoTemplate</RootNamespace>
<RootNamespace>Kentico.Xperience.Disqus</RootNamespace>

<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
<TimestampServerUrl>http://timestamp.digicert.com</TimestampServerUrl>
Expand Down
16 changes: 10 additions & 6 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Kentico.Xperience.Admin" Version="28.1.0" />
<PackageVersion Include="Kentico.Xperience.WebApp" Version="28.1.0" />
<PackageVersion Include="kentico.xperience.azurestorage" Version="28.1.0" />
<PackageVersion Include="kentico.xperience.imageprocessing" Version="28.1.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.6.0.74858" />
<PackageVersion Include="Kentico.Xperience.Admin" Version="28.4.1" />
<PackageVersion Include="Kentico.Xperience.WebApp" Version="28.4.1" />
<PackageVersion Include="kentico.xperience.azurestorage" Version="28.4.1" />
<PackageVersion Include="kentico.xperience.imageprocessing" Version="28.4.1" />
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.22.0.87781" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageVersion Include="NUnit" Version="4.1.0" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageVersion Include="NUnit.Analyzers" Version="4.0.1" />
<PackageVersion Include="coverlet.collector" Version="6.0.2"/>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Directory.build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<AssemblyToSign Include="$(XmlSerializersTargetPath)" Condition="Exists('$(XmlSerializersTargetPath)')" />
</ItemGroup>

<Exec Command="dotnet AzureSignTool sign --azure-key-vault-url $(AuthenticodeKeyVaultUrl) --azure-key-vault-tenant-id $(AuthenticodeTenantId) --azure-key-vault-client-id $(AuthenticodeClientId) --azure-key-vault-client-secret $(AuthenticodeClientSecret) --azure-key-vault-certificate $(AuthenticodeCertificateName) --timestamp-rfc3161 $(TimestampServerUrl) --skip-signed %(AssemblyToSign.Identity)" />
<Exec Command="dotnet AzureSignTool sign --azure-key-vault-url $(AuthenticodeKeyVaultUrl) --azure-key-vault-tenant-id $(AuthenticodeTenantId) --azure-key-vault-client-id $(AuthenticodeClientId) --azure-key-vault-client-secret $(AuthenticodeClientSecret) --azure-key-vault-certificate $(AuthenticodeCertificateName) --timestamp-rfc3161 $(TimestampServerUrl) --skip-signed %(AssemblyToSign.Identity)" />
</Target>
</Project>
72 changes: 72 additions & 0 deletions Kentico.Xperience.Disqus.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{E7E887D6-78EE-40B3-804E-B032BB3F11C7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{60042F65-2625-4303-AF82-FD0CC5EECA4B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{B693F090-1547-4E93-9E69-29F4BFF47648}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.build.targets = Directory.build.targets
Directory.Packages.props = Directory.Packages.props
global.json = global.json
nuget.config = nuget.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EA5BB24A-F708-4D37-B8CF-E995A2165B7F}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.markdownlint.json = .markdownlint.json
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{C6E55307-1D2D-4B9B-BB98-2B8190BE52D5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{59D577E6-9070-4EBF-B5F7-E5868967070F}"
ProjectSection(SolutionItems) = preProject
docs\Contributing-Setup.md = docs\Contributing-Setup.md
docs\Usage-Guide.md = docs\Usage-Guide.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kentico.Xperience.Disqus", "src\Kentico.Xperience.Disqus\Kentico.Xperience.Disqus.csproj", "{B89A0101-8935-4157-B08A-E4DE50224B6B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DancingGoat", "examples\DancingGoat\DancingGoat.csproj", "{20A2C1AD-54B9-4876-8AB1-286BF9BF789F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kentico.Xperience.Disqus.Tests", "tests\Kentico.Xperience.Disqus.Tests\Kentico.Xperience.Disqus.Tests.csproj", "{5F2170BD-308D-43E2-9F00-49B4DD071053}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B89A0101-8935-4157-B08A-E4DE50224B6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B89A0101-8935-4157-B08A-E4DE50224B6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B89A0101-8935-4157-B08A-E4DE50224B6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B89A0101-8935-4157-B08A-E4DE50224B6B}.Release|Any CPU.Build.0 = Release|Any CPU
{20A2C1AD-54B9-4876-8AB1-286BF9BF789F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20A2C1AD-54B9-4876-8AB1-286BF9BF789F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20A2C1AD-54B9-4876-8AB1-286BF9BF789F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20A2C1AD-54B9-4876-8AB1-286BF9BF789F}.Release|Any CPU.Build.0 = Release|Any CPU
{5F2170BD-308D-43E2-9F00-49B4DD071053}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F2170BD-308D-43E2-9F00-49B4DD071053}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F2170BD-308D-43E2-9F00-49B4DD071053}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F2170BD-308D-43E2-9F00-49B4DD071053}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B89A0101-8935-4157-B08A-E4DE50224B6B} = {60042F65-2625-4303-AF82-FD0CC5EECA4B}
{20A2C1AD-54B9-4876-8AB1-286BF9BF789F} = {E7E887D6-78EE-40B3-804E-B032BB3F11C7}
{5F2170BD-308D-43E2-9F00-49B4DD071053} = {C6E55307-1D2D-4B9B-BB98-2B8190BE52D5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1B2A20BC-F57B-4AAE-B1C2-E4DC52EFCAC5}
EndGlobalSection
EndGlobal
19 changes: 0 additions & 19 deletions Kentico.Xperience.RepoTemplate.sln

This file was deleted.

Loading
Loading