Sign in
apache
/
hugegraph
/
HEAD
b9710a7
fix(server): handle repeated range predicates correctly (#3122)
by legendpei
· 33 hours ago
master
f8e7abf
chore(server): remove outdated backends code (#3116)
by legendpei
· 3 days ago
c10779d
feat(server): support build & use(RocksDB) on RISC-V (#3102)
by Sean
· 5 days ago
e960cc5
fix(server): skip unsafe count optm for nested predicates (#3100)
by lokidundun
· 7 days ago
89b648a
feat: support secure Hubble monitoring targets (#3096)
by imbajin
· 9 days ago
a802912
perf(docker): build Java artifacts natively (#3092)
by imbajin
· 2 weeks ago
74e439f
chore(commons): remove redundant version property (#3089)
by Dev Hingu
· 2 weeks ago
99936be
feat(server): adapt Hubble 2.0 & add graph/role management (#3008)
by Yeaury
· 3 weeks ago
2d63804
refactor(server): disable legacy master-worker scheduler logic (#3082)
by Tsukilc
· 3 weeks ago
03e6b8e
fix(core): keep unsafe range filters local (#3068)
by legendpei
· 4 weeks ago
86e0a66
chore(ci): add gremlin-console smoke test (#3040)
by contrueCT
· 5 weeks ago
398a5ed
fix(core): self-heal etcd meta watch on transport reconnect (#3062)
by Davide Polato
· 5 weeks ago
63c97ff
fix(server): avoid loading huge task results for metadata queries (#3060)
by contrueCT
· 5 weeks ago
c3f56b5
fix(core): ref-count store event listener to fix owner-first close leak (#3058)
by Davide Polato
· 6 weeks ago
5ddeb03
feat(server) : make buffer max capacity configurable (#3049)
by legendpei
· 6 weeks ago
ef5d4e0
docs: document -d flag and Docker process supervision model (#3056)
by KAI
· 7 weeks ago
0ecd844
chore(ci): exit 77 when tools missing to distinguish skip from pass (#3055)
by KAI
· 7 weeks ago
39dfb2d
fix: gremlin-console.sh fails on Mac M/ARM CPU #3050
by Vaibhav Joshi
· 7 weeks ago
42c039d
fix(core): align count strategy connective steps (#3037)
by contrueCT
· 7 weeks ago
fc22663
chore(docker): add HEALTHCHECK & clean Dockerfiles (#3052)
by KAI
· 7 weeks ago
817887d
fix(docker): supervise Java process in entrypoints instead of tail -f /dev/null (#3051)
by KAI
· 7 weeks ago
1f61c48
refactor(server): optimize rockdb batch query perf (#2982)
by lokidundun
· 8 weeks ago
16382cc
fix(pd,store): fg mode exit code propagation in startup scripts (#3047)
by KAI
· 8 weeks ago
7f0a44a
fix(server): handle match() in no index case (#3039)
by legendpei
· 8 weeks ago
d6e6216
fix(server): fix foreground mode exit code propagation in startup scripts (#3044)
by KAI
· 8 weeks ago
3405832
fix(server): normalize typed DEFAULT_VALUE after JSON reload (#3035)
by Davide Polato
· 8 weeks ago
a49bf66
docs(server): add Docker with HBase validation runbook
by Vaibhav Joshi
· 8 weeks ago
beb30ee
fix(server): avoid extracting text range filters (#3034)
by legendpei
· 8 weeks ago
b9a3dd9
chore(ci): enable hugegraph-struct tests (#3038)
by contrueCT
· 9 weeks ago
31e8268
docs: update "Build from Source" instructions in README (#3022)
by Vaibhav Joshi
· 9 weeks ago
f56462a
feat(server): use HBase 2.6 to replace hbase-shaded & support docker-compose way (#3021)
by Vaibhav Joshi
· 10 weeks ago
454dd3d
fix(server): keep schema ~create_time as Date after reload (#3026)
by Davide Polato
· 2 months ago
8d095e1
perf(docker): improve all images build cache efficiency (#3025)
by KAI
· 2 months ago
66e5339
fix(server): different graph name share the same backend (#3027)
by Soyaazz
· 2 months ago
f69ca66
fix(server): align cache event actions in legacy EventHub path (#3017)
by Davide Polato
· 3 months ago
e108076
fix(server): normalize bool range predicates in gremlin filters (#2991)
by contrueCT
· 3 months ago
de8781e
chore(ci): optimize rerun workflow and add macOS RocksDB coverage (#3010)
by contrueCT
· 3 months ago
06c52e4
chore: update project memories with latest codebase state(1.8.0) (#2998)
by imbajin
· 3 months ago
ee177a0
fix(server): sync hstore schema cache clears (#3011)
by Davide Polato
· 3 months ago
836b348
fix(server): auto-recover session after Cassandra restart (#2997)
by Davide Polato
· 3 months ago
68dd29b
refactor(server): add logs for load-based request rejection (#2972)
by contrueCT
· 3 months ago
bcaa5f1
fix(server): fix check_port port extraction for schemeless URLs (#3005)
by Himanshu Verma
· 3 months ago
7afce9d
fix(pd): populate memberSize in GET / endpoint response (#3003)
by Çağlar Eker
· 3 months ago
a8ae76b
fix(docker): skip partition wait for standalone rocksdb mode (#3000)
by imbajin
· 3 months ago
6a983f9
fix: enable CI badges displaying normally (#2996)
by lokidundun
· 3 months ago
9336b5e
fix(server): guard count strategy on negative bounds (#2993)
by contrueCT
· 3 months ago
4704354
fix(query): handle conflicting edge label conditions safely (#2990)
by contrueCT
· 4 months ago
28c39b6
chore(ci): add automatic rerun controller for flaky workflows (#2984)
by contrueCT
· 4 months ago
06097c8
refactor(server): allow TinkerPop exceptions in Gremlin resp (#2987)
by Uğur Tafralı
· 4 months ago
c0a2b93
fix(docker): enable docker logs for pd/store/server containers (#2980)
by Himanshu Verma
· 4 months ago
9126c80
docs: update Docker deployment docs for bridge networking migration (#2963)
by Himanshu Verma
· 4 months ago
8d758d5
chore(docker): remove tmp volume mounts after image update (#2976)
by Himanshu Verma
· 4 months ago
docker-1.7.0
5f91d8b
refactor(server): disable GraphSpaceAPI and ManagerAPI in standalone mode (#2966)
by contrueCT
· 4 months ago
0154c06
refactor(docker): migrate single-node compose from host to bridge networking (#2952)
by Himanshu Verma
· 4 months ago
62bcdc5
fix(dist): use HTTPS for Travis download URLs (#2973)
by PJ Fanning
· 4 months ago
ab12b35
fix(pd): add timeout and null-safety to getLeaderGrpcAddress() (#2961)
by Himanshu Verma
· 4 months ago
5adf14c
fix(pd): resolve hostname entries in IpAuthHandler allowlist (#2962)
by Himanshu Verma
· 4 months ago
1f40f05
doc: add comment for historical package names (#2970)
by imbajin
· 5 months ago
5578b79
refactor: add the desc of the vars in swagger-ui (#2969)
by lokidundun
· 5 months ago
94c03a9
refactor: remove 'incubating' branding, update docs & packaging (#2965)
by imbajin
· 5 months ago
0505810
docs: remove references to removed hugegraph-style.xml (#2949)
by Himanshu Verma
· 6 months ago
ef2db2c
feat(server): add gs profile api (#2950)
by Tsukilc
· 6 months ago
6ffdd9c
refactor(server): unify URL configs when scheme is missing (#2944)
by Himanshu Verma
· 6 months ago
88ad859
doc: update Quick Start & Architecture in README (#2947)
by imbajin
· 6 months ago
9babe49
test(server): enable run single unit test (#2940)
by Soyaazz
· 6 months ago
fc391a7
fix(server): prevent await deadlock on ContextCallable failure (#2941)
by Himanshu Verma
· 6 months ago
99baf2b
docs: fix some typos in comments (#2943)
by slightsharp
· 6 months ago
e0f572b
refactor(server): support update TTL in labels & enhance configs (#2938)
by imbajin
· 6 months ago
37be6cd
test(cluster-test): bump ct to version 1.7.0 (#2921)
by Soyaazz
· 7 months ago
a93cc21
chore(server): remove outdated ConfigAuthenticator (#2927)
by ChoHee
· 7 months ago
d641fdb
docs: fix Cypher documentation link in README (#2925)
by Himanshu Verma
· 7 months ago
423ede0
fix: optimize code and update risky deps (#2918)
by Ken
· 7 months ago
2432603
fix(server): fix npe in non-auth mode (#2912)
by Tsukilc
· 7 months ago
eec3871
chore: update the status of distributed modules (#2916)
by imbajin
· 7 months ago
d28526e
fix(pd): pd raft-follower failed to get leader address due to npe (#2919)
by Soyaazz
· 7 months ago
c6d94b4
feat: add slack channel (#2920)
by vaughn
· 7 months ago
534c81e
fix: use slim docker image (#2903)
by Peng Junzhi
· 8 months ago
18569c4
docs: migrate 1.5.0 in readme to 1.7.0 (#2914)
by Peng Junzhi
· 8 months ago
9a3daf8
refactor(store): fix reflection parameter error and extract duplicate methods to RaftReflectionUtil (#2906)
by contrueCT
· 8 months ago
b12425c
fix: add missing license and remove binary license.txt & fix tinkerpop ci & remove duplicate module (#2910)
by Peng Junzhi
· 9 months ago
release-1.7.0
1.7.0
41d0dbc
fix(server): fix reflect bug in init-store.sh (#2905)
by Tsukilc
· 9 months ago
496b150
feat: init serena memory system & add memories (#2902)
by imbajin
· 9 months ago
de0360b
fix: migrate to LTS jdk11 in all Dockerfile (#2901)
by Peng Junzhi
· 9 months ago
b7998c1
refactor(server): remove graph param in auth api path (#2899)
by Tsukilc
· 9 months ago
ca5fc0c
fix(server): support GraphAPI for rocksdb & add tests (#2900)
by Tsukilc
· 9 months ago
2e0cffe
feat(server): add path filter for graphspace (#2898)
by Tsukilc
· 9 months ago
00e040b
fix(store): handle NPE in getVersion for file (#2897)
by Soyan
· 9 months ago
d7697f4
chore(server): bump rocksdb version from 7.2.2 to 8.10.2 (#2896)
by Guangyang Deng
· 9 months ago
e66accc
fix(store): improve some potential lock & type cast issues (#2895)
by Soyan
· 9 months ago
f92c5a4
docs(pd): update test commands and improve documentation clarity (#2893)
by koi
· 9 months ago
126885d
docs(store): update guidance for store module (#2894)
by Soyan
· 9 months ago
5b3d295
docs(store): add deployment/practices/development docs
by imbajin
· 9 months ago
21ef0bf
docs(store): add comprehensive store design doc
by imbajin
· 9 months ago
b7758ef
fix(server): handle graph data sync inconsistent problem (#74)
by koi
· 9 months ago
062771f
docs(pd): add configuration & development guides for PD
by imbajin
· 9 months ago
66ff668
docs(pd): add PD API reference documentation
by imbajin
· 9 months ago
053f562
docs(pd): add PD architecture documentation
by imbajin
· 9 months ago
af14534
docs(pd): init HugeGraph-PD README file
by imbajin
· 9 months ago
2fb3ced
docs: add AGENTS.md with project guidance
by imbajin
· 9 months ago
5eeeb9a
refactor(auth): simplify rpc-auth logic and clean legacy code (#73)
by koi
· 9 months ago
Next »