Commit graph

34058 commits

Author SHA1 Message Date
Rafikooo
6520335ed6
[Behat] Enable editing product option scenario 2024-07-31 20:47:24 +02:00
Rafikooo
8e19388909
[Behat] Enable hybrid catalog promotion scenarios 2024-07-31 20:47:24 +02:00
Rafikooo
9785016ad4
[Admin] Render currency test attribute 2024-07-31 20:47:24 +02:00
Rafikooo
100c79e501
[Behat] Enable all hybrid checkout scenarios except one 2024-07-31 20:47:23 +02:00
Karol
bb0bc58ce1
[UPMERGE] 1.14 -> 2.0 (#16657)
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-31 08:47:55 +02:00
Wojdylak
4a13dcec25
Resolve conflicts between 1.14 and 2.0 2024-07-31 07:57:48 +02:00
Michał Pysiak
da38d8c8bd
minor #16647 Deprecate PromotionCouponPromotionFilter (TheMilek)
This PR was merged into the 1.14 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.14 <!-- see the comment below -->
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | yes <!-- don't forget to update the UPGRADE-*.md file -->
| 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
-->
deprecates as it has been removed [here](https://github.com/Sylius/Sylius/pull/16646)


Commits
-------
  Deprecate PromotionCouponPromotionFilter
2024-07-30 09:34:14 +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
Michał Pysiak
ecbd4fa32c
[CS][DX] Refactor (#16653)
This PR has been generated automatically.
For more details see
[refactor.yaml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yaml).
2024-07-30 08:08:36 +02:00
Karol
545565fe59
[UPMERGE] 1.14 -> 2.0 (#16651)
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-30 07:57:49 +02:00
Sylius Bot
e646f68c79 [CS][DX] Refactor 2024-07-30 02:17:43 +00:00
Kamil Grygierzec
f8ce9f8a17
Deprecate PromotionCouponPromotionFilter 2024-07-29 15:21:43 +02:00
Kamil Grygierzec
8c9a2db5f7
minor #16638 Refactor GUS info (Wojdylak)
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
| Related tickets | N/A
| License         | MIT

![image](https://github.com/user-attachments/assets/6ecda25d-b4d3-4f93-bec5-d1f4094a8be0)

Commits
-------
  Refactor GUS info
2024-07-29 10:28:17 +02:00
Kamil Grygierzec
7d9c78a1cf
[Admin] Add global alert for form errors (#16634)
| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | n/a
| License         | MIT


![image](https://github.com/user-attachments/assets/099ce8fc-9c1d-462a-925f-cbacf3a0479d)
2024-07-29 10:19:17 +02:00
Kamil Grygierzec
ceb602e986
minor #16639 Fix PostgreSQL CI Full to run (Wojdylak)
This PR was merged into the 1.13 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.13
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | #14786
| License         | MIT


Commits
-------
  Fix Full CI to run 2.0
2024-07-29 08:37:59 +02:00
Michał Pysiak
0c11dbea31
[UPMERGE] 1.13 -> 1.14 (#16641)
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-29 07:06:15 +02:00
Kamil Grygierzec
b75c79e947
minor #16633 [ChannelsTest] Use inArray to check locales (Wojdylak)
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
| Related tickets | [action](https://github.com/Sylius/Sylius/actions/runs/10086616660/job/27889633254) 
| License         | MIT

Fixed intermittent test failures in GitHub Actions

Commits
-------
  [ChannelsTest] Use inArray to check locales
2024-07-26 16:58:12 +02:00
Wojdylak
4680ee39ab
Fix Full CI to run 2.0 2024-07-26 15:42:47 +02:00
Wojdylak
545a22ea62
Refactor GUS info 2024-07-26 14:47:46 +02:00
Wojdylak
3032d49ef5
[Admin] Add global alert for form errors 2024-07-25 11:22:09 +02:00
Wojdylak
4e877734f2
[ChannelsTest] Use inArray to check locales 2024-07-25 08:55:59 +02:00
Karol
c680dc74df
Edit sections unify (#16568)
First of all:
- changing the naming of the section from `Details` to `General`
- if there is only one section on a subpage, it remains without a header
- adding headers to `Translations` sections
- moved `code` field to be always first
- shipping method folder structure unified
2024-07-24 13:52:12 +02:00
kulczy
0220b4f848 Unify naming 2024-07-23 11:49:48 +02:00
kulczy
6e09073cb0 Unify tax rates sections 2024-07-22 20:57:57 +02:00
kulczy
6cedf9c3e6 Unify tax categories sections 2024-07-22 20:57:57 +02:00
kulczy
fa1bf60ca2 Unify payment method sections 2024-07-22 20:57:54 +02:00
kulczy
4bc9baeb6f Unify currencies sections 2024-07-22 20:02:59 +02:00
kulczy
4d959232c1 Unify locales sections 2024-07-22 20:02:59 +02:00
kulczy
092f8f237b Unify zone sections 2024-07-22 20:02:59 +02:00
kulczy
abd56ed2f5 Unify countries sections 2024-07-22 20:02:59 +02:00
kulczy
49dd0ec867 Unify catalog promotion sections 2024-07-22 20:02:57 +02:00
kulczy
81f14e7382 Unify cart promotion sections 2024-07-22 20:02:28 +02:00
kulczy
765d9baa15 Unify customer groups sections 2024-07-22 20:00:04 +02:00
kulczy
11e9d8672a Unify association types sections 2024-07-22 20:00:04 +02:00
kulczy
d98a369082 Unify product options sections 2024-07-22 19:59:53 +02:00
kulczy
9d8d3ef253 Unify product attribute edit sections 2024-07-22 19:43:36 +02:00
kulczy
4de84dec34 Unify variants edit sections 2024-07-22 19:43:32 +02:00
kulczy
a658874471 Unify products sections 2024-07-22 19:40:56 +02:00
kulczy
0a556bf576 Unify taxon sections 2024-07-22 19:40:56 +02:00
kulczy
45191b12bf Add option for render borderless accordion 2024-07-22 19:40:56 +02:00
Rafał Jaskulski
4f13212115
[Admin] Overall cleanup of macros (#16610)
| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | replaces #16340
| License         | MIT
2024-07-22 12:24:17 +02:00
Rafał Jaskulski
1e02bb460c
[CS][DX] Refactor (#16618)
This PR has been generated automatically.
For more details see
[refactor.yaml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yaml).
2024-07-22 10:10:23 +02:00
Sylius Bot
9831243e35 [CS][DX] Refactor 2024-07-21 02:18:59 +00: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
Rafał Jaskulski
b7d92a66ca
[CI] Run 1.14 full build instead of unsupported 1.12 (#16612)
| Q               | A
|-----------------|-----
| Branch?         | 1.14
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| 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-07-19 14:59:28 +02:00
Grzegorz Sadowski
a7d7acbf51
[CI] Run 1.14 full build instead of unsupported 1.12 2024-07-19 13:19:25 +02:00
Kamil Grygierzec
c567a703a4 Replace id's with test attributes and adjust templates to review suggestions 2024-07-19 07:39:50 +02:00
Kamil Grygierzec
d038ccd0a7 [Admin] Shipping category Create/Update page 2024-07-19 07:39:50 +02:00
Grzegorz Sadowski
157a7ef1f2
Merge branch '1.14' into 2.0
* 1.14:
  Revert "Remove unused argument
"
  Remove unused argument
  fix(locales): use callback wrapper for choices
2024-07-18 13:44:31 +02:00
Grzegorz Sadowski
220680f659
Merge branch '1.13' into 1.14
* 1.13:
  Revert "Remove unused argument
"
  Remove unused argument
  fix(locales): use callback wrapper for choices
2024-07-18 13:44:18 +02:00