Commit graph

473 commits

Author SHA1 Message Date
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
192fe1dccd
[CI] Split JS builds for Panther and Chromedriver + add additional rerun 2024-09-12 13:47:53 +02:00
Grzegorz Sadowski
5f56fef3c3
Minor CS fix in workflow 2024-08-28 12:19:40 +02:00
Loïc Frémont
b860b555bf
Apply suggestions from code review
Co-authored-by: Łukasz Chruściel <lchrusciel@gmail.com>
2024-08-28 12:19:40 +02:00
Loïc Frémont
614c79c3ad
Both resource and grid unstable versions 2024-08-28 12:19:02 +02:00
Loïc Frémont
8779ecfb65
Try SyliusGridBundle 1.13 2024-08-28 12:19:02 +02:00
Wojdylak
4680ee39ab
Fix Full CI to run 2.0 2024-07-26 15:42:47 +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
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
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
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
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
Wojdylak
e2224c191e
[Maintenance] Add branch 2.0 to refactor build 2024-04-19 09:17:08 +02:00
Grzegorz Sadowski
a578582d4f
Add upmerging from 2.0 to api-platform-3 2024-04-16 07:29:01 +02:00
Damian Murawski
8974f4cf59 Update FUNDING.yml 2024-04-10 12:27:09 +02:00
Damian Murawski
1a3f1c1825 Create FUNDING.yml 2024-04-10 12:27:09 +02:00
Jacob Tobiasz
e8dadbad28
Update the merge instruction 2024-04-01 08:21:31 +02:00
Jacob Tobiasz
3082029890
Enable updating an existing PR for a given "from"_"to" if it already exists 2024-04-01 08:20:42 +02:00
Jacob Tobiasz
cbcfa31572
[UPMERGE] 1.12 -> 1.13 (#16004)
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.13 -m "Resolve conflicts between 1.12 and 1.13"
```

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
change the commit title to
```
Resolve conflicts between 1.12 and 1.13
```
2024-03-14 14:01:18 +01:00
Jacob Tobiasz
510da2f0f6
Remove the redundant comma between code owners 2024-03-14 13:54:17 +01:00
Jacob Tobiasz
20d1ad224a
Fix the CODEOWNERS file 2024-03-14 11:07:15 +01:00
Jan Goralski
c1466726e9
[Maintenance] Update GHA 2024-03-07 18:22:20 +01:00
Jacob Tobiasz
447eec2c84
Split ci__full.yaml workflow into smaller ones 2024-02-26 11:06:42 +01:00
Jacob Tobiasz
c8e20cea07 Add upmerging from 2.0 to bootstrap-admin-panel 2024-02-25 12:38:40 +01:00
Grzegorz Sadowski
ef078e0721
Bump up Node.js only to supported LTS versions (18 and 20) 2024-02-09 13:52:53 +01:00
Jan Góralski
a79a8a3c92
minor #15828 Bump up Symfony 6 to 6.4 (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                                                          |

Continuation of https://github.com/Sylius/Sylius/pull/15827

As Symfony 6 versions lower than 6.4 are no longer supported, we would like to remove support for them also in the upcoming release of Sylius. Now, 1.13 will support both long-term supported Symfony versions: 5.4 and 6.4.

<!--
 - Bug fixes must be submitted against the 1.12 branch
 - Features and deprecations must be submitted against the 1.13 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
-------
  Bump up Symfony 6 to 6.4
  Bump up dev Symfony requirement to 6.4
  Add note to the UPGRADE file about minimal versions of Symfony
  Remove unnecessary Symfony conflicts
2024-02-09 13:22:37 +01:00
Grzegorz Sadowski
e337e431a6
[CI] Remove unsupported MySQL 5.7 from workflows 2024-02-09 12:47:34 +01:00
Grzegorz Sadowski
1c5a1af285
Bump up Symfony 6 to 6.4 2024-02-09 12:43:58 +01:00
Grzegorz Sadowski
79dcdbccab
Setup proper PHP version for given branch in refactor workflow 2024-02-09 11:32:09 +01:00
Grzegorz Sadowski
d29ec36041
Bump up PHP to 8.1 2024-02-09 10:32:40 +01:00
Grzegorz Sadowski
5c02786199
Merge branch '1.12' into 1.13
* 1.12:
  Bump up symfony/flex version
2024-02-09 08:57:30 +01:00
Grzegorz Sadowski
4281187414
Bump up symfony/flex version 2024-02-09 07:19:43 +01:00
Wojdylak
0c54f067c0
Update the branch-aliases 2024-02-05 09:42:18 +01:00
Jacob Tobiasz
7846f8c118
Resolve conflicts between 1.12 and 1.13 2024-02-02 12:25:14 +01:00
Jacob Tobiasz
1dd6ee5884
Add the @Sylius/development-team as a codeowner 2024-02-01 10:40:15 +01:00
Jan Góralski
e688d18fec
minor #15738 Use the new State Machine abstraction (jakubtobiasz)
This PR was merged into the 1.13 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.13
| Bug fix?        | no
| New feature?    | kinda
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | based on the #15729
| License         | MIT



Commits
-------
  Use the new State Machine abstraction
  Fix invalid workflow event names
  Fix retrieving the checkout state in the validator
  Reverse the sign next to the Symfony Workflow events listeners priorities
  Remove the non-existing config key
  Fix the StateMachine-related tests
  Fix CI
  Remove a reference to Sylius Resource
  Fix handling transitions inside the WinzouStateMachine
  Add testing the state machine adapter in the CI
  Fix the deprecation trigger descriptions
  Remove redundant phpdocs about thrown exception
  Remove redundant sm.configs parameter passed to the winzou adapter
2024-01-31 21:05:51 +01:00
Jacob Tobiasz
aef5c9c21d
Adjust the frontend build process CI to the 1.13 standard 2024-01-26 15:40:16 +01:00
Jacob Tobiasz
eca6d8c937
Resolve conflicts between 1.12 and 1.13 2024-01-26 15:37:35 +01:00
Jacob Tobiasz
ab217352ee
Add testing the state machine adapter in the CI 2024-01-26 14:48:56 +01:00
Jacob Tobiasz
cff037616f
Change the COMPOSER_ROOT_VERSION for the CI 2024-01-23 07:52:05 +01:00
Jacob Tobiasz
49e7b7325d
Add builds checking whether the frontend can be built with all supported nodejs versions
Co-authored-by: jaroslavtyc.com <mail@jaroslavtyc.com>
2024-01-20 17:11:39 +01:00
Jacob Tobiasz
24bd5786a5 Define permissions for all workflows
Co-authored-by: nathannaveen <42319948+nathannaveen@users.noreply.github.com>
2023-12-25 12:29:13 +01:00