1. 080a2f6 chore: switch CI jobs to use ubuntu-slim instead of ubuntu-latest (#902) by Jason Yao · 11 days ago main
  2. b21da29 fix(cpp): add missing bracket in if condition and for loops (#900) by Jason Yao · 11 days ago
  3. f680bb8 fix(docs): correct punctuation and formatting in README files (#905) by Jason Yao · 11 days ago
  4. b4bc86c refactor(C++): change FilterOptions parameter to be moved instead of const reference (#891) by Jason Yao · 2 weeks ago
  5. 163123f feat(ci): run pull request CI on `ready_for_review` and draft PRs (#896) by Jinye Wu · 3 weeks ago
  6. d1fe7f9 refactor(build): restructure CMake files into subdirectories (#877) by Jason Yao · 3 weeks ago
  7. 17be94a fix(ci): validate pull request titles instead of merge-ref commit messages (#895) by Jinye Wu · 3 weeks ago
  8. 5bb4003 feat(Rust): add `GraphInfo` support (#883) by Jinye Wu · 3 weeks ago
  9. 83b44b1 fix(ci): replace make with ninja. (#885) by Jason Yao · 3 weeks ago
  10. d535a43 test(C++): add test case for vertices collection filtering by label (#880) by Jason Yao · 3 weeks ago
  11. c2e44a8 feat(ci): Add ccache support for faster builds (#882) by Jason Yao · 3 weeks ago
  12. 2f298bb chore(ci): add commit message check and fix invalid args in check (#876) by Jason Yao · 3 weeks ago
  13. 986629a refactor(cpp): replace int and `-1` sentinels in graph info APIs (#878) by devadhe sb · 3 weeks ago
  14. 0042a6c fix(C++): remove redundant `inline` keyword (#858) by Jason Yao · 3 weeks ago
  15. fe013bc feat(C++): remove hardcoded row group size, keep 64M default (#872) by Jason · 3 weeks ago
  16. 31b78b0 feat(cmake): Enable (-Wall -Werror -Wextra) compilation flag to detect potential bugs early (#863) by Jason · 3 weeks ago
  17. 6c4a535 chore(typos): fix spelling error (#875) by Jason · 3 weeks ago
  18. 5657616 chore(scripts): add compile scripts in ubuntu and macos (#864) by Jason · 3 weeks ago
  19. 06c5e79 chore(pre-commit): add default install config for pre-commit (#862) by Jason · 3 weeks ago
  20. c7950b0 fix(MacOS CI): enable run on Mac OS (#874) by Jason · 3 weeks ago
  21. 9a12ea6 fix(MacOS CI): enable run on Mac OS (#874) by Jason · 3 weeks ago
  22. 89c167a fix(c++): Fix unused header files and preallocate vector capacity (#867) by Jason · 4 weeks ago
  23. 95ac39b fix(C++): centralize ReadFileToTable error handling and Improve examples spelling (#866) by Jason · 4 weeks ago
  24. eced883 fix(C++): fix all enumerations to use strongly-typed enums (enum class) (#869) by Jason · 4 weeks ago
  25. b3baf8b chore(typos): fix spelling error in benchmark and cmake configurations (#870) by Jason · 4 weeks ago
  26. 6e72a88 feat(format): remove duplicate .clang-format and move it to top layer (#850) by Jason · 4 weeks ago
  27. 481c6f9 chore(cmake): update the cmake version to latest 23.0.0 (#853) by Jason · 4 weeks ago
  28. 3e6560f feat(Rust): Enable Rust build on macOS and update Arrow linking (#857) by 姚军 · 4 weeks ago
  29. eab0fa5 fix(C++): add .clang-tidy configuration and fix missing brackets (#851) by 姚军 · 5 weeks ago
  30. 85b594e fix(c++): use std::move to reduce copy (#859) by 姚军 · 5 weeks ago
  31. 1555815 fix(c++): fix compile warnings(comparison of int and uint, unused result, catch value) (#849) by 姚军 · 5 weeks ago
  32. 47a7051 chore: add the script to check commit message format (#854) by 姚军 · 5 weeks ago
  33. 6b2d7ee build(C++/cmake): add `GRAPHAR_ENABLE_COVERAGE` for Debug coverage builds by 姚军 · 5 weeks ago
  34. 02bd3fe fix(format): add clang-format to check all c++ files and fix exist format problem (#847) by 姚军 · 6 weeks ago
  35. a8a5710 fix(c++): use std::move to reduce a copy (#843) by 姚军 · 6 weeks ago
  36. f9b521d docs: add pre-commit guidelines and fetch test data via submodule (#839) by 姚军 · 6 weeks ago
  37. 6c802a1 feat(C++): add -Werror=unused-variable flag and remove unused variables (#841) by 姚军 · 6 weeks ago
  38. 7bad8ec feat(Rust): add `EdgeInfo` support (#837) by Jinye Wu · 6 weeks ago
  39. 878aa5c feat(Rust): add `VertexInfo` support (#835) by Jinye Wu · 8 weeks ago
  40. c04efc3 chore(ci): fix dependency resolution in Rust CI (#834) by Jinye Wu · 8 weeks ago
  41. 7996781 feat(Rust): add `Property` support (#830) by Jinye Wu · 8 weeks ago
  42. 0cd3f0d feat(java,info): add prefix for adj/pg and add datatype parser test (#820) by Xiaokang Yang · 9 weeks ago
  43. f87ca77 fix(python): Fix python wheel error by disabling s3 (#826) by Xiaokang Yang · 9 weeks ago
  44. ccf9a65 added logic for finding test data in root and parent dir of project f… (#824) by devadhe sb · 10 weeks ago
  45. 76b5163 feat(Rust): add DataType support (#822) by Jinye Wu · 10 weeks ago
  46. 23c46c2 chore(c++): add cmake option `GRAPHAR_ENABLE_SANITIZER` (#818) by Jinye Wu · 3 months ago
  47. fc37f81 feat(rust): add rust request and issue tags #815 by Xiaokang Yang · 3 months ago
  48. bac3630 feat(java): Add DATE and TIMESTAMP support to DataType enum (#812) by devadhe sb · 3 months ago
  49. 31bab21 feat(python): build python wheel and public (#813) by Xiaokang Yang · 3 months ago
  50. 2381640 feat(c++): specify underlying types for enums in fwd.h (#811) by devadhe sb · 3 months ago
  51. cf728bf feat(java,info): add remove vertex edge method (#773) by Selim S. · 3 months ago
  52. 14d034f feat(Rust): add Rust bindings skeleton and Rust CI (#808) by Jinye Wu · 3 months ago
  53. bb4a1d3 feat(java,info): support multi-labels in yaml (#781) by Xiaokang Yang · 3 months ago
  54. 24dbe1b feat(java,info): support multi-property in yaml (#780) by Xiaokang Yang · 3 months ago
  55. 216b986 feat(python): build python api doc (#803) by Xiaokang Yang · 4 months ago
  56. 8d33604 feat(python): support high level api in python sdk (#801) by Xiaokang Yang · 4 months ago
  57. 03b8a32 feat(python): refactor python module(from cli module) (#799) by Xiaokang Yang · 4 months ago
  58. 914d065 feat(java,info): use assert throw and adjust version check logic (#796) by Xiaokang Yang · 5 months ago
  59. 919818b feat(ci): add release build type ci test (#792) by Xiaokang Yang · 5 months ago
  60. d5a3ba2 chore(ci): update macos workflow image (#788) by Xiaokang Yang · 5 months ago
  61. 284fd44 fix(c++): replace assert with SkipWithError in benchmarks (#794) by Xiaokang Yang · 5 months ago
  62. a2615c1 feat(java,info): add vertex info builder (#764) by Bigu Cezar · 5 months ago
  63. 4108735 fix(c++): replace all `assert` and `ASSERT` with `REQUIRE` (#790) by Jinye Wu · 5 months ago
  64. a88cd01 add maven spotless apply pre-commit hooks (#787) by Xiaokang Yang · 5 months ago
  65. 192a1dc feat(c++): Add remove method in c++ library (#783) by PinCrimson · 5 months ago
  66. 6f112c6 feat(java,info): refactor yaml saver api (#763) by Xiaokang Yang · 6 months ago
  67. 4d75b9c chore(c++): reduce copies in graph_reader.h (#777) by Jinye Wu · 6 months ago
  68. b7768ad feat(java,info): update validate and other methods (#769) by Xiaokang Yang · 6 months ago
  69. ea9a324 feat(c++): Add support for the date/timestamp property types in iter (#754) by Gary · 6 months ago
  70. 9b2219e feat(doc): Generate Java-Info API documentation and fix java-FFI API documentation (#760) by Xiaokang Yang · 6 months ago
  71. d591a47 fix(ci): fix coverage report merge and flags (#759) by Xiaokang Yang · 6 months ago
  72. b45f5a1 feat(doc): add java info documents (#755) by Xiaokang Yang · 6 months ago
  73. 1bb0468 feat(java, info): Add more java info tests (#739) by John · 6 months ago
  74. 1b9c1cc feat(ci): add java info coverage and merge report (#751) by Xiaokang Yang · 6 months ago
  75. 8e2a5de feat(ci): focus cpp lcov code coverage reports to just core path (#748) by Xiaokang Yang · 6 months ago
  76. ae20a93 feat(java,info): refactor GraphInfoLoader provide API, hide yaml dependencies, replace prefix to uri (#745) by Xiaokang Yang · 6 months ago
  77. bc60fe4 feat(java,info): refactor `EdgeInfo` creation using access-level compliant builder, a… (#743) by Bigu Cezar · 6 months ago
  78. 09703b6 feat(c++): make the c++ code compatible with both Arrow 17.0.0 and Arrow 21.0.0 (#737) by Xiaokang Yang · 7 months ago
  79. bfa6ec7 fix(c++): keep property readers in sync when crossing full edge-chunk boundaries in EdgeIter::operator++ (#736) by Gary · 7 months ago
  80. d4b4243 Bump to version v0.13.0 (#732) by Xiaokang Yang · 7 months ago release-0.13.0-rc.1 v0.13.0 v0.13.0-rc.1
  81. 77ad48f remove format files and cpp protobuf lib (#730) by Xiaokang Yang · 7 months ago
  82. 34b00d9 fix(ci): install arrow 20.0.0_1 with brewfile(temporary soluation) (#725) by Xiaokang Yang · 7 months ago
  83. 676d301 feat(java,info): revert java info to pre protobuf version (#727) by Xiaokang Yang · 7 months ago
  84. 6dba1d3 feat(Java,info): VertexInfo/EdgeInfo Version Info (#713) by Selim Soufargi · 7 months ago
  85. eb1af90 feat(c++): support build multi-properties in high-level API (#722) by Xiaokang Yang · 8 months ago
  86. a3a580e set libarrow version 17 (#721) by Xiaokang Yang · 8 months ago
  87. 883d7eb feat(c++): support read and write multi-property (#719) by Xiaokang Yang · 8 months ago
  88. 1cca403 feat(spark): read and write label chunk in spark (#718) by Xiaokang Yang · 8 months ago
  89. 8b00259 feat(c++): Allow setting WriterOptions in high-level writer APIs (#716) by Xiaokang Yang · 8 months ago
  90. 0a44e04 chore(java,info): add default graphInfo prefix and remove extra '/' (#708) by Xiaokang Yang · 9 months ago
  91. 2ccaf7c feat(java): update Java library and fix CI (#705) by Xiaokang Yang · 9 months ago
  92. eb4984d fix(ci): upgrade ubuntu version of GitHub action runner (#694) by John · 9 months ago
  93. 961c7b8 feat(c++): Add WriterOption to allow user to configure writer option (#700) by Xiaokang Yang · 9 months ago
  94. 146eb61 feat(c++): support reading certain set of properties and auto select FileReader or Scanner (#706) by Xiaokang Yang · 9 months ago
  95. ee4128f fix(ci): use Ubuntu 22.04 (#703) by Xiaokang Yang · 9 months ago
  96. 3a16108 feat(java-info): add java unit test for loading graph (#683) by Xiaokang Yang · 10 months ago
  97. 37b046e feat(doc): add zh-CN benchmark document and fix typos (#696) by Xiaokang Yang · 10 months ago
  98. a1a345a [WIP] add benchmark in README.md (#656) by Elssky · 10 months ago
  99. 4bbd7d6 fix(java,info): Reorder parameters in EdgeInfo constructor (#685) by yangxk · 10 months ago
  100. 1a44bc3 chore(NOTICE): Update NOTICE year to 2025 (#682) by Calvin Kirs · 11 months ago