Commit graph

34683 commits

Author SHA1 Message Date
Wojdylak
48b0e9ee9b
[Api] Add default argument name const to attributes 2024-08-02 15:02:35 +02:00
Wojdylak
1b44339ab6
[Api] Add AbstractInputContextBuilder 2024-08-02 14:29:53 +02:00
Rafikooo
799557d62e
[Unit] Enable deleting the only channel test 2024-08-02 14:02:14 +02:00
Rafikooo
db6a202b5e
[Unit] Use requestPost util method in ChannelsTest 2024-08-02 14:02:14 +02:00
Jan Goralski
e171fca830
[API][Shop] Upgrade ProductReview 2024-08-02 13:20:22 +02:00
Jan Goralski
3161ff6656
[API] Fix response resource id generation for custom patch paths 2024-08-02 13:20:22 +02:00
Jan Goralski
1b6d174f66
[API] Bring back command iri to identifier conversion 2024-08-02 13:20:21 +02:00
Jan Goralski
cdf02bdc15
[API][Admin] Upgrade ProductReview 2024-08-02 13:20:17 +02:00
Rafikooo
0e05e49a70
[Unit] Add requestPost util function and other related code 2024-08-02 10:45:02 +02:00
Rafikooo
e0338c18e4
[Unit] ChannelsTest code refactor 2024-08-02 10:19:54 +02:00
Rafikooo
9ef609eee9
[Behat] Update ManagingChannelsBillingDataContext class 2024-08-02 10:03:14 +02:00
Rafikooo
5f464b5eb2
[API] Configure ShopBillingData field as embedded Channel's resource 2024-08-02 10:03:14 +02:00
Rafikooo
a638fba0fc
[API] Update serialization groups of ShopBillingData resource 2024-08-02 10:03:14 +02:00
Rafikooo
9bd4e0ba68
[API] Remove obsolete serialization groups from Channel resource 2024-08-02 10:03:13 +02:00
Rafikooo
0f289e5f60
[Unit] Update channel tests responses to include shop billing data 2024-08-02 10:03:13 +02:00
Rafikooo
fc8d23c99c
[Unit] Remove obsolete shop billing data response files 2024-08-02 10:03:13 +02:00
Rafikooo
31421502d5
[Unit] Improve channel fixtures with more descriptive data 2024-08-02 10:03:13 +02:00
Rafikooo
006786df0b
[Unit] Update Channels tests to include embedded shop billing data 2024-08-02 10:03:13 +02:00
Rafał Jaskulski
bfa5829bd0
[UPMERGE] 1.14 -> 2.0 (#16663)
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-08-02 07:54:29 +02:00
Jan Góralski
0ec16d06c7
minor #16666 [Api][Admin] Enable Order resource (Wojdylak)
This PR was merged into the api-platform-3 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | api-platform-3
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | n/a
| License         | MIT

Commits
-------
  [Api][Admin] Enable Order resource
  [Api][Admin] section after the type of service
2024-08-01 16:56:17 +02:00
Jan Góralski
a6ec5b2103
minor #16627 [Admin] Enable and Implement Remaining Scenarios (Rafikooo)
This PR was merged into the 2.0 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 2.0 <!-- see the comment below -->
| Bug fix?        | no
| New feature?    | yes
| BC breaks?      | no
| Deprecations?   | no <!-- 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
-->


Commits
-------
  [Behat] Enable all hybrid checkout scenarios except one
  [Admin] Render currency test attribute
  [Behat] Enable hybrid catalog promotion scenarios
  [Behat] Enable editing product option scenario
  [Behat] Enable remaining managing users scenario
  [Behat] Enable deleting multiple product variants scenario
  [Behat] Enable viewing product in store from variant edit page scenarios
  [Behat] Improve view product in store action
  [Admin] Render view in store button in the variant edit page
  [Behat] Enable scenarios and improve implementation for filtered pages redirections
  [Admin] Render pagination and enabled filter test attributes
  [Behat] Use test attribute to retrieve order notes
  [Admin] Add missing order notes information
  [Admin] Configure and use anonymous view in store component
2024-08-01 16:42:37 +02:00
Karol
f9c3159fd5
[Admin][Product] Remove EU flags from non-translatable attributes (#16661)
| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | kinda
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | -
| License         | MIT

### Before:

<img width="977" alt="Screenshot 2024-07-31 at 13 04 45"
src="https://github.com/user-attachments/assets/45b29430-29e1-44a2-8862-360674905170">

### After:

<img width="987" alt="Screenshot 2024-07-31 at 13 04 07"
src="https://github.com/user-attachments/assets/dd575c95-7672-4b9f-a897-4ce78897dcc2">
2024-08-01 16:37:27 +02:00
Jan Góralski
9fc702dcd4
minor #16660 [API] Enable Taxon resources (mpysiak)
This PR was merged into the api-platform-3 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | api-platform-3
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | n/a
| 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
-------
  [API] Enable Taxon tests
  [API] Fix normalisation group
  [API] TaxonTranslation cleanup
  [API] Enable behat scenarios
  [API] Make taxon translation subresource
  [API] Remove unnecessary properties
  [API] Remove legacy configuration
  [API] Revert properties removal
  Remove normalization from NotExposed operation
2024-08-01 16:11:20 +02:00
Wojdylak
0a229fed34
[Api][Admin] section after the type of service 2024-08-01 15:14:24 +02:00
Wojdylak
9add00905a
[Api][Admin] Enable Order resource 2024-08-01 13:30:28 +02:00
Rafikooo
7826af04c8
[Admin] Configure and use anonymous view in store component 2024-08-01 12:37:57 +02:00
Rafikooo
d8fd9e1db6
[Admin] Add missing order notes information 2024-08-01 11:19:32 +02:00
Rafikooo
257d91acaf
[Behat] Use test attribute to retrieve order notes 2024-08-01 11:19:32 +02:00
Rafikooo
4fa37cb0f0
[Admin] Render pagination and enabled filter test attributes 2024-08-01 11:19:32 +02:00
Rafikooo
1108ea9683
[Behat] Enable scenarios and improve implementation for filtered pages redirections 2024-08-01 11:19:32 +02:00
Rafikooo
a046ac804b
[Admin] Render view in store button in the variant edit page 2024-08-01 10:33:25 +02:00
Michał Pysiak
1de0ec0e6f
Remove normalization from NotExposed operation 2024-08-01 09:20:13 +02:00
Michał Pysiak
6853b3084f
[CS][DX] Refactor (#16664)
This PR has been generated automatically.
For more details see
[refactor.yaml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yaml).
2024-08-01 06:09:44 +02:00
Sylius Bot
432cfd5d24 [CS][DX] Refactor 2024-08-01 02:21:39 +00:00
Rafikooo
6a1cdaaf0d
[Behat] Improve view product in store action 2024-07-31 20:47:25 +02:00
Rafikooo
be3615dc2c
[Behat] Enable viewing product in store from variant edit page scenarios 2024-07-31 20:47:25 +02:00
Rafikooo
5411651c7e
[Behat] Enable deleting multiple product variants scenario 2024-07-31 20:47:25 +02:00
Rafikooo
dcc4c176a7
[Behat] Enable remaining managing users scenario 2024-07-31 20:47:25 +02:00
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
Michał Pysiak
3a6458f363
[API] Revert properties removal 2024-07-31 18:20:57 +02:00
Jan Goralski
8aa602e3c5
[Admin][Product] Remove EU flags from non-translatable attributes 2024-07-31 14:23:58 +02:00
Michał Pysiak
91e52bb488
[API] Remove legacy configuration 2024-07-31 13:52:59 +02:00
Michał Pysiak
7f07dd8888
[API] Remove unnecessary properties 2024-07-31 13:49:02 +02:00
Michał Pysiak
8099c91076
[API] Make taxon translation subresource 2024-07-31 13:06:08 +02:00
Michał Pysiak
2b1aa68805
[API] Enable behat scenarios 2024-07-31 12:28:00 +02:00
Michał Pysiak
053b600f54
[API] TaxonTranslation cleanup 2024-07-31 12:28:00 +02:00
Michał Pysiak
78c966b3f0
[API] Fix normalisation group 2024-07-31 12:28:00 +02:00