-
Notifications
You must be signed in to change notification settings - Fork 5
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
Improve e2e tests & fix sorting bug #1575
Merged
Merged
Commits on Aug 18, 2023
-
Fix sorting bug in useQuery hooks
- the order of the sort object is important, but react-query hashes items in the query key and so differently ordered objects are considered equal So JSON stringify the sort object when passed as a query key param
Configuration menu - View commit details
-
Copy full SHA for c3e4b0d - Browse repository at this point
Copy the full SHA c3e4b0dView commit details -
- Remove linting errors - Delete unneeded tests - Improve efficiency by consolidating tests into fewer, longer tests (see https://docs.cypress.io/guides/references/best-practices#Creating-Tiny-Tests-With-A-Single-Assertion) - lint the cypress code in the CI job
Configuration menu - View commit details
-
Copy full SHA for 98769bb - Browse repository at this point
Copy the full SHA 98769bbView commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 396a66e - Browse repository at this point
Copy the full SHA 396a66eView commit details -
Fix multi-column filtering bug in downloadStatusTable
- multiple filters didn't work, it only ever checked the first filter
Configuration menu - View commit details
-
Copy full SHA for f74f581 - Browse repository at this point
Copy the full SHA f74f581View commit details -
- Add tests for bugs I found - Fix linting errors - Improve test efficiency - Lint cypress code in CI
Configuration menu - View commit details
-
Copy full SHA for f692e7a - Browse repository at this point
Copy the full SHA f692e7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a5acd1 - Browse repository at this point
Copy the full SHA 4a5acd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51c2e90 - Browse repository at this point
Copy the full SHA 51c2e90View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac1125f - Browse repository at this point
Copy the full SHA ac1125fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cb85bc - Browse repository at this point
Copy the full SHA 8cb85bcView commit details
Commits on Aug 23, 2023
-
- Ensure cypress code is linted in CI - Fixed linting errors - Small refactor for increased efficiency
Configuration menu - View commit details
-
Copy full SHA for 9cba537 - Browse repository at this point
Copy the full SHA 9cba537View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fc4e4c - Browse repository at this point
Copy the full SHA 6fc4e4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4ff158 - Browse repository at this point
Copy the full SHA f4ff158View commit details -
Fix unhandled exception thrown when invalid datetime ranges are provi…
…ded in download status table Thanks to @kaperoo for finding this one!
Configuration menu - View commit details
-
Copy full SHA for 0ff8da5 - Browse repository at this point
Copy the full SHA 0ff8da5View commit details
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.