-
Notifications
You must be signed in to change notification settings - Fork 7
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
View subscription refactor and bug fixes #1021
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AaronPlave
temporarily deployed
to
test-workflow
November 27, 2023 20:58 — with
GitHub Actions
Inactive
AaronPlave
force-pushed
the
feat/view-loading-perf-and-fixes
branch
from
November 28, 2023 00:07
4ed879e
to
0a2af0f
Compare
AaronPlave
temporarily deployed
to
test-workflow
November 28, 2023 00:07 — with
GitHub Actions
Inactive
duranb
reviewed
Nov 30, 2023
AaronPlave
force-pushed
the
feat/view-loading-perf-and-fixes
branch
from
December 1, 2023 00:40
0a2af0f
to
0e35a23
Compare
AaronPlave
temporarily deployed
to
test-workflow
December 1, 2023 00:40 — with
GitHub Actions
Inactive
AaronPlave
force-pushed
the
feat/view-loading-perf-and-fixes
branch
from
December 1, 2023 00:48
0e35a23
to
ac81c1d
Compare
AaronPlave
temporarily deployed
to
test-workflow
December 1, 2023 00:48 — with
GitHub Actions
Inactive
AaronPlave
force-pushed
the
feat/view-loading-perf-and-fixes
branch
from
December 6, 2023 16:30
ac81c1d
to
2aa76b3
Compare
AaronPlave
temporarily deployed
to
test-workflow
December 6, 2023 16:31 — with
GitHub Actions
Inactive
duranb
requested changes
Dec 8, 2023
AaronPlave
temporarily deployed
to
test-workflow
December 8, 2023 16:24 — with
GitHub Actions
Inactive
AaronPlave
force-pushed
the
feat/view-loading-perf-and-fixes
branch
from
December 8, 2023 16:24
c1d4848
to
7a9a9f6
Compare
AaronPlave
temporarily deployed
to
test-workflow
December 8, 2023 16:24 — with
GitHub Actions
Inactive
duranb
approved these changes
Dec 8, 2023
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.
looks good!
…demand. Fix bug with deletion of views.
AaronPlave
force-pushed
the
feat/view-loading-perf-and-fixes
branch
from
December 11, 2023 16:49
7a9a9f6
to
b9c758d
Compare
AaronPlave
temporarily deployed
to
test-workflow
December 11, 2023 16:49 — with
GitHub Actions
Inactive
JosephVolosin
pushed a commit
that referenced
this pull request
Aug 20, 2024
* Use capture for context menu keydown and stop propagation on escape keydown if shown * Do not include view definition in view subscription and full view on demand. * Fix bug with deletion of views. * Fix delete view permissions check
JosephVolosin
pushed a commit
that referenced
this pull request
Oct 21, 2024
* Use capture for context menu keydown and stop propagation on escape keydown if shown * Do not include view definition in view subscription and full view on demand. * Fix bug with deletion of views. * Fix delete view permissions check
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Partially addresses #1012 by resolving the underlying performance issue with the view subscription. Previously the view subscription included view definitions but this PR removes definitions from the subscription and instead fetches the full view on demand. This PR also fixes:
userViews
list since the admin might not be the owner of the view but could still have delete permissions (which will be checked downstream anyway).