Skip to content
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 52 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
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 Oct 3, 2024
8cb7f65
chore: add changeset
bartoszherba Oct 3, 2024
287f494
ci: release (rc) (#7266)
github-actions[bot] Oct 3, 2024
ead0b10
feat: logger rc.1
bartoszherba Oct 4, 2024
7fdfd60
ci: release (rc) (#7268)
github-actions[bot] Oct 4, 2024
9f5089d
feat: logger 1.0.0-rc.2
bartoszherba Oct 7, 2024
c17beb1
ci: release (rc) (#7272)
github-actions[bot] Oct 7, 2024
4e5e858
feat: add logger module to the SDK (#7267)
dawid-ziobro Oct 7, 2024
7d4e7d1
ci: release (rc) (#7273)
github-actions[bot] Oct 7, 2024
95f986e
feat: logger rc.3
bartoszherba Oct 7, 2024
27ad9a7
feat: rc.3
bartoszherba Oct 9, 2024
ab305c9
ci: release (rc) (#7277)
github-actions[bot] Oct 9, 2024
cd576f6
feat: middleware logger (#7269)
Fifciu Oct 9, 2024
9c481c8
ci: release (rc) (#7278)
github-actions[bot] Oct 10, 2024
b873954
feat: add "class-methods-use-this": "off" rule (#7274)
bartoszherba Oct 8, 2024
64cf77d
ci: release (#7275)
github-actions[bot] Oct 8, 2024
53a9c61
CLOUD-3578 Improve Kubernetes Probes docs (#7264)
sethidden Oct 9, 2024
a335b8d
IN-3956 - Middleware extension docs is missing isNamespaced in the ex…
Olbix Oct 9, 2024
2e62c29
Merge branch 'main' into feat/logger
bartoszherba Oct 10, 2024
3608f06
feat: sdk logger wrapper (#7276)
dawid-ziobro Oct 10, 2024
70d8bf6
chore: update changeset
dawid-ziobro Oct 10, 2024
0ebc456
ci: release (rc) (#7279)
github-actions[bot] Oct 10, 2024
0109f6b
chore: add CR fixes
bartoszherba Oct 11, 2024
dcb8fa7
feat: middleware logger better logger scopes (#7281)
Fifciu Oct 21, 2024
8179e57
ci: release (rc) (#7284)
github-actions[bot] Oct 21, 2024
894260f
docs: working with logger (#7285)
Fifciu Oct 23, 2024
80d7376
fix: merging logger configs (#7286)
Fifciu Oct 23, 2024
227781e
docs(tfal-56): next/nuxt logger implementation (#7282)
dawid-ziobro Oct 25, 2024
f92ebd3
docs: update next/nuxt docs (#7290)
dawid-ziobro Oct 25, 2024
602b00f
chore: export types from logger module (#7292)
bartoszherba Oct 28, 2024
832a074
ci: release (rc) (#7293)
github-actions[bot] Oct 28, 2024
3a290f8
feat: logger middleware error boundary (#7291)
Fifciu Oct 29, 2024
09bce45
feat: use appropriate verbosity levels specifically in the browser en…
bartoszherba Oct 29, 2024
a35e2f9
ci: release (rc) (#7297)
github-actions[bot] Oct 29, 2024
b9ce521
chore: remove logger module (#7298)
bartoszherba Oct 30, 2024
fadf21d
feat: block overwriting alokai metadata (#7300)
Fifciu Nov 4, 2024
226bd0e
ci: release (rc) (#7303)
github-actions[bot] Nov 4, 2024
14350c4
feat: replace console with alokai logger in the middleware module (#7…
bartoszherba Nov 4, 2024
1f6e660
feat: change log level to verbosity (#7306)
bartoszherba Nov 6, 2024
5b0fbb0
Merge remote-tracking branch 'origin/main' into feat/logger
bartoszherba Nov 6, 2024
b687b1c
ci: release (rc) (#7307)
github-actions[bot] Nov 6, 2024
9ca0412
docs(tfal-89,tfal-83): update logger docs for current solution (#7308)
dawid-ziobro Nov 6, 2024
1fcc736
docs: alokai metadata (#7305)
Fifciu Nov 6, 2024
e36aace
chore: remove custom handler docs
bartoszherba Nov 6, 2024
7647dba
chore: exit pre mode
bartoszherba Nov 7, 2024
a965073
feat: update logger exports and docs
bartoszherba Nov 7, 2024
dd270b3
chore: update docs after cr
bartoszherba Nov 7, 2024
73ca5a9
docs: fix sdk docs
dawid-ziobro Nov 7, 2024
93fe2dd
feat: change log structured interface parameters
bartoszherba Nov 7, 2024
6600f29
Merge branch 'feat/logger' of github.com:vuestorefront/vue-storefront…
bartoszherba Nov 7, 2024
a59a282
Apply suggestions from code review - missing type annotation
bartoszherba Nov 7, 2024
bc7bdb1
chore: update node env for logger unit tests
bartoszherba Nov 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/blue-suits-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vue-storefront/middleware": minor
---

block overwriting alokai metadata
Copy link
Collaborator

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.

5 changes: 5 additions & 0 deletions .changeset/brave-jokes-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vue-storefront/logger": minor
---

rc.1
7 changes: 7 additions & 0 deletions .changeset/bright-ways-play.md
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
5 changes: 5 additions & 0 deletions .changeset/chilly-eggs-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vue-storefront/logger": major
---

rc.2
5 changes: 5 additions & 0 deletions .changeset/chilly-fans-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vue-storefront/logger": major
---

rc.3
5 changes: 5 additions & 0 deletions .changeset/eighty-turkeys-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vue-storefront/sdk": patch
---

Export types from sdk logger module
5 changes: 5 additions & 0 deletions .changeset/forty-boats-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vue-storefront/middleware": patch
---

Fix scoping
5 changes: 5 additions & 0 deletions .changeset/fuzzy-pugs-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vue-storefront/sdk": minor
---

rc.1
5 changes: 5 additions & 0 deletions .changeset/loud-rings-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vue-storefront/logger": major
---

rc.3
5 changes: 5 additions & 0 deletions .changeset/mighty-peas-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vue-storefront/middleware": minor
---

Feature logger
35 changes: 35 additions & 0 deletions .changeset/pre.json
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"
]
}
5 changes: 5 additions & 0 deletions .changeset/slimy-olives-drive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vue-storefront/sdk": minor
---

[ADDED] Logger module
5 changes: 5 additions & 0 deletions .changeset/smart-worms-remember.md
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
5 changes: 5 additions & 0 deletions .changeset/strange-schools-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vue-storefront/logger": major
---

Feature logger
3 changes: 3 additions & 0 deletions .eslintrc.js
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
},
};
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ coverage

.turbo
.cache_ggshield

# Docs Nuxt temp directory
docs/.nuxt/
Loading
Loading