Skip to content
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

support none auth mode for k8s api #50

Merged
merged 1 commit into from
Oct 29, 2021
Merged

support none auth mode for k8s api #50

merged 1 commit into from
Oct 29, 2021

Conversation

guoygang
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Oct 29, 2021

Codecov Report

Merging #50 (2de36c4) into gh-pre-release (c73b64c) will decrease coverage by 20.11%.
The diff coverage is 0.00%.

Impacted file tree graph

@@                  Coverage Diff                  @@
##             gh-pre-release      #50       +/-   ##
=====================================================
- Coverage             57.99%   37.87%   -20.12%     
+ Complexity             6480     4337     -2143     
=====================================================
  Files                   428      428               
  Lines                 35503    35506        +3     
  Branches               4910     4911        +1     
=====================================================
- Hits                  20589    13448     -7141     
- Misses                12793    20454     +7661     
+ Partials               2121     1604      -517     
Impacted Files Coverage Δ
...va/com/baidu/hugegraph/api/job/ComputerDisAPI.java 0.00% <0.00%> (ø)
...in/java/com/baidu/hugegraph/core/GraphManager.java 0.00% <0.00%> (-35.93%) ⬇️
...ain/java/com/baidu/hugegraph/define/Checkable.java 0.00% <0.00%> (-100.00%) ⬇️
...ain/java/com/baidu/hugegraph/util/RateLimiter.java 0.00% <0.00%> (-100.00%) ⬇️
...java/com/baidu/hugegraph/api/schema/SchemaAPI.java 0.00% <0.00%> (-100.00%) ⬇️
...java/com/baidu/hugegraph/config/ServerOptions.java 0.00% <0.00%> (-100.00%) ⬇️
...ava/com/baidu/hugegraph/serializer/Serializer.java 0.00% <0.00%> (-100.00%) ⬇️
...va/com/baidu/hugegraph/api/traversers/RaysAPI.java 0.00% <0.00%> (-100.00%) ⬇️
...a/com/baidu/hugegraph/api/filter/StatusFilter.java 0.00% <0.00%> (-100.00%) ⬇️
...a/com/baidu/hugegraph/api/traversers/RingsAPI.java 0.00% <0.00%> (-100.00%) ⬇️
... and 257 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c73b64c...2de36c4. Read the comment docs.

@zhoney zhoney merged commit e2c31e8 into starhugegraph:gh-pre-release Oct 29, 2021
guoygang added a commit that referenced this pull request Nov 5, 2021
* disable etcd for auth server (#42)

* refine MetricsAPI test for prometheus exporter (#43)

* upgrade hugegraph config and white api list (#44)

* fix rest-server.properties config item k8s.hugegraph_url (#46)

* fix rocksdb not close after close graph (#47)

* support none auth mode for k8s api (#50)

* feat(api): Support adamic-adar & resource-allocation algorithms (#10) (#51)

* support graph reload and ingore single graph error when start server (#55)

* support force delete task (#56)

* update reload api (#57)

* fix: check neighbors count & null label (#54)

* fixed prometheus metrics bugs


Co-authored-by: zhoney <zhangyi89817@126.com>
Co-authored-by: sunwei31 <sunwei31@baidu.com>
Co-authored-by: imbajin <imbajin@users.noreply.github.com>
Co-authored-by: guoyonggang <guoyonggang@baidu.com>
zhoney added a commit that referenced this pull request Dec 6, 2021
* disable etcd for auth server (#42)

* refine MetricsAPI test for prometheus exporter (#43)

* upgrade hugegraph config and white api list (#44)

* fix rest-server.properties config item k8s.hugegraph_url (#46)

* fix rocksdb not close after close graph (#47)

* support none auth mode for k8s api (#50)

* feat(api): Support adamic-adar & resource-allocation algorithms (#10) (#51)

* support graph reload and ingore single graph error when start server (#55)

* support force delete task (#56)

* update reload api (#57)

* fix: check neighbors count & null label (#54)

* fixed prometheus metrics bugs


Co-authored-by: zhoney <zhangyi89817@126.com>
Co-authored-by: sunwei31 <sunwei31@baidu.com>
Co-authored-by: imbajin <imbajin@users.noreply.github.com>
Co-authored-by: guoyonggang <guoyonggang@baidu.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants