Commit graph

536 commits

Author SHA1 Message Date
Grzegorz Sadowski
50c07bb334
Merge branch '2.0' into api-platform-3
* 2.0: (64 commits)
  [Admin] Rename parameter
  [Admin] Change command handlers and console command ids to dotted notation
  [Core] Change command handlers and console command ids to dotted notation
  [Core] Use new services
  [Core] Rename Message to Command
  [Admin] Rename Message to Command
  [Promotion] Remove deprecated commands
  [Ui] Remove deprecated commands
  [User] Remove deprecated commands
  [Admin] Configure and use anonymous view in store component
  [Admin] Add missing order notes information
  [Behat] Use test attribute to retrieve order notes
  [Admin] Render pagination and enabled filter test attributes
  [Behat] Enable scenarios and improve implementation for filtered pages redirections
  [Admin] Render view in store button in the variant edit page
  [CS][DX] Refactor
  [Behat] Improve view product in store action
  [Behat] Enable viewing product in store from variant edit page scenarios
  [Behat] Enable deleting multiple product variants scenario
  [Behat] Enable remaining managing users scenario
  ...
2024-08-05 14:18:00 +02:00
Wojdylak
4a13dcec25
Resolve conflicts between 1.14 and 2.0 2024-07-31 07:57:48 +02:00
Karol
adc034b8ef
[UPMERGE] 1.13 -> 1.14 (#16652)
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.github/workflows/upmerge_pr.yaml).

**Remember!** The upmerge should always be merged with using `Merge pull
request` button.

In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/1.14 -m "Resolve conflicts between 1.13 and 1.14"
```

If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.

Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.
2024-07-30 08:19:43 +02:00
Wojdylak
4680ee39ab
Fix Full CI to run 2.0 2024-07-26 15:42:47 +02:00
Rafał Jaskulski
0da0e16f27
[UPMERGE] 1.14 -> 2.0 (#16615)
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.github/workflows/upmerge_pr.yaml).

**Remember!** The upmerge should always be merged with using `Merge pull
request` button.

In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/2.0 -m "Resolve conflicts between 1.14 and 2.0"
```

If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.

Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.
2024-07-20 21:27:33 +02:00
Grzegorz Sadowski
a7d7acbf51
[CI] Run 1.14 full build instead of unsupported 1.12 2024-07-19 13:19:25 +02:00
Grzegorz Sadowski
68a3448a9a
Merge branch '2.0' into api-platform-3
* 2.0: (48 commits)
  Minor fixes after PR review
  Fix products grid for mobile
  [Admin][Taxon][Behat] Separate TreeElement from CreatePage
  [Admin][Taxon] Split tree to more hooks
  Fix phpstan
  [Admin][Taxon] Enable behat tests
  [Admin][Taxon] Remove old script
  [Admin] Taxon index
  Update PR template
  [Documentation] Update Sylius 1.12 version on the release cycle page
  Add upmerge from 2.0 to symfony-7 branch
  Minor changes
  Skip not working api scenarios
  Enable tests
  [Behat][Admin] Cover product attribute filtering
  [ProductAttribute] Update ProductBundle repository config
  [Admin][ProductAttribute] Upgrade index
  [Admin] Rename RenderEntity to RenderEntityWithTemplate
  Review fixes [Admin] Fix ux_autocomplete filters ignoring custom labels
  [Admin][Shipment] Minor index improvements [Admin][Shipment] Change channel and method filters to autocompletes
  ...
2024-07-01 16:42:42 +02:00
Grzegorz Sadowski
bc1e6d0ab6
Merge branch '1.14' into 2.0
* 1.14:
  Minor fixes after PR review
  Fix products grid for mobile
  Update PR template
  [Documentation] Update Sylius 1.12 version on the release cycle page
  Add upmerge from 2.0 to symfony-7 branch
  Fix ProductTaxons' positioning logic
2024-07-01 16:42:30 +02:00
Grzegorz Sadowski
5c7d3e5a43
Merge branch '1.13' into 1.14
* 1.13:
  Minor fixes after PR review
  Fix products grid for mobile
  Update PR template
  [Documentation] Update Sylius 1.12 version on the release cycle page
  Fix ProductTaxons' positioning logic
2024-07-01 16:39:49 +02:00
Grzegorz Sadowski
0f487ec952
Merge branch '1.12' into 1.13
* 1.12:
  Minor fixes after PR review
  Fix products grid for mobile
  Update PR template
  [Documentation] Update Sylius 1.12 version on the release cycle page
  Fix ProductTaxons' positioning logic
2024-07-01 16:39:47 +02:00
Grzegorz Sadowski
f769343c14
Minor fixes after PR review 2024-07-01 12:33:53 +02:00
Grzegorz Sadowski
e31ba811bb
Update PR template 2024-07-01 11:19:17 +02:00
Loïc Frémont
3374d90803
Add upmerge from 2.0 to symfony-7 branch 2024-07-01 11:09:04 +02:00
Grzegorz Sadowski
c66dd13eac
Merge branch '2.0' into api-platform-3
* 2.0:
  [CI] Update upmerge strategy
2024-06-20 07:59:27 +02:00
Grzegorz Sadowski
b857af9894
Merge branch '1.14' into 2.0
* 1.14:
  [CI] Update upmerge strategy
2024-06-20 07:59:26 +02:00
Grzegorz Sadowski
8090edee37
Merge branch '1.13' into 1.14
* 1.13:
  [CI] Update upmerge strategy
2024-06-20 07:59:11 +02:00
Grzegorz Sadowski
473d8ab153
minor #16435 [CI] Update Upmerge Strategy (Rafikooo)
This PR was merged into the 1.13 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.13 <!-- see the comment below -->
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no<!-- don't forget to update the UPGRADE-*.md file -->
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.12 or 1.13 branches
 - Features and deprecations must be submitted against the 1.14 branch
 - Features, removing deprecations and BC breaks must be submitted against the 2.0 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->

We've opened the 1.14 branch and merged the bootstrap-admin-panel feature branch into 2.0 branch, so some upmerge configuration update is required.


Commits
-------

505960b894 [CI] Update upmerge strategy
2024-06-20 07:57:00 +02:00
Grzegorz Sadowski
3c780669b3
Merge branch '2.0' into api-platform-3
* 2.0:
  [CS][DX] Refactor
  [CI] Change the version of Chrome from hardcoded one to stable
2024-06-19 08:57:25 +02:00
Grzegorz Sadowski
bf02244b64
Merge branch '1.14' into 2.0
* 1.14:
  [CI] Change the version of Chrome from hardcoded one to stable
2024-06-19 08:56:49 +02:00
Grzegorz Sadowski
dd448c9748
Merge branch '1.13' into 1.14
* 1.13:
  [CI] Change the version of Chrome from hardcoded one to stable
2024-06-19 08:56:44 +02:00
Grzegorz Sadowski
9756eef6ab
Merge branch '1.12' into 1.13
* 1.12:
  [CI] Change the version of Chrome from hardcoded one to stable
2024-06-19 08:56:35 +02:00
Rafikooo
505960b894
[CI] Update upmerge strategy 2024-06-19 08:56:05 +02:00
Grzegorz Sadowski
d64b572340
[CI] Change the version of Chrome from hardcoded one to stable 2024-06-19 08:02:40 +02:00
Grzegorz Sadowski
1358fcf73a
Merge branch '2.0' into api-platform-3
* 2.0:
  [CI] Change the version of Chrome
2024-06-19 07:59:10 +02:00
Grzegorz Sadowski
5271b5cfb1
Merge branch '1.14' into 2.0
* 1.14:
  [CI] Change the version of Chrome
2024-06-19 07:58:10 +02:00
Grzegorz Sadowski
83f4b0bf72
Merge branch '1.13' into 1.14
* 1.13:
  [CI] Change the version of Chrome
2024-06-19 07:58:08 +02:00
Grzegorz Sadowski
799bafa315
Merge branch '1.12' into 1.13
* 1.12:
  [CI] Change the version of Chrome
2024-06-19 07:57:56 +02:00
Grzegorz Sadowski
748b3c5926
[CI] Change the version of Chrome 2024-06-19 07:07:56 +02:00
Michał Pysiak
1b1f5f491a Disable non product scenarios 2024-06-14 14:29:56 +02:00
Grzegorz Sadowski
68da42b25f [Maintenance] Enable non-UI tests in CI 2024-05-17 15:02:14 +02:00
Jan Góralski
cab4a27ae9
[UPMERGE] 2.0 -> api-platform-3 (#16198)
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.github/workflows/upmerge_pr.yaml).

**Remember!** The upmerge should always be merged with using `Merge pull
request` button.

In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/api-platform-3 -m "Resolve conflicts between 2.0 and api-platform-3"
```

If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.

Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.
2024-05-01 15:13:35 +02:00
Jacob Tobiasz
791fd15030
[UPMERGE] 2.0 -> bootstrap-admin-panel (#16199)
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.github/workflows/upmerge_pr.yaml).

**Remember!** The upmerge should always be merged with using `Merge pull
request` button.

In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/bootstrap-admin-panel -m "Resolve conflicts between 2.0 and bootstrap-admin-panel"
```

If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.

Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.
2024-05-01 14:53:31 +02:00
Rafał Jaskulski
5daae8cc43
[UPMERGE] 1.14 -> 2.0 (#16194)
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.github/workflows/upmerge_pr.yaml).

**Remember!** The upmerge should always be merged with using `Merge pull
request` button.

In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/2.0 -m "Resolve conflicts between 1.14 and 2.0"
```

If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.

Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.
2024-04-30 10:49:49 +02:00
Grzegorz Sadowski
5450c624d7 Add 1.14 branch to upmerge workflow 2024-04-29 20:46:50 +02:00
Grzegorz Sadowski
26b8ab0330
Merge branch '2.0' into api-platform-3
* 2.0:
  [Behat] Use chromedrives in some scenarios
  Update phpstan/phpstan-doctrine requirement from 1.3.43 to 1.3.69
  Update PR template
  [Documentation] Update release cycle after 1.13 release
2024-04-29 10:58:25 +02:00
Grzegorz Sadowski
3223ea3a9f
Merge branch '2.0' into bootstrap-admin-panel
* 2.0:
  [Behat] Use chromedrives in some scenarios
  Update phpstan/phpstan-doctrine requirement from 1.3.43 to 1.3.69
  Update PR template
  [Documentation] Update release cycle after 1.13 release
  [Maintenance] Use chromedrive in behat tests
  [Maintenance][AbstractStateMachine] Add Sylius logo to readme
2024-04-29 10:57:54 +02:00
Grzegorz Sadowski
8db2501200
Merge branch '1.14' into 2.0
* 1.14:
  [Behat] Use chromedrives in some scenarios
  Update phpstan/phpstan-doctrine requirement from 1.3.43 to 1.3.69
  Update PR template
  [Documentation] Update release cycle after 1.13 release
2024-04-29 10:44:44 +02:00
Grzegorz Sadowski
cd2f28fb2f
Merge branch '1.12' into 1.13
* 1.12:
  [Behat] Use chromedrives in some scenarios
  Update PR template
  [Documentation] Update release cycle after 1.13 release
2024-04-29 10:44:19 +02:00
Grzegorz Sadowski
783ce8a0c9
Update PR template 2024-04-26 15:10:28 +02:00
Karol
db881181d2
[UPMERGE] 2.0 -> bootstrap-admin-panel (#16166)
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.github/workflows/upmerge_pr.yaml).

**Remember!** The upmerge should always be merged with using `Merge pull
request` button.

In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/bootstrap-admin-panel -m "Resolve conflicts between 2.0 and bootstrap-admin-panel"
```

If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.

Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.
2024-04-23 08:29:11 +02:00
Wojdylak
12c05d0f14
Resolve conflicts between 2.0 and api-platform-3 2024-04-23 08:12:51 +02:00
Karol
3cd6f12ef2
[UPMERGE] 1.13 -> 2.0 (#16155)
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.github/workflows/upmerge_pr.yaml).

**Remember!** The upmerge should always be merged with using `Merge pull
request` button.

In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/2.0 -m "Resolve conflicts between 1.13 and 2.0"
```

If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.

Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.
2024-04-22 08:40:04 +02:00
Wojdylak
e2224c191e
[Maintenance] Add branch 2.0 to refactor build 2024-04-19 09:17:08 +02:00
Jan Goralski
77b533da8a [Maintenance] Disable non-api tests in CI 2024-04-19 08:06:37 +02:00
Jan Goralski
fb05956ee9 [Maintenance] Disable non-ui tests in CI 2024-04-19 07:40:13 +02:00
Grzegorz Sadowski
a29f1ea135
Merge branch '2.0' into api-platform-3
* 2.0: (25 commits)
  Change application's version to v1.13.0-DEV
  Generate changelog for v1.13.0-RC.1
  Change application's version to v1.13.0-RC.1
  [Documentation] Update release dates for 1.13 and 2.0 versions
  [ECS] Fix nullable type declarations in the codebase
  [ECS] Fix nullable type declarations in Behat namespace
  [ECS] Add the NullableTypeDeclarationForDefaultNullValueFixer rule
  Add default label template in ShopBundle extending the UiBundle one
  Use extends instead of include in ShopBundle flashes template
  Manage confirmation modal for ShopBundle extending UiBundle
  Use Shop pagination macro in templates
  Use Shop messages macro in templates
  Use Shop flags macro in templates
  Use Shop headers macro in templates
  Use Shop buttons macro in templates
  [Documentation] Remove duplicated callback from state machine
  Update docs/book/architecture/state_machine.rst
  Add upmerging from 2.0 to api-platform-3
  Update php-entrypoint to give www-data permissions to public/media
  Update FUNDING.yml
  ...
2024-04-16 15:14:53 +02:00
Grzegorz Sadowski
ee9a386574
Merge branch '1.13' into 2.0
* 1.13:
  [ECS] Fix nullable type declarations in the codebase
  [ECS] Fix nullable type declarations in Behat namespace
  [ECS] Add the NullableTypeDeclarationForDefaultNullValueFixer rule
  Add default label template in ShopBundle extending the UiBundle one
  Use extends instead of include in ShopBundle flashes template
  Manage confirmation modal for ShopBundle extending UiBundle
  Use Shop pagination macro in templates
  Use Shop messages macro in templates
  Use Shop flags macro in templates
  Use Shop headers macro in templates
  Use Shop buttons macro in templates
  Add upmerging from 2.0 to api-platform-3
2024-04-16 12:45:01 +02:00
Grzegorz Sadowski
a578582d4f
Add upmerging from 2.0 to api-platform-3 2024-04-16 07:29:01 +02:00
Wojdylak
6c3fc02be6
Resolve conflicts between 1.13 and 2.0 2024-04-11 08:31:52 +02:00
Damian Murawski
8974f4cf59 Update FUNDING.yml 2024-04-10 12:27:09 +02:00