-
Notifications
You must be signed in to change notification settings - Fork 521
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
fix(server): random generate default value #2568
Conversation
hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/config/AuthOptions.java
Outdated
Show resolved
Hide resolved
...graph-server/hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution~
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2568 +/- ##
============================================
- Coverage 56.42% 4.56% -51.87%
+ Complexity 586 479 -107
============================================
Files 612 621 +9
Lines 49672 50875 +1203
Branches 6681 6570 -111
============================================
- Hits 28029 2321 -25708
- Misses 18833 48367 +29534
+ Partials 2810 187 -2623 ☔ View full report in Codecov by Sentry. |
Purpose of the PR
Main Changes
Verifying these changes
Does this PR potentially affect the following parts?
Documentation Status
Doc - TODO
Doc - Done
Doc - No Need