-
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
fix(customizer-stack): reduce customizer stack to avoid issues #1139
Conversation
Code Climate has analyzed commit 37a9d00 and detected 0 issues on this pull request. 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.5%. 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.
Cleaner way to segment the NoCode dataSource
## [1.8.25](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.8.24...example@1.8.25) (2024-07-09) ### Bug Fixes * **customizer-stack:** reduce customizer stack to avoid issues ([#1139](#1139)) ([b13965f](b13965f))
🎉 This PR is included in version 1.9.19 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
## [1.41.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.41.2...@forestadmin/agent@1.41.3) (2024-07-09) ### Bug Fixes * **customizer-stack:** reduce customizer stack to avoid issues ([#1139](#1139)) ([b13965f](b13965f))
## [1.45.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.45.1...@forestadmin/datasource-customizer@1.45.2) (2024-07-09) ### Bug Fixes * **customizer-stack:** reduce customizer stack to avoid issues ([#1139](#1139)) ([b13965f](b13965f))
## [1.1.16](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-dummy@1.1.15...@forestadmin/datasource-dummy@1.1.16) (2024-07-09) ### Bug Fixes * **customizer-stack:** reduce customizer stack to avoid issues ([#1139](#1139)) ([b13965f](b13965f))
## [1.3.13](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-replica@1.3.12...@forestadmin/datasource-replica@1.3.13) (2024-07-09) ### Bug Fixes * **customizer-stack:** reduce customizer stack to avoid issues ([#1139](#1139)) ([b13965f](b13965f))
🎉 This PR is included in version 1.8.25 🎉 The release is available on Your semantic-release bot 📦🚀 |
## [1.3.75](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-aws-s3@1.3.74...@forestadmin/plugin-aws-s3@1.3.75) (2024-07-09) ### Bug Fixes * **customizer-stack:** reduce customizer stack to avoid issues ([#1139](#1139)) ([b13965f](b13965f))
## [1.0.87](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-export-advanced@1.0.86...@forestadmin/plugin-export-advanced@1.0.87) (2024-07-09) ### Bug Fixes * **customizer-stack:** reduce customizer stack to avoid issues ([#1139](#1139)) ([b13965f](b13965f))
🎉 This PR is included in version 1.41.3 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
## [1.2.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.2.1...@forestadmin/plugin-flattener@1.2.2) (2024-07-09) ### Bug Fixes * **customizer-stack:** reduce customizer stack to avoid issues ([#1139](#1139)) ([b13965f](b13965f))
🎉 This PR is included in version 1.45.2 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.1.16 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.3.13 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.3.75 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.87 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.2.2 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
## [1.7.9](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-mongoose@1.7.8...@forestadmin/datasource-mongoose@1.7.9) (2024-07-09) ### Bug Fixes * **customizer-stack:** reduce customizer stack to avoid issues ([#1139](#1139)) ([b13965f](b13965f)) * **documentDB:** prevent field addition from flattener to exceed 30 fields to meet with DocumentDB limitation ([#1140](#1140)) ([10d4e67](10d4e67))
🎉 This PR is included in version 1.3.9 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.7.9 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
## [1.8.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.8.4...@forestadmin/datasource-sequelize@1.8.5) (2024-07-10) ### Bug Fixes * **customizer-stack:** reduce customizer stack to avoid issues ([#1139](#1139)) ([b13965f](b13965f)) * **datasource-sequelize:** returns all records when NotIn is given with empty array ([#1142](#1142)) ([3b313ff](3b313ff)) * **documentDB:** prevent field addition from flattener to exceed 30 fields to meet with DocumentDB limitation ([#1140](#1140)) ([10d4e67](10d4e67)) * **override-create:** clean returned records by removing unknown fields ([#1141](#1141)) ([b05f5c5](b05f5c5))
## [1.14.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.14.4...@forestadmin/datasource-sql@1.14.5) (2024-07-10) ### Bug Fixes * **customizer-stack:** reduce customizer stack to avoid issues ([#1139](#1139)) ([b13965f](b13965f)) * **datasource-sequelize:** returns all records when NotIn is given with empty array ([#1142](#1142)) ([3b313ff](3b313ff)) * **documentDB:** prevent field addition from flattener to exceed 30 fields to meet with DocumentDB limitation ([#1140](#1140)) ([10d4e67](10d4e67)) * **override-create:** clean returned records by removing unknown fields ([#1141](#1141)) ([b05f5c5](b05f5c5))
🎉 This PR is included in version 1.8.5 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.14.5 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
## [1.34.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-toolkit@1.34.1...@forestadmin/datasource-toolkit@1.34.2) (2024-07-11) ### Bug Fixes * **customizer-stack:** reduce customizer stack to avoid issues ([#1139](#1139)) ([b13965f](b13965f)) * **datasource-sequelize:** returns all records when NotIn is given with empty array ([#1142](#1142)) ([3b313ff](3b313ff)) * **documentDB:** prevent field addition from flattener to exceed 30 fields to meet with DocumentDB limitation ([#1140](#1140)) ([10d4e67](10d4e67)) * force release the datasource-toolkit to fix exported types ([#1144](#1144)) ([ef78f22](ef78f22)) * get rid of 'ambiguous column name' error when searching on collection with relationships ([#1143](#1143)) ([029bed9](029bed9)) * **override-create:** clean returned records by removing unknown fields ([#1141](#1141)) ([b05f5c5](b05f5c5))
## [1.27.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.27.4...@forestadmin/forestadmin-client@1.27.5) (2024-07-11) ### Bug Fixes * **customizer-stack:** reduce customizer stack to avoid issues ([#1139](#1139)) ([b13965f](b13965f)) * **datasource-sequelize:** returns all records when NotIn is given with empty array ([#1142](#1142)) ([3b313ff](3b313ff)) * **documentDB:** prevent field addition from flattener to exceed 30 fields to meet with DocumentDB limitation ([#1140](#1140)) ([10d4e67](10d4e67)) * force release the datasource-toolkit to fix exported types ([#1144](#1144)) ([ef78f22](ef78f22)) * get rid of 'ambiguous column name' error when searching on collection with relationships ([#1143](#1143)) ([029bed9](029bed9)) * **override-create:** clean returned records by removing unknown fields ([#1141](#1141)) ([b05f5c5](b05f5c5))
🎉 This PR is included in version 1.34.2 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.27.5 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
Definition of Done
General
Security