yaziming
10c3488caf
break loop when subscribe count is 0
2019-09-02 18:32:47 +08:00
yaziming
2b579cc642
break loop when subscribe count is 0
2019-09-02 18:32:47 +08:00
陈景阳
b5084c964b
还原代码
2019-09-02 18:14:34 +08:00
陈景阳
41c3b98333
还原代码
2019-09-02 18:14:34 +08:00
陈景阳
8b237ddc2a
fix 无法正常删除有问题的爬虫
2019-09-02 18:04:47 +08:00
陈景阳
45aaaa2c46
fix 无法正常删除有问题的爬虫
2019-09-02 18:04:47 +08:00
陈景阳
93dd3b714a
fix 如果从dir读取爬虫为空,则移除所有的爬虫
2019-09-02 17:37:48 +08:00
陈景阳
69fc10fcc3
fix 如果从dir读取爬虫为空,则移除所有的爬虫
2019-09-02 17:37:48 +08:00
陈景阳
f9fdf5b8d8
fix 打印日志只有2KB
2019-09-02 16:45:56 +08:00
陈景阳
64a8fab961
fix 打印日志只有2KB
2019-09-02 16:45:56 +08:00
陈景阳
033ca493aa
添加排序
2019-09-02 10:40:16 +08:00
陈景阳
1e37d714b0
添加排序
2019-09-02 10:40:16 +08:00
陈景阳
eaf412dc80
Merge branch 'develop' of https://github.com/crawlab-team/crawlab into develop
2019-09-02 09:55:49 +08:00
陈景阳
abe6347159
Merge branch 'develop' of https://github.com/crawlab-team/crawlab into develop
2019-09-02 09:55:49 +08:00
陈景阳
bc39f67890
fix 爬虫列表在小屏幕下错位的问题
2019-09-02 09:40:24 +08:00
陈景阳
cce5bd71e8
fix 爬虫列表在小屏幕下错位的问题
2019-09-02 09:40:24 +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
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
Marvin Zhang
d0c5f25bfe
Merge pull request #195 from hantmac/master
...
bug fix:fix read log file oom
2019-09-01 11:09:02 +08:00
Marvin Zhang
d97134b288
Merge pull request #195 from hantmac/master
...
bug fix:fix read log file oom
2019-09-01 11:09:02 +08:00
Marvin Zhang
8f04900be1
Merge pull request #197 from yaziming/0.4.x-develop
...
Some Improve Fronted Work.
2019-09-01 11:08:26 +08:00
Marvin Zhang
ce4155ea1a
Merge pull request #197 from yaziming/0.4.x-develop
...
Some Improve Fronted Work.
2019-09-01 11:08:26 +08:00
Marvin Zhang
7e495c675d
Merge pull request #198 from yaziming/v0.4.0-upgrade-govalidate-v8-to-v9
...
upgrade validate v8 to v9
2019-09-01 11:08:12 +08:00
Marvin Zhang
cded715d63
Merge pull request #198 from yaziming/v0.4.0-upgrade-govalidate-v8-to-v9
...
upgrade validate v8 to v9
2019-09-01 11:08:12 +08:00
yaziming
c054b9bd33
Backend:
...
upgrade gin framework depend validator version : v8 -> v9
2019-09-01 10:13:53 +08:00
yaziming
7574ceb0cf
Backend:
...
upgrade gin framework depend validator version : v8 -> v9
2019-09-01 10:13:53 +08:00
yaziming
1c0b86428c
1. Fix Some I18n Warning.
...
2. Fix Navigation Duplicated Error When Current Route Path is `/login`.
3. Fix Parent Level Named Route Warning.
4. Change `request` function From Promise Syntax To Await/Async.
2019-09-01 00:36:59 +08:00
yaziming
fc4ebe3753
1. Fix Some I18n Warning.
...
2. Fix Navigation Duplicated Error When Current Route Path is `/login`.
3. Fix Parent Level Named Route Warning.
4. Change `request` function From Promise Syntax To Await/Async.
2019-09-01 00:36:59 +08:00
Jeremy
92c37a9e5c
Merge branch 'develop' into master
2019-09-01 00:13:19 +08:00
Jeremy
0d6bd8fb0a
Merge branch 'develop' into master
2019-09-01 00:13:19 +08:00
hantmac
1de80f7779
add unit test for GetLocalLog
2019-09-01 00:07:18 +08:00
hantmac
d5dfe648af
add unit test for GetLocalLog
2019-09-01 00:07:18 +08:00
hantmac
b766be577a
bug fix:fix read log file oom
2019-09-01 00:06:26 +08:00
hantmac
7c0c490f1c
bug fix:fix read log file oom
2019-09-01 00:06:26 +08:00
Marvin Zhang
36fbbe393a
Merge pull request #194 from yaziming/0.4.x-develop
...
improve.
2019-08-31 22:56:07 +08:00
Marvin Zhang
f755b57a12
Merge pull request #194 from yaziming/0.4.x-develop
...
improve.
2019-08-31 22:56:07 +08:00
yaziming
81f6cf021f
Backend:
...
improve
- AuthMiddleware 注入当前用户的信息
- 增加Context服务支持快捷获取当前登录者信息
- 重构Login/GetMe接口逻辑避免重复的数据库查询
- 规范化error信息声明(向下兼容,旧代码可逐渐迁移规范化)
- 修正部分不符合规范的代码
2019-08-31 21:26:56 +08:00
yaziming
9f43e08ff9
Backend:
...
improve
- AuthMiddleware 注入当前用户的信息
- 增加Context服务支持快捷获取当前登录者信息
- 重构Login/GetMe接口逻辑避免重复的数据库查询
- 规范化error信息声明(向下兼容,旧代码可逐渐迁移规范化)
- 修正部分不符合规范的代码
2019-08-31 21:26:56 +08:00
Marvin Zhang
55c6c6fd77
Merge pull request #193 from wo10378931/v0.4.0
...
FIX 一些问题
2019-08-31 18:08:23 +08:00
Marvin Zhang
83c008868c
Merge pull request #193 from wo10378931/v0.4.0
...
FIX 一些问题
2019-08-31 18:08:23 +08:00
陈景阳
b9ed176950
添加日志打印
2019-08-31 17:56:42 +08:00
陈景阳
e027aeb71f
添加日志打印
2019-08-31 17:56:42 +08:00
陈景阳
e423ff564c
fix 爬虫目录无法打开的问题
2019-08-31 17:04:49 +08:00
陈景阳
1a383dac17
fix 爬虫目录无法打开的问题
2019-08-31 17:04:49 +08:00
陈景阳
f8e50fc829
Merge branch 'develop' of https://github.com/crawlab-team/crawlab into v0.4.0
2019-08-31 16:54:26 +08:00
陈景阳
18d66d8ad3
Merge branch 'develop' of https://github.com/crawlab-team/crawlab into v0.4.0
2019-08-31 16:54:26 +08:00
陈景阳
2e3c754864
新增开发环境配置
2019-08-31 16:27:01 +08:00
陈景阳
b32a4677d2
新增开发环境配置
2019-08-31 16:27:01 +08:00
陈景阳
0a0f943264
添加备注
...
添加上次运行状态
2019-08-31 16:09:41 +08:00
陈景阳
7a901ff257
添加备注
...
添加上次运行状态
2019-08-31 16:09:41 +08:00