Commit Graph

19 Commits

Author SHA1 Message Date
marvzhang
6a07afa279 更新可配置爬虫,修复一些问题 2019-11-24 18:51:32 +08:00
marvzhang
38d103da39 加入可配置爬虫 2019-11-24 17:57:12 +08:00
陈景阳
7a5fd69949 fix 循环依赖的问题 2019-10-28 13:51:12 +08:00
陈景阳
070242c5a2 fix 代码遗漏 2019-10-28 12:36:00 +08:00
yaziming
2f6b517356 refactor(all): refactor code
remove redundant code and some code refactor
2019-10-11 16:01:57 +08:00
陈景阳
d80642aa0c fix 删除爬虫的问题 2019-09-30 12:09:37 +08:00
陈景阳
412e0fd983 fix bug 2019-09-26 21:13:25 +08:00
陈景阳
f14085666b 完成爬虫列表 2019-09-26 20:54:50 +08:00
陈景阳
79ee09aacb 完成爬虫获取 2019-09-26 19:12:02 +08:00
陈景阳
9514a8a6af 重构msg的包 2019-09-10 09:32:48 +08:00
yaziming
888a3cab79 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
2ffd1774bf bug fix:fix go test ./.. bug 2019-09-03 12:47:18 +08:00
yaziming
443d697c6f 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
0fe20c07f4 Complete Unit Test for package utils 2019-08-18 19:07:59 +08:00
hantmac
98470b87e3 Add Unit Test for backend/utils/chan.go 2019-08-18 14:20:37 +08:00
jonnnh
f4c0726142 修改解压缩文件权限默认为0666的问题 2019-08-14 15:35:08 +08:00
Marvin Zhang
4d73489836 fixed https://github.com/tikazyq/crawlab/issues/114 2019-08-10 16:13:09 +08:00
Marvin Zhang
be9339ff3f added user login/signup 2019-07-26 23:02:30 +08:00
Marvin Zhang
53cebde962 added golang 2019-07-22 12:51:52 +08:00