Commit d388751
feat: logger (#7238)
* feat: logger 1.0.0-rc0
* chore: add changeset
* ci: release (rc) (#7266)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: logger rc.1
* ci: release (rc) (#7268)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: logger 1.0.0-rc.2
* ci: release (rc) (#7272)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: add logger module to the SDK (#7267)
* ci: release (rc) (#7273)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: logger rc.3
* feat: rc.3
* ci: release (rc) (#7277)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: middleware logger (#7269)
* feat: injecting logger and metadata
* feat: injecting logger in hooks, onCreate, init fn, removed consola
* refactor: tidying, adding and adjusting tests
* refactor: applied CR tips
* chore: fix sdk test
* refactor: implemented CR suggestions
---------
Co-authored-by: Bartosz Herba <[email protected]>
* ci: release (rc) (#7278)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: add "class-methods-use-this": "off" rule (#7274)
* ci: release (#7275)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* CLOUD-3578 Improve Kubernetes Probes docs (#7264)
* CLOUD-3578 Improve readiness probe docs
* Update docs/content/3.middleware/2.guides/9.kubernetes-probes.md
Co-authored-by: Matt Maribojoc <[email protected]>
* Add changes from Kuba
---------
Co-authored-by: Matt Maribojoc <[email protected]>
* IN-3956 - Middleware extension docs is missing isNamespaced in the example code (#7271)
Co-authored-by: krystian wlodarski <[email protected]>
* feat: sdk logger wrapper (#7276)
* chore: update changeset
* ci: release (rc) (#7279)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: add CR fixes
* feat: middleware logger better logger scopes (#7281)
* fix: moved global logger error to non overwritable part of code
* chore: snapshot of done work
* refactor: MethodDecoratorManager
* refactor: reduced usage of singleton to support parallel calls of fns
* fix: infinite loop constraint on types
* Revert "fix: infinite loop constraint on types"
This reverts commit 01904e3.
* chore: bumped ts jest, and jest
* fix: test
* ci: release (rc) (#7284)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* docs: working with logger (#7285)
* fix: merging logger configs (#7286)
* docs(tfal-56): next/nuxt logger implementation (#7282)
* docs: update next/nuxt docs (#7290)
* chore: export types from logger module (#7292)
* ci: release (rc) (#7293)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: logger middleware error boundary (#7291)
* feat: error boundary
* refactor: refactor
* feat: use appropriate verbosity levels specifically in the browser environment (#7296)
* ci: release (rc) (#7297)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: remove logger module (#7298)
* feat: block overwriting alokai metadata (#7300)
* feat: block overwriting alokai metadata
* refactor: outsourced deep merging of obj's to lodash.merge
* feat: guard to prevent overwriting alokai key in metadata obj
* fix: tests
* Update packages/middleware/src/logger/injectMetadata.ts
Co-authored-by: Bartosz Herba <[email protected]>
---------
Co-authored-by: Bartosz Herba <[email protected]>
* ci: release (rc) (#7303)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: replace console with alokai logger in the middleware module (#7299)
* feat: change log level to verbosity (#7306)
* ci: release (rc) (#7307)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Bartosz Herba <[email protected]>
* docs(tfal-89,tfal-83): update logger docs for current solution (#7308)
* docs(tfal-89,tfal-83): update logger docs for current solution
* docs: fix
* docs: alokai metadata (#7305)
* docs: block overriding alokai key in provided metadata
* Apply suggestions from code review
Co-authored-by: daaf <[email protected]>
* Apply suggestions from code review
---------
Co-authored-by: daaf <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
* chore: remove custom handler docs
* chore: exit pre mode
* feat: update logger exports and docs
* chore: update docs after cr
* docs: fix sdk docs
* feat: change log structured interface parameters
* Apply suggestions from code review - missing type annotation
Co-authored-by: daaf <[email protected]>
* chore: update node env for logger unit tests
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: daaf <[email protected]>
Co-authored-by: Filip Jędrasik <[email protected]>
Co-authored-by: Artur <[email protected]>
Co-authored-by: Matt Maribojoc <[email protected]>
Co-authored-by: Krystian Wlodarski <[email protected]>
Co-authored-by: krystian wlodarski <[email protected]>
Co-authored-by: Dawid Ziobro <[email protected]>1 parent e8eaa7c commit d388751
File tree
107 files changed
+5726
-1231
lines changed- .changeset
- docs
- content
- 3.middleware
- 2.guides
- 3.api
- 4.reference
- multistore
- 4.sdk
- 2.getting-started
- 5.reference
- packages
- logger
- __tests__/unit
- reporter/consola
- structuredLog
- src
- interfaces
- gcp
- reporters/consola
- structuredLog
- utils
- middleware
- __mocks__
- __tests__
- integration
- bootstrap
- api
- successParalell
- success
- integrations
- unit
- apiClientFactory
- errors
- handlers
- integrations/helpers
- src
- apiClientFactory
- errors
- handlers
- callApiFunction
- prepareApiFunction
- prepareArguments
- prepareLogger
- helpers
- integrations
- helpers
- logger
- types
- multistore
- __tests__/integration
- sdk
- src
- __tests__/integration/modules
- __snapshots__
- modules/middlewareModule/utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
107 files changed
+5726
-1231
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments