-
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: do not override view default sorting ordrer #1245
fix: do not override view default sorting ordrer #1245
Conversation
Code Climate has analyzed commit 75d92f4 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.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.
tested work fine with simple postgres table (no bug, and no sorting on the sql query) 🚀
## [1.13.3](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.13.2...example@1.13.3) (2025-01-24) ### Bug Fixes * do not override view default sorting ordrer ([#1245](#1245)) ([8e27769](8e27769)) * **lazy join:** do not remove foreignkey when they are asking ([#1246](#1246)) ([621b243](621b243))
## [1.58.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.58.1...@forestadmin/agent@1.58.2) (2025-01-24) ### Bug Fixes * do not override view default sorting ordrer ([#1245](#1245)) ([8e27769](8e27769)) * **lazy join:** do not remove foreignkey when they are asking ([#1246](#1246)) ([621b243](621b243))
## [1.61.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.61.0...@forestadmin/datasource-customizer@1.61.1) (2025-01-24) ### Bug Fixes * do not override view default sorting ordrer ([#1245](#1245)) ([8e27769](8e27769)) * **lazy join:** do not remove foreignkey when they are asking ([#1246](#1246)) ([621b243](621b243))
## [1.1.48](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-dummy@1.1.47...@forestadmin/datasource-dummy@1.1.48) (2025-01-24) ### Bug Fixes * do not override view default sorting ordrer ([#1245](#1245)) ([8e27769](8e27769)) * **lazy join:** do not remove foreignkey when they are asking ([#1246](#1246)) ([621b243](621b243))
🎉 This PR is included in version 1.5.13 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
## [1.12.21](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forest-cloud@1.12.20...@forestadmin/forest-cloud@1.12.21) (2025-01-24) ### Bug Fixes * do not override view default sorting ordrer ([#1245](#1245)) ([8e27769](8e27769)) * **lazy join:** do not remove foreignkey when they are asking ([#1246](#1246)) ([621b243](621b243))
## [1.4.16](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-aws-s3@1.4.15...@forestadmin/plugin-aws-s3@1.4.16) (2025-01-24) ### Bug Fixes * do not override view default sorting ordrer ([#1245](#1245)) ([8e27769](8e27769)) * **lazy join:** do not remove foreignkey when they are asking ([#1246](#1246)) ([621b243](621b243))
## [1.1.22](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-export-advanced@1.1.21...@forestadmin/plugin-export-advanced@1.1.22) (2025-01-24) ### Bug Fixes * do not override view default sorting ordrer ([#1245](#1245)) ([8e27769](8e27769)) * **lazy join:** do not remove foreignkey when they are asking ([#1246](#1246)) ([621b243](621b243))
🎉 This PR is included in version 1.13.3 🎉 The release is available on Your semantic-release bot 📦🚀 |
## [1.4.6](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.4.5...@forestadmin/plugin-flattener@1.4.6) (2025-01-24) ### Bug Fixes * do not override view default sorting ordrer ([#1245](#1245)) ([8e27769](8e27769)) * **lazy join:** do not remove foreignkey when they are asking ([#1246](#1246)) ([621b243](621b243))
🎉 This PR is included in version 1.58.2 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.61.1 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.1.48 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.12.21 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.4.16 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.1.22 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.4.6 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
Definition of Done
#86c1rzr91
General
Security