Commit Graph

12 Commits

Author SHA1 Message Date
e3307adbdf Add Dockerfile (#16)
All checks were successful
release-nightly / release-image (push) Successful in 2m54s
release / release-image (push) Successful in 2m56s
release / release (push) Successful in 6m17s
Reviewed-on: #16 Co-authored-by: hiifong <f@ilo.nz> Co-committed-by: hiifong <f@ilo.nz>
2025-04-06 04:54:56 +00:00
afada4435e Add Dockerfile (#15)
All checks were successful
release-nightly / release-image (push) Successful in 3m3s
Reviewed-on: #15 Co-authored-by: hiifong <f@ilo.nz> Co-committed-by: hiifong <f@ilo.nz>
2025-04-06 04:46:27 +00:00
5bbf8e0afb Add Dockerfile (#13)
Some checks failed
release-nightly / release-image (push) Failing after 50s
Reviewed-on: #13 Co-authored-by: hiifong <f@ilo.nz> Co-committed-by: hiifong <f@ilo.nz>
2025-04-06 04:06:34 +00:00
d892b05048 Support custom sse port (#11)
All checks were successful
release / release (push) Successful in 33s
fix: #10 Reviewed-on: #11
2025-04-01 08:07:47 +00:00
5270d2eb08 Adding more logs (#6)
Reviewed-on: #6 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: hiifong <i@hiif.ong> Co-committed-by: hiifong <i@hiif.ong>
2025-03-25 17:22:39 +00:00
7845a84c4e fix bug (#3)
All checks were successful
release / release (push) Successful in 35s
Reviewed-on: #3
2025-03-24 05:23:50 +00:00
24310675ba Update 2025-03-23 14:53:15 +08:00
c99f1306e3 Add k8s ptr 2025-03-23 14:53:03 +08:00
72d9b5a8dd Add debug mode and upgrade mcp-go to v0.14.1 2025-03-20 23:01:05 +08:00
bd43811a07 Update 2025-03-19 00:12:03 +08:00
c52f8649a2 refactor: add hot reloading and improve logging functions
- Add command to install `air` for hot reloading in `Makefile` - Add `dev` command to run the application with hot reload in `Makefile` - Add `vendor` command to tidy and verify module dependencies in `Makefile` - Update log synchronization method to use `log.Default().Sync()` in `cmd/cmd.go` - Change variadic parameter type from `interface{}` to `any` in logging functions - Remove `Sync` function from `pkg/log/log.go` ref: https://github.com/uber-go/zap/issues/880 Signed-off-by: appleboy <appleboy.tw@gmail.com>
2025-03-16 14:18:58 +08:00
2dd4aa94ad Initialize commit 2025-03-16 00:21:29 +08:00