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: add lazy join decorator #1240

Merged
merged 5 commits into from
Jan 23, 2025
Merged

feat: add lazy join decorator #1240

merged 5 commits into from
Jan 23, 2025

Conversation

arnaud-moncel
Copy link
Member

Definition of Done

General

  • Write an explicit title for the Pull Request, following Conventional Commits specification
  • Test manually the implemented changes
  • Validate the code quality (indentation, syntax, style, simplicity, readability)

Security

  • Consider the security impact of the changes made

Copy link

codeclimate bot commented Jan 20, 2025

Code Climate has analyzed commit 71ad7ac and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 1

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.

Copy link
Contributor

@DayTF DayTF left a comment

Choose a reason for hiding this comment

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

🚀

@arnaud-moncel arnaud-moncel merged commit 1b6b248 into main Jan 23, 2025
22 checks passed
@arnaud-moncel arnaud-moncel deleted the feat/lazy-join branch January 23, 2025 10:13
forest-bot added a commit that referenced this pull request Jan 23, 2025
forest-bot added a commit that referenced this pull request Jan 23, 2025
## [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))
@forest-bot
Copy link
Member

🎉 This PR is included in version 1.12.20 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

forest-bot added a commit that referenced this pull request Jan 23, 2025
# [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))
@forest-bot
Copy link
Member

🎉 This PR is included in version 1.13.2 🎉

The release is available on example@1.13.2

Your semantic-release bot 📦🚀

forest-bot added a commit that referenced this pull request Jan 23, 2025
## [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))
forest-bot added a commit that referenced this pull request Jan 23, 2025
## [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))
forest-bot added a commit that referenced this pull request Jan 23, 2025
## [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))
forest-bot added a commit that referenced this pull request Jan 23, 2025
## [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))
forest-bot added a commit that referenced this pull request Jan 23, 2025
## [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))
@forest-bot
Copy link
Member

🎉 This PR is included in version 1.58.1 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

@forest-bot
Copy link
Member

🎉 This PR is included in version 1.61.0 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

@forest-bot
Copy link
Member

🎉 This PR is included in version 1.1.47 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

@forest-bot
Copy link
Member

🎉 This PR is included in version 1.5.12 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

@forest-bot
Copy link
Member

🎉 This PR is included in version 1.4.15 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

@forest-bot
Copy link
Member

🎉 This PR is included in version 1.1.21 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

@forest-bot
Copy link
Member

🎉 This PR is included in version 1.4.5 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants