Commit graph

622 commits

Author SHA1 Message Date
Grzegorz Sadowski
4e19386c7e
[UPMERGE] 2.0 -> payment-request (#17016)
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/payment-request -m "Resolve conflicts between 2.0 and payment-request"
```

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-09-25 10:25:02 +02:00
Grzegorz Sadowski
d0deea8120
[CI] Fix matrix 2024-09-25 08:40:48 +02:00
Grzegorz Sadowski
64d6b9d526
Resolve conflicts between 2.0 and payment-request 2024-09-25 07:34:26 +02:00
Grzegorz Sadowski
dd7f27046c
Merge branch '1.14' into 2.0
* 1.14:
  [CI] Minor improvements
  [CI] Remove unused social media notifications action
2024-09-25 07:27:04 +02:00
Grzegorz Sadowski
60cf216ce3
Merge branch '1.13' into 1.14
* 1.13:
  [CI] Minor improvements
  [CI] Remove unused social media notifications action
2024-09-25 07:26:16 +02:00
Grzegorz Sadowski
8a3dec196d
[CI] Minor improvements 2024-09-25 07:21:54 +02:00
Grzegorz Sadowski
432013ea84
[CI] Remove unused social media notifications action 2024-09-25 07:21:31 +02:00
Grzegorz Sadowski
8de8d35aa2
[Maintenance] Remove symfony-7 branch from upmerges 2024-09-24 12:24:48 +02:00
Wojdylak
532be0456b
Resolve conflicts between 2.0 and payment-request 2024-09-24 09:18:52 +02:00
Grzegorz Sadowski
9921dc17bd
[CI] Fix matrix.json file 2024-09-24 08:52:17 +02:00
Grzegorz Sadowski
df217d7182
Resolve conflicts between 2.0 and symfony-7 2024-09-24 08:48:32 +02:00
Grzegorz Sadowski
7dae8fc8b4
Merge branch '1.14' into 2.0
* 1.14:
  [CI] Improve notification Slack message
2024-09-24 06:34:35 +02:00
Grzegorz Sadowski
c176336a61
Merge branch '1.13' into 1.14
* 1.13:
  [CI] Improve notification Slack message
2024-09-24 06:34:30 +02:00
Grzegorz Sadowski
632fa9a9ee
[CI] Improve notification Slack message 2024-09-23 15:43:30 +02:00
Grzegorz Sadowski
e4e1221ac8
[CI] Remove packages build with Swiftmailer 2024-09-20 13:13:21 +02:00
Grzegorz Sadowski
94dc4e3afc
[CI] Add PHP 8.3 to packages build 2024-09-20 13:11:56 +02:00
Grzegorz Sadowski
9f28d80dcd
Merge branch '1.14' into 2.0
* 1.14:
  Update composer-require-checker whitelist
  [CI] Fix minimal builds
2024-09-20 12:34:17 +02:00
Grzegorz Sadowski
5a8c068101
Merge branch '1.13' into 1.14
* 1.13:
  Update composer-require-checker whitelist
  [CI] Fix minimal builds
2024-09-20 12:33:42 +02:00
Grzegorz Sadowski
afd243309b
[CI] Fix minimal builds 2024-09-20 11:39:17 +02:00
Grzegorz Sadowski
e4c1c5ec55
Merge branch '1.14' into 2.0
* 1.14:
  [CI] Add PHP 8.3 to builds
2024-09-20 11:33:02 +02:00
Grzegorz Sadowski
d8713bf5e2
Merge branch '1.13' into 1.14
* 1.13:
  [CI] Add PHP 8.3 to builds
2024-09-20 11:26:04 +02:00
Grzegorz Sadowski
6ab88d9e11
[CI] Add PHP 8.3 to builds 2024-09-20 11:15:55 +02:00
Grzegorz Sadowski
2ec046ca5d
Merge branch '1.14' into 2.0
* 1.14:
  [CI] Minor refactor in full builds
  [CI] Adjust titles in custom build
2024-09-20 11:05:09 +02:00
Grzegorz Sadowski
efeb483caa
Merge branch '1.13' into 1.14
* 1.13:
  [CI] Minor refactor in full builds
  [CI] Adjust titles in custom build
2024-09-20 11:04:58 +02:00
Grzegorz Sadowski
a9dc38bb26
minor #16983 [CI] Minor refactor in full builds (GSadee)
This PR was merged into the 1.13 branch.

Discussion
----------

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

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - 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
-->


Commits
-------

5a7291ab1b [CI] Minor refactor in full builds
2024-09-20 11:03:06 +02:00
Grzegorz Sadowski
5a7291ab1b
[CI] Minor refactor in full builds 2024-09-20 10:56:49 +02:00
Grzegorz Sadowski
b01e419a3c
[CI] Adjust titles in custom build 2024-09-20 10:43:05 +02:00
Grzegorz Sadowski
cba8d1e7df
Merge branch '1.14' into 2.0
* 1.14:
  [CI] Extract unstable build from full builds
  [CI] Add SyliusMailerBundle alpha version to custom build
  [CI] Specify exact MariaDB versions
  [CI] Bump up DB versions to current LTS
  [CI] Upgrade ResourceBundle in unstable custom build
2024-09-20 10:37:34 +02:00
Grzegorz Sadowski
a86a5bc287
Merge branch '1.13' into 1.14
* 1.13:
  [CI] Extract unstable build from full builds
  [CI] Add SyliusMailerBundle alpha version to custom build
  [CI] Specify exact MariaDB versions
  [CI] Bump up DB versions to current LTS
  [CI] Upgrade ResourceBundle in unstable custom build
2024-09-20 10:25:42 +02:00
Grzegorz Sadowski
454a21a7ba
[CI] Extract unstable build from full builds 2024-09-20 10:15:50 +02:00
Grzegorz Sadowski
27db84133f
minor #16978 [CI] Bump up DB versions to current LTS (GSadee)
This PR was merged into the 1.13 branch.

Discussion
----------

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

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - 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
-->


Commits
-------

9001a39406 [CI] Bump up DB versions to current LTS
6966db9d9c [CI] Specify exact MariaDB versions
2024-09-20 10:03:40 +02:00
Grzegorz Sadowski
efea3a2d05
[CI] Add SyliusMailerBundle alpha version to custom build 2024-09-20 07:27:40 +02:00
Grzegorz Sadowski
6966db9d9c
[CI] Specify exact MariaDB versions 2024-09-20 07:26:53 +02:00
Grzegorz Sadowski
9001a39406
[CI] Bump up DB versions to current LTS 2024-09-20 07:24:19 +02:00
Grzegorz Sadowski
22e3566857
[CI] Upgrade ResourceBundle in unstable custom build 2024-09-18 15:13:16 +02:00
Grzegorz Sadowski
5ce1ae3db0
Merge branch '1.14' into 2.0
* 1.14:
  Update state_machine.rst
  [Maintenance] Remove `bootstrap-shop` from upmerges
  [Maintenance] Deprecate leftover legacy custom promotion validation
2024-09-18 12:42:08 +02:00
Jan Goralski
c44a8ad81c
[Maintenance] Remove bootstrap-shop from upmerges 2024-09-17 14:59:38 +02:00
Michał Pysiak
e1ff7938c5 Bump postgres in matrix 2024-09-16 14:22:00 +02:00
Michał Pysiak
aa13cb0841 Bump postgresql version in matrix 2024-09-16 14:22:00 +02:00
Grzegorz Sadowski
49f1a40caa [CI] Upgrade matrix to test SF7 and PHP 8.3 2024-09-16 14:22:00 +02:00
Loïc Frémont
b2c78c96cc [SF7] Upgrade matrix to tests Symfony 7 2024-09-16 14:22:00 +02:00
Jan Goralski
7040b4a5c6 [GA] Enable non-ui e2e steps 2024-09-16 12:20:17 +02:00
Grzegorz Sadowski
3abcfe213d
Merge branch '2.0' into symfony-7
* 2.0:
  [CI] Split JS builds for Panther and Chromedriver + add additional rerun
  Revert "[CI] Upmerge Action False Positive"
  Remove note about twig/twig from CONFLICTS.md file
  Bump twig packages
  [CI] Complete upmerge action successfully even if there are no changes between branches
  Add missing tags and cover scenarios in shopping_cart suite
  [CS][DX] Refactor
2024-09-12 14:57:06 +02:00
Grzegorz Sadowski
45f5e85e17
Merge branch '2.0' into bootstrap-shop
* 2.0:
  [CI] Split JS builds for Panther and Chromedriver + add additional rerun
  Revert "[CI] Upmerge Action False Positive"
  Remove note about twig/twig from CONFLICTS.md file
  Bump twig packages
  [CI] Complete upmerge action successfully even if there are no changes between branches
  Add missing tags and cover scenarios in shopping_cart suite
  [CS][DX] Refactor
2024-09-12 14:49:50 +02:00
Grzegorz Sadowski
ad5ca6fa2e
Merge branch '1.14' into 2.0
* 1.14:
  [CI] Split JS builds for Panther and Chromedriver + add additional rerun
  Revert "[CI] Upmerge Action False Positive"
2024-09-12 14:41:45 +02:00
Grzegorz Sadowski
097f2f0fb2
Merge branch '1.13' into 1.14
* 1.13:
  [CI] Split JS builds for Panther and Chromedriver + add additional rerun
2024-09-12 14:41:42 +02:00
Grzegorz Sadowski
192fe1dccd
[CI] Split JS builds for Panther and Chromedriver + add additional rerun 2024-09-12 13:47:53 +02:00
Rafał Jaskulski
70e60fae9d
Revert "[CI] Upmerge Action False Positive" 2024-09-12 10:05:24 +02:00
Grzegorz Sadowski
e89f71b1a7
Merge branch '1.14' into 2.0
* 1.14:
  [CI] Complete upmerge action successfully even if there are no changes between branches
2024-09-11 10:51:16 +02:00
Rafikooo
7a3d29c98c
[CI] Complete upmerge action successfully even if there are no changes between branches 2024-09-11 10:01:43 +02:00