Hazem Khaled
3786c86506
Improve error messages in UpstashAPL ( #200 )
...
* Fix #199
Fix #199
* Throw formatted error on UpstashAPL error
* Create .changeset/big-beans-grab.md
---------
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Lukasz Ostrowski <lukasz@monolog.tech>
2023-03-09 08:59:35 +01:00
Lukasz Ostrowski
e35d9c7fc1
Add comment to typed payload
2023-03-07 12:21:54 +01:00
Lukasz Ostrowski
0f750657cf
export SyncWebhookResponsesMap
2023-03-07 12:21:54 +01:00
Lukasz Ostrowski
f5643fba6b
Update expected payloads
2023-03-07 11:02:37 +01:00
Lukasz Ostrowski
ff65b615a8
Fix debug message for SaleorWebhook
2023-03-07 10:52:23 +01:00
Lukasz Ostrowski
a17232632c
Fix webhook legacy fields
2023-03-07 08:30:38 +01:00
Lukasz Ostrowski
4574178fff
Export NextWebhookApiHandler
2023-03-06 16:36:32 +01:00
Lukasz Ostrowski
1f4bb64a3e
Fix test
2023-03-06 15:06:10 +01:00
Lukasz Ostrowski
9420209a2d
Add sync webhook ( #202 )
...
* Change process-async-saleor-webhook to process-saleor-webhook and add better debug logs
* Change processWebhook name
* wip
* Add base class structure
* refactor
* add sync payload builder
* wip
* wip
* Add some missing webhook responses
* Fix tests for Async version
* Fix tests
* Add MockAPL test util
* Refactor tests to use MockAPL
* Add test to sync webhook
* Restore legacy subscriptionQueryAst field for compatibility
* CR Fixes - TS type & event -> eventType
* Changelog, docs and remove old payment webhooks
* Apply suggestions from code review
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* Update src/handlers/next/saleor-webhooks/process-saleor-webhook.ts
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
---------
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
2023-03-06 15:01:22 +01:00
Lukasz Ostrowski
a939281e98
Improve register handler errors API ( #201 )
2023-02-28 13:54:58 +01:00
Lukasz Ostrowski
9e22a49acc
Change AppBridge default autoNotifyReady to true ( #185 )
...
* Change AppBridge default autoNotifyReady to true
* Add changeset
2023-02-27 16:39:01 +01:00
Lukasz Ostrowski
195f2d9127
Add hooks to createAppRegsiterHandler ( #183 )
...
* Add hooks to createAppRegsiterHandler
* Add error handling and flatten structure
* Add tests
* Add docs
* CR suggestions applied
* Update docs
2023-02-27 14:36:22 +01:00
Lukasz Ostrowski
020d6aaa39
Remove Vercel APL ( #170 )
2023-02-26 18:35:04 +01:00
Lukasz Ostrowski
4f9c9c2816
Add req and res to onError callback for AsyncWebhook ( #180 )
2023-02-15 11:08:09 +01:00
Lukasz Ostrowski
ea65d37474
Add better error handling for async webhook factory ( #176 )
...
* Add better error handling for async webhook factory
* Add docs, make formatter function async
* Add docs, make formatter function async
2023-02-14 16:19:07 +01:00
Lukasz Ostrowski
652833146f
Expose verify-jwks and remove legacy domain usage instead of api url ( #173 )
...
* Expose verify-jwks and remove legacy domain usage instead of api url
* Update src/verify-signature.ts
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
---------
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
2023-02-14 16:18:46 +01:00
Lukasz Ostrowski
a15d72602f
Add more debug messages to SaleorCloudAPL ( #175 )
...
* Add more debug messages to SaleorCloudAPL
* Refactor error message extraction
2023-02-14 13:00:46 +01:00
Lukasz Ostrowski
24778df592
Add strict type literal unions for Sync and Async Events enums ( #174 )
...
* Add strict type literal unions for Sync and Async Events enums
* Fix manifest structure
2023-02-14 12:46:29 +01:00
Lukasz Ostrowski
7413de221b
Add user email and permissions to app bridge ( #167 )
...
* Add user email and permissions to app bridge
* Update src/app-bridge/app-bridge-state.ts
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* Fix permissions name
---------
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
2023-02-07 09:30:46 +01:00
Lukasz Ostrowski
450a3ce741
Remove inferWebhooks ( #168 )
2023-02-07 08:04:39 +01:00
Krzysztof Wolski
bb3396dde6
Permission check for the protected handler ( #161 )
...
* Permission check for the protected handler
* Add tests
2023-01-25 12:00:22 +01:00
Lukasz Ostrowski
6ffaba2dab
Allow setting initial theme from constructor in AppBridge ( #162 )
...
* Allow passing initial theme value, change initial notifyOnReady
* Update doc
2023-01-24 19:21:05 +01:00
Krzysztof Wolski
51284efa00
Handle missing encryption key for the EncryptedMetadataManager ( #159 )
...
* Handle missing encryption key for the EncryptedMetadataManager
* Fancy up the documentation
* Throw an error instead of process exit
2023-01-23 15:39:42 +01:00
Krzysztof Wolski
b84049246b
Use b64url and fix incoming data validation ( #156 )
2023-01-23 09:35:31 +01:00
Adrian Pilarczyk
db1cd13919
feat: 🏷️ add handle_taxes permission type ( #153 )
2023-01-19 12:02:46 +01:00
Lukasz Ostrowski
67cded2e2a
Add optional URL protection to createRegisterHandler ( #148 )
...
* validateAllowSaleorUrls impl
* Implement in handler and add test
* update codeowners
* Apply suggestions from code review
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* Rename param
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
2023-01-13 17:29:38 +01:00
Krzysztof Wolski
8dccb00edd
Fix CloudAPL response parsing ( #149 )
...
* Fix CloudAPL response parsing
* Mock signature fetch
2023-01-13 16:35:16 +01:00
Krzysztof Wolski
bc622dd3e1
Rename api url field in the Cloud APL ( #146 )
2023-01-12 16:13:27 +01:00
Krzysztof Wolski
c4fa6a1c05
Rename apiUrl to saleorApiUrl for consistency ( #144 )
2023-01-12 13:39:49 +01:00
Krzysztof Wolski
62bdb80385
Implement APL 2.0 ( #143 )
...
* Implement APL 2.0
* Rename RestAPL to SaleorCloud APL
* Add mapping helper
* Modify Saleor APL documentation
* Update rest of the docs
* Update the node version in actions
* Update fetch mock
* Remove node-fetch pkg
* Remove console log
* Update test after the rebase
2023-01-11 16:55:10 +01:00
Krzysztof Wolski
58244a465f
Restrict VercelAPL reinstallations to the same domain ( #141 )
2022-12-19 13:44:08 +01:00
Lukasz Ostrowski
f612da9035
Add authenticated fetch ( #138 )
...
* Add authenticated fetch
* Add tests
* Update vitest
* setup node-fetch
* update lockfle
* change to global.fetch
* add mock fetch
* Change window.fetch to global.fetch
2022-12-12 11:47:23 +01:00
Krzysztof Wolski
e73b792496
Check app id during the registration ( #136 )
...
* Check the App ID before saving the auth data
* Update the test
2022-12-06 18:26:14 +01:00
Lukasz Ostrowski
95eac760ca
Add action that informs Dashboard that AppBridge is ready ( #129 )
...
* Add action that informs Dashboard that AppBridge is ready
* Allow AppBridge to disable automated notifyReady event
* Remove unused strategy field from RoutePropagator
* Apply suggestions from code review
Co-authored-by: Dawid <tarasiukdawid@gmail.com>
Co-authored-by: Dawid <tarasiukdawid@gmail.com>
2022-12-05 17:17:17 +01:00
Lukasz Ostrowski
b39081ed9a
Change AppBridge interval to timeout ( #128 )
2022-12-02 16:08:39 +01:00
Lukasz Ostrowski
063e56f345
Update app-bridge.ts ( #127 )
2022-12-01 10:17:02 +01:00
Krzysztof Wolski
a0a19550c2
Add protected handlers for next ( #121 )
...
* Add protected handlers for next
* Remove unneeded awaits
2022-11-28 10:04:26 +01:00
Lukasz Ostrowski
ddd65dabf1
Add saleorApiUrl state param to AppBridge ( #114 )
...
* Add saleorApiUrl state param to AppBridge
* Apply payload verification check based on full api endpoint url
* Remove deprecation info
* Check if either domain or saleorApiUrl is provided
2022-11-23 10:08:04 +01:00
Lukasz Ostrowski
6fbf692a44
Add doc about SaleorAsyncWebhook ( #109 )
...
* Add doc about SaleorAsyncWebhook
* Apply suggestions from code review
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* Update docs/saleor-async-webhook.md
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
2022-11-22 11:46:05 +01:00
Lukasz Ostrowski
607fe73569
Update build config ( #118 )
...
* Ensure peer deps are excluded
* Release 0.20.1-0
* Change next router import to fix the build
* Release 0.20.1-1
* Restore releaseit config
2022-11-22 09:52:21 +01:00
Lukasz Ostrowski
b9aa9008e7
Add REST APL ( #115 )
...
* Add RestAPL
* Add docs
2022-11-21 11:32:36 +01:00
Lukasz Ostrowski
b4e0a053cb
Add routing changing actions and RoutePropagator ( #110 )
2022-11-21 11:32:18 +01:00
Krzysztof Wolski
83ed6719d5
subscriptionQueryAst or query argument has to be specified for the event subscription ( #107 )
2022-11-05 10:35:01 +01:00
Krzysztof Wolski
33d7666c7d
Improve debug messages for async webhook handler ( #105 )
2022-11-03 19:44:54 +01:00
Krzysztof Wolski
e439438d8f
Add functions to process the Saleor webhooks ( #100 )
...
* Add functions to process the saleor webhooks
Co-authored-by: Lukasz Ostrowski <lukasz.ostrowski@saleor.io>
2022-11-03 13:05:28 +01:00
Krzysztof Wolski
6e389db9be
Remove variables from the env if are already existing ( #103 )
2022-11-02 14:18:27 +01:00
Lukasz Ostrowski
ff49281123
Change behavior when FileAPL reads file that doesnt exist to fallback value ( #96 )
2022-10-24 16:11:15 +02:00
Krzysztof Wolski
6fb103cb07
Add encrypted metadata manager ( #84 )
2022-10-18 13:38:00 +02:00
Krzysztof Żuraw
d7ccde30ee
feat: add getLayout to return type of withAuthorization ( #82 )
2022-10-13 09:22:49 +02:00
Krzysztof Wolski
bec148e696
Add Upstash APL ( #78 )
2022-10-12 15:13:57 +02:00