forked from ontoportal/ontologies_linked_data
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fix: zombie mapping count #167
Merged
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
syphax-bouazzouni
force-pushed
the
fix/mappings-count
branch
from
November 2, 2024 14:51
bbac6cf
to
70565c2
Compare
syphax-bouazzouni
force-pushed
the
fix/mappings-count
branch
from
November 3, 2024 22:49
5ffc197
to
5fba274
Compare
syphax-bouazzouni
force-pushed
the
fix/mappings-count
branch
from
November 3, 2024 23:16
5fba274
to
c1b5051
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## development #167 +/- ##
===============================================
+ Coverage 81.31% 82.44% +1.12%
===============================================
Files 89 103 +14
Lines 6512 6834 +322
===============================================
+ Hits 5295 5634 +339
+ Misses 1217 1200 -17
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This was referenced Nov 10, 2024
syphax-bouazzouni
added a commit
that referenced
this pull request
Nov 10, 2024
* add unit test for filtering class children by a scheme * implement submission class children function * add unit test for zombie mapping count * extract mapping count functions into a separated module * remove mapping count if there ontologies does no more exist * on submission archiving and deletion remove the graph * update delete zombie mapping counts to check also submission deletion * add unit test to be sure that archived submission data graph are removed
This was referenced Nov 20, 2024
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.
Fix ontoportal-lirmm/ontologies_api#106
Changes