Commit Graph

1534 Commits

Author SHA1 Message Date
imbajin 01d59bef97
Update .licenserc.yaml 2023-01-06 22:29:52 +08:00
imbajin 39062af7f6
Update DISCLAIMER 2023-01-06 22:29:32 +08:00
vaughn 02c19b3b8e
chore: add NOTICE and LICENSE to binary package and add DISCLAIMER file 2023-01-06 22:29:19 +08:00
青年 d28f8f2d5c
support jdk11 remove config java.ext.dirs (#2070) 2023-01-04 23:16:31 +08:00
vaughn 2b2a980f91
fix: script no permission 2023-01-04 10:16:36 +08:00
Simon Cheung d17841706e
chore: add NOTICE file (#2066) 2023-01-04 09:16:46 +08:00
imbajin a87ff6f9bc
fix: add style file back for building 2022-12-31 21:28:11 +08:00
imbajin 423fbb2b38
fix(core): adapt HugeVertex.property() with null values 2022-12-30 16:34:24 +08:00
imbajin e9eb8240d1
fix: support null value for gremlin test 2022-12-30 12:02:55 +08:00
Jermy Li eb7a65c440
refact: fallback queryNumber() if there are uncommitted records (#2060) 2022-12-29 15:26:53 +08:00
vaughn 6c3170c496
chore: fix TinkerPop unit test (#2055)
* chore: don't support persistence for memory backend
* chore: setup graph by first step graph when graph is null
* chore: apply relations optimize logic
* chore: don't support null properties
* fix: g.V().has(empty).count() and g.V().count().as('a').select('a')
* fix: specify the code generation directory for raft.proto (#2057)
* fix: tinkerpop unit schema no define
* fix the style & clean some outdated code

Co-authored-by: Simon Cheung <ming@apache.org>
Co-authored-by: imbajin <jin@apache.org>
2022-12-26 22:41:46 +08:00
Simon Cheung fc27f2c200
fix: specify the code generation directory for raft.proto (#2057) 2022-12-21 16:23:42 +08:00
Simon Cheung 8047fe7d9e
license (#2053) 2022-12-15 21:21:12 +08:00
vaughn 85499f389b
fix: keep binary file (#2052) 2022-12-15 16:07:34 +08:00
imbajin 9cbb61862c
chore: prepare for apache v1.0.0 release (#2048)
* chore: apache release

* chore: update release script & remove redundant pom config
2022-12-14 17:52:01 +08:00
vaughn 73bf516630
FIX: security (#2050)
Co-authored-by: Jermy Li <jermy@apache.org>
2022-12-14 10:01:57 +08:00
Simon Cheung 7d84f01a31
improve check-dependencies (#2051)
improve check-dependencies
2022-12-13 23:03:28 +08:00
zyxxoo ea888d11d8
FIX: rat ignore protobuf generate file check (#2045) 2022-12-05 23:23:20 +08:00
Simon Cheung 510b12ed6e
chore: update mysql scope to test (#2043)
* remove mysql dependency
* add mysql for hugegraph-test
* update run-api-test.sh
2022-12-05 20:23:38 +08:00
zyxxoo 627a028dab
fix: hugegraph script error (#2044) 2022-12-04 21:19:52 +08:00
seagle d01c8737d7
fix: solve antrun plugin bug (#2042) 2022-12-02 10:15:30 +08:00
imbajin 2251adf073
refact(dist): fix "restart" script not work & clean for script (#2041)
- fix "restart" script not work
- clean shell script to avoid error in high-version bash/sh
2022-12-01 23:38:45 +08:00
seagle 927b67324e
chore: update antrun plugin & fix building problem in windows (#2038) 2022-12-01 16:15:02 +08:00
青年 be6ee386b9
rename binary package name (#2037)
* rename binary package name

* rename binary package name v2

* rename binary package name v3

Co-authored-by: Jermy Li <jermy@apache.org>
2022-11-30 10:25:18 +08:00
青年 df05b2b1b0
let sub-modules use revision (#2039) 2022-11-30 00:32:17 +08:00
Zonglei Dong ccade5ac47
chore(apache): add license checker for CI. (#2034)
Co-authored-by: imbajin <jin@apache.org>
2022-11-27 23:13:08 +08:00
青年 3b44568e8b
fix outdated manifest version & use project.version instead (#2033)
Co-authored-by: imbajin <jin@apache.org>
2022-11-26 22:40:33 +08:00
Cong Zhao 6c9fe3a874
Fix tx leak in tests (#2031) 2022-11-25 18:57:56 +08:00
imbajin d340420341 refact(cassandra): update pom & ApiVersion & fix style
TODO: and we need also check the 0.69 in pom
2022-11-23 21:16:14 +08:00
青年 67a689c86c refact: adapt all to apache package and dependencies (Breaking Changes) 2022-11-23 21:16:14 +08:00
seagle 44bea37187
delete blankspace of filename (#2023)
Co-authored-by: yuanbingze <yuanbingze@yy.com>
2022-11-22 21:24:48 +08:00
Cong Zhao 7acd496e0b
[fix][cli] Fix start cli error (#2024) 2022-11-22 20:56:06 +08:00
Cong Zhao 4c232a6167
Shutdown log when shutdown process (#2028) 2022-11-22 20:35:52 +08:00
imbajin aa0d8dac47
fix(dist): start server with java 11 (#2020) 2022-11-20 21:50:47 +08:00
青年 57462b057e
Feat/fix codeql (#2022)
* fix ConfigUtil.java CodeQL

* fix code checkstyle

Co-authored-by: Jermy Li <jermy@apache.org>
2022-11-20 18:39:43 +08:00
Jermy Li 109495e9be
mac m1: fix JNA UnsatisfiedLinkError by upgrade to v5.12.1 (#2013) 2022-11-18 23:47:32 +08:00
vamossagar12 b79a690cd4
Adding try-with-resources block around PredictionTraverser (#2016)
Co-authored-by: Sagar Rao <sagarrao@Sagars-MacBook-Pro.local>
2022-11-15 21:07:51 +08:00
vamossagar12 833ce2f0b7
Fix bug: Closing iterators on errors for CassandraTable and MysqlTable (#2014)
Co-authored-by: Sagar Rao <sagarrao@Sagars-MacBook-Pro.local>
2022-11-14 23:06:42 +08:00
Jade Peng 020b7dc00a
refactor(core): improve code by flow idea suggests (#2000)
Co-authored-by: jadepeng <jqpeng@iflytek.com>
2022-11-11 23:34:00 +08:00
imbajin b1b12098fe adapt the latest version & clean code
also fix the sec alert
2022-11-09 18:24:54 +08:00
Jermy Li 75e004a4e3 fix lpa not exist c_label property when a request pass source_label (#78)
Change-Id: Ib2a9766e29708fa4fcbaec152f5c9e571c96a0a6
2022-11-09 18:24:54 +08:00
zhoney c3e9f8ec06 fix fusiform and kcore min_groups args default value (#79)
Change-Id: I843c595172d7b45b894d764bf859dec61a35c8b5
2022-11-09 18:24:54 +08:00
zhoney b4fa2a16ac fix ap compile error for edition 0.11 (#72)
Change-Id: Ibf0f415ee6bd9cf0ff8b598e2166cc70667c49b7
2022-11-09 18:24:54 +08:00
houzhizhen f63f056034 performance improvement: the meetNode is invoked only when node.distance is parent.distance() + 1 (#69) 2022-11-09 18:24:54 +08:00
houzhizhen 476477bb7b add StressCentrality v2 (#65)
* add StressCentralityAlgorithmV2
* add BfsTraverser and ClosenessCentralityAlgorithmV2
2022-11-09 18:24:54 +08:00
Jermy Li 6c5e204c38 add depth-first version betweennes centrality (#68)
Change-Id: Id4fc070268d8957ef2764bffbb3c762d9c034a0d
2022-11-09 18:24:54 +08:00
Jermy Li f1ad2e5623 fix closeness distance: 1 extra length is calculated (#67)
Change-Id: I35bc20698bf93002a530b95688cd0359a9154fdf
2022-11-09 18:24:54 +08:00
houzhizhen 708ace7deb add betweenness algorithm (#63)
* add betweenness BetweennessCentralityAlgorithmV2
2022-11-09 18:24:54 +08:00
houzhizhen 71f6e81796 update Betweenness with Stressness (#60) 2022-11-09 18:24:54 +08:00
Jermy Li 9926fc6e05 add export_community for lounvain (#43)
Change-Id: I01e402fc99669f53544279c752f81d886c6ce28f
2022-11-09 18:24:54 +08:00