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

release loader v0.12 #238

Merged
merged 1 commit into from
Dec 28, 2021
Merged

release loader v0.12 #238

merged 1 commit into from
Dec 28, 2021

Conversation

coderzc
Copy link
Member

@coderzc coderzc commented Dec 28, 2021

No description provided.

@coderzc coderzc force-pushed the update_server_0.12 branch 3 times, most recently from 58cbaec to 718e03e Compare December 28, 2021 05:12
@coderzc coderzc changed the title update server to v0.12 release loader v0.12 Dec 28, 2021
@codecov
Copy link

codecov bot commented Dec 28, 2021

Codecov Report

Merging #238 (84e5164) into master (c88f2f3) will not change coverage.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #238   +/-   ##
=========================================
  Coverage     73.54%   73.54%           
  Complexity      876      876           
=========================================
  Files            81       81           
  Lines          3689     3689           
  Branches        439      439           
=========================================
  Hits           2713     2713           
  Misses          777      777           
  Partials        199      199           
Impacted Files Coverage Δ
...java/com/baidu/hugegraph/loader/util/JsonUtil.java 46.00% <0.00%> (ø)
...va/com/baidu/hugegraph/loader/HugeGraphLoader.java 92.42% <100.00%> (ø)

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 c88f2f3...84e5164. Read the comment docs.

@@ -44,7 +44,7 @@ jobs:
- name: Compile
run: |
mvn install:install-file -Dfile=$STATIC_DIR/lib/ojdbc8-12.2.0.1.jar -DgroupId=com.oracle -DartifactId=ojdbc8 -Dversion=12.2.0.1 -Dpackaging=jar
mvn compile -Dmaven.javadoc.skip=true | grep -v "Downloading\|Downloaded"
mvn compile -Dmaven.javadoc.skip=true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can keep | grep -v "Downloading\|Downloaded" here, but need to "grep" at line 65

pom.xml Outdated
Comment on lines 63 to 65
<groupId>com.baidu.hugegraph</groupId>
<artifactId>hugegraph-common</artifactId>
<version>1.8.9</version>
<version>2.0.1</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@javeme why we need import common again (due to client imported it)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure why to import again, we can remove it

@coderzc coderzc force-pushed the update_server_0.12 branch 2 times, most recently from ea757ea to 43e3bc3 Compare December 28, 2021 06:52
@coderzc coderzc merged commit a601d3d into master Dec 28, 2021
@javeme javeme deleted the update_server_0.12 branch April 15, 2022 12:35
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