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

DR-3313: Point to POST Query Data Endpoints #1540

Merged
merged 5 commits into from
Nov 28, 2023
Merged

Conversation

snf2ye
Copy link
Contributor

@snf2ye snf2ye commented Nov 13, 2023

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

Copy link
Contributor

@nmalfroy nmalfroy left a 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 {
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Copy link

cypress bot commented Nov 13, 2023

Passing run #3119 ↗︎

0 25 0 0 Flakiness 0

Details:

Merge b9f56d2 into 68522a3...
Project: jade-data-repo-ui Commit: 1a442f76c9 ℹ️
Status: Passed Duration: 04:11 💡
Started: Nov 27, 2023 6:27 PM Ended: Nov 27, 2023 6:31 PM

Review all test suite changes for PR #1540 ↗︎

src/sagas/repository.ts Outdated Show resolved Hide resolved
src/sagas/repository.ts Outdated Show resolved Hide resolved
@snf2ye snf2ye force-pushed the sh-dr-3313-large-filter branch from 09559aa to 8bb6bab Compare November 27, 2023 16:57
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@snf2ye
Copy link
Contributor Author

snf2ye commented Nov 27, 2023

I've deployed the latest to my personal namespace and confirmed that it works for large filter queries.

@snf2ye snf2ye marked this pull request as ready for review November 27, 2023 19:01
Copy link
Contributor

@samanehsan samanehsan left a 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! 💯

@snf2ye snf2ye merged commit 53500e4 into develop Nov 28, 2023
6 checks passed
@snf2ye snf2ye deleted the sh-dr-3313-large-filter branch November 28, 2023 02:57
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.

3 participants