64 Commits

Author SHA1 Message Date
Richard
fb1b10bcf5 chore: improve kafka component (#180)
* feat: improve kafka component

* chore: revert test password

* docs: add changelog

* chore: upgrade sarama to IBM/sarama
2025-04-12 17:33:05 +08:00
Richard
8549737a46 feat: add async log and update gorm tracing (#149)
* feat: add async log and update grom tracing

* chore: fix typo
2024-08-22 17:45:30 +08:00
Richard
3575914048 chore: optimize log and orm (#144)
* chore: optimize log and orm
2024-07-19 22:59:28 +08:00
Richard
dc50d00a56 chore: add timeout for db (#134) 2024-06-13 19:22:50 +08:00
Richard
aa3b835575 feat: support config multiple databases (#123)
* feat: support config multiple databases
2023-12-24 16:18:08 +08:00
Richard
5889d9c391 feat: support PostgreSQL (#118)
* feat: support postgres by add driver config
2023-12-15 15:55:24 +08:00
letter
5fcf6b46e3 chore: update config in logger.yaml (#109)
日志代码修改了,配置yaml写错了,运行起来日志会写到系统根目录
2023-09-22 20:24:40 +08:00
letter
9dd49932d0 chore: update config in logger.yaml (#108)
配置错误之处修改
2023-09-22 20:23:31 +08:00
Richard
bf3b452ad8 feat: support custom filename for init log (#100) 2023-08-03 17:38:53 +08:00
Richard
3e08388982 refactor: improve rabbitmq client (#98)
* feat: add connection

* feat: add channel

* feat: add config

* chore: refactor producer

* feat: refactor consumer

* feat: add client

* feat: add example for rabbitmq and optimize rabbitmq lib

* chore: improve error log and add more comment

* chore: rename register to manager

* chore: rename register to manager

* feat: add rabbitmq server

* feat: add example for server

* feat: add publish delay msg and example

* docs: update changelog
2023-07-26 15:22:40 +08:00
qloog
6292591fb7 chore: go mod tidy 2022-09-15 19:24:01 +08:00
qloog
85217d74ea chore: optimize rabbitmq 2022-07-22 17:18:46 +08:00
qloog
d55b9420dc chore: add local config dir 2022-01-07 23:14:45 +08:00
qloog
0fad8e5b5f chore: multi file config to support docker compose 2021-11-29 20:26:01 +08:00
qloog
658133ea06 feat: support multi redis instance 2021-11-19 20:10:17 +08:00
qloog
19a71b1248 Merge branch 'master' of github.com:go-eagle/eagle 2021-11-17 20:13:35 +08:00
qloog
cc9e4079d7 chore: modify default and comment 2021-11-17 20:13:15 +08:00
qloog
fd68fe259d feat: add pprof switch 2021-11-14 21:29:14 +08:00
qloog
f905021c56 refactor: optimize config 2021-11-04 23:54:43 +08:00
qloog
f7f228eacb chore: fix docker start error 2021-10-30 09:43:58 +08:00
qloog
54dd8c9814 feat: load config to struct 2021-10-26 23:43:12 +08:00
Richard
56c4aa9031 fix: modify timeout unit 2021-10-14 18:49:54 +08:00
qloog
76a86fe032 feat: add log switch for orm 2021-10-05 14:58:28 +08:00
qloog
5e4f8593ff chore: optimize log 2021-10-04 22:36:00 +08:00
quanlong
576a9a9e9c feat: support sampling config and udp/http endpoint for tracing 2021-08-31 20:11:35 +08:00
easygogo
f39f377eb3 chore: fix timeout value 2021-08-23 22:23:27 +08:00
Richard
d6e41f0e07 docs: fix conf -> config 2021-08-21 22:32:48 +08:00
quanlong
689e007e82 feat: rename project from snake to eagle 2021-08-20 18:29:02 +08:00
qloog
21683e5235 Merge branch 'master' of https://github.com/1024casts/snake 2021-07-31 22:53:28 +08:00
qloog
2bfe0d04ad feat: optimize sql code and config 2021-07-30 23:48:58 +08:00
NerdYuen
d31ea8e502 fix bug:config items not match 2021-07-29 13:59:40 +08:00
qloog
6a4ce93c2b chore: using official tracing of go-redis 2021-07-15 22:29:32 +08:00
qloog
ace389b7eb feat: use opentelemetry to tracing 2021-07-07 08:48:35 +08:00
qloog
1d691aaf2e chore: add WithContext for log 2021-06-04 23:37:09 +08:00
qloog
ef56daba07 chore: optimize config and handle import cycle not allowed 2021-05-22 18:21:21 +08:00
qloog
fd8b843485 feat: add trace: zipkin, elatic and optimize trace structure 2021-05-13 20:11:12 +08:00
quanlong
7ebcc11959 chore: modify config file 2021-04-29 19:41:22 +08:00
quanlong
86dd00db3d modify pwd 2021-04-28 19:54:07 +08:00
qloog
a68f4c84cc chore: rename database to storage 2021-04-18 11:42:21 +08:00
quanlong
e066e30ef6 chore: adjust config 2021-04-09 16:00:24 +08:00
qloog
e342167a2c chore: modify mysql root pwd 2021-03-27 22:55:32 +08:00
qloog
7c5f7aab5b chore: optimize all dir structure 2021-03-14 21:22:10 +08:00
quanlong
74c3082fce feat: add mongodb 2021-03-11 19:56:22 +08:00
quanlong
2ea7d85e6a chore: optimize log and main 2021-03-11 17:15:41 +08:00
qloog
222ce53085 chore: optimize logger and config 2021-03-10 23:51:01 +08:00
qloog
5488ddadb1 docs: add Reference 2021-03-10 22:37:29 +08:00
quanlong
ca4197d497 chore: modify zap logger 2021-03-10 20:42:08 +08:00
quanlong
f460e3583a chore: optimize docker config 2021-03-10 16:14:10 +08:00
quanlong
9c8336dcbc chore: optimize config 2021-03-09 20:17:36 +08:00
qloog
2a9ee5afe9 chore: optimize config 2021-03-08 23:49:22 +08:00