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: new cache manager component #3492

Merged
merged 10 commits into from
Dec 30, 2023
Merged

feat: new cache manager component #3492

merged 10 commits into from
Dec 30, 2023

Conversation

czy88840616
Copy link
Member

Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change

@czy88840616 czy88840616 added this to the 3.14.x milestone Dec 11, 2023
@czy88840616 czy88840616 added the pr: new feature This PR adds a new API or behavior. label Dec 11, 2023
@czy88840616 czy88840616 changed the title feat: New cache manager component feat: new cache manager component Dec 11, 2023
@czy88840616 czy88840616 changed the base branch from main to release/3.14.0 December 11, 2023 16:10
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (release/3.14.0@c1ed3a2). Click here to learn what that means.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@                Coverage Diff                @@
##             release/3.14.0    #3492   +/-   ##
=================================================
  Coverage                  ?   84.61%           
=================================================
  Files                     ?      485           
  Lines                     ?    46004           
  Branches                  ?     5508           
=================================================
  Hits                      ?    38924           
  Misses                    ?     7040           
  Partials                  ?       40           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@czy88840616 czy88840616 merged commit af82070 into release/3.14.0 Dec 30, 2023
5 checks passed
@czy88840616 czy88840616 deleted the new_cache branch December 30, 2023 10:24
czy88840616 added a commit that referenced this pull request Jan 6, 2024
* fix(deps): update dependency ws to v8.16.0 (#3524)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency axios to v1.6.3 (#3523)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: add cache code

* feat: add cache-manager and cache-manager-redis

* fix: store options

* chore: upgrade cache-manager

* chore: sync cache-manager

* fix: typings

* fix: test

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
czy88840616 added a commit that referenced this pull request Jan 8, 2024
* fix(deps): update dependency ws to v8.16.0 (#3524)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency axios to v1.6.3 (#3523)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: add cache code

* feat: add cache-manager and cache-manager-redis

* fix: store options

* chore: upgrade cache-manager

* chore: sync cache-manager

* fix: typings

* fix: test

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
czy88840616 added a commit that referenced this pull request Jan 10, 2024
* fix(deps): update dependency ws to v8.16.0 (#3524)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency axios to v1.6.3 (#3523)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: add cache code

* feat: add cache-manager and cache-manager-redis

* fix: store options

* chore: upgrade cache-manager

* chore: sync cache-manager

* fix: typings

* fix: test

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
czy88840616 added a commit that referenced this pull request Jan 13, 2024
* feat: add get all client interface for service factory (#3513)

* chore(deps): update dependency ts-node to v10.9.2

* chore(deps): update dependency mm to v3.4.0

* chore(deps): update dependency @types/node to v18.19.3

* docs: update validate.md (#3490)

Missing Body Reference in Instance Code

* fix(deps): update bull monorepo to v5.10.2 (#3486)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency cos-nodejs-sdk-v5 to v2.12.6 (#3487)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency sequelize to v6.35.2 (#3493)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: add regenerate method for session security (#3499)

* docs: sync validate.md

* v3.13.6

* chore(deps): update dependency @opentelemetry/sdk-node to v0.46.0

* fix(deps): update dependency reflect-metadata to v0.2.1 (#3502)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency leoric to v2.12.2 (#3501)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* v3.13.7

* chore(deps): update mikro-orm monorepo to v5.9.5

* chore: add get client interface for service factory

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: tommy.hu <13776119594@163.com>

* feat: add redis health check (#3473)

* feat: add redis health check

* fix: lint

* feat: support client priority (#3526)

* feat: new cache manager component (#3492)

* fix(deps): update dependency ws to v8.16.0 (#3524)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency axios to v1.6.3 (#3523)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: add cache code

* feat: add cache-manager and cache-manager-redis

* fix: store options

* chore: upgrade cache-manager

* chore: sync cache-manager

* fix: typings

* fix: test

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat: visit swagger json without include ui-dist & support custom ui (#3528)

* feat: support new render function

* chore: update typings

* chore: update test

* fix: default json url

* feat: upgrade mikro to v6 (#3549)

* chore: try to upgrade v6

* fix: create method for v6

* docs: add new feature

* chore: add logger typings

* docs: add swagger doc (#3547)

* docs: add swagger ui render doc

* chore: update

* docs: add blog

* test: add more time

* test: fix

* docs: update sidebar

* docs: update sidebar

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: tommy.hu <13776119594@163.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: new feature This PR adds a new API or behavior.
Development

Successfully merging this pull request may close these issues.

2 participants