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

feat(server): support new backend Hstore #2560

Merged
merged 16 commits into from
Jul 10, 2024
Merged

feat(server): support new backend Hstore #2560

merged 16 commits into from
Jul 10, 2024

Conversation

VGalaxies
Copy link
Contributor

subtask of #2483

Copy link

codecov bot commented Jun 12, 2024

Codecov Report

Attention: Patch coverage is 4.83829% with 3678 lines in your changes missing coverage. Please review.

Project coverage is 53.07%. Comparing base (37e71c4) to head (975bba5).

Files Patch % Lines
...pache/hugegraph/meta/managers/AuthMetaManager.java 0.00% 471 Missing ⚠️
...in/java/org/apache/hugegraph/meta/MetaManager.java 0.00% 366 Missing ⚠️
...ache/hugegraph/backend/tx/SchemaTransactionV2.java 0.00% 296 Missing ⚠️
...pache/hugegraph/task/DistributedTaskScheduler.java 0.00% 272 Missing ⚠️
...graph/backend/cache/CachedSchemaTransactionV2.java 0.00% 231 Missing ⚠️
...in/java/org/apache/hugegraph/space/GraphSpace.java 0.00% 230 Missing ⚠️
.../main/java/org/apache/hugegraph/space/Service.java 0.00% 161 Missing ⚠️
...che/hugegraph/meta/managers/SchemaMetaManager.java 0.00% 149 Missing ⚠️
...java/org/apache/hugegraph/meta/EtcdMetaDriver.java 0.00% 142 Missing ⚠️
.../apache/hugegraph/task/TaskAndResultScheduler.java 0.00% 137 Missing ⚠️
... and 48 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2560      +/-   ##
============================================
- Coverage     56.42%   53.07%   -3.36%     
- Complexity      586      827     +241     
============================================
  Files           612      643      +31     
  Lines         49672    53387    +3715     
  Branches       6681     7018     +337     
============================================
+ Hits          28029    28336     +307     
- Misses        18833    22216    +3383     
- Partials       2810     2835      +25     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@imbajin imbajin added this to the 1.5.0 milestone Jun 12, 2024
@VGalaxies VGalaxies self-assigned this Jun 25, 2024
@VGalaxies VGalaxies requested a review from imbajin June 25, 2024 04:52
@VGalaxies VGalaxies marked this pull request as ready for review July 4, 2024 12:02
@dosubot dosubot bot added size:XXL This PR changes 1000+ lines, ignoring generated files. ci-cd Build or deploy feature New feature labels Jul 4, 2024
@imbajin imbajin requested a review from zyxxoo July 4, 2024 14:55
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jul 10, 2024
@imbajin imbajin merged commit 9f89afc into master Jul 10, 2024
14 of 17 checks passed
@imbajin imbajin deleted the adapt-server-core branch July 10, 2024 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-cd Build or deploy feature New feature lgtm This PR has been approved by a maintainer size:XXL This PR changes 1000+ lines, ignoring generated files.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants