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 PostgreSQL and CockroachDB backends #484

Merged
merged 10 commits into from
May 22, 2019
Merged

Conversation

zhoney
Copy link
Contributor

@zhoney zhoney commented Apr 26, 2019

implemented: #441

Change-Id: I979affd9f8b2916e6696672fc6e3fda75f9b76da

@zhoney zhoney force-pushed the backend-cockroachdb branch from 5b862be to da2c0ad Compare April 26, 2019 04:07
@codecov
Copy link

codecov bot commented Apr 26, 2019

Codecov Report

Merging #484 into master will increase coverage by 0.38%.
The diff coverage is 85.89%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #484      +/-   ##
============================================
+ Coverage     68.99%   69.38%   +0.38%     
- Complexity     3280     3336      +56     
============================================
  Files           208      215       +7     
  Lines         16193    16454     +261     
  Branches       2334     2354      +20     
============================================
+ Hits          11172    11416     +244     
- Misses         3774     3778       +4     
- Partials       1247     1260      +13
Impacted Files Coverage Δ Complexity Δ
...aidu/hugegraph/backend/store/mysql/MysqlStore.java 73.41% <0%> (+1.89%) 34 <0> (+3) ⬆️
...u/hugegraph/backend/store/mysql/MysqlSessions.java 69.75% <0%> (+0.8%) 16 <0> (+1) ⬆️
...egraph/backend/store/cassandra/CassandraTable.java 80.07% <0%> (+1.21%) 73 <0> (-2) ⬇️
...du/hugegraph/backend/store/mysql/MysqlOptions.java 95.23% <100%> (+1.12%) 3 <0> (+1) ⬆️
...hugegraph/backend/store/mysql/MysqlSerializer.java 82.75% <100%> (+0.3%) 20 <1> (+1) ⬆️
...raph/backend/store/postgresql/PostgresqlStore.java 100% <100%> (ø) 2 <2> (?)
...idu/hugegraph/backend/store/mysql/MysqlTables.java 86.86% <100%> (+1.23%) 1 <1> (+1) ⬆️
...h/backend/store/postgresql/PostgresqlSessions.java 61.11% <61.11%> (ø) 3 <3> (?)
...com/baidu/hugegraph/backend/store/TableDefine.java 57.14% <63.63%> (-19.33%) 8 <1> (+2)
.../hugegraph/backend/serializer/TableSerializer.java 81.34% <66.66%> (-1.45%) 52 <9> (+5)
... and 18 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 bed8a6e...5d352a1. Read the comment docs.

@zhoney zhoney force-pushed the backend-cockroachdb branch 18 times, most recently from a9747a5 to 9578c87 Compare April 29, 2019 03:39
@zhoney zhoney force-pushed the backend-cockroachdb branch 7 times, most recently from be83843 to b63f052 Compare April 30, 2019 07:51
implemented: #441

Change-Id: I979affd9f8b2916e6696672fc6e3fda75f9b76da
Change-Id: I155d9f121dc47309c0aab3181cb82916bf62d91f
@zhoney zhoney force-pushed the backend-cockroachdb branch from b63f052 to ea65ffc Compare May 14, 2019 10:23
Change-Id: I8fdd4f60325d39975ef2406ff3e085d71f91814b
@zhoney zhoney force-pushed the backend-cockroachdb branch from ea65ffc to b3c3768 Compare May 14, 2019 11:59
Change-Id: I069984fccceaab6eef630bbfe5ee722c66cb925b
Change-Id: Ic284bf0cbd49683ce12e88d8178e953df84034cc
zhoney added 2 commits May 20, 2019 16:43
Change-Id: If9ef9b126e56d3ad368e87741995f6b4887e0d54
Change-Id: I24d95890295768e150621e07c57d7b9e8217589e
Change-Id: Ifbdfcee163a201919c8b7eabb89e5d478d5ba427
javeme
javeme previously approved these changes May 21, 2019
Change-Id: I698c30fd29d28cc6d6f83dcccd04571df466f9de
Linary
Linary previously approved these changes May 21, 2019
Change-Id: I02658e1173c8c23e44d1dc53d2a03d33d02e4338
@Linary Linary merged commit 387cef5 into master May 22, 2019
@Linary Linary deleted the backend-cockroachdb branch May 22, 2019 07:19
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.

3 participants