Skip to content

feat: add getEggObjects API to fetch all instances#189

Merged
killagu merged 3 commits intoeggjs:masterfrom
sang4lv:feat/getEggObjects-api
Jan 31, 2024
Merged

feat: add getEggObjects API to fetch all instances#189
killagu merged 3 commits intoeggjs:masterfrom
sang4lv:feat/getEggObjects-api

Conversation

@sang4lv
Copy link
Contributor

@sang4lv sang4lv commented Jan 31, 2024

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

新增 eggObjectFactory.getEggObjects 接口,用于获取抽象类对应的所有实现。

@killagu killagu self-requested a review January 31, 2024 13:05
@codecov
Copy link

codecov bot commented Jan 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c24ba0c) 93.99% compared to head (d702f82) 94.01%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #189      +/-   ##
==========================================
+ Coverage   93.99%   94.01%   +0.01%     
==========================================
  Files         236      236              
  Lines        5014     5029      +15     
  Branches      541      569      +28     
==========================================
+ Hits         4713     4728      +15     
  Misses        301      301              

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

Copy link
Contributor

@killagu killagu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@killagu killagu merged commit f8592c2 into eggjs:master Jan 31, 2024
@killagu
Copy link
Contributor

killagu commented Jan 31, 2024

  • @eggjs/aop-decorator@3.31.0
  • @eggjs/controller-decorator@3.31.0
  • @eggjs/core-decorator@3.31.0
  • @eggjs/egg-module-common@3.31.0
  • @eggjs/eventbus-decorator@3.31.0
  • @eggjs/standalone-decorator@3.31.0
  • @eggjs/tegg@3.31.0
  • @eggjs/tegg-aop-plugin@3.31.0
  • @eggjs/tegg-aop-runtime@3.31.0
  • @eggjs/tegg-background-task@3.31.0
  • @eggjs/tegg-common-util@3.31.0
  • @eggjs/tegg-config@3.31.0
  • @eggjs/tegg-controller-plugin@3.31.0
  • @eggjs/tegg-dynamic-inject@3.31.0
  • @eggjs/tegg-dynamic-inject-runtime@3.31.0
  • @eggjs/tegg-eventbus-plugin@3.31.0
  • @eggjs/tegg-eventbus-runtime@3.31.0
  • @eggjs/tegg-lifecycle@3.31.0
  • @eggjs/tegg-loader@3.31.0
  • @eggjs/tegg-metadata@3.31.0
  • @eggjs/tegg-orm-decorator@3.31.0
  • @eggjs/tegg-orm-plugin@3.31.0
  • @eggjs/tegg-plugin@3.31.0
  • @eggjs/tegg-runtime@3.31.0
  • @eggjs/tegg-schedule-decorator@3.31.0
  • @eggjs/tegg-schedule-plugin@3.31.0
  • @eggjs/tegg-standalone@3.31.0
  • @eggjs/tegg-transaction-decorator@3.31.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants