Commit Graph

690 Commits

Author SHA1 Message Date
hantmac
1b29a27ab0 bug fix: hot fix out of memory problem caused by log read 2019-08-30 17:58:58 +08:00
hantmac
36eaad64a5 bug fix: fix test failed for config.go 2019-08-27 14:21:39 +08:00
hantmac
5e707adad4 add unit test for routes/spider.go 2019-08-26 21:10:55 +08:00
hantmac
007f10b83b bug fix:fix permission bug when create spiders dir caused by umask 2019-08-26 17:44:01 +08:00
hantmac
1507e6724b hot fix:fix redis lose connection problem 2019-08-26 10:38:40 +08:00
Marvin Zhang
8aa32c1c79 Merge pull request #169 from crawlab-team/develop
Develop
v0.3.1
2019-08-25 10:29:53 +08:00
Marvin Zhang
28607a0890 updated CHANGELOG.md 2019-08-25 10:29:25 +08:00
Marvin Zhang
c86b6aebfe updated Dockerfile.frontend.alpine 2019-08-24 22:01:23 +08:00
Marvin Zhang
cab2be4842 Merge pull request #168 from crawlab-team/develop
Develop
2019-08-24 17:30:14 +08:00
Marvin Zhang
0c93e6a190 updated Jenkinsfile 2019-08-24 17:28:23 +08:00
Marvin Zhang
e43b765ec4 Merge remote-tracking branch 'origin/develop' into develop 2019-08-24 17:15:00 +08:00
Marvin Zhang
f6069a74fa added language switch on login page 2019-08-24 16:56:08 +08:00
Marvin Zhang
275206f61b Merge pull request #167 from hantmac/develop
remove redundant code
2019-08-24 16:23:28 +08:00
hantmac
561a9d260b remove redundant code 2019-08-24 15:50:53 +08:00
Marvin Zhang
5bb727e808 Merge pull request #166 from hantmac/develop
bug fix: fix redis connection dead cycle
2019-08-24 15:21:59 +08:00
hantmac
3f249c8c61 bug fix:fix redis connection dead cycle 2019-08-24 15:16:27 +08:00
Marvin Zhang
a549024342 Merge pull request #165 from wo10378931/master
优化前端UI
2019-08-24 14:59:30 +08:00
陈景阳
c1259f2e13 前端UI优化 2019-08-24 14:14:08 +08:00
Marvin Zhang
dcaf2ae2db Merge pull request #164 from hantmac/develop
Add unit test for task.go
2019-08-24 13:41:04 +08:00
hantmac
2c0ac66cb1 Add unit test for task.go 2019-08-24 13:39:06 +08:00
Marvin Zhang
84a9d0319d Merge pull request #163 from crawlab-team/develop
Develop
2019-08-24 13:14:45 +08:00
Marvin Zhang
b4792680df updated README 2019-08-24 13:12:15 +08:00
Marvin Zhang
efb5a653c8 updated README 2019-08-24 13:09:20 +08:00
Marvin Zhang
465e4d6dd1 Merge branch 'develop' of github.com:tikazyq/crawlab into develop 2019-08-24 12:53:13 +08:00
Marvin Zhang
c41ef5105f updated Jenkinsfile 2019-08-24 12:53:00 +08:00
Marvin Zhang
c772e801ce Merge pull request #162 from hantmac/develop
unit test for stats.go
2019-08-23 20:52:24 +08:00
陈景阳
266c3ba3e8 优化一点前端的UI 2019-08-23 20:39:14 +08:00
hantmac
44e98a56a3 unit test for stats.go 2019-08-23 20:28:11 +08:00
Marvin Zhang
3c308681d4 Merge pull request #160 from tikazyq/develop
Develop
2019-08-22 19:29:52 +08:00
Marvin Zhang
7ed9238043 updated Jenkinsfile 2019-08-22 19:29:17 +08:00
Marvin Zhang
67959f40a0 Merge branch 'develop' of github.com:tikazyq/crawlab into develop 2019-08-22 19:28:26 +08:00
Marvin Zhang
54fa4ac81e updated README 2019-08-22 19:26:57 +08:00
Marvin Zhang
00a61ed7dc Merge pull request #158 from hantmac/develop
modify unit test to use mock
2019-08-22 17:39:19 +08:00
hantmac
87f1cebc3b modify unit test to use mock 2019-08-22 16:20:30 +08:00
Marvin Zhang
a7bb03e5eb Merge pull request #154 from wo10378931/master
update 节点注册使用独立的key字段,而不是使用mac字段
2019-08-21 15:09:29 +08:00
陈景阳
1417b5c0c4 Merge branch 'master' of https://github.com/tikazyq/crawlab 2019-08-21 14:38:46 +08:00
陈景阳
3643895f04 fix TagsView.vue 导致前端报错的问题
update 节点注册使用独立的key字段,而不是使用mac字段
2019-08-21 14:37:55 +08:00
Marvin Zhang
610f6bb2ed Merge pull request #151 from hantmac/develop
Code optimization:change the crawler zip file to slice read
2019-08-20 17:22:32 +08:00
hantmac
4446f8704a Code optimization:change the crawler zip file to slice read 2019-08-20 17:09:43 +08:00
hantmac
a599db1810 Code optimization:change the crawler zip file to slice read 2019-08-20 16:59:53 +08:00
Marvin Zhang
067dba6cfb Merge pull request #149 from hantmac/develop
Add unit test for routes/node
2019-08-19 19:06:35 +08:00
hantmac
be9def35dc Complete unite test for backend/database/mongo.go 2019-08-19 18:48:25 +08:00
hantmac
22c599c9dd Add unit test for routes/node 2019-08-19 18:06:49 +08:00
Marvin Zhang
398f7f242c Merge pull request #148 from hantmac/develop
bug fix: fixed mongo.go unit test
2019-08-19 10:15:50 +08:00
hantmac
3fa7b535f4 bug fix: fixed mongo.go unit test 2019-08-19 09:56:16 +08:00
Marvin Zhang
6d83a9fb99 Merge pull request #147 from tikazyq/develop
Develop
2019-08-18 22:24:04 +08:00
Marvin Zhang
3e8a1dea54 Merge pull request #146 from hantmac/develop
Develop-Complete Unit Test for package utils
2019-08-18 19:46:34 +08:00
Marvin Zhang
74c0cbb1c6 Merge pull request #145 from wo10378931/master
fix tmp 目录没有提前创建报错的问题
2019-08-18 19:12:53 +08:00
hantmac
419c667e83 Complete Unit Test for package utils 2019-08-18 19:07:59 +08:00
陈景阳
6601ba46d8 添加忽略backend/spiders目录 2019-08-18 18:48:38 +08:00