-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: logger #7238
Merged
Merged
feat: logger #7238
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
1a51c51
feat: logger 1.0.0-rc0
bartoszherba 8cb7f65
chore: add changeset
bartoszherba 287f494
ci: release (rc) (#7266)
github-actions[bot] ead0b10
feat: logger rc.1
bartoszherba 7fdfd60
ci: release (rc) (#7268)
github-actions[bot] 9f5089d
feat: logger 1.0.0-rc.2
bartoszherba c17beb1
ci: release (rc) (#7272)
github-actions[bot] 4e5e858
feat: add logger module to the SDK (#7267)
dawid-ziobro 7d4e7d1
ci: release (rc) (#7273)
github-actions[bot] 95f986e
feat: logger rc.3
bartoszherba 27ad9a7
feat: rc.3
bartoszherba ab305c9
ci: release (rc) (#7277)
github-actions[bot] cd576f6
feat: middleware logger (#7269)
Fifciu 9c481c8
ci: release (rc) (#7278)
github-actions[bot] b873954
feat: add "class-methods-use-this": "off" rule (#7274)
bartoszherba 64cf77d
ci: release (#7275)
github-actions[bot] 53a9c61
CLOUD-3578 Improve Kubernetes Probes docs (#7264)
sethidden a335b8d
IN-3956 - Middleware extension docs is missing isNamespaced in the exβ¦
Olbix 2e62c29
Merge branch 'main' into feat/logger
bartoszherba 3608f06
feat: sdk logger wrapper (#7276)
dawid-ziobro 70d8bf6
chore: update changeset
dawid-ziobro 0ebc456
ci: release (rc) (#7279)
github-actions[bot] 0109f6b
chore: add CR fixes
bartoszherba dcb8fa7
feat: middleware logger better logger scopes (#7281)
Fifciu 8179e57
ci: release (rc) (#7284)
github-actions[bot] 894260f
docs: working with logger (#7285)
Fifciu 80d7376
fix: merging logger configs (#7286)
Fifciu 227781e
docs(tfal-56): next/nuxt logger implementation (#7282)
dawid-ziobro f92ebd3
docs: update next/nuxt docs (#7290)
dawid-ziobro 602b00f
chore: export types from logger module (#7292)
bartoszherba 832a074
ci: release (rc) (#7293)
github-actions[bot] 3a290f8
feat: logger middleware error boundary (#7291)
Fifciu 09bce45
feat: use appropriate verbosity levels specifically in the browser enβ¦
bartoszherba a35e2f9
ci: release (rc) (#7297)
github-actions[bot] b9ce521
chore: remove logger module (#7298)
bartoszherba fadf21d
feat: block overwriting alokai metadata (#7300)
Fifciu 226bd0e
ci: release (rc) (#7303)
github-actions[bot] 14350c4
feat: replace console with alokai logger in the middleware module (#7β¦
bartoszherba 1f6e660
feat: change log level to verbosity (#7306)
bartoszherba 5b0fbb0
Merge remote-tracking branch 'origin/main' into feat/logger
bartoszherba b687b1c
ci: release (rc) (#7307)
github-actions[bot] 9ca0412
docs(tfal-89,tfal-83): update logger docs for current solution (#7308)
dawid-ziobro 1fcc736
docs: alokai metadata (#7305)
Fifciu e36aace
chore: remove custom handler docs
bartoszherba 7647dba
chore: exit pre mode
bartoszherba a965073
feat: update logger exports and docs
bartoszherba dd270b3
chore: update docs after cr
bartoszherba 73ca5a9
docs: fix sdk docs
dawid-ziobro 93fe2dd
feat: change log structured interface parameters
bartoszherba 6600f29
Merge branch 'feat/logger' of github.com:vuestorefront/vue-storefrontβ¦
bartoszherba a59a282
Apply suggestions from code review - missing type annotation
bartoszherba bc7bdb1
chore: update node env for logger unit tests
bartoszherba File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@vue-storefront/middleware": minor | ||
--- | ||
|
||
block overwriting alokai metadata | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@vue-storefront/logger": minor | ||
--- | ||
|
||
rc.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@vue-storefront/middleware": minor | ||
"@vue-storefront/logger": minor | ||
"@vue-storefront/sdk": minor | ||
--- | ||
|
||
Change LogLevel into LogVerbosity |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@vue-storefront/logger": major | ||
--- | ||
|
||
rc.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@vue-storefront/logger": major | ||
--- | ||
|
||
rc.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@vue-storefront/sdk": patch | ||
--- | ||
|
||
Export types from sdk logger module |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@vue-storefront/middleware": patch | ||
--- | ||
|
||
Fix scoping |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@vue-storefront/sdk": minor | ||
--- | ||
|
||
rc.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@vue-storefront/logger": major | ||
--- | ||
|
||
rc.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@vue-storefront/middleware": minor | ||
--- | ||
|
||
Feature logger |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"mode": "exit", | ||
"tag": "rc", | ||
"initialVersions": { | ||
"@vue-storefront/api-extractor-config": "1.0.0", | ||
"@vue-storefront/eslint-config": "3.1.3", | ||
"@vue-storefront/eslint-config-integrations": "1.0.1", | ||
"@vue-storefront/integrations-tsconfig": "1.0.0", | ||
"@vue-storefront/jest-config": "1.0.2", | ||
"@vue-storefront/prettier-config": "2.0.0", | ||
"@vue-storefront/rollup-config": "1.0.0", | ||
"@vue-storefront/changesets": "2.0.0", | ||
"@vue-storefront/cli": "5.0.0", | ||
"@vue-storefront/logger": "0.0.0", | ||
"@vue-storefront/middleware": "5.0.0", | ||
"@vue-storefront/multistore": "4.1.1", | ||
"@vue-storefront/sdk": "3.2.3", | ||
"@vue-storefront/sdk-axios-request-sender": "2.0.0" | ||
}, | ||
"changesets": [ | ||
"blue-suits-drop", | ||
"brave-jokes-film", | ||
"bright-ways-play", | ||
"chilly-eggs-fetch", | ||
"chilly-fans-check", | ||
"eighty-turkeys-marry", | ||
"forty-boats-tell", | ||
"fuzzy-pugs-greet", | ||
"loud-rings-occur", | ||
"mighty-peas-serve", | ||
"slimy-olives-drive", | ||
"smart-worms-remember", | ||
"strange-schools-mate" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@vue-storefront/sdk": minor | ||
--- | ||
|
||
[ADDED] Logger module |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@vue-storefront/logger": minor | ||
--- | ||
|
||
use appropriate verbosity levels in the browser environment |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@vue-storefront/logger": major | ||
--- | ||
|
||
Feature logger |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
module.exports = { | ||
extends: "@vue-storefront/eslint-config-integrations", | ||
rules: { | ||
"class-methods-use-this": "off", | ||
bartoszherba marked this conversation as resolved.
Show resolved
Hide resolved
|
||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,3 +35,6 @@ coverage | |
|
||
.turbo | ||
.cache_ggshield | ||
|
||
# Docs Nuxt temp directory | ||
docs/.nuxt/ |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All those changesets messages will appear in the final changelog, you should consolidate them into a single one or just remove those with messages like
rc
.