From 596b8b36a73f389ad355c426607c59ba75955b24 Mon Sep 17 00:00:00 2001 From: vc-ci Date: Thu, 16 May 2024 13:27:51 +0000 Subject: [PATCH 1/3] 3.802.0 --- Directory.Build.props | 2 +- src/VirtoCommerce.TaxModule.Web/module.manifest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index a7bc210..a9837c4 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ - 3.801.0 + 3.802.0 $(VersionSuffix)-$(BuildNumber) diff --git a/src/VirtoCommerce.TaxModule.Web/module.manifest b/src/VirtoCommerce.TaxModule.Web/module.manifest index 8ef696e..f0c9691 100644 --- a/src/VirtoCommerce.TaxModule.Web/module.manifest +++ b/src/VirtoCommerce.TaxModule.Web/module.manifest @@ -1,7 +1,7 @@ VirtoCommerce.Tax - 3.801.0 + 3.802.0 3.825.0 From 88a92aa529064696513d502bd2a5ee378e8cd36b Mon Sep 17 00:00:00 2001 From: vc-ci Date: Fri, 30 Aug 2024 03:20:43 +0000 Subject: [PATCH 2/3] ci: Auto update Github Action workflows --- .github/workflows/module-ci.yml | 8 ++++---- .github/workflows/module-release-hotfix.yml | 10 +++++----- .github/workflows/publish-nugets.yml | 10 +++++----- .github/workflows/release.yml | 6 +++--- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/module-ci.yml b/.github/workflows/module-ci.yml index 1634061..d52007c 100644 --- a/.github/workflows/module-ci.yml +++ b/.github/workflows/module-ci.yml @@ -1,5 +1,5 @@ -# v3.800.6 -# https://virtocommerce.atlassian.net/browse/VCST-915 +# v3.800.9 +# https://virtocommerce.atlassian.net/browse/VCST-1260 name: Module CI on: @@ -241,7 +241,7 @@ jobs: if: ${{ ((github.ref == 'refs/heads/dev') && (github.event_name == 'push') && (needs.ci.outputs.run-e2e == 'true')) || (github.event_name == 'workflow_dispatch')}} needs: 'ci' - uses: VirtoCommerce/.github/.github/workflows/e2e.yml@v3.800.6 + uses: VirtoCommerce/.github/.github/workflows/e2e.yml@v3.800.9 with: katalonRepo: 'VirtoCommerce/vc-quality-gate-katalon' @@ -260,7 +260,7 @@ jobs: deploy-cloud: if: ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev') && github.event_name == 'push' }} needs: ci - uses: VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.800.6 + uses: VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.800.9 with: releaseSource: module moduleId: ${{ needs.ci.outputs.moduleId }} diff --git a/.github/workflows/module-release-hotfix.yml b/.github/workflows/module-release-hotfix.yml index 42ed2a1..75b3c0a 100644 --- a/.github/workflows/module-release-hotfix.yml +++ b/.github/workflows/module-release-hotfix.yml @@ -1,5 +1,5 @@ -# v3.800.6 -# https://virtocommerce.atlassian.net/browse/VCST-915 +# v3.800.9 +# https://virtocommerce.atlassian.net/browse/VCST-1260 name: Release hotfix on: @@ -13,12 +13,12 @@ on: jobs: test: - uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.6 + uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.9 secrets: sonarToken: ${{ secrets.SONAR_TOKEN }} build: - uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.6 + uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.9 with: uploadPackage: 'true' uploadDocker: 'false' @@ -46,7 +46,7 @@ jobs: publish-github-release: needs: [build, test, get-metadata] - uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.6 + uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.9 with: fullKey: ${{ needs.build.outputs.packageFullKey }} changeLog: '${{ needs.get-metadata.outputs.changeLog }}' diff --git a/.github/workflows/publish-nugets.yml b/.github/workflows/publish-nugets.yml index c683367..cf3023d 100644 --- a/.github/workflows/publish-nugets.yml +++ b/.github/workflows/publish-nugets.yml @@ -1,5 +1,5 @@ -# v3.800.6 -# https://virtocommerce.atlassian.net/browse/VCST-915 +# v3.800.9 +# https://virtocommerce.atlassian.net/browse/VCST-1260 name: Publish nuget on: @@ -13,12 +13,12 @@ on: jobs: test: - uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.6 + uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.9 secrets: sonarToken: ${{ secrets.SONAR_TOKEN }} build: - uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.6 + uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.9 with: uploadPackage: 'true' uploadDocker: 'false' @@ -29,7 +29,7 @@ jobs: publish-nuget: needs: [build, test] - uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.6 + uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.9 with: fullKey: ${{ needs.build.outputs.packageFullKey }} forceGithub: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee43ae2..2234fc3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,5 @@ -# v3.800.6 -# https://virtocommerce.atlassian.net/browse/VCST-915 +# v3.800.9 +# https://virtocommerce.atlassian.net/browse/VCST-1260 name: Release on: @@ -7,6 +7,6 @@ on: jobs: release: - uses: VirtoCommerce/.github/.github/workflows/release.yml@v3.800.6 + uses: VirtoCommerce/.github/.github/workflows/release.yml@v3.800.9 secrets: envPAT: ${{ secrets.REPO_TOKEN }} \ No newline at end of file From 2a28b00afa84d2648389d48d6871f34e85653363 Mon Sep 17 00:00:00 2001 From: artem-dudarev Date: Tue, 1 Oct 2024 14:01:29 +0200 Subject: [PATCH 3/3] feat: Update dependencies --- .editorconfig | 2 +- .github/CODEOWNERS | 8 ++++---- .../VirtoCommerce.TaxModule.Core.csproj | 4 ++-- .../VirtoCommerce.TaxModule.Data.MySql.csproj | 8 ++++++-- .../VirtoCommerce.TaxModule.Data.PostgreSql.csproj | 8 ++++++-- .../VirtoCommerce.TaxModule.Data.SqlServer.csproj | 8 ++++++-- .../VirtoCommerce.TaxModule.Data.csproj | 2 +- src/VirtoCommerce.TaxModule.Web/module.manifest | 8 ++++---- .../VirtoCommerce.TaxModule.Data.Tests.csproj | 6 +++--- 9 files changed, 33 insertions(+), 21 deletions(-) diff --git a/.editorconfig b/.editorconfig index 52a5b14..d467f1b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -102,7 +102,7 @@ csharp_preserve_single_line_statements = false csharp_preserve_single_line_blocks = true csharp_using_directive_placement = outside_namespace:silent csharp_prefer_simple_using_statement = true:suggestion -csharp_style_namespace_declarations = block_scoped:silent +csharp_style_namespace_declarations = file_scoped:silent csharp_style_prefer_method_group_conversion = true:silent csharp_style_prefer_top_level_statements = true:silent csharp_style_expression_bodied_lambdas = true:silent diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f9421a3..22e3547 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,8 +1,8 @@ # Common settings -.github/* @mvktsk @Vectorfield4 -.gitignore @mvktsk @Vectorfield4 -.dockerignore @mvktsk @Vectorfield4 +.github/* @VirtoCommerce/platform +.gitignore @VirtoCommerce/platform +.dockerignore @VirtoCommerce/platform # Main Code and Tests @@ -13,4 +13,4 @@ tests/* @VirtoCommerce/platform VirtoCommerce.Platform.sln @VirtoCommerce/platform # Docs -docs/* @zashchitnik-kuka +docs/* @VirtoCommerce/platform diff --git a/src/VirtoCommerce.TaxModule.Core/VirtoCommerce.TaxModule.Core.csproj b/src/VirtoCommerce.TaxModule.Core/VirtoCommerce.TaxModule.Core.csproj index f2b5985..54b4bde 100644 --- a/src/VirtoCommerce.TaxModule.Core/VirtoCommerce.TaxModule.Core.csproj +++ b/src/VirtoCommerce.TaxModule.Core/VirtoCommerce.TaxModule.Core.csproj @@ -10,7 +10,7 @@ - - + + \ No newline at end of file diff --git a/src/VirtoCommerce.TaxModule.Data.MySql/VirtoCommerce.TaxModule.Data.MySql.csproj b/src/VirtoCommerce.TaxModule.Data.MySql/VirtoCommerce.TaxModule.Data.MySql.csproj index 9bb69e8..f4f95c4 100644 --- a/src/VirtoCommerce.TaxModule.Data.MySql/VirtoCommerce.TaxModule.Data.MySql.csproj +++ b/src/VirtoCommerce.TaxModule.Data.MySql/VirtoCommerce.TaxModule.Data.MySql.csproj @@ -5,11 +5,15 @@ enable - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + diff --git a/src/VirtoCommerce.TaxModule.Data.PostgreSql/VirtoCommerce.TaxModule.Data.PostgreSql.csproj b/src/VirtoCommerce.TaxModule.Data.PostgreSql/VirtoCommerce.TaxModule.Data.PostgreSql.csproj index b76000a..6bee291 100644 --- a/src/VirtoCommerce.TaxModule.Data.PostgreSql/VirtoCommerce.TaxModule.Data.PostgreSql.csproj +++ b/src/VirtoCommerce.TaxModule.Data.PostgreSql/VirtoCommerce.TaxModule.Data.PostgreSql.csproj @@ -5,11 +5,15 @@ enable - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + diff --git a/src/VirtoCommerce.TaxModule.Data.SqlServer/VirtoCommerce.TaxModule.Data.SqlServer.csproj b/src/VirtoCommerce.TaxModule.Data.SqlServer/VirtoCommerce.TaxModule.Data.SqlServer.csproj index 7fdcf4b..faa9fed 100644 --- a/src/VirtoCommerce.TaxModule.Data.SqlServer/VirtoCommerce.TaxModule.Data.SqlServer.csproj +++ b/src/VirtoCommerce.TaxModule.Data.SqlServer/VirtoCommerce.TaxModule.Data.SqlServer.csproj @@ -5,11 +5,15 @@ enable - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + diff --git a/src/VirtoCommerce.TaxModule.Data/VirtoCommerce.TaxModule.Data.csproj b/src/VirtoCommerce.TaxModule.Data/VirtoCommerce.TaxModule.Data.csproj index 14aba1e..ea20640 100644 --- a/src/VirtoCommerce.TaxModule.Data/VirtoCommerce.TaxModule.Data.csproj +++ b/src/VirtoCommerce.TaxModule.Data/VirtoCommerce.TaxModule.Data.csproj @@ -10,7 +10,7 @@ - + diff --git a/src/VirtoCommerce.TaxModule.Web/module.manifest b/src/VirtoCommerce.TaxModule.Web/module.manifest index f0c9691..0605cb7 100644 --- a/src/VirtoCommerce.TaxModule.Web/module.manifest +++ b/src/VirtoCommerce.TaxModule.Web/module.manifest @@ -3,10 +3,10 @@ VirtoCommerce.Tax 3.802.0 - 3.825.0 + 3.853.0 - - + + Tax Core Defines Core Abstractions for taxes evaluation by using different tax providers and FixedRateTaxProvider. @@ -16,7 +16,7 @@ Virto Commerce - https://virtocommerce.com/apps/extensions/virto-tax-module + https://github.com/VirtoCommerce/vc-module-tax Modules/$(VirtoCommerce.Tax)/Content/logo.png false diff --git a/tests/VirtoCommerce.TaxModule.Data.Tests/VirtoCommerce.TaxModule.Data.Tests.csproj b/tests/VirtoCommerce.TaxModule.Data.Tests/VirtoCommerce.TaxModule.Data.Tests.csproj index 21ddcfd..6170b59 100644 --- a/tests/VirtoCommerce.TaxModule.Data.Tests/VirtoCommerce.TaxModule.Data.Tests.csproj +++ b/tests/VirtoCommerce.TaxModule.Data.Tests/VirtoCommerce.TaxModule.Data.Tests.csproj @@ -8,9 +8,9 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all