chore(dist): intro additional Dockerfile to build the server image & skip init-hstore backend by VGalaxies · Pull Request #2642 · apache/hugegraph
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 583
Merged
chore(dist): intro additional Dockerfile to build the server image & skip init-hstore backend#2642
chore(dist): intro additional Dockerfile to build the server image & skip init-hstore backend#2642
Conversation
Copy link
Contributor
VGalaxies
commented
Aug 16, 2024
VGalaxies
commented
For the compatibility of https://hub.docker.com/r/hugegraph/hugegraph image, the default backend of hugegraph.properties is still configured as rocksdb; the backend of https://hub.docker.com/r/hugegraph/server image defaults to hstore.
VGalaxies added 4 commits
August 14, 2024 19:12
VGalaxies
requested a review
from imbajin
labels
Aug 16, 2024Copy link
Codecov Report
Attention: Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.
Project coverage is 47.13%. Comparing base (
1c577de) to head (b8929e0).
Report is 3 commits behind head on master.
| Files | Patch % | Lines |
|---|---|---|
| .../main/java/org/apache/hugegraph/cmd/InitStore.java | 0.00% | 5 Missing ⚠️ |
Additional details and impacted files
@@ Coverage Diff @@ ## master #2642 +/- ## ============================================ + Coverage 45.35% 47.13% +1.78% - Complexity 496 583 +87 ============================================ Files 719 719 Lines 58465 58469 +4 Branches 7495 7496 +1 ============================================ + Hits 26514 27558 +1044 + Misses 29230 28132 -1098 - Partials 2721 2779 +58
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
VGalaxies
mentioned this pull request
40 tasks
imbajin approved these changes Aug 17, 2024
imbajin
requested a review
from JackyYangPassion
coderzc approved these changes Aug 21, 2024
imbajin
merged commit
7dc6a86
into
master
imbajin
changed the title
chore(dist): intro additional Dockerfile to build the server image & skip initializing hstore backend
chore(dist): intro additional Dockerfile to build the server image & skip init-hstore backend
imbajin
deleted the
fix-docker
branch
VGalaxies
mentioned this pull request
imbajin pushed a commit to hugegraph/actions that referenced this pull request
Aug 22, 2024This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment