Skip to content

Commit

Permalink
[Release] Released for 2024.03.3 (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
qianmoQ authored Apr 19, 2024
2 parents de22cc1 + 38b1e5a commit e766881
Show file tree
Hide file tree
Showing 90 changed files with 519 additions and 346 deletions.
2 changes: 1 addition & 1 deletion client/datacap-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2024.03.3-SNAPSHOT</version>
<version>2024.03.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
10 changes: 5 additions & 5 deletions configure/publish/publish-cleanDatabase.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
USE `datacap`;

TRUNCATE TABLE `audit_plugin`;
TRUNCATE TABLE `datacap_source_query`;

TRUNCATE TABLE `datacap_chat`;
TRUNCATE TABLE `datacap_chat_user_relation`;
Expand Down Expand Up @@ -31,7 +31,7 @@ TRUNCATE TABLE `datacap_metadata_table`;
TRUNCATE TABLE `datacap_metadata_table_database_relation`;

TRUNCATE TABLE `datacap_pipeline`;
TRUNCATE TABLE `pipeline_user_relation`;
TRUNCATE TABLE `datacap_pipeline_user_relation`;

TRUNCATE TABLE `datacap_report`;
TRUNCATE TABLE `datacap_report_source_relation`;
Expand All @@ -42,10 +42,10 @@ TRUNCATE TABLE `datacap_scheduled_history`;
TRUNCATE TABLE `datacap_scheduled_history_relation`;
TRUNCATE TABLE `datacap_scheduled_history_source_relation`;

TRUNCATE TABLE `user_log`;
TRUNCATE TABLE `datacap_user_log`;

TRUNCATE TABLE `datacap_source`;

TRUNCATE TABLE `snippet`;
TRUNCATE TABLE `datacap_snippet`;

mysqldump -u root -p datacap > $(pwd)/core/datacap-server/src/main/schema/datacap.sql
mysqldump -u root -p datacap > $(pwd)/configure/schema/datacap.sql
506 changes: 266 additions & 240 deletions configure/schema/datacap.sql

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/datacap-captcha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2024.03.3-SNAPSHOT</version>
<version>2024.03.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/datacap-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2024.03.3-SNAPSHOT</version>
<version>2024.03.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/datacap-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2024.03.3-SNAPSHOT</version>
<version>2024.03.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/datacap-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2024.03.3-SNAPSHOT</version>
<version>2024.03.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/datacap-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId>
<version>2024.03.3-SNAPSHOT</version>
<version>2024.03.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion core/datacap-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2024.03.3-SNAPSHOT</version>
<version>2024.03.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/datacap-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>datacap</artifactId>
<groupId>io.edurt.datacap</groupId>
<version>2024.03.3-SNAPSHOT</version>
<version>2024.03.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion core/datacap-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2024.03.3-SNAPSHOT</version>
<version>2024.03.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/datacap-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "datacap-ui",
"description": "DataCap console",
"version": "2024.3.3-SNAPSHOT",
"version": "2024.3.3",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/download.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The current datacap release is version <img src="https://img.shields.io/github/v

<br />

[datacap-server-2024.03.2.tar.gz](https://cdn.north.devlive.org/applications/datacap/latest/datacap-release.tar.gz){ .md-button .md-button-primary }
[datacap-server-2024.03.3.tar.gz](https://cdn.north.devlive.org/applications/datacap/latest/datacap-release.tar.gz){ .md-button .md-button-primary }

- __Command line client__

Expand All @@ -37,7 +37,7 @@ The current datacap release is version <img src="https://img.shields.io/github/v

<br />

[datacap-client-cli-2024.03.2.jar](https://repo1.maven.org/maven2/io/edurt/datacap/datacap-client-cli/2024.03.2/datacap-client-cli-2024.03.2.jar){ .md-button .md-button-primary }
[datacap-client-cli-2024.03.3.jar](https://repo1.maven.org/maven2/io/edurt/datacap/datacap-client-cli/2024.03.3/datacap-client-cli-2024.03.3.jar){ .md-button .md-button-primary }

- __More package__

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ hide:

<br />

[datacap-server-2024.03.2.tar.gz](https://cdn.north.devlive.org/applications/datacap/latest/datacap-release.tar.gz){ .md-button .md-button-primary }
[datacap-server-2024.03.3.tar.gz](https://cdn.north.devlive.org/applications/datacap/latest/datacap-release.tar.gz){ .md-button .md-button-primary }

- __命令行客户端__

Expand All @@ -37,7 +37,7 @@ hide:

<br />

[datacap-client-cli-2024.03.2.jar](https://repo1.maven.org/maven2/io/edurt/datacap/datacap-client-cli/2024.03.2/datacap-client-cli-2024.03.2.jar){ .md-button .md-button-primary }
[datacap-client-cli-2024.03.3.jar](https://repo1.maven.org/maven2/io/edurt/datacap/datacap-client-cli/2024.03.3/datacap-client-cli-2024.03.3.jar){ .md-button .md-button-primary }

- __更多__

Expand Down
25 changes: 25 additions & 0 deletions docs/docs/release/2024.03.2.en.md
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
25 changes: 25 additions & 0 deletions docs/docs/release/2024.03.2.md
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

---

- 修复初始化脚本丢失字段问题
60 changes: 54 additions & 6 deletions docs/docs/release/latest.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,72 @@

| Release version | Release time |
|:---------------:|:------------:|
| `2024.03.2` | `2024-04-12` |
| `2024.03.3` | `2024-04-19` |

> 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.
#### Core

#### Env
---

- [User] Support upload avatar
- [Source] Remove v1 `saveAndUpdate`, `getInfo` fc
- [Source] Replace `getSource` fc
- [Source] Add code and name column
- [Source] Refactor metadata layout
- [Source] Add database info to metadata
- [Function] Fix error when converting undefined attribute in info
- [Query] Remove old api
- [Query] Fixed history data is null
- [Snippet] Adapter base module
- [Pipeline] Adapter base module
- [Dashboard] Optimize the way to obtain the dashboard
- [Dashboard] Add description
- [Dashboard] Add default image
- Remove schema to configure
- Enable unified BaseEntity, BaseRepository, BaseController, BaseService
- Support `saveOrUpdate` method to set related values based on attributes
- Add info by code permission

#### UI

---

- Fixed logo path reference error problem
- [Layout] Optimize menu selection and highlight display
- [Layout] Support parent menu selection highlighting display
- [Layout] Add callback to 404 page
- [Layout] Add redirect to 403 page
- [Layout] Add redirect to network page
- [User] Fix loading status
- Add page loading progress
- Remove echarts
- Merge i18n

#### Dataset

---

- Fixed the problem that the data set cannot be constructed
- Fix the problem of missing columns in data set construction
- Fixed info path
- Optimize query column transmission data problem that is too large
- Add permission to get columns
- Highlight indicator dimension container
- Replace id to code

#### Visual

- [Line] Add title to line
- Remove unused component
- Merge configuration into editor
- Fix the problem that the configuration is not echoed
- Remove unused configure component
- Disable visualization without querying
- Add scatter chart
- Add radar chart
- Add funnel chart
- Add gauge chart

#### Docker

---

- Fixed the problem of missing fields in initialization script
- Replace schema path
- Repair docker compose image and change example address
64 changes: 56 additions & 8 deletions docs/docs/release/latest.md
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 镜像并更改示例地址
5 changes: 3 additions & 2 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repo_url: https://github.com/devlive-community/datacap
edit_uri: "https://github.com/devlive-community/datacap/blob/dev/docs/docs"

banners:
- title: DataCap 2024.03.2 is released
- title: DataCap 2024.03.3 is released
link: /release-latest.html
description: <a href="https://github.com/devlive-community/datacap" class="text-white"> Do you ❤️ DataCap? Give us a 🌟 on GitHub </a>

Expand Down Expand Up @@ -209,7 +209,8 @@ nav:
- reference/connectors/pinot/home.md
- reference/connectors/cassandra/home.md
- NavReleaseNote:
- 2024.03.2 (latest): release/latest.md
- 2024.03.3 (latest): release/latest.md
- 2024.03.2: release/2024.03.2.md
- 2024.03.1: release/2024.03.1.md
- 2024.02.1: release/2024.02.1.md
- 2024.01.1: release/2024.01.1.md
Expand Down
2 changes: 1 addition & 1 deletion driver/datacap-driver-mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2024.03.3-SNAPSHOT</version>
<version>2024.03.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Loading

0 comments on commit e766881

Please sign in to comment.