Commit graph

342 commits

Author SHA1 Message Date
Lukasz Ostrowski
88119aa515
Merge pull request #50 from saleor/extra-test-and-debug
Add additional test and fix debug message
2022-09-06 16:06:37 +02:00
Lukasz Ostrowski
423495970b Add additional test and fix debug message 2022-09-06 16:02:24 +02:00
Krzysztof Wolski
3757f9abaa Release 0.10.0-1 2022-09-05 16:40:03 +02:00
Krzysztof Wolski
74e4df4bbe Add clean script 2022-09-05 16:38:57 +02:00
Krzysztof Wolski
ab4ba4c5c4 Fix paths to dist package 2022-09-05 16:27:14 +02:00
Krzysztof Wolski
1ae448e0f9 Update release path 2022-09-05 15:11:18 +02:00
Lukasz Ostrowski
e2d4f02c5b
Merge pull request #47 from saleor/lkostrowski-patch-1
Update AppBridge readme
2022-09-05 14:34:42 +02:00
Lukasz Ostrowski
cac668adb2
Update app-bridge.md 2022-09-05 14:03:45 +02:00
Krzysztof Wolski
3651797c10 Release 0.10.0-0 2022-09-05 13:07:31 +02:00
Krzysztof Wolski
c3dece633f Ignore vscode workspace settings 2022-09-05 13:05:36 +02:00
Krzysztof Wolski
cbaa2335b4
Merge pull request #35 from saleor/env-var-apl
Introduce new APLs: fileAPL and vercelAPL
2022-09-05 11:46:48 +02:00
Krzysztof Wolski
027b239114 Use APL debug util 2022-09-05 11:09:06 +02:00
Krzysztof Wolski
668b96ac4c Update names to kebab case 2022-09-05 10:31:31 +02:00
Krzysztof Wolski
2fc57718a6 Code review changes 2022-09-05 10:18:12 +02:00
Krzysztof Wolski
01cd1dc525 Update APL documentation 2022-09-05 10:18:12 +02:00
Krzysztof Wolski
3b81151cca Rename helper function 2022-09-05 10:18:12 +02:00
Krzysztof Wolski
ace6efbdba Change default file name for FileAPL 2022-09-05 10:18:12 +02:00
Krzysztof Wolski
6adabd1cba Introduce debug namespaces 2022-09-05 10:18:12 +02:00
Krzysztof Wolski
5b7bb5d878 Add util function docstring 2022-09-05 10:18:12 +02:00
Krzysztof Wolski
b2f84b51c8 Reduce duplication in the test code 2022-09-05 10:18:12 +02:00
Krzysztof Wolski
10b3171b9d Fix delete test 2022-09-05 10:18:12 +02:00
Krzysztof Wolski
b41f54ad4c Split APL into single purpose ones, fix module export issue 2022-09-05 10:18:12 +02:00
Krzysztof Wolski
18bdeff68b Add localEnv apl 2022-09-05 10:18:12 +02:00
Lukasz Ostrowski
b6d917c4f6
Merge pull request #45 from saleor/add-more-debug-messages
Add debug messages to middlewares
2022-09-05 10:15:24 +02:00
Lukasz Ostrowski
47e7865dc5 Add debug messages to middlewares
Add debug messages to middlewares

Apply suggestions from code review

Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>

better debug messages

Add experimental debug middleware
2022-09-05 10:13:46 +02:00
Krzysztof Wolski
59526d83fa
Merge pull request #46 from saleor/fix-lint-warnings
Fix lint warnings
2022-09-05 10:12:03 +02:00
Krzysztof Wolski
c745de5a2c Ignore type warning on log message 2022-09-02 16:55:14 +02:00
Krzysztof Wolski
14b5fb6460 Mark event type as unknown 2022-09-02 16:53:40 +02:00
Krzysztof Wolski
eb062c6b10 Update types on headers util 2022-09-02 16:52:44 +02:00
Lukasz Ostrowski
0bd2be9a5f Release 0.9.1 2022-09-01 15:42:59 +02:00
Krzysztof Wolski
2f4efb5b10 Release 0.9.0 2022-09-01 12:26:14 +02:00
Krzysztof Wolski
0c4cabe229 Remove release-it/bumper package and bump release it version 2022-09-01 12:20:52 +02:00
Krzysztof Wolski
1f0961a4de Fix lock file 2022-09-01 12:09:07 +02:00
Lukasz Ostrowski
8fa25eddd9
Merge pull request #38 from saleor/improve-np-release
Remove `np` packge
2022-09-01 11:26:31 +02:00
Lukasz Ostrowski
ded5b5d955 Remove np package
0.9.0-0

Publish dist folder

cancel dist contents

0.9.0-1

Fix package dist exports

0.9.0-2

debug np

Bump version

Remove np package

rollback npm version
2022-09-01 09:39:05 +02:00
Lukasz Ostrowski
35f383ee06
Merge pull request #42 from saleor/release-automation
Install and configure release-it
2022-08-30 14:25:34 +02:00
Lukasz Ostrowski
69c985bdc1
Merge pull request #39 from saleor/change-debug-import
Change "debug" package import to use default
2022-08-30 11:56:57 +02:00
Lukasz Ostrowski
3eb963b353 Set release-it to publish to npm 2022-08-30 11:56:00 +02:00
Lukasz Ostrowski
9602422dbe Install release-it 2022-08-30 11:55:37 +02:00
Lukasz Ostrowski
191f12a87d
Add docs about debugging (#37)
* Add CODEOWNERS

* Add doc for debug

* Update readme

* Update readme

* Update docs/debugging.md

Co-authored-by: Adrian Pilarczyk <adrianpilarczyk314@gmail.com>

* Update docs/debugging.md

Co-authored-by: Adrian Pilarczyk <adrianpilarczyk314@gmail.com>

* Update docs/debugging.md

Co-authored-by: Adrian Pilarczyk <adrianpilarczyk314@gmail.com>

* Apply suggestions from code review

Co-authored-by: Adrian Pilarczyk <adrianpilarczyk314@gmail.com>

* Add info about debug in iframe

Co-authored-by: Adrian Pilarczyk <adrianpilarczyk314@gmail.com>
2022-08-30 11:53:21 +02:00
Krzysztof Wolski
9b541cf318
Merge pull request #36 from saleor/fix-manifest-type
Fix manifest type to use `asyncEvents` and `syncEvents`
2022-08-30 11:02:25 +02:00
Krzysztof Wolski
9965316dfc
Merge pull request #40 from saleor/fix-module-export
Fix export from new modules
2022-08-30 10:58:02 +02:00
Krzysztof Wolski
ff0a03c215 Fix export from new modules 2022-08-30 09:17:11 +02:00
Lukasz Ostrowski
d6366e2ef1 Change "debug" package import to use default
This is rquired because app-template broke when using app-sdk with previous
named import
2022-08-30 09:15:11 +02:00
Jonatan Witoszek
8ae80269ea
Fix manifest type to use asyncEvents and syncEvents 2022-08-29 14:53:20 +02:00
Lukasz Ostrowski
d087bbf2ed
Merge pull request #25 from saleor/merge-bridge
Include app-bridge package into app-sdk
2022-08-29 11:52:44 +02:00
Lukasz Ostrowski
915f6496f1 Fix legacy createApp factory to not override targetDomain 2022-08-29 09:01:16 +02:00
Krzysztof Wolski
4a514103b6
Merge pull request #32 from saleor/refactor-middlewares
Refactor and test middleware
2022-08-26 12:29:19 +02:00
Lukasz Ostrowski
6de0675784 Install debug package and add debug messages to AppBridge 2022-08-26 09:24:56 +02:00
Lukasz Ostrowski
a627e876ad install debug pakcage 2022-08-26 09:06:49 +02:00