Integrate with Gramps' APIs instead of parsing Gramps XML#2444
Draft
bartfeenstra wants to merge 4 commits into0.5.xfrom
Draft
Integrate with Gramps' APIs instead of parsing Gramps XML#2444bartfeenstra wants to merge 4 commits into0.5.xfrom
bartfeenstra wants to merge 4 commits into0.5.xfrom
Conversation
f7cbc5e to
b2fb1bd
Compare
bartfeenstra
commented
Mar 19, 2025
bartfeenstra
commented
Mar 19, 2025
bartfeenstra
commented
Mar 19, 2025
| pass | ||
|
|
||
| @abstractmethod | ||
| async def load_xml(self, xml: str) -> None: |
Owner
Author
There was a problem hiding this comment.
Remove this before merging
bartfeenstra
commented
Mar 19, 2025
143d927 to
b1a77db
Compare
bartfeenstra
commented
Mar 20, 2025
bartfeenstra
commented
Mar 20, 2025
bartfeenstra
commented
Mar 20, 2025
bartfeenstra
commented
Mar 20, 2025
88a2ede to
591b8f0
Compare
bartfeenstra
commented
Mar 20, 2025
bda0a87 to
fc80e16
Compare
1ce081e to
07e977e
Compare
9dfdc28 to
2fc5e92
Compare
a81f2b9 to
40272f9
Compare
0727e8f to
6928aa8
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 0.4.x #2444 +/- ##
===========================================
- Coverage 98.44% 21.12% -77.32%
===========================================
Files 440 384 -56
Lines 26264 24414 -1850
Branches 1161 1130 -31
===========================================
- Hits 25855 5158 -20697
- Misses 257 19181 +18924
+ Partials 152 75 -77 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or 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
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.
This fixes #1147 and this fixes #696 and this fixes #417
Blocked by
To do
To do before merge