Skip to content

fix(mongoose): apply sort on all pages instead of the current page#1188

Merged
Scra3 merged 1 commit intomainfrom
fix-mongoose-sort
Oct 4, 2024
Merged

fix(mongoose): apply sort on all pages instead of the current page#1188
Scra3 merged 1 commit intomainfrom
fix-mongoose-sort

Conversation

@Scra3
Copy link
Copy Markdown
Member

@Scra3 Scra3 commented Oct 3, 2024

linked to: CU-86c0hgwb1

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

@Scra3 Scra3 force-pushed the fix-mongoose-sort branch from 4f01a2d to 6910c84 Compare October 3, 2024 11:28
@forest-bot
Copy link
Copy Markdown
Member

@Scra3 Scra3 changed the title fix(mongoose): apply sort on the whole pages instead of the current page fix(mongoose): apply sort on all pages instead of the current page Oct 3, 2024
@Scra3 Scra3 force-pushed the fix-mongoose-sort branch from 6910c84 to 8ab5701 Compare October 3, 2024 11:35
Copy link
Copy Markdown
Contributor

@realSpok realSpok left a comment

Choose a reason for hiding this comment

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

  • ✅ Code review
    • ✅ Use pure functions when possible
    • ✅ Performance concerns
    • ✅ Security concerns
    • ✅ The PR tackle one subject only
  • ✅ Automatic tests
    • ✅ Unit tests
    • ⤬ Integration tests
  • ✅ Manual tests
    • ✅ Test the functionality
    • ✅ Test error cases
  • ✅ PR title
  • ✅ Destination branch
  • ✅ PR linked to the clickup task

@Scra3 Scra3 force-pushed the fix-mongoose-sort branch from 8ab5701 to 3f2ea71 Compare October 3, 2024 15:21
@qlty-cloud-legacy
Copy link
Copy Markdown

Code Climate has analyzed commit 3f2ea71 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.

@Scra3 Scra3 merged commit 434d183 into main Oct 4, 2024
@Scra3 Scra3 deleted the fix-mongoose-sort branch October 4, 2024 05:00
forest-bot added a commit that referenced this pull request Oct 4, 2024
## [1.10.3](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.10.2...example@1.10.3) (2024-10-04)

### Bug Fixes

* **mongoose:** apply sort on all pages instead of the current page ([#1188](#1188)) ([434d183](434d183))
forest-bot added a commit that referenced this pull request Oct 4, 2024
@forest-bot
Copy link
Copy Markdown
Member

🎉 This PR is included in version 1.3.21 🎉

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

Your semantic-release bot 📦🚀

forest-bot added a commit that referenced this pull request Oct 4, 2024
@forest-bot
Copy link
Copy Markdown
Member

🎉 This PR is included in version 1.10.3 🎉

The release is available on example@1.10.3

Your semantic-release bot 📦🚀

@forest-bot
Copy link
Copy Markdown
Member

🎉 This PR is included in version 1.8.1 🎉

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

Your semantic-release bot 📦🚀

@forest-bot
Copy link
Copy Markdown
Member

🎉 This PR is included in version 1.11.18 🎉

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

Your semantic-release bot 📦🚀

forest-bot added a commit that referenced this pull request Oct 4, 2024
# [1.48.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.47.0...@forestadmin/agent@1.48.0) (2024-10-04)

### Bug Fixes

* **mongoose:** apply sort on all pages instead of the current page ([#1188](#1188)) ([434d183](434d183))

### Features

* **schema:** send a clear message when user wants to access to an unknown field ([#1186](#1186)) ([016aedd](016aedd))
forest-bot added a commit that referenced this pull request Oct 4, 2024
# [1.53.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.52.1...@forestadmin/datasource-customizer@1.53.0) (2024-10-04)

### Bug Fixes

* **mongoose:** apply sort on all pages instead of the current page ([#1188](#1188)) ([434d183](434d183))

### Features

* **schema:** send a clear message when user wants to access to an unknown field ([#1186](#1186)) ([016aedd](016aedd))
forest-bot added a commit that referenced this pull request Oct 4, 2024
## [1.1.32](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-dummy@1.1.31...@forestadmin/datasource-dummy@1.1.32) (2024-10-04)

### Bug Fixes

* **mongoose:** apply sort on all pages instead of the current page ([#1188](#1188)) ([434d183](434d183))

### Features

* **schema:** send a clear message when user wants to access to an unknown field ([#1186](#1186)) ([016aedd](016aedd))
forest-bot added a commit that referenced this pull request Oct 4, 2024
# [1.4.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-replica@1.3.39...@forestadmin/datasource-replica@1.4.0) (2024-10-04)

### Bug Fixes

* **mongoose:** apply sort on all pages instead of the current page ([#1188](#1188)) ([434d183](434d183))

### Features

* **schema:** send a clear message when user wants to access to an unknown field ([#1186](#1186)) ([016aedd](016aedd))
forest-bot added a commit that referenced this pull request Oct 4, 2024
## [1.10.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.10.0...@forestadmin/datasource-sequelize@1.10.1) (2024-10-04)

### Bug Fixes

* **mongoose:** apply sort on all pages instead of the current page ([#1188](#1188)) ([434d183](434d183))

### Features

* **schema:** send a clear message when user wants to access to an unknown field ([#1186](#1186)) ([016aedd](016aedd))
forest-bot added a commit that referenced this pull request Oct 4, 2024
## [1.14.27](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.14.26...@forestadmin/datasource-sql@1.14.27) (2024-10-04)

### Bug Fixes

* **mongoose:** apply sort on all pages instead of the current page ([#1188](#1188)) ([434d183](434d183))

### Features

* **schema:** send a clear message when user wants to access to an unknown field ([#1186](#1186)) ([016aedd](016aedd))
forest-bot added a commit that referenced this pull request Oct 4, 2024
# [1.41.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-toolkit@1.40.0...@forestadmin/datasource-toolkit@1.41.0) (2024-10-04)

### Bug Fixes

* **mongoose:** apply sort on all pages instead of the current page ([#1188](#1188)) ([434d183](434d183))

### Features

* **schema:** send a clear message when user wants to access to an unknown field ([#1186](#1186)) ([016aedd](016aedd))
forest-bot added a commit that referenced this pull request Oct 4, 2024
## [1.33.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.33.0...@forestadmin/forestadmin-client@1.33.1) (2024-10-04)

### Bug Fixes

* **mongoose:** apply sort on all pages instead of the current page ([#1188](#1188)) ([434d183](434d183))

### Features

* **schema:** send a clear message when user wants to access to an unknown field ([#1186](#1186)) ([016aedd](016aedd))
@forest-bot
Copy link
Copy Markdown
Member

🎉 This PR is included in version 1.48.0 🎉

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

Your semantic-release bot 📦🚀

forest-bot added a commit that referenced this pull request Oct 4, 2024
# [1.4.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-aws-s3@1.3.91...@forestadmin/plugin-aws-s3@1.4.0) (2024-10-04)

### Bug Fixes

* **mongoose:** apply sort on all pages instead of the current page ([#1188](#1188)) ([434d183](434d183))

### Features

* **schema:** send a clear message when user wants to access to an unknown field ([#1186](#1186)) ([016aedd](016aedd))
forest-bot added a commit that referenced this pull request Oct 4, 2024
## [1.1.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-export-advanced@1.1.2...@forestadmin/plugin-export-advanced@1.1.3) (2024-10-04)

### Bug Fixes

* **mongoose:** apply sort on all pages instead of the current page ([#1188](#1188)) ([434d183](434d183))

### Features

* **schema:** send a clear message when user wants to access to an unknown field ([#1186](#1186)) ([016aedd](016aedd))
forest-bot added a commit that referenced this pull request Oct 4, 2024
# [1.3.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.2.17...@forestadmin/plugin-flattener@1.3.0) (2024-10-04)

### Bug Fixes

* **mongoose:** apply sort on all pages instead of the current page ([#1188](#1188)) ([434d183](434d183))

### Features

* **schema:** send a clear message when user wants to access to an unknown field ([#1186](#1186)) ([016aedd](016aedd))
@forest-bot
Copy link
Copy Markdown
Member

🎉 This PR is included in version 1.53.0 🎉

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

Your semantic-release bot 📦🚀

@forest-bot
Copy link
Copy Markdown
Member

🎉 This PR is included in version 1.1.32 🎉

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

Your semantic-release bot 📦🚀

@forest-bot
Copy link
Copy Markdown
Member

🎉 This PR is included in version 1.4.0 🎉

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

Your semantic-release bot 📦🚀

@forest-bot
Copy link
Copy Markdown
Member

🎉 This PR is included in version 1.10.1 🎉

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

Your semantic-release bot 📦🚀

@forest-bot
Copy link
Copy Markdown
Member

🎉 This PR is included in version 1.14.27 🎉

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

Your semantic-release bot 📦🚀

@forest-bot
Copy link
Copy Markdown
Member

🎉 This PR is included in version 1.41.0 🎉

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

Your semantic-release bot 📦🚀

@forest-bot
Copy link
Copy Markdown
Member

🎉 This PR is included in version 1.33.1 🎉

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

Your semantic-release bot 📦🚀

@forest-bot
Copy link
Copy Markdown
Member

🎉 This PR is included in version 1.4.0 🎉

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

Your semantic-release bot 📦🚀

@forest-bot
Copy link
Copy Markdown
Member

🎉 This PR is included in version 1.1.3 🎉

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

Your semantic-release bot 📦🚀

@forest-bot
Copy link
Copy Markdown
Member

🎉 This PR is included in version 1.3.0 🎉

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