Skip to content

Commit

Permalink
Merge branch 'release/3.811.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
vc-ci committed Nov 26, 2024
2 parents 20206a1 + 64b3853 commit 58af364
Show file tree
Hide file tree
Showing 8 changed files with 99 additions and 98 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/module-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.800.9
# https://virtocommerce.atlassian.net/browse/VCST-1260
# v3.800.10
# https://virtocommerce.atlassian.net/browse/VCST-1738
name: Module CI

on:
Expand Down Expand Up @@ -239,9 +239,9 @@ jobs:
module-katalon-tests:
if: ${{ ((github.ref == 'refs/heads/dev') && (github.event_name == 'push') && (needs.ci.outputs.run-e2e == 'true')) ||
(github.event_name == 'workflow_dispatch')}}
(github.event_name == 'workflow_dispatch') || (github.base_ref == 'dev') && (github.event_name == 'pull_request') }}
needs: 'ci'
uses: VirtoCommerce/.github/.github/workflows/e2e.yml@v3.800.9
uses: VirtoCommerce/.github/.github/workflows/e2e.yml@v3.800.10

with:
katalonRepo: 'VirtoCommerce/vc-quality-gate-katalon'
Expand All @@ -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.9
uses: VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.800.10
with:
releaseSource: module
moduleId: ${{ needs.ci.outputs.moduleId }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/module-release-hotfix.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.800.9
# https://virtocommerce.atlassian.net/browse/VCST-1260
# v3.800.10
# https://virtocommerce.atlassian.net/browse/VCST-1738
name: Release hotfix

on:
Expand All @@ -13,12 +13,12 @@ on:

jobs:
test:
uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.9
uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.10
secrets:
sonarToken: ${{ secrets.SONAR_TOKEN }}

build:
uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.9
uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.10
with:
uploadPackage: 'true'
uploadDocker: 'false'
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
publish-github-release:
needs:
[build, test, get-metadata]
uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.9
uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.10
with:
fullKey: ${{ needs.build.outputs.packageFullKey }}
changeLog: '${{ needs.get-metadata.outputs.changeLog }}'
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/publish-nugets.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.800.9
# https://virtocommerce.atlassian.net/browse/VCST-1260
# v3.800.10
# https://virtocommerce.atlassian.net/browse/VCST-1738
name: Publish nuget

on:
Expand All @@ -13,12 +13,12 @@ on:

jobs:
test:
uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.9
uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.10
secrets:
sonarToken: ${{ secrets.SONAR_TOKEN }}

build:
uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.9
uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.10
with:
uploadPackage: 'true'
uploadDocker: 'false'
Expand All @@ -29,7 +29,7 @@ jobs:
publish-nuget:
needs:
[build, test]
uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.9
uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.10
with:
fullKey: ${{ needs.build.outputs.packageFullKey }}
forceGithub: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# v3.800.9
# https://virtocommerce.atlassian.net/browse/VCST-1260
# v3.800.10
# https://virtocommerce.atlassian.net/browse/VCST-1738
name: Release

on:
workflow_dispatch:

jobs:
release:
uses: VirtoCommerce/.github/.github/workflows/release.yml@v3.800.9
uses: VirtoCommerce/.github/.github/workflows/release.yml@v3.800.10
secrets:
envPAT: ${{ secrets.REPO_TOKEN }}
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<!-- These properties will be shared for all projects -->
<PropertyGroup>
<VersionPrefix>3.810.0</VersionPrefix>
<VersionPrefix>3.811.0</VersionPrefix>
<VersionSuffix>
</VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,83 +1,83 @@
<div class="blade-static __bottom" ng-include="'$(Platform)/Scripts/common/templates/ok-cancel.tpl.html'"></div>
<div class="blade-content __medium-wide">
<div class="blade-inner">
<div class="inner-block">
<form class="form" name="detailForm">
<fieldset>
<div ng-init="setForm(detailForm)">
<label class="form-label">{{ 'stores.blades.store-advanced.labels.description' | translate }}</label>
<div class="form-input">
<textarea class="form-control" cols="30" rows="2" ng-model="blade.currentEntity.description" placeholder="{{ 'stores.blades.store-advanced.placeholders.description' | translate }}"></textarea>
</div>
<div class="blade-inner">
<div class="inner-block">
<form class="form" name="detailForm">
<fieldset>
<div ng-init="setForm(detailForm)">
<label class="form-label">{{ 'stores.blades.store-advanced.labels.description' | translate }}</label>
<div class="form-input">
<textarea class="form-control" cols="30" rows="2" ng-model="blade.currentEntity.description" placeholder="{{ 'stores.blades.store-advanced.placeholders.description' | translate }}"></textarea>
</div>
</div>
<div class="form-group clearfix">
<legend>{{ 'stores.blades.store-advanced.labels.store-regional-settings' | translate }}</legend>
<div class="column">
<div class="form-group">
<label class="form-label">{{ 'stores.blades.store-advanced.labels.store-country' | translate }}</label>
<div class="form-input">
<ui-select ng-model="blade.currentEntity.country">
<ui-select-match placeholder="{{ 'stores.blades.store-advanced.placeholders.store-country' | translate }}">{{$select.selected.displayName}}</ui-select-match>
<ui-select-choices repeat="x.id as x in countries | filter: { displayName: $select.search }">
<span ng-bind-html="x.displayName | highlight: $select.search"></span>
</ui-select-choices>
</ui-select>
</div>
<div class="form-group clearfix">
<legend>{{ 'stores.blades.store-advanced.labels.store-regional-settings' | translate }}</legend>
<div class="column">
<div class="form-group">
<label class="form-label">{{ 'stores.blades.store-advanced.labels.store-country' | translate }}</label>
<div class="form-input">
<ui-select ng-model="blade.currentEntity.country">
<ui-select-match placeholder="{{ 'stores.blades.store-advanced.placeholders.store-country' | translate }}">{{$select.selected.displayName}}</ui-select-match>
<ui-select-choices repeat="x.id as x in countries | filter: { displayName: $select.search }">
<span ng-bind-html="x.displayName | highlight: $select.search"></span>
</ui-select-choices>
</ui-select>
</div>
</div>
</div>
<div class="column">
<div class="form-group">
<label class="form-label">{{ 'stores.blades.store-advanced.labels.store-region' | translate }}</label>
<div class="form-input">
<input ng-model="blade.currentEntity.region" placeholder="{{ 'stores.blades.store-advanced.placeholders.store-region' | translate }}" />
</div>
</div>
</div>
</div>
</div>
<div class="column">
<div class="form-group">
<label class="form-label">{{ 'stores.blades.store-advanced.labels.store-region' | translate }}</label>
<div class="form-input">
<input ng-model="blade.currentEntity.region" placeholder="{{ 'stores.blades.store-advanced.placeholders.store-region' | translate }}" />
</div>
<div class="form-group clearfix">
<label class="form-label">{{ 'stores.blades.store-advanced.labels.operational-timezone' | translate }}</label>
<div class="form-input">
<ui-select ng-model="blade.currentEntity.timeZone">
<ui-select-match placeholder="{{ 'stores.blades.store-advanced.placeholders.operational-timezone' | translate }}">{{$select.selected.name}}</ui-select-match>
<ui-select-choices repeat="x.id as x in timeZones | filter: { name: $select.search }">
<span ng-bind-html="x.name | highlight: $select.search"></span>
</ui-select-choices>
</ui-select>
</div>
</div>
</div>
</div>
<div class="form-group clearfix">
<label class="form-label">{{ 'stores.blades.store-advanced.labels.operational-timezone' | translate }}</label>
<div class="form-input">
<ui-select ng-model="blade.currentEntity.timeZone">
<ui-select-match placeholder="{{ 'stores.blades.store-advanced.placeholders.operational-timezone' | translate }}">{{$select.selected.name}}</ui-select-match>
<ui-select-choices repeat="x.id as x in timeZones | filter: { name: $select.search }">
<span ng-bind-html="x.name | highlight: $select.search"></span>
</ui-select-choices>
</ui-select>
</div>
</div>
<div class="form-group clearfix">
<legend>{{ 'stores.blades.store-advanced.labels.store-email-settings' | translate }}</legend>
<div class="column">
<div class="form-group">
<label class="form-label">{{ 'stores.blades.store-advanced.labels.store-email-name' | translate }}</label>
<div class="form-input">
<input ng-model="blade.currentEntity.emailName" ng-pattern="/^(?!.*[*|\x22:<>[\]{}`%';@&$])/" ng-maxlength="256" placeholder="{{ 'stores.blades.store-advanced.placeholders.store-email-name' | translate }}">
</div>
<div class="form-group clearfix">
<legend>{{ 'stores.blades.store-advanced.labels.store-email-settings' | translate }}</legend>
<div class="column">
<div class="form-group">
<label class="form-label">{{ 'stores.blades.store-advanced.labels.store-email-name' | translate }}</label>
<div class="form-input">
<input ng-model="blade.currentEntity.emailName" ng-pattern="/^(?!.*[*|\x22:<>[\]{}`%';@&$])/" placeholder="{{ 'stores.blades.store-advanced.placeholders.store-email-name' | translate }}">
</div>
</div>
<div class="form-group">
<label class="form-label">{{ 'stores.blades.store-advanced.labels.store-admin-email-name' | translate }}</label>
<div class="form-input">
<input ng-model="blade.currentEntity.adminEmailName" ng-pattern="/^(?!.*[*|\x22:<>[\]{}`%';@&$])/" placeholder="{{ 'stores.blades.store-advanced.placeholders.store-admin-email-name' | translate }}">
</div>
</div>
</div>
<div class="column">
<div class="form-group">
<label class="form-label">{{ 'stores.blades.store-advanced.labels.store-email' | translate }}</label>
<div class="form-input">
<input ng-model="blade.currentEntity.email" type="email" placeholder="{{ 'stores.blades.store-advanced.placeholders.store-email' | translate }}">
</div>
</div>
<div class="form-group">
<label class="form-label">{{ 'stores.blades.store-advanced.labels.store-admin-email' | translate }}</label>
<div class="form-input">
<input ng-model="blade.currentEntity.adminEmail" type="email" placeholder="{{ 'stores.blades.store-advanced.placeholders.store-admin-email' | translate }}">
</div>
</div>
</div>
</div>
<div class="form-group">
<label class="form-label">{{ 'stores.blades.store-advanced.labels.store-admin-email-name' | translate }}</label>
<div class="form-input">
<input ng-model="blade.currentEntity.adminEmailName" ng-pattern="/^(?!.*[*|\x22:<>[\]{}`%';@&$])/" ng-maxlength="256" placeholder="{{ 'stores.blades.store-advanced.placeholders.store-admin-email-name' | translate }}">
</div>
<fieldset>
</form>
</div>
</div>
</div>
<div class="column">
<div class="form-group">
<label class="form-label">{{ 'stores.blades.store-advanced.labels.store-email' | translate }}</label>
<div class="form-input">
<input ng-model="blade.currentEntity.email" type="email" ng-maxlength="128" placeholder="{{ 'stores.blades.store-advanced.placeholders.store-email' | translate }}">
</div>
</div>
<div class="form-group">
<label class="form-label">{{ 'stores.blades.store-advanced.labels.store-admin-email' | translate }}</label>
<div class="form-input">
<input ng-model="blade.currentEntity.adminEmail" type="email" ng-maxlength="128" placeholder="{{ 'stores.blades.store-advanced.placeholders.store-admin-email' | translate }}">
</div>
</div>
</div>
</div>
</fieldset>
</form>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion src/VirtoCommerce.StoreModule.Web/module.manifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<module xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<id>VirtoCommerce.Store</id>
<version>3.810.0</version>
<version>3.811.0</version>
<version-tag />

<platformVersion>3.853.0</platformVersion>
Expand Down
7 changes: 4 additions & 3 deletions src/VirtoCommerce.StoreModule.Web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 58af364

Please sign in to comment.