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

Made getAll operation of PageController unsupported #1176

Merged
merged 2 commits into from
Oct 15, 2020
Merged

Made getAll operation of PageController unsupported #1176

merged 2 commits into from
Oct 15, 2020

Conversation

pc9795
Copy link
Contributor

@pc9795 pc9795 commented Oct 13, 2020

Description

The list endpoint shouldn't be supported due to risk of OOM/huge data as mentioned in the related issue description

Fixes #836

Type of change

  • Bugfix (non-breaking change which fixes an issue)

How Has This Been Tested?

  • Manually

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented on my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@pc9795
Copy link
Contributor Author

pc9795 commented Oct 13, 2020

I will add the relevant unit tests as soon as #1084 is merged as I have set up a basic structure to test controllers.

@pc9795
Copy link
Contributor Author

pc9795 commented Oct 14, 2020

FYI: @Nikhil-Nandagopal

mohanarpit
mohanarpit previously approved these changes Oct 15, 2020
@mohanarpit mohanarpit dismissed their stale review October 15, 2020 03:35

Minor changes requested

@mohanarpit mohanarpit merged commit 8d2701e into appsmithorg:release Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] 500 Internal Server Error
2 participants