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/java sdk #538

Merged
merged 21 commits into from
Jul 3, 2023
Merged

Feat/java sdk #538

merged 21 commits into from
Jul 3, 2023

Conversation

imotai
Copy link
Contributor

@imotai imotai commented Jul 2, 2023


PR-Codex overview

Detailed summary

  • Added Rust java sdk test in GitHub Actions workflow
  • Added new Java classes: CreateCollectonResult, CreateDBResult, AddDocResult, TypedMessage, ResultSet, IndexProvider, EIP712TypedMessage
  • Updated README.md file with Java SDK usage instructions and badges
  • Added new JSON file for testing
  • Added new Java test class: StorageProviderTest

The following files were skipped due to too many changes: java/src/test/java/network/db3/provider/StorageProviderTest.java, java/pom.xml, java/src/main/java/network/db3/provider/StorageProvider.java, java/src/test/java/network/db3/provider/ClientTest.java, java/src/main/java/network/db3/client/Client.java

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@codecov-commenter
Copy link

Codecov Report

Merging #538 (fb3af69) into main (2a6b48c) will increase coverage by 0.20%.
The diff coverage is 100.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main     #538      +/-   ##
==========================================
+ Coverage   55.39%   55.59%   +0.20%     
==========================================
  Files          72       72              
  Lines       13994    14006      +12     
  Branches       61       61              
==========================================
+ Hits         7752     7787      +35     
+ Misses       6242     6219      -23     
Flag Coverage Δ
rust 55.59% <100.00%> (+0.20%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/node/src/storage_node_light_impl.rs 27.23% <ø> (ø)
src/node/src/mutation_utils.rs 59.06% <100.00%> (+17.96%) ⬆️

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jul 3, 2023
@imotai imotai merged commit 5359790 into main Jul 3, 2023
6 of 7 checks passed
@imotai imotai deleted the feat/java_sdk branch July 24, 2023 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation PR-size-large
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants