feat: add auth&metric&traverser&task api and ut#28
Merged
liuxiaocs7 merged 25 commits intoapache:mainfrom Feb 25, 2024
Merged
Conversation
# Conflicts: # README.md # hugegraph-python-client/src/tests/client_utils.py # style/code_format_and_analysis.sh
imbajin
reviewed
Jan 29, 2024
Member
Author
|
@imbajin @Zony7 @liuxiaocs7 @javeme please take a review when free, thanks! |
liuxiaocs7
reviewed
Feb 2, 2024
liuxiaocs7
reviewed
Feb 2, 2024
hugegraph-python-client/src/pyhugegraph/api/schema_manage/property_key.py
Outdated
Show resolved
Hide resolved
liuxiaocs7
reviewed
Feb 2, 2024
liuxiaocs7
reviewed
Feb 2, 2024
Member
liuxiaocs7
left a comment
There was a problem hiding this comment.
I noticed that there are two forms of test code in UT, as shown below, should they be standardized into one?
assert 4 == len(schema)
self.assertEqual(len(all_basic_metrics), 5)
25 tasks
liuxiaocs7
approved these changes
Feb 25, 2024
Gfreely
pushed a commit
to Gfreely/incubator-hugegraph-ai
that referenced
this pull request
Jul 17, 2025
Merge pull request apache#28 from returnToInnocence/pr20
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.
add ut & pyhugegraph code format