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

Fix start.hugegraph.sh timeout when config authentication #761

Merged
merged 2 commits into from
Dec 5, 2019

Conversation

Linary
Copy link
Contributor

@Linary Linary commented Nov 26, 2019

Change-Id: Ic22531cead13f3698791070a044d66eacb1c26ee

Change-Id: Ic22531cead13f3698791070a044d66eacb1c26ee
@codecov
Copy link

codecov bot commented Nov 26, 2019

Codecov Report

Merging #761 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             master    #761      +/-   ##
===========================================
- Coverage      71.2%   71.2%   -0.01%     
  Complexity     4346    4346              
===========================================
  Files           282     282              
  Lines         20806   20806              
  Branches       2930    2930              
===========================================
- Hits          14815   14814       -1     
- Misses         4540    4543       +3     
+ Partials       1451    1449       -2
Impacted Files Coverage Δ Complexity Δ
...du/hugegraph/backend/tx/GraphIndexTransaction.java 80.58% <0%> (-0.4%) 179% <0%> (ø)
...a/com/baidu/hugegraph/backend/query/Condition.java 78.42% <0%> (+0.82%) 31% <0%> (ø) ⬇️

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 f914488...c59efdb. Read the comment docs.

PASSWORD=`echo ${PASSWORD} | xargs`
fi
fi

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prefer to move it into util.sh as a function

@@ -54,6 +54,38 @@ REST_SERVER_URL=`read_property "$CONF/rest-server.properties" "restserver.url"`
check_port "$GREMLIN_SERVER_URL"
check_port "$REST_SERVER_URL"


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete one empty line

@javeme
Copy link
Contributor

javeme commented Nov 27, 2019

If username and password is stored in db, we can't get it from shell. Prefer to add a specific user or a specific api.

Change-Id: I45e7f6a180ed9c2f10d95157700bf48d7e17ec2e
@zhoney zhoney merged commit cfb88da into master Dec 5, 2019
@zhoney zhoney deleted the startup-with-auth branch December 5, 2019 14:20
javeme pushed a commit that referenced this pull request Dec 6, 2019
Change-Id: Ic22531cead13f3698791070a044d66eacb1c26ee
Linary pushed a commit that referenced this pull request Dec 9, 2019
* Start service should fail quickly when occured exception (#748)

Change-Id: I36803f2dcc1ae19046cfb209d67a1008df135b21

* allow rest api to query vertices & edges with multi properties by paging (#759)

implemented: #658
Change-Id: Ic803bc5d11bbd77d8d2b8b7c3cc247cdd5d7781e

* fix TableNotFoundException when truncate HBase store (#771)

fixed: #770

Change-Id: Ibb74acc04018378a11b2d3304ea9e1437fc5879b

* fix: Requested permits (0) must be positive (#773)

Change-Id: I43ab6b0614e86464f2ce9824fda63df1f6dbd2f9
fix: #760

* Fix start.hugegraph.sh timeout when config authentication (#761)

Change-Id: Ic22531cead13f3698791070a044d66eacb1c26ee

* fix connect failed of mysql backend when using studio gremlin (#765)

fixed: #758

Change-Id: Ia52ea1588b1b4ecef882732cfbb8606ceb4bea30
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.

None yet

3 participants