feat: COR-422 new add_skeleton_object function to simplify skeleton usage - #1096
Closed
leemhenson wants to merge 1 commit into
Closed
Conversation
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Contributor
Unit test report (Python 3.9.24, Pydantic 2.12.3)652 tests 652 ✅ 13s ⏱️ Results for commit 8e43bb8. ♻️ This comment has been updated with latest results. |
Contributor
Unit test report (Python 3.9.24, Pydantic 1.10.22)652 tests 652 ✅ 13s ⏱️ Results for commit 8e43bb8. ♻️ This comment has been updated with latest results. |
leemhenson
marked this pull request as ready for review
July 24, 2026 10:52
leemhenson
force-pushed
the
07-24-feat_cor-422_new_add_skeleton_object_function_to_simplify_skeleton_usage
branch
from
July 24, 2026 10:54
1e2d721 to
8e43bb8
Compare
Author
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.

Introduction and Explanation
Users attempting to create ontologies with skeletons have been having a bad time of it lately. The server side fixes exist here, but to correctly attach a newly-created skeleton to a newly-created ontology object required the user to know about feature hashes. This is unnecessary for the common usage, so this PR adds a one-shot create-skeleton-attached-to-an-object function.
JIRA
COR-422
Documentation
n/a
Tests
see graphite tour
Known issues
n/a