Commit graph

115 commits

Author SHA1 Message Date
Łukasz Chruściel
425c8831ef
[Minor][Behat] Typo fix 2020-06-12 08:19:05 +02:00
Tomanhez
d5372e087c Add new step for creating shipping method 2020-06-09 15:03:16 +02:00
Tomanhez
ab17f34d21 Add tests 2020-06-09 15:03:16 +02:00
Kamil Kokot
f6414bc4bc
bug #11381 [API][ShippingMethod][Product] Improve sort filter and tests (Tomanhez, pamil)
This PR was merged into the 1.8-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | master
| Bug fix?        | yes
| New feature?    | yes
| BC breaks?      | no
| Deprecations?   | no
| License         | MIT

Improve sort filter for ShippingMethod:
Before:
<img width="1293" alt="Screenshot 2020-04-16 at 08 51 57" src="https://user-images.githubusercontent.com/39232096/79756107-6976c080-831a-11ea-9703-e9a355f15dc1.png">
After:
<img width="1282" alt="Screenshot 2020-04-20 at 15 18 16" src="https://user-images.githubusercontent.com/39232096/79756051-52d06980-831a-11ea-99b5-289342ed3592.png">

localeCode field is a part of sortFileter and It was misleading
For greater readability:
Before:
<img width="1370" alt="Screenshot 2020-04-17 at 10 25 44" src="https://user-images.githubusercontent.com/39232096/79756084-611e8580-831a-11ea-8ef8-f00898178368.png">
After:
<img width="1313" alt="Screenshot 2020-04-20 at 15 14 20" src="https://user-images.githubusercontent.com/39232096/79756067-57951d80-831a-11ea-9da8-e62cc5540cc0.png">



Commits
-------

02e2abe2f3 Improve UI tests
5e84e48fd8 Improve Api tests
ccddefc837 Apply suggestions from code review
2020-05-12 22:35:11 +02:00
Kamil Kokot
ccddefc837
Apply suggestions from code review
Co-authored-by: Grzegorz Sadowski <sadowskigp@gmail.com>
2020-05-12 22:32:10 +02:00
Tomanhez
5e84e48fd8 Improve Api tests 2020-05-04 14:12:26 +02:00
Tomanhez
02e2abe2f3 Improve UI tests 2020-05-04 10:26:14 +02:00
Mateusz Zalewski
c1b3243eec
Extract client for "by IRI" showing 2020-04-30 12:39:14 +02:00
Mateusz Zalewski
12e7f2d983
Check shipment units products by IRIs 2020-04-30 12:27:45 +02:00
Tomanhez
9e1cc286da
Add implementation for tests 2020-04-30 12:27:13 +02:00
Łukasz Chruściel
7450d01592
[API] Archivization toggling and filtration 2020-03-20 12:44:11 +01:00
Łukasz Chruściel
3013bbbafa
feature #11268 [API] Sorting shipping methods by name (Zales0123)
This PR was merged into the 1.8-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | master
| Bug fix?        | no
| New feature?    | yes
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | part of #11250, the continuation of #11267
| License         | MIT


Commits
-------

19daa1736b [API] Sorting shipping methods by name
2020-03-20 12:39:00 +01:00
Mateusz Zalewski
a7139ca0be
feature #11266 [API] Hide archived shipping methods (lchrusciel)
This PR was merged into the 1.8-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | master
| Bug fix?        | no
| New feature?    | yes
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | Part of #11250
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.6 or 1.7 branches (the lowest possible)
 - Features and deprecations must be submitted against the master branch
 - Make sure that the correct base branch is set
-->


Commits
-------

132ac6a617 [API] Hide archived shipping methods
2020-03-20 12:28:29 +01:00
Mateusz Zalewski
19daa1736b
[API] Sorting shipping methods by name 2020-03-20 12:06:52 +01:00
Łukasz Chruściel
6b2735acd7
feature #11267 [API] Sorting shipping method by code and position (Zales0123)
This PR was merged into the 1.8-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | master
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | part of https://github.com/Sylius/Sylius/issues/11250
| License         | MIT


Commits
-------

bbde767af4 [API] Sorting shipping methods by code
3699851041 [API] Sorting shipping methods by position
2020-03-20 11:48:15 +01:00
Mateusz Zalewski
3699851041
[API] Sorting shipping methods by position 2020-03-20 11:14:08 +01:00
Mateusz Zalewski
bbde767af4
[API] Sorting shipping methods by code 2020-03-20 11:05:20 +01:00
Łukasz Chruściel
132ac6a617
[API] Hide archived shipping methods 2020-03-20 10:47:44 +01:00
Łukasz Chruściel
8e46a6062c
[API] Protect shipping method from removal when in use 2020-03-20 09:09:37 +01:00
Łukasz Chruściel
75bfde0c61
[API] Editing and validation of shipping methods 2020-03-19 17:24:45 +01:00
Łukasz Chruściel
6cb6e43896
[API] Adding shipping methods 2020-03-19 14:28:42 +01:00
Łukasz Chruściel
42d5d0e085
[API] Adding shipping methods 2020-03-19 11:49:10 +01:00
Łukasz Chruściel
4524502d81
[API] Deleting shipping methods 2020-03-17 15:43:47 +01:00
Łukasz Chruściel
21a0bdb535
[API] Browsing shipping methods 2020-03-17 15:43:37 +01:00
Adam Kasperczak
2c56565dee
[API] shipping with tracking code + minor fixes 2020-03-17 15:14:33 +01:00
Adam Kasperczak
e5d369c120
[API] cover shipment filtering and simple state machine 2020-03-17 15:14:33 +01:00
Adam Kasperczak
cec2bc0494
[API] Configuration for shipment api browsing 2020-03-17 15:14:33 +01:00
Tomanhez
43ebea28e9
Modify contexts and features for ShippingCategory 2020-03-17 15:14:23 +01:00
Grzegorz Sadowski
7aa394d5c5
[Shipment] Fixes for setting shipped at date feature 2020-02-11 09:21:29 +01:00
Adam Kasperczak
d36d4a4b60
Add shippedAt date on shipment 2020-02-11 09:21:28 +01:00
Grzegorz Sadowski
2f1a1d379f
[Shipment] Fixes for shipment show page 2020-02-11 08:44:10 +01:00
Tomanhez
d95c4be9b4
Add fixes for behats 2020-02-11 08:44:10 +01:00
Tomanhez
07ed4fcb0f
Add shipment show page 2020-02-11 08:44:10 +01:00
Tomanhez
e723eae694
Add betat tests 2020-02-11 08:43:23 +01:00
Adam Kasperczak
40161188a1
Ship shipment from index with tracking code 2020-02-03 08:38:11 +01:00
Adam Kasperczak
69bc77a7ea
Behats - shipping shipments with tracking code 2020-02-03 08:38:11 +01:00
Mateusz Zalewski
727337e5c7
[Behat] Describe billing address as a base one in checkout Behat scenarios 2020-01-16 18:53:01 +01:00
Kamil Kokot
05c9e8fc7d
bug #10981 [Behat] Spend less time waiting for slug generation (Zales0123)
This PR was merged into the 1.7-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | master
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | related issues https://github.com/Sylius/Sylius/pull/10973, https://github.com/Sylius/Sylius/pull/10562, https://github.com/Sylius/Sylius/pull/10043
| License         | MIT

Even though waiting for the slug generation should end when it's generated, I've noticed that it still takes a lot of time. So I made a quick experiment with lowering the waiting time and it seems to not harm and even improve execution time a little bit 💃 
I also removed a `@javascript` tag from some scenarios that _de facto_ didn't need it.

Before:

<img width="552" alt="Zrzut ekranu 2019-12-20 o 11 57 30" src="https://user-images.githubusercontent.com/6212718/71250974-57135880-2321-11ea-8e86-ed3d1bb70061.png">

After:

<img width="540" alt="Zrzut ekranu 2019-12-20 o 11 56 12" src="https://user-images.githubusercontent.com/6212718/71251008-698d9200-2321-11ea-9865-99a0bafa9c3c.png">


Commits
-------

c0a4652a5b Remove unnecessary @javascript tag from some scenarios
af99a572be Lower jquery waiting time
2019-12-23 10:25:25 +01:00
Mateusz Zalewski
c0a4652a5b
Remove unnecessary @javascript tag from some scenarios 2019-12-20 08:30:47 +01:00
Mateusz Zalewski
4013e51dfd
[Behat] Remove js requirement for bulk delete scenarios 2019-12-19 09:03:04 +01:00
Łukasz Chruściel
0f13cc4c42
Merge branch '1.5' into 1.6
* 1.5:
  PR review fixes
  [ShippingMethod] Do not allow to specify shipping fee below 0
2019-10-25 19:40:56 +02:00
Mateusz Zalewski
b9c1ca52ab
PR review fixes 2019-10-24 08:17:01 +02:00
Mateusz Zalewski
031c398e77
[ShippingMethod] Do not allow to specify shipping fee below 0 2019-10-23 13:30:43 +02:00
Grzegorz Sadowski
34151ea8b1
Fixes after PR review 2019-08-28 15:14:44 +02:00
Grzegorz Sadowski
61ff1ad919
[Admin][Shipment] Fixes to filtering shipments by a channel 2019-08-28 15:14:40 +02:00
Tomanhez
01af056c27
[Behat][Admin][Shipment] Add filtering shipments by channel 2019-08-28 15:14:35 +02:00
Łukasz Chruściel
b753b25295
Revert "[Admin][Shipment] Add filtering shipments by a channel" 2019-08-28 13:40:36 +02:00
Grzegorz Sadowski
a9cb196541
Fixes after PR review 2019-08-28 12:02:22 +02:00
Grzegorz Sadowski
7c6b35e1f4
[Admin][Shipment] Fixes to filtering shipments by a channel 2019-08-28 12:01:32 +02:00
Tomanhez
ae5f957f39
[Behat][Admin][Shipment] Add filtering shipments by channel 2019-08-28 12:00:12 +02:00