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

refactor(interactive): Replacing nlohmann-json with rapidjson #4194

Merged
merged 27 commits into from
Sep 11, 2024

Conversation

yqylh
Copy link
Contributor

@yqylh yqylh commented Aug 30, 2024

What do these changes do?

The main change in this PR is the addition of a new submodule: rapidjson, which replaces nlohmann-json with rapidjson.
#4143

@yqylh yqylh changed the title feat(interactive): Refactor json to rapidjson refactor(interactive): Replacing nlohmann-json with rapidjson Aug 30, 2024
Copy link
Contributor

github-actions bot commented Aug 30, 2024

Please check the preview of the documentation changes at
https://c2a0ea54.graphscope-docs-preview.pages.dev

yqylh and others added 7 commits September 2, 2024 20:30
Committed-by: xiaolei.zl from Dev container
Committed-by: xiaolei.zl from Dev container
Committed-by: xiaolei.zl from Dev container
@zhanglei1949
Copy link
Collaborator

TODO: make sure the nlohmann json is fully removed in all code @zhanglei1949

@zhanglei1949
Copy link
Collaborator

@lidongze0629 Is rapidjson installed system-wide in graphscope?

@zhanglei1949
Copy link
Collaborator

@lidongze0629 Is rapidjson installed system-wide in graphscope?

If Rapidjson is installed system-wide in graphscope, we don't need to depends as third party.

Committed-by: xiaolei.zl from Dev container
Committed-by: xiaolei.zl from Dev container
Committed-by: xiaolei.zl from Dev container
Committed-by: xiaolei.zl from Dev container
@codecov-commenter
Copy link

codecov-commenter commented Sep 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 34.40%. Comparing base (4eadc2e) to head (d0fba8c).
Report is 56 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #4194       +/-   ##
===========================================
- Coverage   46.45%   34.40%   -12.06%     
===========================================
  Files         173      126       -47     
  Lines       16171    13209     -2962     
===========================================
- Hits         7512     4544     -2968     
- Misses       8659     8665        +6     

see 162 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0662b37...d0fba8c. Read the comment docs.

Committed-by: xiaolei.zl from Dev container
Committed-by: xiaolei.zl from Dev container
Copy link
Collaborator

@zhanglei1949 zhanglei1949 left a comment

Choose a reason for hiding this comment

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

LGTM

@zhanglei1949 zhanglei1949 merged commit 405cc52 into alibaba:main Sep 11, 2024
37 of 38 checks passed
zhanglei1949 pushed a commit to zhanglei1949/GraphScope that referenced this pull request Sep 11, 2024
…a#4194)

Use Rapidjson rather than nlohmann-json in Interactive.

---------

Co-authored-by: xiaolei.zl <xiaolei.zl@alibaba-inc.com>

fix ci

Committed-by: xiaolei.zl from Dev container

fixing

Committed-by: xiaolei.zl from Dev container

fixing

Committed-by: xiaolei.zl from Dev container

fixing

Committed-by: xiaolei.zl from Dev container

fix description passing

Committed-by: xiaolei.zl from Dev container

fix

Committed-by: xiaolei.zl from Dev container

Committed-by: xiaolei.zl from Dev container
zhanglei1949 pushed a commit to zhanglei1949/GraphScope that referenced this pull request Sep 11, 2024
…a#4194)

Use Rapidjson rather than nlohmann-json in Interactive.

---------

Co-authored-by: xiaolei.zl <xiaolei.zl@alibaba-inc.com>

fix ci

Committed-by: xiaolei.zl from Dev container

fixing

Committed-by: xiaolei.zl from Dev container

fixing

Committed-by: xiaolei.zl from Dev container

fixing

Committed-by: xiaolei.zl from Dev container

fix description passing

Committed-by: xiaolei.zl from Dev container

fix

Committed-by: xiaolei.zl from Dev container

Committed-by: xiaolei.zl from Dev container

Committed-by: xiaolei.zl from Dev container
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.

4 participants