Sign in
◑
Theme
apache
/
hugegraph
/
HEAD
60c8803
fix(pd): validate REST credentials and return 401 on refusal (#3189)
by KAI
· 3 days ago
master
e85b36a
feat(pd): add quorum-aware /v1/ready endpoint and raft gauges (#3185)
by KAI
· 4 days ago
bed2e45
fix(docker): make the Server startup timeout configurable (#3187)
by KAI
· 5 days ago
3681148
fix(server): filter index results before input ordering (#3182)
by contrueCT
· 9 days ago
98477f0
chore(docker): refactor docker-compose topologies with Hubble (#3149)
by KAI
· 12 days ago
8e167c7
fix(server): reject vertex-property metadata during addV (#3178)
by Stefan Wang
· 13 days ago
7bb624b
fix(server): keep the hbase meta table when clearing a graph (#3176)
by KAI
· 13 days ago
79bf6e9
fix(server): record bounded request body and client IP in slow query log (#3177)
by KAI
· 13 days ago
90035b6
perf(docker): share reactor build across images (#3171)
by imbajin
· 13 days ago
321ba4d
refactor(server): adapt REST API for hubble & enhance k8s mode (#3159)
by imbajin
· 2 weeks ago
c6853e7
chore(ci): upgrade core modules runtime to ubuntu 24.04 (#3173)
by WaterWhisperer
· 2 weeks ago
2ae7370
fix(hstore): preserve range-index ordering across partitions (#3140)
by contrueCT
· 2 weeks ago
4186a57
fix(store): allocate graph id before batch writes (#3153)
by contrueCT
· 3 weeks ago
401e627
chore(ci): group Dependabot security updates (#3170)
by imbajin
· 3 weeks ago
0951d45
fix(ci): modernize codecov uploads (#3169)
by contrueCT
· 3 weeks ago
a79a71d
fix(server): close shortest path edge iterators (#3167)
by contrueCT
· 3 weeks ago
5db70c0
chore(ci): fix PD and Store coverage aggregation (#3161)
by contrueCT
· 3 weeks ago
431f6e6
refactor(store): recover retries after store replacement (#3130)
by KAI
· 4 weeks ago
c9a646d
fix(server): wait for GRAPH_CREATE event when creating graph on PD path (#3138)
by KAI
· 4 weeks ago
4f1a8b3
feat(server): integrate Hubble with PD mode (#3143)
by imbajin
· 5 weeks ago
39f4f85
fix(dist): gate init-store on a dedicated init_store.enabled option (#3119)
by KAI
· 5 weeks ago
de62d97
fix(server): configure finite DNS cache TTL (#3126)
by KAI
· 6 weeks ago
1716c77
refactor: replace lsof port preflight with ss/netstat (#3105)
by KAI
· 6 weeks ago
8b2932c
fix(server): retry all PD peers while waiting for storage (#3129)
by KAI
· 6 weeks ago
b026a90
fix(store): bind each gRPC stub to its own channel (#3128)
by KAI
· 6 weeks ago
b9710a7
fix(server): handle repeated range predicates correctly (#3122)
by legendpei
· 7 weeks ago
f8e7abf
chore(server): remove outdated backends code (#3116)
by legendpei
· 7 weeks ago
c10779d
feat(server): support build & use(RocksDB) on RISC-V (#3102)
by Sean
· 7 weeks ago
e960cc5
fix(server): skip unsafe count optm for nested predicates (#3100)
by lokidundun
· 7 weeks ago
89b648a
feat: support secure Hubble monitoring targets (#3096)
by imbajin
· 8 weeks ago
a802912
perf(docker): build Java artifacts natively (#3092)
by imbajin
· 9 weeks ago
74e439f
chore(commons): remove redundant version property (#3089)
by Dev Hingu
· 9 weeks ago
99936be
feat(server): adapt Hubble 2.0 & add graph/role management (#3008)
by Yeaury
· 9 weeks ago
2d63804
refactor(server): disable legacy master-worker scheduler logic (#3082)
by Tsukilc
· 9 weeks ago
03e6b8e
fix(core): keep unsafe range filters local (#3068)
by legendpei
· 3 months ago
86e0a66
chore(ci): add gremlin-console smoke test (#3040)
by contrueCT
· 3 months ago
398a5ed
fix(core): self-heal etcd meta watch on transport reconnect (#3062)
by Davide Polato
· 3 months ago
63c97ff
fix(server): avoid loading huge task results for metadata queries (#3060)
by contrueCT
· 3 months ago
c3f56b5
fix(core): ref-count store event listener to fix owner-first close leak (#3058)
by Davide Polato
· 3 months ago
5ddeb03
feat(server) : make buffer max capacity configurable (#3049)
by legendpei
· 3 months ago
ef5d4e0
docs: document -d flag and Docker process supervision model (#3056)
by KAI
· 3 months ago
0ecd844
chore(ci): exit 77 when tools missing to distinguish skip from pass (#3055)
by KAI
· 3 months ago
39dfb2d
fix: gremlin-console.sh fails on Mac M/ARM CPU #3050
by Vaibhav Joshi
· 3 months ago
42c039d
fix(core): align count strategy connective steps (#3037)
by contrueCT
· 3 months ago
fc22663
chore(docker): add HEALTHCHECK & clean Dockerfiles (#3052)
by KAI
· 3 months ago
817887d
fix(docker): supervise Java process in entrypoints instead of tail -f /dev/null (#3051)
by KAI
· 3 months ago
1f61c48
refactor(server): optimize rockdb batch query perf (#2982)
by lokidundun
· 3 months ago
16382cc
fix(pd,store): fg mode exit code propagation in startup scripts (#3047)
by KAI
· 3 months ago
7f0a44a
fix(server): handle match() in no index case (#3039)
by legendpei
· 3 months ago
d6e6216
fix(server): fix foreground mode exit code propagation in startup scripts (#3044)
by KAI
· 3 months ago
3405832
fix(server): normalize typed DEFAULT_VALUE after JSON reload (#3035)
by Davide Polato
· 3 months ago
a49bf66
docs(server): add Docker with HBase validation runbook
by Vaibhav Joshi
· 3 months ago
beb30ee
fix(server): avoid extracting text range filters (#3034)
by legendpei
· 3 months ago
b9a3dd9
chore(ci): enable hugegraph-struct tests (#3038)
by contrueCT
· 4 months ago
31e8268
docs: update "Build from Source" instructions in README (#3022)
by Vaibhav Joshi
· 4 months ago
f56462a
feat(server): use HBase 2.6 to replace hbase-shaded & support docker-compose way (#3021)
by Vaibhav Joshi
· 4 months ago
454dd3d
fix(server): keep schema ~create_time as Date after reload (#3026)
by Davide Polato
· 4 months ago
8d095e1
perf(docker): improve all images build cache efficiency (#3025)
by KAI
· 4 months ago
66e5339
fix(server): different graph name share the same backend (#3027)
by Soyaazz
· 4 months ago
f69ca66
fix(server): align cache event actions in legacy EventHub path (#3017)
by Davide Polato
· 4 months ago
e108076
fix(server): normalize bool range predicates in gremlin filters (#2991)
by contrueCT
· 4 months ago
de8781e
chore(ci): optimize rerun workflow and add macOS RocksDB coverage (#3010)
by contrueCT
· 4 months ago
06c52e4
chore: update project memories with latest codebase state(1.8.0) (#2998)
by imbajin
· 4 months ago
ee177a0
fix(server): sync hstore schema cache clears (#3011)
by Davide Polato
· 4 months ago
836b348
fix(server): auto-recover session after Cassandra restart (#2997)
by Davide Polato
· 5 months ago
68dd29b
refactor(server): add logs for load-based request rejection (#2972)
by contrueCT
· 5 months ago
bcaa5f1
fix(server): fix check_port port extraction for schemeless URLs (#3005)
by Himanshu Verma
· 5 months ago
7afce9d
fix(pd): populate memberSize in GET / endpoint response (#3003)
by Çağlar Eker
· 5 months ago
a8ae76b
fix(docker): skip partition wait for standalone rocksdb mode (#3000)
by imbajin
· 5 months ago
6a983f9
fix: enable CI badges displaying normally (#2996)
by lokidundun
· 5 months ago
9336b5e
fix(server): guard count strategy on negative bounds (#2993)
by contrueCT
· 5 months ago
4704354
fix(query): handle conflicting edge label conditions safely (#2990)
by contrueCT
· 5 months ago
28c39b6
chore(ci): add automatic rerun controller for flaky workflows (#2984)
by contrueCT
· 5 months ago
06097c8
refactor(server): allow TinkerPop exceptions in Gremlin resp (#2987)
by Uğur Tafralı
· 5 months ago
c0a2b93
fix(docker): enable docker logs for pd/store/server containers (#2980)
by Himanshu Verma
· 5 months ago
9126c80
docs: update Docker deployment docs for bridge networking migration (#2963)
by Himanshu Verma
· 6 months ago
8d758d5
chore(docker): remove tmp volume mounts after image update (#2976)
by Himanshu Verma
· 6 months ago
docker-1.7.0
5f91d8b
refactor(server): disable GraphSpaceAPI and ManagerAPI in standalone mode (#2966)
by contrueCT
· 6 months ago
0154c06
refactor(docker): migrate single-node compose from host to bridge networking (#2952)
by Himanshu Verma
· 6 months ago
62bcdc5
fix(dist): use HTTPS for Travis download URLs (#2973)
by PJ Fanning
· 6 months ago
ab12b35
fix(pd): add timeout and null-safety to getLeaderGrpcAddress() (#2961)
by Himanshu Verma
· 6 months ago
5adf14c
fix(pd): resolve hostname entries in IpAuthHandler allowlist (#2962)
by Himanshu Verma
· 6 months ago
1f40f05
doc: add comment for historical package names (#2970)
by imbajin
· 6 months ago
5578b79
refactor: add the desc of the vars in swagger-ui (#2969)
by lokidundun
· 6 months ago
94c03a9
refactor: remove 'incubating' branding, update docs & packaging (#2965)
by imbajin
· 6 months ago
0505810
docs: remove references to removed hugegraph-style.xml (#2949)
by Himanshu Verma
· 7 months ago
ef2db2c
feat(server): add gs profile api (#2950)
by Tsukilc
· 7 months ago
6ffdd9c
refactor(server): unify URL configs when scheme is missing (#2944)
by Himanshu Verma
· 7 months ago
88ad859
doc: update Quick Start & Architecture in README (#2947)
by imbajin
· 7 months ago
9babe49
test(server): enable run single unit test (#2940)
by Soyaazz
· 8 months ago
fc391a7
fix(server): prevent await deadlock on ContextCallable failure (#2941)
by Himanshu Verma
· 8 months ago
99baf2b
docs: fix some typos in comments (#2943)
by slightsharp
· 8 months ago
e0f572b
refactor(server): support update TTL in labels & enhance configs (#2938)
by imbajin
· 8 months ago
37be6cd
test(cluster-test): bump ct to version 1.7.0 (#2921)
by Soyaazz
· 8 months ago
a93cc21
chore(server): remove outdated ConfigAuthenticator (#2927)
by ChoHee
· 8 months ago
d641fdb
docs: fix Cypher documentation link in README (#2925)
by Himanshu Verma
· 8 months ago
423ede0
fix: optimize code and update risky deps (#2918)
by Ken
· 8 months ago
2432603
fix(server): fix npe in non-auth mode (#2912)
by Tsukilc
· 8 months ago
eec3871
chore: update the status of distributed modules (#2916)
by imbajin
· 9 months ago
d28526e
fix(pd): pd raft-follower failed to get leader address due to npe (#2919)
by Soyaazz
· 9 months ago
Next »