-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1035 from crawlab-team/develop
Develop
- Loading branch information
Showing
14 changed files
with
131 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"key": "worker-03", | ||
"is_master": false, | ||
"name": "Worker Node 03", | ||
"ip": "", | ||
"mac": "", | ||
"hostname": "", | ||
"description": "", | ||
"auth_key": "Crawlab2021!" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# 更新日志 (v0.6.0-beta.20211224) | ||
|
||
## 概览 | ||
|
||
这是下个重大版本 v0.6.0 的第三次 beta 发布。伴随着更多功能和优化,正式版本 v0.6.0 将会很快发布了。 | ||
|
||
## 升级优化 | ||
|
||
- [x] **国际化**. 支持中文. | ||
- [x] **命令行工具上传爬虫**. [#1020](https://github.com/crawlab-team/crawlab/issues/1020) | ||
- [x] **官方插件**. 允许用户在 Crawlab 用户界面上安装 [官方插件](https://docs-next.crawlab.cn/zh/guide/use-crawlab/public-plugins/). | ||
- [x] **更多文档**. 加入了关于插件和命令行工具的文档. | ||
|
||
## Bug 修复 | ||
|
||
- [x] **上传文件问题** [#990](https://github.com/crawlab-team/crawlab/issues/990) [#1014](https://github.com/crawlab-team/crawlab/issues/1014) [#1022](https://github.com/crawlab-team/crawlab/issues/1022) | ||
- [x] **无法重命名文件** [#1008](https://github.com/crawlab-team/crawlab/issues/1008) | ||
|
||
## TODOs | ||
- [ ] **关联任务**. 如果任务执行模式为 “所有节点” 或 “指定节点”,那么将会有主任务和子任务之分。 | ||
- [ ] **Crontab 编辑器**. 可视化 Crontab 编辑的前端组件。 | ||
- [ ] **结果去重**. | ||
- [ ] **环境变量**. | ||
- [ ] **前端易用性优化**. 更多高级功能,例如表格形式保存。 | ||
- [ ] **日志自动清理**. | ||
- [ ] **跟多文档**. | ||
- [ ] **前端输出文件大小优化**. | ||
|
||
## 未来计划 | ||
|
||
下一个版本有可能是 v0.6.0 的正式版本,但是没有确定。本次发布版本将会进行更多的测试,以保证其健壮性以及生产可用。 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Change Log (v0.6.0-beta.20211224) | ||
|
||
## Overview | ||
|
||
This is the third beta release for the next major version v0.6.0. With more features and optimization coming in, the release of official version v0.6.0 is approaching soon. | ||
|
||
## Enhancement | ||
|
||
- [x] **Internationalization**. Support Chinese. | ||
- [x] **CLI Upload Spider**. [#1020](https://github.com/crawlab-team/crawlab/issues/1020) | ||
- [x] **Official Plugins**. Allow users to install [official plugins](https://docs-next.crawlab.cn/en/guide/use-crawlab/public-plugins/) on Crawlab web UI. | ||
- [x] **More Documentation**. Added documentation for plugins and CLI. | ||
|
||
## Bug Fixes | ||
|
||
- [x] **Upload File Issue** [#990](https://github.com/crawlab-team/crawlab/issues/990) [#1014](https://github.com/crawlab-team/crawlab/issues/1014) [#1022](https://github.com/crawlab-team/crawlab/issues/1022) | ||
- [x] **Unable to Rename File** [#1008](https://github.com/crawlab-team/crawlab/issues/1008) | ||
|
||
## TODOs | ||
- [ ] **Associated Tasks**. There will be main tasks and their sub-tasks if task mode is "all nodes" or "selected nodes". | ||
- [ ] **Crontab Editor**. Frontend component that visualize the crontab editing. | ||
- [ ] **Results Deduplication**. | ||
- [ ] **Environment Variables**. | ||
- [ ] **Frontend Utility Enhancement**. Advanced features such as saved table customization. | ||
- [ ] **Log Auto Cleanup**. | ||
- [ ] **More Documentation**. | ||
- [ ] **E2E Tests**. | ||
- [ ] **Frontend Output File Size Optimization**. | ||
|
||
## What Next | ||
|
||
The next version could the official release of v0.6.0, but not determined yet. There will be more tests running against the current beta version to ensure robustness and production-ready deployment. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters