-
Notifications
You must be signed in to change notification settings - Fork 529
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
refact: adjust project structure for merge PD & Store[Breaking Change] #2338
Conversation
modify pom description as well
db5c1d3
to
48aa54a
Compare
Codecov Report
@@ Coverage Diff @@
## master #2338 +/- ##
============================================
+ Coverage 68.31% 68.42% +0.10%
- Complexity 981 983 +2
============================================
Files 507 507
Lines 42084 42084
Branches 5832 5832
============================================
+ Hits 28749 28795 +46
+ Misses 10564 10527 -37
+ Partials 2771 2762 -9
... and 468 files with indirect coverage changes 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
Similarly, the |
found in |
LGTM, merge it after #2337 Update: @VGalaxies could update the master code now |
apache#2338) Subtask of apache#2265. Adjust the project structure of this repository to include three sub-modules: hugegraph-server, hugegraph-pd, hugegraph-store at the root level. Roll back to the moment when apache#2266 was merged on `pd-store` and incorporate the latest changes in `master`. For more detailed information, please refer to apache#2266 (comment). --------- Co-authored-by: M <87920097+msgui@users.noreply.github.com>
#2338) Subtask of #2265. Adjust the project structure of this repository to include three sub-modules: hugegraph-server, hugegraph-pd, hugegraph-store at the root level. Roll back to the moment when #2266 was merged on `pd-store` and incorporate the latest changes in `master`. For more detailed information, please refer to #2266 (comment). --------- Co-authored-by: M <87920097+msgui@users.noreply.github.com>
Purpose of the PR
Subtask of #2265.
Adjust the project structure of this repository to include three sub-modules: hugegraph-server, hugegraph-pd, hugegraph-store at the root level.
Main Changes
Roll back to the moment when #2266 was merged on
pd-store
and incorporate the latest changes inmaster
.For more detailed information, please refer to #2266 (comment).
TODO:
pom.xml
Verifying these changes
Does this PR potentially affect the following parts?
Documentation Status
Doc - TODO
Doc - Done
Doc - No Need