M.Graczyk
9097d4076e
Add "testmo" config ( #3209 )
...
* Add testmo config
* update base url
* Remove dupilcation
2023-02-27 09:31:08 +00:00
wojteknowacki
3055af4841
fixing failing critical variants tests ( #3212 )
2023-02-23 16:41:35 +01:00
Bartłomiej Wiaduch
0fef41b04f
Allow subscription query for sync events ( #3099 )
...
Allow subscription query for sync events
2023-02-23 10:03:41 +01:00
Krzysztof Żuraw
9f54a7840c
Add padding to install page ( #3210 )
2023-02-22 16:31:22 +01:00
Paweł Chyła
a0663475f6
Fix styles issues after reshaping ( #3201 )
...
* Fix style issues after reshaping
* Fix remove button padding
2023-02-22 16:20:42 +01:00
Bartłomiej Wiaduch
ab2ce01c8a
Add WebhookHeaders component ( #3107 )
...
* Add custom request headers to webhook form
2023-02-22 14:14:51 +01:00
wojteknowacki
0093f8dad4
fix 2104 e2e test ( #3207 )
2023-02-22 14:07:48 +01:00
Krzysztof Żuraw
0f81e158ce
Do not show sidebar if it is not needed ( #3198 )
2023-02-22 14:00:03 +01:00
Timur Carpeev
6434f277e8
Metadata by default no expanded ( #3172 )
2023-02-21 16:14:00 +01:00
Lukasz Ostrowski
82071f4b88
Handle Appstore app empty manifest URL ( #3177 )
2023-02-21 12:50:37 +01:00
Jakub Neander
d4d9b1b91c
Extract permissions for subscription query ( #3155 )
2023-02-21 12:38:28 +01:00
Timur Carpeev
1410919c6f
Remove awkward uppercase in filters ( #3170 )
2023-02-21 11:26:34 +01:00
Patryk Andrzejewski
3789f5bb52
New macaw ui ( #3069 )
...
Co-authored-by: Krzysztof Żuraw <9116238+krzysztofzuraw@users.noreply.github.com>
Co-authored-by: Michał Droń <dron.official@yahoo.com>
Co-authored-by: Paweł Chyła <chyla1988@gmail.com>
2023-02-20 16:21:28 +01:00
Jakub Neander
91bd9c772d
Fix the menu title for GraphiQL redirect ( #3175 )
2023-02-17 11:11:22 +01:00
Paweł Chyła
b040a0deb8
Product variants bulk update ( #3032 )
2023-02-15 14:31:45 +01:00
Cezary Miącz
63cf983ee8
Keep fake-production staging deployment up to date with latest master ( #3157 )
2023-02-14 14:41:46 +01:00
Michal Widera
987196635a
Add verification action if the image is using latest version ( #3132 )
2023-02-13 11:07:27 +01:00
Karolina Rakoczy
0af551eab0
Fix test nightly job ( #3153 )
2023-02-13 10:48:07 +01:00
Paweł Chyła
15a0b812a6
Fix show full date insted of date with toolip in orders ( #3149 )
2023-02-13 10:40:05 +01:00
Karolina Rakoczy
d07b7d912e
change cypress job title when triggering from PR ( #3148 )
2023-02-10 12:06:00 +01:00
Michal Widera
ba6c713dd7
Use GITHUB_OUTPUT
instead of deprecated ::set-output
( #3098 )
2023-02-10 11:10:04 +01:00
Karolina Rakoczy
12650a2a7d
Add slack notification if workflow with cypress test fail ( #3131 )
...
* add notification if release job fails
* move slack notification to separate job
2023-02-10 10:04:12 +01:00
Jakub Neander
6cdf378532
Fix the API URL construction ( #3142 )
2023-02-09 10:33:02 -05:00
Timur Carpeev
696aeb7010
Add multiline ( #3134 )
2023-02-09 15:18:00 +01:00
Karolina Rakoczy
9151fb77aa
Fix rate limits in release tests ( #3106 )
...
* Fix rates limits in release tests
* add authorization token to releases/latest request
* fix token
* add token
2023-02-08 09:22:35 +00:00
Michał Droń
e69bf63498
Disable failing product update test ( #3121 )
2023-02-07 12:39:29 +01:00
Lukasz Ostrowski
477de5c3dc
Change Vercel deployment button to fork on github button ( #3119 )
...
* Change vercel deployment button to fork on github button
* Extract translations
2023-02-07 11:59:06 +01:00
Lukasz Ostrowski
98ad73acdc
Assign new staging domain for Appstore env ( #3114 )
2023-02-07 08:27:20 +01:00
Lukasz Ostrowski
3d1fa0df35
Remove MARKETPLACE_URL env which was used for previous AppStore implementation ( #3086 )
2023-02-06 15:05:06 +01:00
Jonatan Witoszek
2ddbb8bf9a
Improve Polly.js config ( #3040 )
...
* Fix Polly.js configuration
* Update test ids
* Fix CR comments
* Remove env var
2023-02-06 14:05:45 +01:00
Mika
84849f1eea
Allow v3.11 on demo staging ( #3103 )
2023-02-03 13:57:18 +01:00
Karolina Rakoczy
2958ab2ac5
Add notification if release job fails ( #3080 )
...
* add notification if release job fails
* Update .github/workflows/tests-nightly.yml
Co-authored-by: Mika <6186720+NyanKiyoshi@users.noreply.github.com>
---------
Co-authored-by: Mika <6186720+NyanKiyoshi@users.noreply.github.com>
2023-02-02 10:40:28 +01:00
Anna Szczęch
e4db92be74
Fix for create and updateVouchers tests ( #3056 )
...
* remove find(input) and fix checkIfDataAreNotNull place in updatevouchers
* restore find input
2023-02-02 09:59:55 +01:00
poulch
c8bb645ae8
Fix edit user settings ( #3079 )
...
* Prepare mutation for change password nad user first nad last name
* User mutations
* User and staff mutation hooks
* Split mution for user and staff specific
* Ad props types and refetch after user mutations
* Add save button status for user mutation
* Get rid of maybe
* Improve hooks naming
* useProfileOperations
2023-02-01 16:50:43 +01:00
Michał Droń
34cdd75b60
Change tax configurations amount from 20 to 100 ( #3088 )
2023-02-01 15:25:51 +01:00
Karol
b702aba701
uncomment and add test number ( #3073 )
2023-01-31 13:01:24 +00:00
Lukasz Ostrowski
7321ca959f
Encode appID when updateRouting action handled ( #3064 )
2023-01-30 17:12:21 +01:00
poulch
83962d6e93
Fix cut numbers ( #3072 )
2023-01-30 14:49:08 +01:00
Bartłomiej Wiaduch
6dbb8e4ecc
Webhook query dry run ( #2960 )
2023-01-30 13:06:54 +01:00
Jakub Neander
7b8ececc3d
Make webhook active by default ( #3067 )
2023-01-30 12:59:24 +01:00
Anna Szczęch
1baa9d35a7
Fix test should not be able to create staff member with not unique email. TC: SALEOR_3508 ( #3055 )
...
* add data-test-id for error text and update test SALEOR_3508
* undo xit
* move selector form test body to elements
2023-01-30 11:54:58 +01:00
Karolina Rakoczy
2b3c566e09
Update cypress version ( #3053 )
...
* update cypress
* Fix clearAndtypeCommand
* Fix selects
* Fix attribute query, and logging errored responses
* Fix mailhog commands
* Fix mailhog
* Fix for warehouses
* fix tests for plugins and sku
* Fix creating variants
* Fix plugins
* move cypress to optionalDependencies
* move cypress to optionalDependencies
2023-01-27 16:27:49 +01:00
Lukasz Ostrowski
4ae2748e8e
Refactor app actions handling ( #3042 )
...
* Update app-sdk
* extract useHandleNotificationAction
* Extract useUpdateRoutingAction hook
* extract redirect action
* Extract isAppDeepUrlChange to AppUrls
* Rewrite redirection logic
* Remove useCallback
* add tests
* finish tests
* refactor trycatch
* Fix actions respond calls
* Fix how route is resolved for updateRouting
2023-01-27 16:21:19 +01:00
poulch
301b488277
Fix sending type when new attribute ( #3058 )
2023-01-26 16:21:22 +01:00
Jakub Neander
b510d68fa9
Add redirect to GraphiQL from product & order ( #2940 )
2023-01-26 12:04:39 +01:00
Patryk Andrzejewski
ffb16ff1ed
Cover optional error property ( #3004 )
2023-01-26 11:11:50 +01:00
Lukasz Ostrowski
f1d13dd264
Provide active theme to app in iframe URL ( #3028 )
2023-01-26 11:09:39 +01:00
Jonatan Witoszek
aecf3768c8
Fix issues with build-types, when feature flags are used ( #3043 )
2023-01-26 11:04:06 +01:00
Krzysztof Żuraw
71d0e4a980
Revert feature flag for sidebar from main ( #3047 )
2023-01-26 11:01:15 +01:00
poulch
993595caac
Fix strict null check in attributes ( #3005 )
2023-01-26 09:38:19 +01:00