-
Notifications
You must be signed in to change notification settings - Fork 9
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
SIMSBIOHUB-379: Dataset object generation fix for geometry #1179
Conversation
Openshift URLs for the PR Deployment: |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #1179 +/- ##
==========================================
- Coverage 58.15% 58.15% -0.01%
==========================================
Files 590 590
Lines 17943 17945 +2
Branches 2763 2762 -1
==========================================
+ Hits 10435 10436 +1
- Misses 6824 6825 +1
Partials 684 684 ☔ View full report in Codecov by Sentry. |
* Adjust API memory settings, set node env properly, adjust log levels * Simplify zod geojson schema * Remove zod from keycloak token type definitions (hotspot). Disable zod database response parsing in production. Add query and zod timers in development. * BugFix: Allow surveys to be created with $0 amounts.
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 tried running this locally and ran into an issue once the data hit BioHub. The error in the biohub API was "publish_timestamp" of relation "submission" does not exist. My Biohub app was running off of the feature branch dataset_security_feature
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
1 similar comment
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Description of Changes
Testing Notes