-
Notifications
You must be signed in to change notification settings - Fork 8
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: add lazy join decorator #1240
Conversation
Code Climate has analyzed commit 71ad7ac and detected 1 issue on this pull request. Here's the issue category breakdown:
The test coverage on the diff in this pull request is 100.0% (98% is the threshold). This pull request will bring the total coverage in the repository to 97.2%. View more on Code Climate. |
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.
🚀
## [1.13.2](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.13.1...example@1.13.2) (2025-01-23) ### Features * add lazy join decorator ([#1240](#1240)) ([1b6b248](1b6b248))
## [1.58.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.58.0...@forestadmin/agent@1.58.1) (2025-01-23) ### Bug Fixes * **datasource mongo:** remove useless version manager ([#1244](#1244)) ([fbb6698](fbb6698)) ### Features * add lazy join decorator ([#1240](#1240)) ([1b6b248](1b6b248)) * support for mongoose v8 ([#1241](#1241)) ([ae0164d](ae0164d))
🎉 This PR is included in version 1.12.20 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
# [1.61.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.60.0...@forestadmin/datasource-customizer@1.61.0) (2025-01-23) ### Bug Fixes * **datasource mongo:** remove useless version manager ([#1244](#1244)) ([fbb6698](fbb6698)) ### Features * add lazy join decorator ([#1240](#1240)) ([1b6b248](1b6b248)) * support for mongoose v8 ([#1241](#1241)) ([ae0164d](ae0164d))
🎉 This PR is included in version 1.13.2 🎉 The release is available on Your semantic-release bot 📦🚀 |
## [1.1.47](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-dummy@1.1.46...@forestadmin/datasource-dummy@1.1.47) (2025-01-23) ### Bug Fixes * **datasource mongo:** remove useless version manager ([#1244](#1244)) ([fbb6698](fbb6698)) ### Features * add lazy join decorator ([#1240](#1240)) ([1b6b248](1b6b248)) * support for mongoose v8 ([#1241](#1241)) ([ae0164d](ae0164d))
## [1.5.12](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-replica@1.5.11...@forestadmin/datasource-replica@1.5.12) (2025-01-23) ### Bug Fixes * **datasource mongo:** remove useless version manager ([#1244](#1244)) ([fbb6698](fbb6698)) ### Features * add lazy join decorator ([#1240](#1240)) ([1b6b248](1b6b248)) * support for mongoose v8 ([#1241](#1241)) ([ae0164d](ae0164d))
## [1.4.15](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-aws-s3@1.4.14...@forestadmin/plugin-aws-s3@1.4.15) (2025-01-23) ### Bug Fixes * **datasource mongo:** remove useless version manager ([#1244](#1244)) ([fbb6698](fbb6698)) ### Features * add lazy join decorator ([#1240](#1240)) ([1b6b248](1b6b248)) * support for mongoose v8 ([#1241](#1241)) ([ae0164d](ae0164d))
## [1.1.21](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-export-advanced@1.1.20...@forestadmin/plugin-export-advanced@1.1.21) (2025-01-23) ### Bug Fixes * **datasource mongo:** remove useless version manager ([#1244](#1244)) ([fbb6698](fbb6698)) ### Features * add lazy join decorator ([#1240](#1240)) ([1b6b248](1b6b248)) * support for mongoose v8 ([#1241](#1241)) ([ae0164d](ae0164d))
## [1.4.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.4.4...@forestadmin/plugin-flattener@1.4.5) (2025-01-23) ### Bug Fixes * **datasource mongo:** remove useless version manager ([#1244](#1244)) ([fbb6698](fbb6698)) ### Features * add lazy join decorator ([#1240](#1240)) ([1b6b248](1b6b248)) * support for mongoose v8 ([#1241](#1241)) ([ae0164d](ae0164d))
🎉 This PR is included in version 1.58.1 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.61.0 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.1.47 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.5.12 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.4.15 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.1.21 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.4.5 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
Definition of Done
General
Security