mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
updated CHANGELOG
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
### 功能 / 优化
|
||||
- **更好的支持 Scrapy**. 爬虫识别,`settings.py` 配置,日志级别选择,爬虫选择. [#435](https://github.com/crawlab-team/crawlab/issues/435)
|
||||
- **Git 同步**. 允许用户将 Git 项目同步到 Crawlab.
|
||||
- **长任务支持**. 用户可以添加长任务爬虫,这些爬虫可以跑长期运行的任务. [425](https://github.com/crawlab-team/crawlab/issues/425)
|
||||
- **爬虫列表优化**. 分状态任务列数统计,任务列表详情弹出框,图例. [425](https://github.com/crawlab-team/crawlab/issues/425)
|
||||
- **版本升级检测**. 检测最新版本,通知用户升级.
|
||||
|
||||
### Bug 修复
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
### Features / Enhancement
|
||||
- **Better Support for Scrapy**. Spiders identification, `settings.py` configuration, log level selection, spider selection. [#435](https://github.com/crawlab-team/crawlab/issues/435)
|
||||
- **Git Sync**. Allow users to sync git projects to Crawlab.
|
||||
- **Long Task Support**. Users can add long-task spiders which is supposed to run without finishing. [#425](https://github.com/crawlab-team/crawlab/issues/425)
|
||||
- **Spider List Optimization**. Tasks count by status, tasks detail popup, legend. [#425](https://github.com/crawlab-team/crawlab/issues/425)
|
||||
- **Upgrade Check**. Check latest version and notifiy users to upgrade.
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -70,6 +70,12 @@
|
||||
active-color="#13ce66"
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('Is Long Task')" prop="is_long_task">
|
||||
<el-switch
|
||||
v-model="spiderForm.is_long_task"
|
||||
active-color="#13ce66"
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<el-alert
|
||||
type="warning"
|
||||
|
||||
Reference in New Issue
Block a user