Commit graph

79 commits

Author SHA1 Message Date
Jan Goralski
c845cd6b89
[PriceHistory][Behat] Update channel edition scenarios 2023-03-29 10:50:54 +02:00
Rafikooo
7ac1a56a27
[PriceHistory][UI] Tag scenarios with managing channels enabled 2023-03-28 12:50:27 +02:00
Rafikooo
3d2ae584f9
[PriceHistory][API] Add channel setup implementation 2023-03-28 12:50:27 +02:00
Rafikooo
77a8b87b5f
[PriceHistory][API] Tag channels managing scenarios enabled 2023-03-27 18:58:03 +02:00
Rafikooo
10b67523c3
[PriceHistory] Tag scenarios as @todo 2023-03-13 12:38:59 +01:00
Rafikooo
88db81fe0e
[PriceHistory][Scenarios] Channel setup 2023-03-13 09:40:12 +01:00
Kevin Kaniaburka
fd298f1869
Merge branch '1.11' into 1.12
* 1.11:
  [Behat][API] Add missing channels suite to imports
2022-11-29 08:36:42 +01:00
Grzegorz Sadowski
19db727efd
[Behat][API] Add missing channels suite to imports 2022-11-24 00:14:24 +01:00
Grzegorz Sadowski
5d244a4994
[UI][Channel] Add shippingAddressInCheckoutRequired field to channel entity 2022-08-02 09:08:59 +02:00
Grzegorz Sadowski
b8fbd53549
[API][Channel] Add shippingAddressInCheckoutRequired field to channel entity 2022-08-02 09:08:59 +02:00
Grzegorz Sadowski
2bb910d8a6
[Behat][Channel][Checkout] Add scenarios for changing the required address in the checkout 2022-08-02 09:08:59 +02:00
Mateusz Zalewski
1e6ddcde99
Merge branch '1.11' into 1.12
* 1.11:
  Make filtering out scenario available in both ui and api contexts
  Remove redundant method
  Update deprecation message
  Update UPGRADE files
  Adjust behat scenarios
  [Channel] Do not consider disabled channel on hostname based request resolver
2022-07-18 15:56:44 +02:00
Jakub Tobiasz
673eb912be Make filtering out scenario available in both ui and api contexts 2022-07-18 13:56:12 +02:00
Jakub Tobiasz
27406cdab9 Adjust behat scenarios 2022-07-15 11:31:37 +02:00
Lorenzo Ruozzi
28e39e27f7 [Channel] Do not consider disabled channel on hostname based request resolver 2022-07-13 15:22:42 +02:00
Ferror
47ac3b0c32 [maintenance]Prepare postgresql pipeline by making behat scenarios de-case-sensitive 2022-06-03 10:37:44 +02:00
Łukasz Chruściel
46ad6e19ef
Merge branch '1.10' into 1.11
* 1.10:
  [Behat] Use "When" for user actions where possible
2022-03-14 17:34:28 +01:00
Kevin Kaniaburka
984488d94b [Behat] Use "When" for user actions where possible 2022-03-11 09:20:29 +01:00
Łukasz Chruściel
8c3204b373
[API] Exclude meaningless scenarios 2021-07-22 17:15:39 +02:00
twojtylak
911bcd77ce
[Core][Channel] Remove accidentally committed tag from channel_validation.feature
Co-authored-by: Adam Kasperczak <adamkasperczak123@gmail.com>
2020-10-22 10:33:03 +02:00
Tobias Wojtylak
2f0ce21297 [Core][Channel] Add contact phone number to channel 2020-10-20 20:40:05 +02:00
Łukasz Chruściel
f5d806745d
Merge branch '1.7'
* 1.7:
  [Behat] Add javascript tags
  Revert "[Behat] Remove js requirement for bulk delete scenarios"
  [Docs] Udpdate obsolete branches
  [Documentation] removed 1.6 as a maintenance branch
  [Admin] removed duplicated id attribute
  [Account] Add spec to sync username with customer email
  Injecting locale parameter instead of having it harcdoded
  [Behat] Unfinalize some Behat pages
  [Shop] Add form in add to cart template event args
  [Admin] Convert newlines in product description to breaklines in product details view
2020-08-17 09:18:01 +02:00
Destiny
cb044e3115
Revert "[Behat] Remove js requirement for bulk delete scenarios"
This reverts commit 4013e51dfd.
2020-08-15 13:45:05 +02:00
Grzegorz Sadowski
18833cc0fb
[API][Channel] Minor fixes for adding and browsing channels PR after review 2020-05-11 16:00:04 +02:00
Olivier ALLAIN
aea199b90f
adding and browsing channel 2020-05-11 15:59:13 +02:00
Łukasz Chruściel
e8145f02b9
feature #11055 Define countries for a channel (pamil)
This PR was merged into the 1.7-dev branch.

Discussion
----------

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

Currently used only in checkout addressing to limit the list of countries. If not defined, fallbacks to the previous behaviour - all enabled countries.

<img width="672" alt="Screenshot 2020-01-22 at 20 10 51" src="https://user-images.githubusercontent.com/1897953/72925676-65ef8f80-3d53-11ea-831c-25fad0973a83.png">



Commits
-------

2e68737703 Define countries for a channel
2020-01-23 13:22:17 +01:00
Kamil Kokot
2e68737703
Define countries for a channel 2020-01-23 10:03:42 +01:00
Łukasz Chruściel
e9ec260d2d
[Admin][Channel] Revert #10860 2020-01-22 16:14:14 +01:00
Mateusz Zalewski
6710941628
Behat semantical fixes 2020-01-14 01:01:23 +01:00
Mateusz Zalewski
9b6ce70599
Choose menu taxon on channel form 2020-01-12 23:30:27 +01:00
Mateusz Zalewski
1d2361571e
[Behat] Managing menu taxon on channel scenarios 2020-01-12 23:30:26 +01:00
Mateusz Zalewski
4013e51dfd
[Behat] Remove js requirement for bulk delete scenarios 2019-12-19 09:03:04 +01:00
Adam Kasperczak
35a22702e6
Fixes 2019-11-21 13:30:15 +01:00
Adam Kasperczak
e87e4575f0
Add channel's form and fixes 2019-11-19 18:11:34 +01:00
Adam Kasperczak
a120f35347
Scenarios + Contexts 2019-11-19 17:52:11 +01:00
Grzegorz Sadowski
5814e06f39
[Admin][Channel] Validating default locale for a channel 2019-10-24 16:09:53 +02:00
Grzegorz Sadowski
3164e9b322
[Behat][Admin] Add scenarios for validating default locale for a channel 2019-10-23 15:23:40 +02:00
Mateusz Zalewski
add3655ae9
Improve shop billing data edit scenario 2019-02-20 18:51:29 +01:00
Kamil Kokot
b22fc98104
Merge branch '1.3'
* 1.3:
  less noise
  fix link
  PR review fixes
  Test plugin with overriden by theme template
  Plugin templates in theme tests
2019-01-15 11:44:01 +01:00
Mateusz Zalewski
27dbb0db68
Test plugin with overriden by theme template 2019-01-14 16:01:50 +01:00
Mateusz Zalewski
c6128126af
Plugin templates in theme tests 2019-01-14 16:01:50 +01:00
Mateusz Zalewski
0848c16074
Tests fixes and nullable fields 2019-01-09 11:34:29 +01:00
Mateusz Zalewski
f7cdb5522f
Shop billing data on channel tests 2019-01-09 11:27:42 +01:00
Grzegorz Sadowski
18011fd179 [Behat] Implement scenarios for deleting multiple resources 2017-10-30 10:44:38 +01:00
Grzegorz Sadowski
b206d148ba [Behat] Add scenarios for deleting multiple resources 2017-10-30 10:44:38 +01:00
Kostas Tzounopoulos
58344e122f [Checkout] Creating Payment Method skip channel option, effective if there is only 1 Payment Method available 2017-04-02 00:09:09 +02:00
Mateusz Zalewski
54b3b565fa
[Admin] Adjust channel form for new functionality 2017-02-16 09:52:05 +01:00
Grzegorz Sadowski
3631ccd093 [Core][Channel] Add contactEmail property to a channel entity 2016-12-20 11:10:12 +01:00
Michał Marcinkowski
46f179e289 Merge pull request #6791 from Zales0123/fix-base-channel-currency-step
[Behat] Fix base currency step semantics
2016-11-22 14:36:33 +01:00
Mateusz Zalewski
7c20c561d0
PR review fixes 2016-11-22 10:31:21 +01:00