-
Notifications
You must be signed in to change notification settings - Fork 1
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
DR-3313: Point to POST Query Data Endpoints #1540
Conversation
c1465f4
to
35e9914
Compare
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.
lgtm!
@@ -787,16 +787,19 @@ export function* watchGetDatasetByIdSuccess(): any { | |||
|
|||
export function* previewData({ payload }: any): any { |
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.
While you're in here, should we rename the method viewData? Or something that doesn't have preview in the name?
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.
I think it would be hard to actually remove all of the references to "preview" data. I think I'd rather leave it all as preview rather than changing only some of the references to the new name, especially since this would only be a code-facing change rather than user-facing.
Passing run #3119 ↗︎
Details:
Review all test suite changes for PR #1540 ↗︎ |
09559aa
to
8bb6bab
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
I've deployed the latest to my personal namespace and confirmed that it works for large filter queries. |
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.
Thanks for making those changes! 💯
Merge-Order requirement
Included Changes
We should not notice any changes in the UI except that the UI can handle larger filter requests when creating a snapshot.
Testing
While the UI still struggles a little bit, I was able to filter on 1000 items and create a snapshot.
Screen.Recording.2023-11-13.at.1.17.22.PM.mov