Commit graph

3217 commits

Author SHA1 Message Date
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
Karolina Rakoczy
01172aed95
create env when minor release (#3041) 2023-01-25 17:38:36 +01:00
Karolina Rakoczy
d413c8e852
update tax configuration before creating vouchers (#2939) 2023-01-25 13:32:30 +01:00
Krzysztof Żuraw
ee00b27795
Revert "Basic sidebar version" (#3046) 2023-01-25 12:21:36 +01:00
Anna Szczęch
644b58a914
Fix failed night schedule tests (#3015)
* fix e2e tests

* update test tag

* update tax config in tests failing on v310

* updatet taxes for product variant tests

* move updateRaxConfiguration to beforeEach

* fix imports

* change retries in config

* update data-test-id and remove failing wait for request
2023-01-25 11:32:28 +01:00
poulch
7593e6378a
Fix crash staff page when access property of undefined (#3038) 2023-01-25 08:34:01 +01:00
Mika
c3a925d63d
Update CODEOWNERS (#3026) 2023-01-24 18:52:41 +01:00
Krzysztof Żuraw
1e6b53e249
Basic sidebar version (#3039) 2023-01-24 16:48:51 +01:00
Jakub Neander
112747a51c
Add GraphiQL for defining subscription queries for webhooks (#2885)
Co-authored-by: Bartłomiej Wiaduch <tukan2can@gmail.com>
Co-authored-by: timur <timuric@gmail.com>
Co-authored-by: Michał Droń <dron.official@yahoo.com>
2023-01-24 14:59:14 +01:00
Bartłomiej Wiaduch
93df011c7b
Fix data-test-id for TokenCreateDialog (#3034) 2023-01-24 13:18:53 +01:00
poulch
167274d361
Remove flagsmith (#3025) 2023-01-24 11:50:14 +01:00
poulch
0c704cf1d7
Improve feature flags (#3027)
* Fix checking if env flag is enabled

* Restrict flag value to string

* Flagsmit to string value
2023-01-24 11:27:04 +01:00
Jonatan Witoszek
1b51a978ec
Fix Jest wrong timezone when run locally (#3029) 2023-01-24 10:50:08 +01:00