Commit graph

34696 commits

Author SHA1 Message Date
Michał Pysiak
9725da14a4
[API] Promotion GET Collection (#16625)
| Q               | A
|-----------------|-----
| Branch?         | api-platform-3 <!-- see the comment below -->
| Bug fix?        | no
| New feature?    | yes
| BC breaks?      | no
| Deprecations? | no <!-- don't forget to update the UPGRADE-*.md file
-->
| Related tickets | continuation of
https://github.com/Sylius/Sylius/pull/16613, related to
https://github.com/Sylius/Sylius/pull/16622,
https://github.com/Sylius/Sylius/pull/16624
| 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
-->

Current endpoints state:
<img width="673" alt="image"
src="https://github.com/user-attachments/assets/984c6836-212f-4d7b-9392-a190ce001a65">
2024-07-29 06:36:23 +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
Kamil Grygierzec
d3f092f91d
introduce new paramter for filtering non archived entities 2024-07-25 14:44:48 +02:00
Kamil Grygierzec
225ce2048d
review fixes 2024-07-25 14:44:48 +02:00
Kamil Grygierzec
f29d5af98e
Remove additional post after rebase 2024-07-25 13:12:46 +02:00
Rafikooo
96284ee77e
[Behat] Enable API managing promotions suite 2024-07-25 13:12:46 +02:00
Rafikooo
33050b7e8e
[Unit] Adjust promotion collection response 2024-07-25 13:12:46 +02:00
Rafikooo
c396c93237
[API] Configure Promotion get collection endpoint 2024-07-25 13:12:46 +02:00
Rafikooo
47aeeb7638
[Unit] Restore promotion collection retrieval test 2024-07-25 13:12:46 +02:00
Rafikooo
0e40a4cbd5
[API] Configure Promotion Update endpoint 2024-07-25 13:12:45 +02:00
Rafikooo
45302f1596
[API] Configure Promotion Creation endpoint 2024-07-25 13:12:45 +02:00
Kamil Grygierzec
c428451134
[API] Cover zones (#16628)
| Q               | A
|-----------------|-----
| Branch?         | api-platform-3
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | N/A
| License         | MIT
2024-07-25 12:21:50 +02:00
Wojdylak
cef262a4b4
[Api][Zone] Minor improvements 2024-07-25 11:28:33 +02:00
Wojdylak
3032d49ef5
[Admin] Add global alert for form errors 2024-07-25 11:22:09 +02:00
Karol
91b9bd754d
Reorder the behat tags in Promotion Coupon scenarios (#16632)
| Q               | A
|-----------------|-----
| Branch?         | api-plaform-3 <!-- see the comment below -->
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| 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
-->
continuation of https://github.com/Sylius/Sylius/pull/16623
2024-07-25 09:09:45 +02:00
Wojdylak
4e877734f2
[ChannelsTest] Use inArray to check locales 2024-07-25 08:55:59 +02:00
Michał Pysiak
fb36e52f16
Minor changes 2024-07-25 08:55:39 +02:00
Michał Pysiak
86cf4c8a44
Remove legacy configuration 2024-07-25 08:52:50 +02:00
Michał Pysiak
0a7ac37f57
Fix generating id in statistics 2024-07-25 08:52:50 +02:00
Michał Pysiak
ca34aff2a9
Minor fixes 2024-07-25 08:52:50 +02:00
Michał Pysiak
3802da5b0c
Minor fixes 2024-07-25 08:52:49 +02:00
Michał Pysiak
2e36b942a9
[API] Remove legacy api configuration 2024-07-25 08:52:49 +02:00
Michał Pysiak
35f98b72fd
[API] Enable and fix behat tests 2024-07-25 08:52:49 +02:00
Michał Pysiak
5e2e9c6586
[API] Add APIP3 configuration and fix contract tests 2024-07-25 08:52:49 +02:00
Michał Pysiak
f98814ed3f
[API] Enable disabled contract tests 2024-07-25 08:52:49 +02:00
Michał Pysiak
5360aeea3a
[API] Promotion Create and Update (#16624)
| Q               | A
|-----------------|-----
| Branch?         | api-platform-3 <!-- see the comment below -->
| Bug fix?        | no
| New feature?    | yes
| BC breaks?      | no
| Deprecations? | no <!-- don't forget to update the UPGRADE-*.md file
-->
| Related tickets | continuation of
https://github.com/Sylius/Sylius/pull/16613, related to
https://github.com/Sylius/Sylius/pull/16622
| 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
-->

Current endpoints state:
<img width="695" alt="image"
src="https://github.com/user-attachments/assets/b0a0c92e-f56a-435e-85d1-3a2dcc6ff9ca">
2024-07-25 08:40:17 +02:00
Kamil Grygierzec
9e43ac412f
Reorder the behat tags 2024-07-25 08:37:20 +02:00
Karol
c5d847334b
[API] Cover shipments (#16614)
| Q               | A
|-----------------|-----
| Branch?         | api-platform-3
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | -
| License         | MIT
2024-07-25 08:29:10 +02:00
Karol
54bb55d4e9
Adjust ShopUserResetPassword consistent with the changes from 1.13 (#16631)
| Q               | A
|-----------------|-----
| Branch?         | api-platform-3 <!-- see the comment below -->
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| 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
-->
continuation of https://github.com/Sylius/Sylius/pull/16629
2024-07-25 08:27:45 +02:00
Kamil Grygierzec
f8fdf46586
minor fix 2024-07-25 08:22:46 +02:00
Rafikooo
abcac1a672
[Unit] Adjust promotion updating response 2024-07-25 08:22:46 +02:00
Rafikooo
bf7ff2c20c
[API] Configure Promotion Update endpoint 2024-07-25 08:22:46 +02:00
Rafikooo
09551d7a45
[Unit] Restore promotion updating tests 2024-07-25 08:22:46 +02:00
Rafikooo
4ce9660fee
[Unit] Adjust promotion creation response 2024-07-25 08:22:45 +02:00
Rafikooo
a4df68ef6b
[API] Configure Promotion Creation endpoint 2024-07-25 08:22:45 +02:00
Rafikooo
af0208dbc7
[Unit] Restore promotion creating tests 2024-07-25 08:22:45 +02:00
Kamil Grygierzec
e24d0c975b
Adjust ShopUserResetPassword consistent with the changes from 1.13 2024-07-25 07:58:07 +02:00
Michał Pysiak
57a467f557
Adjust AdminUserPassword SendContactRequest and VerifyShopUser consistent with the changes from 1.13 (#16629)
| Q               | A
|-----------------|-----
| Branch?         | api-platform-3 <!-- see the comment below -->
| Bug fix?        | slighly
| New feature?    | no
| BC breaks?      | no
| 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
-->

[REF](https://github.com/Sylius/Sylius/pull/15949/files)
2024-07-25 07:09:28 +02:00
Kamil Grygierzec
fa2bda7202
minor review fixes 2024-07-24 14:58:19 +02:00
Kamil Grygierzec
fc2e887d11
Reorganise the resource configuration a bit 2024-07-24 14:02:28 +02:00
Kamil Grygierzec
9f1b385b6b
Add missing suite and comment suites that needs checkout 2024-07-24 14:02:28 +02:00
Jan Goralski
0b0b77757b
[API] Cover admin side of shipments 2024-07-24 14:02:27 +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
Kamil Grygierzec
bd342e2a4b
Adjust AdminUserPassword SendContactRequest and VerifyShopUser consistent with the changes from 1.13 2024-07-24 13:38:12 +02:00
Wojdylak
28819a6c0a
[Api][Zone] Enable behat tests 2024-07-24 12:50:10 +02:00
Wojdylak
74b24bf672
[Api][Zone] Enable unit tests 2024-07-24 12:50:10 +02:00
Wojdylak
edd1100f4b
[Api][Zone] Use ZoneDenormalizer for PUT operation 2024-07-24 12:50:09 +02:00
Wojdylak
3cc2a9775f
[Api][Zone] Change DataPersister to StateProcessor 2024-07-24 12:48:51 +02:00