Commit graph

534 commits

Author SHA1 Message Date
Grzegorz Sadowski
7b8c1a7fa2
[CI] Add PHP 8.4 and SF 7.2 to unstable build 2024-11-20 12:56:12 +01:00
Francis Hilaire
1601b57eb3
Remove Payum specific environment 2024-11-09 13:59:35 +01:00
Michał Pysiak
e3979bf772
[CI] Add GH action to synchronize 2.0 branch with GitBook docs branch (#17410)
| Q               | A
|-----------------|-----
| Branch?         | 2.0
| 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
-->
2024-11-05 06:12:33 +01:00
Grzegorz Sadowski
38fab5d1f0
[CI] Add GH action to synchronize 2.0 branch with GitBook docs branch 2024-11-04 15:54:18 +01:00
Grzegorz Sadowski
8b352dd5a0
[CI] Add 2.0-docs branch to upmerges 2024-11-04 15:35:07 +01:00
Magdalena Sadowska
7bb8dc17ea [Docs] Remove test build for documentation 2024-11-04 10:50:22 +01:00
Grzegorz Sadowski
8705640978
[CI] Remove defining API Platform version from matrix 2024-10-28 10:40:05 +01:00
Michał Pysiak
d5e139c8a9
Enable composer-require-checker 2024-10-28 08:28:16 +01:00
Michał Pysiak
9e75e50b21
Install only needed APIP packages 2024-10-28 08:26:30 +01:00
Michał Pysiak
808875a872
Turn of composerchecker for now 2024-10-28 07:20:31 +01:00
Michał Pysiak
9c73245833
Fix CI matrix APIP versions 2024-10-28 06:53:15 +01:00
Michał Pysiak
c1358f98db
Install stable chrome on CI 2024-10-25 08:54:22 +02:00
Rafał Jaskulski
b6bcf028a9
[CI] Use default env in MySQL workflow (#17248)
| Q               | A
|-----------------|-----
| Branch?         | 2.0
| 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
-->
2024-10-16 14:51:43 +02:00
Grzegorz Sadowski
1edb3b2699
[CI] Use default env in MySQL workflow 2024-10-16 11:19:39 +02:00
Grzegorz Sadowski
57e2af5678
[CI] Add temporarily one minimal build for Winzou State Machine to check the PR 2024-10-15 08:26:55 +02:00
Grzegorz Sadowski
b7fc5dfe65
[CI] Install Winzou State Machine if needed 2024-10-15 08:26:55 +02:00
Grzegorz Sadowski
7bf77d98b1
[CI] Configure only one build for Winzou State Machine 2024-10-15 08:26:54 +02:00
Grzegorz Sadowski
d73c652eff
[CI] Remove payment-request branch from upmerges 2024-10-14 15:09:07 +02:00
Grzegorz Sadowski
c994b89310
Revert "[CI] Use default env in MySQL workflow" 2024-10-10 06:58:53 +02:00
Grzegorz Sadowski
326c50ce5b
[CI] Use default env in MySQL workflow 2024-10-09 15:23:36 +02:00
Grzegorz Sadowski
5cff6c6b11
Resolve conflicts between 2.0 and payment-request 2024-10-09 07:17:43 +02:00
Grzegorz Sadowski
74732319f5
Merge branch '1.14' into 2.0
* 1.14:
  [PromotionBundle] Unification of service names - fix
  [CI] Remove currently unneeded custom build
  [API] Add default sorting order for customers admin GET endpoint
  Change fixtures - add createdAt different time for customers
  [Review] Change ReviewChangeListener doctrine event from postRemove to preRemove
  [Composer] Remove conflict to doctrine/orm
2024-10-09 06:58:26 +02:00
Grzegorz Sadowski
f1118eae44
Merge branch '1.13' into 1.14
* 1.13:
  [CI] Remove currently unneeded custom build
  [API] Add default sorting order for customers admin GET endpoint
  Change fixtures - add createdAt different time for customers
  [Review] Change ReviewChangeListener doctrine event from postRemove to preRemove
  [Composer] Remove conflict to doctrine/orm
2024-10-09 06:52:00 +02:00
Grzegorz Sadowski
4527f1c52a
[CI] Remove currently unneeded custom build 2024-10-08 14:08:00 +02:00
Grzegorz Sadowski
8db6bc38e0
[UPMERGE] 2.0 -> payment-request (#17080)
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-10-02 06:49:03 +02:00
Grzegorz Sadowski
da9e565eab
[Composer] Bump sylius/mailer-bundle to 2.1 version 2024-10-01 13:08:32 +02:00
Grzegorz Sadowski
54238fa3d4
Merge branch 'payment-request' into upmerge/2.0_payment-request 2024-10-01 09:09:56 +02:00
Wojdylak
32c0a3b85a
Enable hybrid suit with javascript tag in actions 2024-09-27 09:20:34 +02:00
Grzegorz Sadowski
859c87a278
[UPMERGE] 2.0 -> payment-request (#17041)
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-27 07:04:34 +02:00
Grzegorz Sadowski
d50c83fd46
[CI] Add sylius-stack branch to upmerges 2024-09-26 14:21:48 +02:00
Grzegorz Sadowski
42f2fcb123
Resolve conflicts between 2.0 and payment-request 2024-09-26 13:52:33 +02:00
Grzegorz Sadowski
bcc2f9fe9e
[CI] Bump minimum Symfony 7 version to 7.1 2024-09-25 10:41:38 +02:00
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