Skip to content

Commit 6338897

Browse files
Copilotchejinge
andauthored
docs: enrich MAINTAINERS.md with committers and notable contributors from changelog
Agent-Logs-Url: https://github.com/OpenAtomFoundation/pikiwidb/sessions/cbc28e41-44f4-46d9-a1a7-fa39bb4ca94f Co-authored-by: chejinge <[email protected]>
1 parent 397deac commit 6338897

1 file changed

Lines changed: 60 additions & 12 deletions

File tree

MAINTAINERS.md

Lines changed: 60 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# PikiwiDB Maintainers
22

3-
This document lists the maintainers and committers of the PikiwiDB project.
3+
This document lists the maintainers, committers, and notable contributors of the PikiwiDB project.
44

55
## Roles
66

77
| Role | Description |
88
|------|-------------|
99
| **Maintainer** | Has write access to the repository, reviews and merges PRs, makes release decisions, and drives project direction. |
10-
| **Committer** | Active contributor with elevated trust; reviews PRs and contributes significant features or fixes. |
11-
| **Contributor** | Anyone who has submitted accepted patches, issues, or documentation. |
10+
| **Committer** | Active contributor with elevated trust; reviews PRs and contributes significant features or fixes over multiple releases. |
11+
| **Notable Contributor** | Has made meaningful one-off or focused contributions (features, bug fixes, tests, docs, tooling). |
1212

1313
## Maintainers
1414

@@ -20,15 +20,63 @@ This document lists the maintainers and committers of the PikiwiDB project.
2020

2121
## Committers
2222

23-
| GitHub ID | Name | Organization |
24-
|-----------|------|--------------|
25-
| [@buzhimingyonghu](https://github.com/buzhimingyonghu) | buzhimingyonghu ||
26-
| [@QlQlqiqi](https://github.com/QlQlqiqi) | QlQl ||
27-
| [@YuCai18](https://github.com/YuCai18) | Yu Cai (蔡煜) ||
28-
| [@chenbt-hz](https://github.com/chenbt-hz) | chenbt ||
29-
| [@XiaoLiang2333](https://github.com/XiaoLiang2333) | DawnBeams ||
30-
| [@luky116](https://github.com/luky116) | JayLiu ||
31-
| [@wangshao1](https://github.com/wangshao1) | wangshao1 ||
23+
Committers have a sustained history of high-quality contributions across multiple releases.
24+
25+
| GitHub ID | Name | Key Contribution Areas |
26+
|-----------|------|------------------------|
27+
| [@wangshao1](https://github.com/wangshao1) | wangshao1 | Floyd storage engine, master-slave replication, monitoring, performance |
28+
| [@buzhimingyonghu](https://github.com/buzhimingyonghu) | buzhimingyonghu | Pika-Operator (backup/recovery, scale-down), Pika-Exporter compatibility |
29+
| [@QlQlqiqi](https://github.com/QlQlqiqi) | QlQl | RedisCache large-key eviction, new compact strategies, CI |
30+
| [@YuCai18](https://github.com/YuCai18) | Yu Cai (蔡煜) | Bug fixes (getrange/setrange crash, zadd, password auth, logging) |
31+
| [@chenbt-hz](https://github.com/chenbt-hz) | chenbt | ZSet command fixes, blob-cache, Codis dashboard, pika_exporter |
32+
| [@XiaoLiang2333](https://github.com/XiaoLiang2333) | DawnBeams | Pika-Operator (kubeblocks upgrade, master-slave mode, log cleanup) |
33+
| [@luky116](https://github.com/luky116) | JayLiu | Redis transactions, ACL, benchmarking, Floyd TTL, Docker docs |
34+
| [@dingxiaoshuai123](https://github.com/dingxiaoshuai123) | dingxiaoshuai | Fast/slow command separation, Codis-proxy monitoring, pika_exporter, Go tests |
35+
| [@lqxhub](https://github.com/lqxhub) | lqxhub | ACL support, FreeBSD compilation, cache flag fixes |
36+
| [@chengyu-l](https://github.com/chengyu-l) | chengyu-l | Codis auto failover, dashboard panic recovery, network metrics, Codis CPU fixes |
37+
| [@baerwang](https://github.com/baerwang) | baerwang | GitHub Actions CI/CD, build caching, release packaging, PR lint |
38+
| [@tsinow](https://github.com/tsinow) | tsinow | Go tests for complex data types and management commands |
39+
| [@saz97](https://github.com/saz97) | saz97 | TCL tests for Geo, HyperLogLog/String type isolation |
40+
| [@u6th9d](https://github.com/u6th9d) | u6th9d | CompactRange command, small-time compaction policy, data type overflow fixes |
41+
| [@ForestLH](https://github.com/ForestLH) | ForestLH | Redis MULTI/EXEC transaction support, master-slave deadlock fix |
42+
| [@Tianpingan](https://github.com/Tianpingan) | Tianpingan | Dynamic flush/compaction thread tuning, work-queue length monitoring |
43+
| [@machinly](https://github.com/machinly) | machinly | Pika Operator cluster auto-scaling, K8s service auto-registration |
44+
| [@hero-heng](https://github.com/hero-heng) | hero-heng | bgsave unix timestamp, dynamic `disable_auto_compactions` support |
45+
| [@baixin01](https://github.com/baixin01) | baixin01 | RocksDB statistics tickers, full-sync data progress metrics |
46+
47+
## Notable Contributors
48+
49+
The following contributors have made meaningful contributions to specific features, bug fixes, tests, or tooling.
50+
51+
| GitHub ID | Contribution Highlights |
52+
|-----------|------------------------|
53+
| [@vacheli](https://github.com/vacheli) | Partition index filtering, disk I/O speed limit (OnlyRead/OnlyWrite/ReadAndWrite), Codis dashboard master status fix |
54+
| [@bigdaronlee163](https://github.com/bigdaronlee163) | BlockCache calculation accuracy fix |
55+
| [@guangkun123](https://github.com/guangkun123) | Pika-port data migration error fix |
56+
| [@longfar-ncy](https://github.com/longfar-ncy) | pksetexat RedisCache consistency fix |
57+
| [@gukj-spel](https://github.com/gukj-spel) | Data race fix in Cmd initialization |
58+
| [@MalikHou](https://github.com/MalikHou) | Dynamic RocksDB Compaction strategy adjustment |
59+
| [@hahahashen](https://github.com/hahahashen) | Rpushx command cache update fix |
60+
| [@KKorpse](https://github.com/KKorpse) | Redis Stream data type support |
61+
| [@sjcsjc123](https://github.com/sjcsjc123) | Large key analysis tool |
62+
| [@JasirVoriya](https://github.com/JasirVoriya) | RocksDB upgrade to v8.7.3 |
63+
| [@HappyUncle](https://github.com/HappyUncle) | Dynamic `max-conn-rbuf-size` parameter support |
64+
| [@Y-Rookie](https://github.com/Y-Rookie) | Pika-Operator namespace support for multi-cluster deployment |
65+
| [@panlei-coder](https://github.com/panlei-coder) | Disable compaction on shutdown for faster exit |
66+
| [@tedli](https://github.com/tedli) | Block read traffic on slave during full replication |
67+
| [@chienguo](https://github.com/chienguo) | Codis `INFO` command support |
68+
| [@Polaris3003](https://github.com/Polaris3003) | Pika Exporter startup-without-params fix |
69+
| [@callme-taota](https://github.com/callme-taota) | RocksDB return value checking in commands |
70+
| [@jettcc](https://github.com/jettcc) | Configuration file parameter loading fix |
71+
| [@ForestLH](https://github.com/ForestLH) | Master-slave replication deadlock fix after flushdb |
72+
| [@xiezheng-XD](https://github.com/xiezheng-XD) | `make -j` parallel build speed improvement |
73+
| [@A2ureStone](https://github.com/A2ureStone) | macOS tools compilation fix |
74+
| [@klboke](https://github.com/klboke) | macOS development environment documentation |
75+
| [@wanghenshui](https://github.com/wanghenshui) | Code quality and miscellaneous fixes |
76+
| [@007gzs](https://github.com/007gzs) | Miscellaneous fixes |
77+
| [@VanessaXWGUO](https://github.com/VanessaXWGUO) | Miscellaneous contributions |
78+
| [@Z-G-H1](https://github.com/Z-G-H1) | Miscellaneous contributions |
79+
| [@pro-spild](https://github.com/pro-spild) | Miscellaneous contributions |
3280

3381
## Emeritus Maintainers
3482

0 commit comments

Comments
 (0)