Commit Graph

10 Commits

Author SHA1 Message Date
陈景阳
cdeef4b4a5 重构msg的包 2019-09-10 09:32:48 +08:00
yaziming
e10d8fd996 refactor(backend): Use more efficient bytes to string methods and remove unnecessary type conversions
detail:
    1. add utils.BytesToString function instead of string() convert bytes to string.
    2. use bytes.NewReader instead of strings.NewReader(string(sb)).
    3. use w.Body.Bytes() instead of []byte(w.Body.String()).
2019-09-03 15:17:32 +08:00
hantmac
cb3d7263b2 bug fix:fix go test ./.. bug 2019-09-03 12:47:18 +08:00
yaziming
a9346a0934 backend:
1. Mongo dial add 5 seconds connection timeout.
 2. Redis uses connection pool mode.
 3. Redis pool new connection have 10 seconds write timeout and read timeout and connection timeout.
2019-09-01 17:18:08 +08:00
hantmac
419c667e83 Complete Unit Test for package utils 2019-08-18 19:07:59 +08:00
hantmac
099eb86340 Add Unit Test for backend/utils/chan.go 2019-08-18 14:20:37 +08:00
jonnnh
6cb8a257d9 修改解压缩文件权限默认为0666的问题 2019-08-14 15:35:08 +08:00
Marvin Zhang
023d157f8d fixed https://github.com/tikazyq/crawlab/issues/114 2019-08-10 16:13:09 +08:00
Marvin Zhang
607ad029dd added user login/signup 2019-07-26 23:02:30 +08:00
Marvin Zhang
56c99b314f added golang 2019-07-22 12:51:52 +08:00