Skip to content

Commit 4f5453c

Browse files
author
shopwareBot
committed
[create-pull-request] automated change
1 parent 83c0737 commit 4f5453c

File tree

102 files changed

+1083
-637
lines changed

Some content is hidden

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

102 files changed

+1083
-637
lines changed

SUMMARY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@
452452
* [Tax providers](resources/references/adr/2022-04-28-tax-providers.md)
453453
* [Remove static analysis with psalm](resources/references/adr/2022-05-12-remove-static-analysis-with-psalm.md)
454454
* [Rule condition field abstraction](resources/references/adr/2022-05-23-rule-condition-field-abstraction.md)
455+
* [Integrate app into flow event](resources/references/adr/2022-06-17-integrate-app-into-flow-event.md)
455456
* [Add typescript support for storefront js](resources/references/adr/2022-06-24-add-typescript-support-for-storefront-js.md)
456457
* [Providing the admin extension sdk](resources/references/adr/2022-06-27-providing-the-admin-extension-sdk.md)
457458
* [Blog concept](resources/references/adr/2022-07-19-blog-concept.md)
@@ -478,7 +479,16 @@
478479
* [Admin text editor evaluation](resources/references/adr/2023-03-27-admin-text-editor-evaluation.md)
479480
* [Mocking repositories](resources/references/adr/2023-04-01-mocking-repositories.md)
480481
* [Disable css autoprefixer](resources/references/adr/2023-04-03-disable-css-autoprefixer.md)
482+
* [New language inheritance mechanism for opensearch](resources/references/adr/2023-04-11-new-language-inheritance-mechanism-for-opensearch.md)
481483
* [Jest test files should be javascript only](resources/references/adr/2023-04-14-jest-test-files-should-be-javascript-only.md)
484+
* [Optimise cart cleanup](resources/references/adr/2023-05-09-optimise-cart-cleanup.md)
485+
* [Stock API](resources/references/adr/2023-05-15-stock-api.md)
486+
* [Php enums](resources/references/adr/2023-05-16-php-enums.md)
487+
* [Symfony dependency management](resources/references/adr/2023-05-16-symfony-dependency-management.md)
488+
* [Switch to uuidv7](resources/references/adr/2023-05-22-switch-to-uuidv7.md)
489+
* [Exception log levels](resources/references/adr/2023-05-25-exception-log-levels.md)
490+
* [Store API to app server](resources/references/adr/2023-06-27-store-api-to-app-server.md)
491+
* [Default handle for non specified salutations](resources/references/adr/2023-06-28-default-handle-for-non-specified-salutations.md)
482492
* [YYYY MM DD template](resources/references/adr/YYYY-MM-DD-template.md)
483493

484494
* [App Reference](resources/references/app-reference/README.md)

resources/references/adr/2020-06-25-implement-architecture-decision-records.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ area: core
55
tags: [adr, workflow]
66
---
77

8-
# Implement architecture decision records
9-
10-
{% hint style="info" %}
11-
This document represents an architecture decision record (ADR) and has been mirrored from the ADR section in our Shopware 6 repository.
12-
You can find the original version [here](https://github.com/shopware/platform/blob/trunk/adr/2020-06-25-implement-architecture-decision-records.md)
13-
{% endhint %}
14-
158
## Context
169
We should document architecture and technical decisions for the shopware platform. The documentation should be easy to understand and easy to follow. The workflow for new decisions should add to our existing workflows and should not block the whole development process. One solution could be the form of architecture decision records (ADR) as described in the following articles:
1710

resources/references/adr/2020-07-02-control-clone-behavior.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ area: core
55
tags: [repository, entity, clone, flag, association]
66
---
77

8-
# Get control of association clone behavior as developer
9-
10-
{% hint style="info" %}
11-
This document represents an architecture decision record (ADR) and has been mirrored from the ADR section in our Shopware 6 repository.
12-
You can find the original version [here](https://github.com/shopware/platform/blob/trunk/adr/2020-07-02-control-clone-behavior.md)
13-
{% endhint %}
14-
158
## Context
169
The developer should be able to define, if an association has to be considered or skipped during the cloning of an entity.
1710

resources/references/adr/2020-07-02-implement-sales-channel-context-token-requirement.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ area: core
55
tags: [context, token, sales-channel, store-api, sales-channel-api, api]
66
---
77

8-
# Implement sales channel context token requirement for store-api and sales-channel-api
9-
10-
{% hint style="info" %}
11-
This document represents an architecture decision record (ADR) and has been mirrored from the ADR section in our Shopware 6 repository.
12-
You can find the original version [here](https://github.com/shopware/platform/blob/trunk/adr/2020-07-02-implement-sales-channel-context-token-requirement.md)
13-
{% endhint %}
14-
158
## Context
169
Some routes for the sales-channel-api and the store-api depend on a sales-channel-context-token to identify the correct context.
1710
To ensure these routes cannot be called accidentally or intentionally without a token, a route parameter is in need to distinguish open routes and those that need a token.

resources/references/adr/2020-08-03-implement-new-changelog.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ area: core
55
tags: [changelog]
66
---
77

8-
# Implement new changelog
9-
10-
{% hint style="info" %}
11-
This document represents an architecture decision record (ADR) and has been mirrored from the ADR section in our Shopware 6 repository.
12-
You can find the original version [here](https://github.com/shopware/platform/blob/trunk/adr/2020-08-03-implement-new-changelog.md)
13-
{% endhint %}
14-
158
## Context
169
The current workflow for writing technical changelog is not very suited for a trunk based development and branching process. There are some major issues with the current workflow of using one file with a fixed version number:
1710

resources/references/adr/2020-08-10-feature-flag-system.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ area: core
55
tags: [feature-flag, workflow]
66
---
77

8-
# Feature flag system
9-
10-
{% hint style="info" %}
11-
This document represents an architecture decision record (ADR) and has been mirrored from the ADR section in our Shopware 6 repository.
12-
You can find the original version [here](https://github.com/shopware/platform/blob/trunk/adr/2020-08-10-feature-flag-system.md)
13-
{% endhint %}
14-
158
## Superseded by [Feature flags for major versions](2022-01-20-feature-flags-for-major-versions.md)
169

1710
## Context

resources/references/adr/2020-08-12-document-template-refactoring.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ area: customer-order
55
tags: [document, template, twig]
66
---
77

8-
# Document template refactoring
9-
10-
{% hint style="info" %}
11-
This document represents an architecture decision record (ADR) and has been mirrored from the ADR section in our Shopware 6 repository.
12-
You can find the original version [here](https://github.com/shopware/platform/blob/trunk/adr/2020-08-12-document-template-refactoring.md)
13-
{% endhint %}
14-
158
## Context
169
Our document templates did not support nested line items. To make this possible, we had to split the document templates into smaller templates.
1710
This was necessary, because the logic of how the document is rendered has changed a lot. Previously it worked with a simple loop over the line items, now they are rendered recursively.

resources/references/adr/2020-08-12-implement-app-system-inside-platform.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ area: core
55
tags: [app, cloud]
66
---
77

8-
# Implement app system inside platform
9-
10-
{% hint style="info" %}
11-
This document represents an architecture decision record (ADR) and has been mirrored from the ADR section in our Shopware 6 repository.
12-
You can find the original version [here](https://github.com/shopware/platform/blob/trunk/adr/2020-08-12-implement-app-system-inside-platform.md)
13-
{% endhint %}
14-
158
## Context
169

1710
We need a different extension mechanism besides the well known plugins, that works in cloud and on-prem environments in the same way.

resources/references/adr/2020-08-14-implement-individual-sorting.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ area: core
55
tags: [repository, dal, entity, sort, product]
66
---
77

8-
# Implement individual sorting
9-
10-
{% hint style="info" %}
11-
This document represents an architecture decision record (ADR) and has been mirrored from the ADR section in our Shopware 6 repository.
12-
You can find the original version [here](https://github.com/shopware/platform/blob/trunk/adr/2020-08-14-implement-individual-sorting.md)
13-
{% endhint %}
14-
158
## Context
169

1710
Shop owners should be able to define custom sorting options for product listings and search result pages out of the administration.

resources/references/adr/2020-08-14-merchant-registration.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ area: customer-order
55
tags: [merchant, registration, customer-group]
66
---
77

8-
# Merchant registration
9-
10-
{% hint style="info" %}
11-
This document represents an architecture decision record (ADR) and has been mirrored from the ADR section in our Shopware 6 repository.
12-
You can find the original version [here](https://github.com/shopware/platform/blob/trunk/adr/2020-08-14-merchant-registration.md)
13-
{% endhint %}
14-
158
## Context
169

1710
We have to provide a registration for merchant.

0 commit comments

Comments
 (0)