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

chore(commons): migrate hugegraph-commons #2613

Closed
wants to merge 221 commits into from
Closed

Conversation

VGalaxies
Copy link
Contributor

WIP...

Linary and others added 30 commits August 9, 2018 09:52
Change-Id: Icc8f9121d56679b266459125afc33180d8b568bf
…itory

Change-Id: I198cd1e8a7d34a85d08b93261f33f07bb29335c9
Change-Id: I16d328738ead94efcad9d82bb8f27be2c4ca84a9
Change-Id: I04cc0107aec90440ee2ae8c5c6add8a7c787f4f4
Change-Id: I8cfd2dce48e2901af4773ea0c8d867edd6d21562
Change-Id: I7fd0d4ee3b6957878ed2850dd389dd78f42de71e
Change-Id: I655bdf4da20e0c6b6d7796958485ab066f0020f1
Change-Id: I8e123a315e483ed66658ce93c3eaffa61d94cfb3
Change-Id: I625be2f4691a7821dbf3107d0f28ce079d46dfee
Add lockManager for mutual exclusion of thread in long time operation.

Change-Id: I155e2b6bb6fffe88e4965c85d8ff68f9c49d04be
Change-Id: I471a115fca5c84f8f25c7026fe834be305ab39b6
Change-Id: I745465ef6f3942f1e6774bacc1e59a1e5a0b200e
Add lockManager for mutual exclusion of thread in long time operation.

Change-Id: I155e2b6bb6fffe88e4985c85d8ff68f9c49d04be
Change-Id: Ic5298b36ecf68f3a2b87b35bd793953e6505a9ae
Signed-off-by: Liu Jie <liujie23@baidu.com>
Change-Id: I36c123eb7dfb101f99a176fcd9b2ee1f0f0211d7
Signed-off-by: Liu Jie <liujie23@baidu.com>
Change-Id: I5f4d4d5c823ea4e14a135b59fb2384299686b4d5
Signed-off-by: Liu Jie <liujie23@baidu.com>
…bility.

Change-Id: Ib36dc135241f77c99d39d458ee144dbe888c541b
Signed-off-by: Liu Jie <liujie23@baidu.com>
Change-Id: Idedff1ca762cd56f171152174bdbfb0bef4b8d4f
Change-Id: Idce80465ea4cbe92ac836bbc8d293e77ad7c7c5c
trivial grammar change.

Change-Id: Ice29a709b9a5b5d7f2f7838d79541f63cf00a0c5
Change-Id: If0bfaf91c45eac055e3f851b7f1dd5647d58d175
add read write lock support

Change-Id: Ic339f5d81c9f475ee11ada38167fe42169c10971
Change-Id: I569d82397408fb255d8ad9653e8b561ba1a60c1e
Change-Id: I2fd816ba13978d3d4cf2cb7a9724fe2d5f29a010
Change-Id: I19ea584802edd469d503b9fb57f630bf0c660487
Signed-off-by: Liu Jie <liujie23@baidu.com>
Change-Id: Iadae3837c2e9e0fddadbebbee097000c281e267c
Signed-off-by: Liu Jie <liujie23@baidu.com>
Change-Id: I57305dd209416620758b5bf183e791f8734af711
Change-Id: I55a359b799119c04ea0e89d013f1c034453c2ba4
…CommonVersion

Change-Id: I5bcd766bb3435de98833759efcba5d3fa0650499
… more meaningfull

Change-Id: I4505c1335bfc6eeb03658597f6f6ae5e994a2cf2
Signed-off-by: Liu Jie <liujie23@baidu.com>
simon824 and others added 18 commits February 9, 2023 19:19
* fix commons dependency conflict
* upgrade commons version to 1.0.1
* upgrade grpc-core version to 1.28.1

Co-authored-by: imbajin <jin@apache.org>
Co-authored-by: chengxin05 <chengxin05@baidu.com>
* add: dependency-review

* tiny improve

* fix

Co-authored-by: imbajin <jin@apache.org>

---------

Co-authored-by: imbajin <jin@apache.org>
…e) (#133)

* remove jersey

* Update ci.yml

* refact: replace params okhttp3.Headers to internal RestHeaders

* fix: licence dependency

* fix: test error

* fix: code format issue

* fix: unit test error


---------

Co-authored-by: imbajin <jin@apache.org>
…135)

* fix: Assert.assertThrows() should check result of exceptionConsumer

* fix some warnings

* remove assertThrowsFuture() from Assert
- add builderCallback param for client to add custom config
- add params connectTimeout and readTimeout to instead the param time
- update version to 1.3.0

---------

Co-authored-by: imbajin <jin@apache.org>
…k in README (#143)

* Update 'How to Contribute' link and remove duplicate 'Guidelines' link in README

This PR makes the following changes to the README file to streamline the contribution guidelines and avoid redundancy:

- Updated the 'How to Contribute' link to ensure it directs contributors to the correct resource.
- Removed the 'Guidelines' link as it duplicated the information provided in 'How to Contribute'.

* Update contribution link from markdown to website

- Changed the contribution guide link in the README.md from the markdown file to the corresponding section on the official website.
- This change ensures that the link remains stable and is not impacted by the frequent changes to Markdown files.
… writing (#144)

* #2578
fixed memory leaks occur in HugeGraph Server during data writing
github-actions[bot]

This comment was marked as outdated.

Copy link

codecov bot commented Aug 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.18%. Comparing base (dc3070f) to head (f5b6120).
Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2613      +/-   ##
============================================
- Coverage     47.22%   47.18%   -0.04%     
  Complexity      583      583              
============================================
  Files           718      717       -1     
  Lines         58441    58439       -2     
  Branches       7492     7492              
============================================
- Hits          27598    27575      -23     
- Misses        28065    28082      +17     
- Partials       2778     2782       +4     

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

@VGalaxies

This comment was marked as outdated.

@imbajin imbajin added this to the 1.5.0 milestone Aug 7, 2024
@VGalaxies
Copy link
Contributor Author

close by #2628

@VGalaxies VGalaxies closed this Aug 10, 2024
@VGalaxies VGalaxies deleted the intro-commons branch August 10, 2024 09:05
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.