-
Notifications
You must be signed in to change notification settings - Fork 28
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
2981 rails 7 active storage #3822
base: development
Are you sure you want to change the base?
Conversation
Use check_all_pending! and alias_method
Remove require_dependencies
!! validates_uniqueness_of now compares "across the system", which apperently means unsaved objects in this case, this is very different behaviour (if interpretation is correct) that we may have to take into account in import scripts.
… into 2981_rails_7
* Move towards handling setting `cached_` values `after_commit`. This should help to eliminate the potential cascading touches on objects. * Updated original batch framework to save off by type, not row-by-row * TaxonName validate_parent_is_set is the same as one root per project, removed * Softened, but made more flexible cascading validation checks through `TaxonName#children` via changes to `TaxonName#parent_is_set?` * Removed the largely redundant subject/object validation in TaxonNameRelationship, this was added during Nomen batch load, and causes many redundant checks. Fixes to Batch save order made these unnecessary.
… into 2981_rails_7
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## development #3822 +/- ##
================================================
- Coverage 84.36% 25.73% -58.63%
================================================
Files 2131 1688 -443
Lines 79566 64771 -14795
================================================
- Hits 67123 16667 -50456
- Misses 12443 48104 +35661 ☔ View full report in Codecov by Sentry. |
No description provided.