-
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Release] Released for
2024.03.3
(#748)
- Loading branch information
Showing
90 changed files
with
519 additions
and
346 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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,25 @@ | ||
**DataCap released!** | ||
|
||
| Release version | Release time | | ||
|:---------------:|:------------:| | ||
| `2024.03.2` | `2024-04-12` | | ||
|
||
> Emergency release version: Due to an error in calling the API during pre-release testing, the data set building function cannot be used. This version is mainly used to modify the data set building function. | ||
#### Env | ||
|
||
--- | ||
|
||
- Fixed logo path reference error problem | ||
|
||
#### Dataset | ||
|
||
--- | ||
|
||
- Fixed the problem that the data set cannot be constructed | ||
|
||
#### Docker | ||
|
||
--- | ||
|
||
- Fixed the problem of missing fields in initialization script |
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,25 @@ | ||
**DataCap 发布!** | ||
|
||
| 发布版本 | 发布时间 | | ||
|:-----------:|:------------:| | ||
| `2024.03.2` | `2024-04-12` | | ||
|
||
> 紧急发布版本:由于发布前测试时,调用 API 失误,导致构建数据集功能无法使用,该版本主要用于修改构建数据集功能 | ||
#### Env | ||
|
||
--- | ||
|
||
- 修复 logo 路径引用错误问题 | ||
|
||
#### Dataset | ||
|
||
--- | ||
|
||
- 修复数据集无法构建问题 | ||
|
||
#### Docker | ||
|
||
--- | ||
|
||
- 修复初始化脚本丢失字段问题 |
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 |
---|---|---|
@@ -1,25 +1,73 @@ | ||
**DataCap 发布!** | ||
**DataCap 发布!** | ||
|
||
| 发布版本 | 发布时间 | | ||
|:-----------:|:------------:| | ||
| `2024.03.2` | `2024-04-12` | | ||
| `2024.03.3` | `2024-04-19` | | ||
|
||
> 紧急发布版本:由于发布前测试时,调用 API 失误,导致构建数据集功能无法使用,该版本主要用于修改构建数据集功能 | ||
#### 主要功能 | ||
|
||
#### Env | ||
--- | ||
|
||
- [用户] 支持上传头像 | ||
- [数据源] 删除 v1 `saveAndUpdate`、`getInfo` fc | ||
- [数据源] 替换 `getSource` 函数 | ||
- [数据源] 添加代码和名称栏 | ||
- [数据源] 重构元数据布局 | ||
- [数据源] 将数据库信息添加到元数据中 | ||
- [函数] 修复info中未定义属性转换时的错误 | ||
- [查询] 删除旧的 api | ||
- [查询] 修复历史数据为空的问题 | ||
- [片段] 适配器基础模块 | ||
- [流水线] 适配器基础模块 | ||
- [仪表板] 优化仪表板获取方式 | ||
- [仪表板] 添加描述 | ||
- [仪表板] 添加默认图像 | ||
- 删除配置目录下的 schema | ||
- 启用统一的 BaseEntity、BaseRepository、BaseController、BaseService | ||
- 支持 `saveOrUpdate` 方法根据属性设置相关值 | ||
- 添加代码权限信息 | ||
|
||
#### 用户界面 | ||
|
||
--- | ||
|
||
- 修复 logo 路径引用错误问题 | ||
- [布局] 优化菜单选择和高亮显示 | ||
- [布局] 支持父菜单选择高亮显示 | ||
- [布局] 添加404页面回调 | ||
- [布局] 添加403页面重定向 | ||
- [布局] 添加重定向到网络页面 | ||
- [用户] 修复加载状态 | ||
- 添加页面加载进度 | ||
- 删除 echarts | ||
- 合并 i18n | ||
|
||
#### Dataset | ||
#### 数据集 | ||
|
||
--- | ||
|
||
- 修复数据集无法构建问题 | ||
- 修复数据集构建中缺失列的问题 | ||
- 固定信息路径 | ||
- 优化查询列传输数据过大的问题 | ||
- 添加获取列的权限 | ||
- 突出显示指标维度容器 | ||
- 将 id 替换为代码 | ||
|
||
#### 可视化 | ||
|
||
- [折线图] 添加标题 | ||
- 删除未使用的组件 | ||
- 将配置合并到编辑器中 | ||
- 修复配置不回显的问题 | ||
- 删除未使用的配置组件 | ||
- 禁用未查询可视化功能 | ||
- 添加散点图 | ||
- 添加雷达图 | ||
- 添加漏斗图 | ||
- 添加仪表图表 | ||
|
||
#### Docker | ||
|
||
--- | ||
|
||
- 修复初始化脚本丢失字段问题 | ||
- 替换 schema 路径 | ||
- 修复 docker compose 镜像并更改示例地址 |
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
Oops, something went wrong.