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

rest api: query vertices&edges with multi properties by paging #759

Merged
merged 1 commit into from
Nov 27, 2019

Conversation

javeme
Copy link
Contributor

@javeme javeme commented Nov 25, 2019

implemented: #658
Change-Id: Ic803bc5d11bbd77d8d2b8b7c3cc247cdd5d7781e

@codecov
Copy link

codecov bot commented Nov 26, 2019

Codecov Report

Merging #759 into master will increase coverage by 0.02%.
The diff coverage is 66.66%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master    #759      +/-   ##
===========================================
+ Coverage     71.27%   71.3%   +0.02%     
  Complexity     4345    4345              
===========================================
  Files           281     281              
  Lines         20764   20761       -3     
  Branches       2925    2923       -2     
===========================================
+ Hits          14800   14804       +4     
+ Misses         4513    4508       -5     
+ Partials       1451    1449       -2
Impacted Files Coverage Δ Complexity Δ
.../java/com/baidu/hugegraph/api/graph/VertexAPI.java 35.76% <ø> (+0.23%) 0 <0> (ø) ⬇️
...om/baidu/hugegraph/backend/query/QueryResults.java 87.14% <ø> (ø) 33 <0> (ø) ⬇️
...in/java/com/baidu/hugegraph/api/graph/EdgeAPI.java 29.21% <0%> (+0.16%) 0 <0> (ø) ⬇️
...du/hugegraph/traversal/optimize/TraversalUtil.java 66.89% <100%> (ø) 82 <0> (ø) ⬇️
...du/hugegraph/traversal/optimize/HugeGraphStep.java 80% <100%> (ø) 19 <0> (ø) ⬇️
...u/hugegraph/traversal/optimize/HugeVertexStep.java 72.46% <100%> (ø) 18 <0> (ø) ⬇️
...api/src/main/java/com/baidu/hugegraph/api/API.java 50.57% <50%> (-0.57%) 0 <0> (ø)
...du/hugegraph/backend/tx/GraphIndexTransaction.java 80.97% <0%> (+0.39%) 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 96afae1...18ffa3f. Read the comment docs.

implemented: #658
Change-Id: Ic803bc5d11bbd77d8d2b8b7c3cc247cdd5d7781e
@Linary Linary merged commit 4e17916 into master Nov 27, 2019
@Linary Linary deleted the api-query-paging branch November 27, 2019 11:15
javeme added a commit that referenced this pull request Dec 5, 2019
…ing (#759)

implemented: #658
Change-Id: Ic803bc5d11bbd77d8d2b8b7c3cc247cdd5d7781e
javeme added a commit that referenced this pull request Dec 6, 2019
…ing (#759)

implemented: #658
Change-Id: Ic803bc5d11bbd77d8d2b8b7c3cc247cdd5d7781e
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