Safer registration of data collections#726
Merged
stephen-riggs merged 3 commits intomainfrom Jan 13, 2026
Merged
Conversation
d-j-hatton
approved these changes
Jan 13, 2026
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #726 +/- ##
==========================================
- Coverage 43.98% 42.86% -1.13%
==========================================
Files 93 93
Lines 10189 11429 +1240
Branches 1320 1744 +424
==========================================
+ Hits 4482 4899 +417
- Misses 5486 6264 +778
- Partials 221 266 +45 🚀 New features to boost your workflow:
|
tieneupin
pushed a commit
that referenced
this pull request
Jan 14, 2026
Ensure that dcg, dc and pjid exist before inserting into murfey db. Add a sleep for the case where they cannot be registered to allow the database to settle.
tieneupin
added a commit
that referenced
this pull request
Jan 14, 2026
* Added logic to support recursive searching of upstream visits * Add logic to recursive search function to create dictionary, update it recursively, and return it instead of using a variable from outside the function scope * Use 'None' as a default for the 'result' parameter instead * Safer registration of data collections (#726) Ensure that dcg, dc and pjid exist before inserting into murfey db. Add a sleep for the case where they cannot be registered to allow the database to settle. --------- Co-authored-by: Stephen Riggs <122790971+stephen-riggs@users.noreply.github.com>
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.
Ensure that dcg, dc and pjid exist before inserting into murfey db. Add a sleep for the case where they cannot be registered to allow the database to settle.