Skip to content

Conversation

mtrezza
Copy link
Member

@mtrezza mtrezza commented Oct 5, 2025

New Pull Request Checklist

Issue Description

Storing, deleting or modifying view in server storage re-stores / updates all views. This is inefficient and any future bug related to view storage may affect all views stored on the server.

Approach

Storing, deleting or modifying view in server storage now only affects the specific view instead of updating all views.

Copy link

parse-github-assistant bot commented Oct 5, 2025

🚀 Thanks for opening this pull request! We appreciate your effort in improving the project. Please let us know once your pull request is ready for review.

Copy link

coderabbitai bot commented Oct 5, 2025

Warning

Rate limit exceeded

@mtrezza has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 16 minutes and 20 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between c8c809f and 93ada88.

📒 Files selected for processing (2)
  • src/dashboard/Data/Views/Views.react.js (4 hunks)
  • src/lib/ViewPreferencesManager.js (2 hunks)
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@parseplatformorg
Copy link
Contributor

parseplatformorg commented Oct 5, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

@mtrezza mtrezza changed the title perf: Storing, deleting or modifying view in server storage now only affects the specific view instead of updating all views perf: Storing, deleting, modifying view in server storage now only affects the specific view instead of updating all views Oct 5, 2025
@mtrezza mtrezza merged commit 48cea3c into parse-community:alpha Oct 5, 2025
11 checks passed
@mtrezza mtrezza deleted the fix/unrelated-views-updated branch October 5, 2025 12:41
parseplatformorg pushed a commit that referenced this pull request Oct 5, 2025
# [7.6.0-alpha.8](7.6.0-alpha.7...7.6.0-alpha.8) (2025-10-05)

### Performance Improvements

* Storing, deleting, modifying view in server storage now only affects the specific view instead of updating all views ([#2998](#2998)) ([48cea3c](48cea3c))
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 7.6.0-alpha.8

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Oct 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released-alpha Released as alpha version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants