| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Replace container client registration service discovery | 11 个月前 | |
feat: add configurable MySQL connection pool for container plugin Add connection pool configuration parameters to container plugin: - max_open_conns: Maximum number of open connections (default: 100) - max_idle_conns: Maximum idle connections (default: 10) - conn_max_lifetime: Connection lifetime (default: 1 hour) - conn_max_idle_time: Maximum idle time (default: 30 minutes) Modified files: - config/config.go: Add pool fields to MysqlConf struct - database/mysql.go: Use config values with fallback to defaults | 1 个月前 | |
feat: add configurable MySQL connection pool for container plugin Add connection pool configuration parameters to container plugin: - max_open_conns: Maximum number of open connections (default: 100) - max_idle_conns: Maximum idle connections (default: 10) - conn_max_lifetime: Connection lifetime (default: 1 hour) - conn_max_idle_time: Maximum idle time (default: 30 minutes) Modified files: - config/config.go: Add pool fields to MysqlConf struct - database/mysql.go: Use config values with fallback to defaults | 1 个月前 | |
feat: add Docker deployment handler and tests | 1 年前 | |
remove sdk package and update vendor | 2 年前 | |
Replace container client registration service discovery | 11 个月前 | |
remove sdk package and update vendor | 2 年前 | |
remove sdk package and update vendor | 2 年前 | |
fix: correct ServiveName to ServiceName type Fix the type "ServiveName" to "ServiceName" across all plugin modules: - configmanage/server/config/config.go - configmanage/server/main.go - event/server/config/config.go - event/server/main.go - container/server/config/config.go - container/server/main.go - template/server/conf/meta.go - template/server/pluginclient/pluginClient.go Total of 12 occurrences corrected in 8 files. | 1 个月前 |