1544 Commits

Author SHA1 Message Date
qloog cc089a120f chore: improve ci of github action 2023-04-26 19:22:37 +08:00
qloog f8e15130c7 chore: improve response 2023-04-26 19:11:09 +08:00
qloog 3f9959da66 chore(lint): remove typecheck 2023-04-10 18:06:02 +08:00
qloog 1e368b93ed chore(lint): remove error lint 2023-04-10 17:56:32 +08:00
qloog 70a98e2e96 chore(cli): approve gen task command 2023-04-05 16:41:49 +08:00
qloog 211566145e Merge branch 'master' of github.com:go-eagle/eagle 2023-04-05 16:34:14 +08:00
qloog 07865addc0 fix: make docker 2023-03-10 16:30:25 +08:00
qloog 9932428dfb Merge branch 'master' of github.com:go-eagle/eagle 2023-03-02 22:10:36 +08:00
Richard 3762e9ec9d Update README.md 2023-02-23 19:40:29 +08:00
Richard 90c100b7e4 Update README.md 2023-02-23 11:26:04 +08:00
Richard a096d83351 Update README.md 2023-02-23 11:23:49 +08:00
Richard ad8d929c87 Merge pull request #77 from go-eagle/dependabot/go_modules/github.com/gin-gonic/gin-1.7.7
chore(deps): bump github.com/gin-gonic/gin from 1.7.3 to 1.7.7
2023-02-10 16:32:48 +08:00
dependabot[bot] f6e3e28700 chore(deps): bump github.com/gin-gonic/gin from 1.7.3 to 1.7.7
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.3 to 1.7.7.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gin-gonic/gin/compare/v1.7.3...v1.7.7)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-09 22:50:15 +00:00
qloog 3e75202a6d chore: add time const 2023-01-19 09:24:28 +08:00
qloog 5425868ead chore: improve error tips 2023-01-19 09:19:59 +08:00
qloog 940f7b2e51 docs: add v1.7.0 v1.7.0 2023-01-05 22:55:46 +08:00
qloog 49bb0823e5 chore: rename SetError -> SetSpanError 2022-12-18 20:55:46 +08:00
qloog 73c0b62012 feat: add setError func 2022-12-18 20:49:29 +08:00
qloog 96a5a89753 chore: add params 2022-12-16 22:43:36 +08:00
qloog 0a0da97ccd chore: improved template for adding tasks 2022-12-16 21:33:42 +08:00
qloog 17b2c7a632 feat: add keepalive for grpc client 2022-12-12 22:45:24 +08:00
qloog c3ad9b1fd1 chore: modify skip to 2 2022-11-25 16:59:37 +08:00
qloog 81ba6ce046 feat: add function tracer 2022-11-24 20:34:43 +08:00
qloog 2c7760fb9d feat: support tracing for grpc client 2022-11-24 16:22:05 +08:00
qloog 79bd57dfb3 chore: remove namespace 2022-11-12 12:22:25 +08:00
qloog c2cb9df9f2 chore: rename metric name 2022-11-12 12:21:35 +08:00
qloog 0ca1ffd5ea chore: update sqlite3 to v1.14.15 2022-10-22 13:29:19 +08:00
qloog 6c52129780 chore: remove convert string param 2022-10-15 21:52:41 +08:00
qloog 559037f01a chore: convert string param to int64 2022-10-15 21:41:22 +08:00
qloog 687476c306 chore: modify return value 2022-10-15 21:28:43 +08:00
qloog 0e13450b7e chore: modify default status of http 2022-10-15 21:08:01 +08:00
qloog 4d5cfe29c8 Merge branch 'master' of github.com:go-eagle/eagle 2022-10-15 19:51:50 +08:00
qloog a87573fd5d feat: add PrintStackTrace func for debug 2022-10-15 19:51:39 +08:00
qloog 4f7a34266b chore: remove expiration param of lock to New func 2022-09-29 20:12:01 +08:00
qloog 259ac1eb42 chore: add ttl param for new etcd lock 2022-09-28 23:22:30 +08:00
qloog a0560467ef fix: add fourth param for func 2022-09-24 16:20:11 +08:00
qloog 804b1b36d9 chore: return cleanup func and error for redis 2022-09-24 15:59:28 +08:00
qloog f965d1c261 chore: modify service file name of proto server 2022-09-24 15:25:06 +08:00
qloog f92f4e9361 docs: modify comment 2022-09-24 10:41:47 +08:00
qloog c838ec540d Merge branch 'master' of github.com:go-eagle/eagle 2022-09-24 10:39:31 +08:00
qloog 37234c81fd chore: optimize get query for GET method 2022-09-24 10:37:45 +08:00
Richard 9e979b1aab Merge pull request #74 from Paulo-Lopes-Estevao/patch-1
chore: removed volume not is used in master
2022-09-20 18:52:12 +08:00
Paulo Lopes Estevão ddd19f98bd chore: removed volume not is used in master
volume mongodb_data only used in develop
2022-09-19 15:03:49 +01:00
Richard e8c7ac9601 Merge pull request #73 from luoxiaohei/security-fix
fix: 修复低版本 jwt-go 存在安全漏洞的问题
2022-09-19 21:16:41 +08:00
luoxiaohei a4be929008 fix: 修复低版本 jwt-go 存在安全漏洞的问题
jwt-go 4.0.0-preview1 版本之前存在安全漏洞,能够绕过访问限制,本次提交修复了这个问题。

FYI:
 - https://www.cvedetails.com/cve/CVE-2020-26160/
 - https://github.com/dgrijalva/jwt-go/pull/426
2022-09-19 11:05:23 +08:00
Richard efe7371a0d Merge pull request #70 from luoxiaohei/master
feat(errcode): allow custom HTTP status code of `errcode.Error`
2022-09-17 09:02:34 +08:00
luoxiaohei 86a006e523 fix(errcode): fix the thread-safe problem of http status map 2022-09-16 11:53:29 +08:00
qloog 2617f679fe Merge branch 'master' of github.com:go-eagle/eagle 2022-09-15 19:24:27 +08:00
qloog 6292591fb7 chore: go mod tidy 2022-09-15 19:24:01 +08:00
SMVirus 812ce718e6 Merge branch 'go-eagle:master' into master 2022-09-15 14:29:42 +08:00