-
Notifications
You must be signed in to change notification settings - Fork 75
[SYNPY-1726] Add bind-jsonschema CLI command #1317
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
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
e0fdb91
Add schema management wrapper functions using OOP models
aditigopalan c8fb80f
Update CLI commands to use OOP model wrapper functions
aditigopalan 0c5bbd2
Add register-json-schema command to CLI documentation
aditigopalan e20b7f9
Add register and bind examples to Python tutorial
aditigopalan 42d5b8f
[test] Add unit tests for bind-json-schema CLI command
aditigopalan ae634da
[test] Fix bind-json-schema test to match new wrapper implementation
aditigopalan a8245ef
Use JSONSchema.uri instead of manually building URI
aditigopalan 208eaa6
Log success message in register_jsonschema instead of returning it
aditigopalan 6cefe2e
Return JSONSchema object instead of just URI string
aditigopalan 51814d6
Remove unnecessary fallback logic in bind_jsonschema
aditigopalan dc60b13
Add integration tests for schema management functions
aditigopalan 23c8362
Use new operations API instead of deprecated syn.get()
aditigopalan 9c4eac8
Simplify return statement in bind_jsonschema
aditigopalan 5f1f4ae
[test]
aditigopalan 6abca43
Fix return type annotation for bind_jsonschema
aditigopalan dab5d9c
Remove comments from schema_manahement.py
aditigopalan 47ef105
Remove verbose binding details from CLI output
aditigopalan babfe4c
Simplify initial setup section in schema operations tutorial
aditigopalan 64759e1
Update main.py
aditigopalan 8a5b5de
[test] fixing import
aditigopalan 7152d77
[test] removing assert fix
aditigopalan 9ec6e39
Merge upstream/develop into develop
aditigopalan 12542c5
[test] changing clean up to finalizer
aditigopalan 49bd3d2
[test] removing try/ except blocks
aditigopalan 12a920e
[test] add schema unbinding before folder deletion
aditigopalan 9c814b5
[test] refactor to reuse existing test_state fixture
aditigopalan 9bf8e8b
[test] refactor
aditigopalan 94efc1d
[docs] moving hardcoded file paths to the top
aditigopalan 101e60d
[test] syn.delete > project.delete
aditigopalan a5bb249
Add Python 3.14 compatible async versions for schema management funct…
aditigopalan c90a7cb
Apply suggestion from @thomasyu888
thomasyu888 aa1ada4
Apply suggestions from code review
thomasyu888 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.