Skip to content

Commit

Permalink
Merge branch 'master' into added_translation_vertex_integration
Browse files Browse the repository at this point in the history
  • Loading branch information
lenadoc committed Jan 16, 2024
2 parents 250d643 + 46205b6 commit e27be23
Show file tree
Hide file tree
Showing 364 changed files with 24,641 additions and 2,560 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build changelog
on:
push:
tags:
- "11.2023"
- "12.2023"

jobs:
release:
Expand Down Expand Up @@ -31,8 +31,8 @@ jobs:
}
]
}'
fromTag: "10.2023"
toTag: "11.2023"
fromTag: "11.2023"
toTag: "12.2023"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/docs/scos/dev/front-end-development/*/oryx/building-applications/styling/* @tobi-or-not-tobi @andriitserkovnyi @tolerants
/docs/scos/dev/front-end-development/*/oryx/building-applications/styling/oryx-icon-system.md @supproduction @tobi-or-not-tobi @andriitserkovnyi
/docs/scos/dev/front-end-development/*/oryx/building-applications/styling/oryx-design-tokens.md @tolerants @tobi-or-not-tobi @andriitserkovnyi
/docs/scos/dev/front-end-development/*/oryx/getting-started/oryx-packages.md @tolerants @tobi-or-not-tobi @andriitserkovnyi
/docs/scos/dev/set-up-spryker-locally/* @andriitserkovnyi
/docs/pbc/all/dynamic-multistore/*/base-shop/dynamic-multistore-feature-overview.md @andriichekanov @a-sabaa
/docs/pbc/all/warehouse-management-system/*/unified-commerce/ @andriispryker @andriitserkovnyi
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ task :check_pbc do
/docs\/pbc\/\w+\/[\w-]+\/202204\.0\/.+/,
/docs\/pbc\/\w+\/[\w-]+\/202212\.0\/.+/,
/docs\/pbc\/\w+\/[\w-]+\/202307\.0\/.+/,
/docs\/pbc\/\w+\/[\w-]+\/202403\.0\/.+/,
/docs\/pbc\/\w+\/[\w-]+\/202400\.0\/.+/
]
HTMLProofer.check_directory("./_site", options).run
Expand Down
18 changes: 14 additions & 4 deletions _data/sidebars/acp_user_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,23 @@ entries:
url: /docs/acp/user/intro-to-acp/acp-overview.html
- title: ACP security assessment
url: /docs/acp/user/intro-to-acp/aop-security-assessment.html
- title: ACP security tips
url: /docs/acp/user/intro-to-acp/acp-security-tips.html
- title: Install ACP catalog
url: /docs/acp/user/app-composition-platform-installation.html
- title: Developing an app
url: /docs/acp/user/developing-an-app/developing-an-app.html
- title: Develop an app
url: /docs/acp/user/develop-an-app/develop-an-app.html
nested:
- title: Create and app with AppKernel
url: /docs/acp/user/developing-an-app/create-an-app with-appkernel.html
- title: Configuration JSON file
url: /docs/acp/user/develop-an-app/code-snippets/configuration-json-file.html
- title: Manifest JSON file
url: /docs/acp/user/develop-an-app/code-snippets/manifest-json-file.html
- title: Translation JSON file
url: /docs/acp/user/develop-an-app/code-snippets/translation-json-file.html
- title: Set up the message broker
url: /docs/acp/user/develop-an-app/set-up-the-message-broker.html
- title: Debug an app with XDebug
url: /docs/acp/user/develop-an-app/debug-an-app-with-xdebug.html
- title: App manifest
url: /docs/acp/user/app-manifest.html
- title: App configuration
Expand Down
11 changes: 9 additions & 2 deletions _data/sidebars/ca_dev_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ entries:
url: /docs/ca/dev/set-up-a-custom-domain-name/set-up-a-custom-domain-name-with-route-53.html
- title: Set up a custom domain name with a third-party DNS zone provider
url: /docs/ca/dev/set-up-a-custom-domain-name/set-up-a-custom-domain-name-with-a-third-party-dns-zone-provider.html
- title: Set up DNS
url: /docs/ca/dev/set-up-dns.html
- title: Setting up a custom SSL certificate
url: /docs/ca/dev/setting-up-a-custom-ssl-certificate.html
- title: Deploy in a staging environment
Expand Down Expand Up @@ -92,8 +94,13 @@ entries:
url: /docs/ca/dev/create-and-restore-database-backups.html
- title: Add variables in the Parameter Store
url: /docs/ca/dev/add-variables-in-the-parameter-store.html
- title: Verify email addresses
url: /docs/ca/dev/verify-email-addresses.html
- title: Email service
url: /docs/ca/dev/email-service/email-service.html
nested:
- title: Email quota restrictions
url: /docs/ca/dev/email-service/email-quota-restrictions.html
- title: Verify email addresses
url: /docs/ca/dev/verify-email-addresses.html
- title: Set up notifications for 5xx errors
url: /docs/ca/dev/set-up-notifications-for-5xx-errors.html
- title: Performance testing in staging environments
Expand Down
182 changes: 135 additions & 47 deletions _data/sidebars/pbc_all_sidebar.yml

Large diffs are not rendered by default.

23 changes: 22 additions & 1 deletion _data/sidebars/scos_dev_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1607,7 +1607,7 @@ entries:
- title: Set up
url: /docs/scos/dev/front-end-development/oryx/getting-started/set-up-oryx.html
- title: Technology
url: /docs/scos/dev/front-end-development/oryx/getting-started/oryx-technology.html
url: /docs/scos/dev/front-end-development/oryx/getting-started/oryx-technology.html
- title: Boilerplate
url: /docs/scos/dev/front-end-development/oryx/getting-started/oryx-boilerplate.html
- title: Packages
Expand Down Expand Up @@ -1862,6 +1862,21 @@ entries:
- title: "Datasources"
url: /docs/scos/dev/front-end-development/marketplace/ui-components-library/datasources/datasources.html
nested:
- title: "Trigger"
url: /docs/scos/dev/front-end-development/marketplace/ui-components-library/datasources/datasource-trigger/datasource-trigger.html
include_versions:
- "202307.0"
- "202311.0"
nested:
- title: "Change"
url: /docs/scos/dev/front-end-development/marketplace/ui-components-library/datasources/datasource-trigger/datasource-trigger-change.html
- title: "Input"
url: /docs/scos/dev/front-end-development/marketplace/ui-components-library/datasources/datasource-trigger/datasource-trigger-input.html
- title: "Dependable"
url: /docs/scos/dev/front-end-development/marketplace/ui-components-library/datasources/datasource-dependable.html
include_versions:
- "202307.0"
- "202311.0"
- title: "HTTP"
url: /docs/scos/dev/front-end-development/marketplace/ui-components-library/datasources/datasource-http.html
- title: "Inline"
Expand Down Expand Up @@ -2965,6 +2980,10 @@ entries:
url: /docs/scos/dev/guidelines/testing-guidelines/executing-tests/execute-tests.html
- title: Test console commands
url: /docs/scos/dev/guidelines/testing-guidelines/executing-tests/test-console-commands.html
- title: Test Glue API
url: /docs/scos/dev/guidelines/testing-guidelines/executing-tests/test-glue-api.html
- title: Test Glue Backend API
url: /docs/scos/dev/guidelines/testing-guidelines/executing-tests/test-glue-backend-api.html
- title: Test the asynchronous API
url: /docs/scos/dev/guidelines/testing-guidelines/executing-tests/test-the-asynchronous-api.html
- title: Test the publish and synchronization process
Expand Down Expand Up @@ -3159,6 +3178,8 @@ entries:
url: /docs/scos/dev/updating-spryker/switch-demo-shop-version.html
- title: Troubleshooting updates
url: /docs/scos/dev/updating-spryker/troubleshooting-updates.html
- title: Example modules
url: /docs/scos/dev/example-modules.html
- title: Code contribution guide
url: /docs/scos/dev/code-contribution-guide.html
...
18 changes: 9 additions & 9 deletions _data/sidebars/scu_dev_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@ entries:
url: /docs/scu/dev/spryker-code-upgrader.html
- title: Spryker CI
url: /docs/scu/dev/spryker-ci.html
- title: How the SCU works
- title: How the Upgrader works
url: /docs/scu/dev/how-the-spryker-code-upgrader-works.html
- title: SCU in a development workflow
url: /docs/scu/dev/spryker-code-upgrader-in-a-development-workflow.html
- title: Onboard to the SCU
- title: Onboard to SCU
url: /docs/scu/dev/onboard-to-spryker-code-upgrader/onboard-to-spryker-code-upgrader.html
nested:
- title: Prepare a project for the SCU
- title: Prepare a project for SCU
url: /docs/scu/dev/onboard-to-spryker-code-upgrader/prepare-a-project-for-spryker-code-upgrader.html
- title: Connect the Spryker CI to a GitHub managed project
- title: Connect Spryker CI to a GitHub managed project
url: /docs/scu/dev/onboard-to-spryker-code-upgrader/connect-spryker-ci-to-a-github-managed-project.html
- title: Connect the Spryker CI to a project self-hosted with GitLab
- title: Connect Spryker CI to a project self-hosted with GitLab
url: /docs/scu/dev/onboard-to-spryker-code-upgrader/connect-spryker-ci-to-a-project-self-hosted-with-gitlab.html
- title: Connect the Spryker CI to a Azure managed project
- title: Connect Spryker CI to a Azure managed project
url: /docs/scu/dev/onboard-to-spryker-code-upgrader/connect-spryker-ci-to-a-azure-managed-project.html
- title: Connect the Spryker CI to a GitLab managed project
- title: Connect Spryker CI to a GitLab managed project
url: /docs/scu/dev/onboard-to-spryker-code-upgrader/connect-spryker-ci-to-a-gitlab-managed-project.html
- title: Select target branch for PRs
url: /docs/scu/dev/select-target-branch-for-prs.html
- title: Invite users to Spryker CI
url: /docs/scu/dev/invite-users-to-spryker-ci.html
- title: Configure the SCU
- title: Configure SCU
url: /docs/scu/dev/configure-spryker-code-upgrader.html
- title: Run the SCU
- title: Run SCU
url: /docs/scu/dev/run-spryker-code-upgrader.html
- title: Change default branch
url: /docs/scu/dev/change-default-branch.html
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
| RESOURCE | ATTRIBUTE | TYPE | DESCRIPTION |
| --- | --- | --- | --- |
| abstract-product-prices | price | Integer | Price to pay for that product in cents. |
| abstract-product-prices | priceTypeName | String | Price type. |
| abstract-product-prices | netAmount | Integer | Net price in cents. |
| abstract-product-prices | grossAmount | Integer | Gross price in cents. |
| abstract-product-prices | currency.code | String | Currency code. |
| abstract-product-prices | currency.name | String | Currency name. |
| abstract-product-prices | currency.symbol | String | Currency symbol. |
| abstract-product-prices | volumePrices | Array | An array of objects defining the [volume prices](/docs/pbc/all/price-management/{{site.version}}/base-shop/prices-feature-overview/volume-prices-overview.html) for the abstract product. |
| abstract-product-prices | netAmount | Integer | Net price in cents. |
| abstract-product-prices | grossAmount | Integer | Gross price in cents. |
| abstract-product-prices | quantity | Integer | Number of items. |
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
| RESOURCE | ATTRIBUTE | TYPE | DESCRIPTION |
|-|-|-|-|
| abstract-products | sku | String | SKU of the abstract product. |
| abstract-products | averageRating | String | Average rating of the product based on customer rating. |
| abstract-products | reviewCount | Integer | Number of reviews left by customer for this abstract product. |
| abstract-products | name | String | Name of the abstract product. |
| abstract-products | description | String | Description of the abstract product. |
| abstract-products | attributes | Object | List of attributes and their values. |
| abstract-products | superAttributeDefinition | String | Attributes flagged as super attributes that are, however, not relevant to distinguish between the product variants. |
| abstract-products | attributeMap | Object | Each super attribute / value combination and the corresponding concrete product IDs are listed here. |
| abstract-products | attributeMap.super_attributes | Object | Applicable super attribute and its values for the product variants. |
| abstract-products | attributeMap.attribute_variants | Object | List of super attributes with the list of values. |
| abstract-products | attributeMap.product_concrete_ids | String | Product IDs of the product variants. |
| abstract-products | metaTitle | String | Meta title of the product. |
| abstract-products | metaKeywords | String | Meta keywords of the product. |
| abstract-products | metaDescription | String | Meta description of the product. |
| abstract-products | attributeNames | Object | All non-super attribute / value combinations for the abstract product. |

This file was deleted.

This file was deleted.

Loading

0 comments on commit e27be23

Please sign in to comment.