-
Notifications
You must be signed in to change notification settings - Fork 3
fixes for serverless APIs + tests #287
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
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #287 +/- ##
==========================================
+ Coverage 75.86% 78.86% +3.00%
==========================================
Files 25 25
Lines 7027 7065 +38
Branches 1335 1335
==========================================
+ Hits 5331 5572 +241
+ Misses 1248 1064 -184
+ Partials 448 429 -19 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ee87a5e
to
c09b6de
Compare
Update template.py refactor use enums for types
phchen95
approved these changes
Apr 14, 2025
Update test_adr.py update tests Update test_adr.py update tests
This reverts commit 6f6aa93.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Features
Added add_properties alias for templates.
Started making use of dynamic template properties.
Replaced string-based types with Enums for cleaner, more structured code.
Added ignore_primary_keys option to backup_database.
Allowed Path objects in backup_database and restore_database.
Introduced support for cross-db copy in create_objects.
Rewrote error handling in various areas to improve clarity and robustness.
Bug Fixes
Fixed dynamic property reference issues in template properties.
Fixed type checks in find method to ensure consistency.
Fixed tests in test_adr.py to ensure correct behavior.
Fixed create_objects cross-db copy to ensure data consistency across databases.
Fixed issues with backup_database not handling foreign keys properly.
Updated test_template.py with better test coverage and error handling.
Fixed permission conflicts and addressed database issues during restores (with --natural-foreign flag).
Miscellaneous
Updated CI configuration (ci_cd.yml).
Disabled CI for specific conditions.
Updated test_adr.py and test_template.py for better test coverage and added more specific assertions.
Improved documentation with clearer setup instructions and example use cases.
Renamed functions and files for consistency.