-
Notifications
You must be signed in to change notification settings - Fork 81
Upgrade HugeGraph Python Client CI from 1.3.0 to 1.7.0 #320
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
34 commits
Select commit
Hold shift + click to select a range
fbdc027
Upgrade HugeGraph Python Client CI from 1.3.0 to 1.7.0
Muawiya-contact 0717b19
fix: adapt HugeGraph 1.7.0 auth API path format changes
Muawiya-contact 10fa2de
fix: revert auth API paths to correct format for HugeGraph 1.7.0
Muawiya-contact c50dbc4
fix: handle edge ID format changes in traverser test for HugeGraph 1.7.0
Muawiya-contact b5c6793
fix: handle gremlin API aliases for HugeGraph 1.7.0
Muawiya-contact 6324b33
feat: add parent & child label support for HugeGraph 1.7.0
Muawiya-contact 0aaf585
fix: use absolute paths for auth endpoints and exclude aliases from g…
Muawiya-contact 2fe9fd4
fix: always include gremlin aliases for HugeGraph 1.x including 1.7.0
Muawiya-contact 64c7444
fix: filter empty fields from gremlin request JSON
Muawiya-contact ec7462b
style: format gremlin.py to match ruff standards
Muawiya-contact 7e6ce17
fix: use relative path for gremlin endpoint to make it graph-scoped
Muawiya-contact 72934cc
test: skip tests when endpoints unavailable
Muawiya-contact 21d4e15
test: detect gremlin endpoint unavailability in setUpClass
Muawiya-contact 66672f5
ci: skip dependency review on forked PRs
Muawiya-contact e439859
ci: make dependency review non-blocking when not available
Muawiya-contact dbf85cb
fix: address critical review feedback from @imbajin
Muawiya-contact 31b4f9a
fix: support both gremlin endpoint paths and handle Server Exception
Muawiya-contact a196e67
style: improve exception handler formatting in gremlin tests
Muawiya-contact ab69695
fix: apply critical feedback from imbajin review
Muawiya-contact 857d8b0
fix: revert gremlin decorators to correct order
Muawiya-contact c0c6bb2
Revert "fix: revert gremlin decorators to correct order"
Muawiya-contact f00bd93
fix: remove redundant gremlin decorator
Muawiya-contact fd38a7d
fix: handle server connection timeouts in gremlin test setup
Muawiya-contact e232249
fix: address critical @imbajin review feedback to prevent test failures
Muawiya-contact 79d1583
docs: note PathFilter dependency in auth API for future refactoring
Muawiya-contact dbcbb46
refactor: implement dual-path strategy for auth endpoints
Muawiya-contact 3df0157
docs: fix outdated comments in AuthManager
Muawiya-contact 648ec69
revert: restore auth API to working decorator approach from 79d1583
Muawiya-contact 6bf97c2
revert: restore auth.py to exact working state from 79d1583
Muawiya-contact 59485d9
fix: enable graphspace support for HugeGraph 1.7.0+
Muawiya-contact b31a6d0
fix(graphs): use DELETE clear for HugeGraph < 3.0.0, PUT only for 3.x…
Muawiya-contact 5859b69
fix: update clear_graph_all_data for 1.7.0 and link auth tracking iss…
Muawiya-contact 9dc39aa
fix: address review nits in HugeGraph 1.7.0 client upgrade
Muawiya-contact 3b44f64
fix(tests): narrow gremlin setup skips
imbajin 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
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.