mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-12-02 12:07:37 +08:00
[Docs] Remove update docs
This commit is contained in:
parent
d94620a332
commit
be404f718e
@ -1,10 +1,13 @@
|
||||
package io.edurt.datacap.server.common;
|
||||
|
||||
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
|
||||
@SuppressFBWarnings(value = {"ME_ENUM_FIELD_SETTER"},
|
||||
justification = "I prefer to suppress these FindBugs warnings")
|
||||
public class AiSupportCommon
|
||||
{
|
||||
private AiSupportCommon()
|
||||
|
@ -1,54 +0,0 @@
|
||||
!!! note
|
||||
|
||||
To upgrade the software version `v1.3.0`, we need to go to the official website or the binary package distribution site to download the latest binary file of the software.
|
||||
|
||||
For details of `v1.3.0` release, please [click](../../release/1.3.0.md)
|
||||
|
||||
#### Require
|
||||
|
||||
!!! danger
|
||||
|
||||
Please take care to back up the current running service before updating
|
||||
|
||||
- Stop server
|
||||
|
||||
```bash
|
||||
cd datacap
|
||||
./bin/shutdown.sh
|
||||
```
|
||||
|
||||
- Backing up the current service
|
||||
|
||||
```bash
|
||||
mv datacap datacap.bak
|
||||
```
|
||||
|
||||
- Decompress binaries
|
||||
|
||||
```bash
|
||||
tar -xvzf datacap-server-1.3.0-release.tar.gz
|
||||
```
|
||||
|
||||
#### Update schema
|
||||
|
||||
- Connect to the My SQL server and execute the following script file
|
||||
|
||||
```bash
|
||||
cd schema/1.3.0
|
||||
source update.sql
|
||||
```
|
||||
|
||||
#### Update server
|
||||
|
||||
- Copy the service configuration file
|
||||
|
||||
```bash
|
||||
cp -r -i datacap.bak/configure datacap/
|
||||
```
|
||||
|
||||
- Restarting the Service
|
||||
|
||||
```bash
|
||||
cd datacap
|
||||
./bin/restart.sh
|
||||
```
|
@ -1,54 +0,0 @@
|
||||
!!! note
|
||||
|
||||
To upgrade the software version `v1.4.0`, we need to go to the official website or the binary package distribution site to download the latest binary file of the software.
|
||||
|
||||
For details of `v1.4.0` release, please [click](../../release/1.4.0.md)
|
||||
|
||||
#### Require
|
||||
|
||||
!!! danger
|
||||
|
||||
Please take care to back up the current running service before updating
|
||||
|
||||
- Stop server
|
||||
|
||||
```bash
|
||||
cd datacap
|
||||
./bin/shutdown.sh
|
||||
```
|
||||
|
||||
- Backing up the current service
|
||||
|
||||
```bash
|
||||
mv datacap datacap.bak
|
||||
```
|
||||
|
||||
- Decompress binaries
|
||||
|
||||
```bash
|
||||
tar -xvzf datacap-server-1.4.0-release.tar.gz
|
||||
```
|
||||
|
||||
#### Update schema
|
||||
|
||||
- Connect to the My SQL server and execute the following script file
|
||||
|
||||
```bash
|
||||
cd schema/1.4.0
|
||||
source update.sql
|
||||
```
|
||||
|
||||
#### Update server
|
||||
|
||||
- Copy the service configuration file
|
||||
|
||||
```bash
|
||||
cp -r -i datacap.bak/configure datacap/
|
||||
```
|
||||
|
||||
- Restarting the Service
|
||||
|
||||
```bash
|
||||
cd datacap
|
||||
./bin/restart.sh
|
||||
```
|
@ -1,51 +0,0 @@
|
||||
!!! note
|
||||
|
||||
To upgrade the software version `v1.5.0`, we need to go to the official website or the binary package distribution site to download the latest binary file of the software.
|
||||
|
||||
For details of `v1.5.0` release, please [click](../../release/1.5.0.md)
|
||||
|
||||
#### Require
|
||||
|
||||
!!! danger
|
||||
|
||||
Please take care to back up the current running service before updating
|
||||
|
||||
- Stop server
|
||||
|
||||
```bash
|
||||
cd datacap
|
||||
./bin/shutdown.sh
|
||||
```
|
||||
|
||||
- Backing up the current service
|
||||
|
||||
```bash
|
||||
mv datacap datacap.bak
|
||||
```
|
||||
|
||||
- Decompress binaries
|
||||
|
||||
```bash
|
||||
tar -xvzf datacap-server-1.5.0-release.tar.gz
|
||||
```
|
||||
|
||||
#### Update schema
|
||||
|
||||
!!! danger
|
||||
|
||||
No schema updates are available for this release
|
||||
|
||||
#### Update server
|
||||
|
||||
- Copy the service configuration file
|
||||
|
||||
```bash
|
||||
cp -r -i datacap.bak/configure datacap/
|
||||
```
|
||||
|
||||
- Restarting the Service
|
||||
|
||||
```bash
|
||||
cd datacap
|
||||
./bin/restart.sh
|
||||
```
|
@ -1,54 +0,0 @@
|
||||
!!! note
|
||||
|
||||
To upgrade the software version `v1.6.0`, we need to go to the official website or the binary package distribution site to download the latest binary file of the software.
|
||||
|
||||
For details of `v1.6.0` release, please [click](../../release/1.6.0.md)
|
||||
|
||||
#### Require
|
||||
|
||||
!!! danger
|
||||
|
||||
Please take care to back up the current running service before updating
|
||||
|
||||
- Stop server
|
||||
|
||||
```bash
|
||||
cd datacap
|
||||
./bin/shutdown.sh
|
||||
```
|
||||
|
||||
- Backing up the current service
|
||||
|
||||
```bash
|
||||
mv datacap datacap.bak
|
||||
```
|
||||
|
||||
- Decompress binaries
|
||||
|
||||
```bash
|
||||
tar -xvzf datacap-server-1.6.0-release.tar.gz
|
||||
```
|
||||
|
||||
#### Update schema
|
||||
|
||||
- Connect to the My SQL server and execute the following script file
|
||||
|
||||
```bash
|
||||
cd schema/1.6.0
|
||||
source update.sql
|
||||
```
|
||||
|
||||
#### Update server
|
||||
|
||||
- Copy the service configuration file
|
||||
|
||||
```bash
|
||||
cp -r -i datacap.bak/configure datacap/
|
||||
```
|
||||
|
||||
- Restarting the Service
|
||||
|
||||
```bash
|
||||
cd datacap
|
||||
./bin/restart.sh
|
||||
```
|
@ -1,51 +0,0 @@
|
||||
!!! note
|
||||
|
||||
To upgrade the software version `v1.2.0`, we need to go to the official website or the binary package distribution site to download the latest binary file of the software.
|
||||
|
||||
For details of `v1.2.0` release, please [click](../../release/1.2.0.md)
|
||||
|
||||
#### Require
|
||||
|
||||
!!! danger
|
||||
|
||||
Please take care to back up the current running service before updating
|
||||
|
||||
- Stop server
|
||||
|
||||
```bash
|
||||
cd datacap
|
||||
./bin/shutdown.sh
|
||||
```
|
||||
|
||||
- Backing up the current service
|
||||
|
||||
```bash
|
||||
mv datacap datacap.bak
|
||||
```
|
||||
|
||||
- Decompress binaries
|
||||
|
||||
```bash
|
||||
tar -xvzf datacap-server-1.2.0-release.tar.gz
|
||||
```
|
||||
|
||||
#### Update schema
|
||||
|
||||
!!! danger
|
||||
|
||||
No schema updates are available for this release
|
||||
|
||||
#### Update server
|
||||
|
||||
- Copy the service configuration file
|
||||
|
||||
```bash
|
||||
cp -r -i datacap.bak/configure datacap/
|
||||
```
|
||||
|
||||
- Restarting the Service
|
||||
|
||||
```bash
|
||||
cd datacap
|
||||
./bin/restart.sh
|
||||
```
|
71
docs/docs/release/1.6.0.md
Normal file
71
docs/docs/release/1.6.0.md
Normal file
@ -0,0 +1,71 @@
|
||||
!!! note
|
||||
|
||||
The current release involves several major updates.
|
||||
|
||||
:tada: :tada: :tada: :tada: :tada: :tada: **DataCap is released** :tada: :tada: :tada: :tada: :tada: :tada:
|
||||
|
||||
| Release Version | Release Time |
|
||||
|:---------------:|:------------:|
|
||||
| `1.6.0` | `2023-03-02` |
|
||||
|
||||
#### General
|
||||
|
||||
---
|
||||
|
||||
- Add logo
|
||||
- Support `SHOW PATHS xxx`
|
||||
- Fixed function time field
|
||||
- Refactor all module
|
||||
- Add http lib
|
||||
- Add logger lib
|
||||
|
||||
#### SPI
|
||||
|
||||
---
|
||||
|
||||
- JDBC: Repair Connection failure Do not close the connection
|
||||
|
||||
#### Web
|
||||
|
||||
---
|
||||
|
||||
- Add default watermark
|
||||
- Remove about page
|
||||
- Add routing permission control
|
||||
- Optimize lazy loading of the tree menu of the query page
|
||||
|
||||
#### Plugins
|
||||
|
||||
---
|
||||
|
||||
- Support duckdb for jdbc close #249
|
||||
- Support alioss for native #250
|
||||
|
||||
#### Zookeeper (Native)
|
||||
|
||||
---
|
||||
|
||||
- Support `SHOW PATHS`
|
||||
|
||||
#### Dependencies
|
||||
|
||||
---
|
||||
|
||||
- Bump maven-javadoc-plugin from `3.4.1` to `3.5.1`
|
||||
- Bump oceanbas-client from `2.4.0` to `2.4.2`
|
||||
|
||||
#### Contributors
|
||||
|
||||
---
|
||||
|
||||
!!! danger
|
||||
|
||||
Many thanks to the following contributors for contributing to the source code of this release
|
||||
|
||||
In no particular order
|
||||
|
||||
| GitHub ID |
|
||||
|:----------:|
|
||||
| @why198852 |
|
||||
| @mlboy |
|
||||
| @qianmoQ |
|
@ -6,53 +6,71 @@
|
||||
|
||||
| Release Version | Release Time |
|
||||
|:---------------:|:------------:|
|
||||
| `1.6.0` | `2023-03-02` |
|
||||
| `1.7.0` | `2023-03-20` |
|
||||
|
||||
#### General
|
||||
|
||||
---
|
||||
|
||||
- Add logo
|
||||
- Support `SHOW PATHS xxx`
|
||||
- Fixed function time field
|
||||
- Refactor all module
|
||||
- Add http lib
|
||||
- Add logger lib
|
||||
- Add other issues template
|
||||
- Add role
|
||||
- Upgrade JDK 8 to 11
|
||||
- Support chatgpt
|
||||
- Add submit pipeline api
|
||||
|
||||
#### Client
|
||||
|
||||
---
|
||||
|
||||
- Support execute sql on source
|
||||
- Fixed code bugs
|
||||
|
||||
#### Docs
|
||||
|
||||
---
|
||||
|
||||
- Add icon to connectors
|
||||
|
||||
#### SPI
|
||||
|
||||
---
|
||||
|
||||
- JDBC: Repair Connection failure Do not close the connection
|
||||
- Add executor spi
|
||||
|
||||
#### Web
|
||||
|
||||
---
|
||||
|
||||
- Add default watermark
|
||||
- Remove about page
|
||||
- Add routing permission control
|
||||
- Optimize lazy loading of the tree menu of the query page
|
||||
- Fixed duplicate tree menu data
|
||||
- Optimized type display icon
|
||||
- Optimize data source testing|save interaction
|
||||
- Support query history display plug-in type
|
||||
- Add system announcement display
|
||||
- Fixed the 'keyword' is repeated with tab page addition bug #208
|
||||
- Replace markdown preview component
|
||||
|
||||
#### Plugins
|
||||
|
||||
---
|
||||
|
||||
- Support duckdb for jdbc close #249
|
||||
- Support alioss for native #250
|
||||
- Support kafka
|
||||
|
||||
#### Zookeeper (Native)
|
||||
#### Executors
|
||||
|
||||
---
|
||||
|
||||
- Support `SHOW PATHS`
|
||||
- Add seatunnel executor
|
||||
|
||||
#### Dependencies
|
||||
|
||||
---
|
||||
|
||||
- Bump maven-javadoc-plugin from `3.4.1` to `3.5.1`
|
||||
- Bump oceanbas-client from `2.4.0` to `2.4.2`
|
||||
- Upgrade redis version from `3.6.3` to `4.3.1`
|
||||
- Bump maven-assembly-plugin from `3.1.1` to `3.5.0` #272
|
||||
- Bump antlr4.version from `4.9.3` to `4.12.0` #262
|
||||
- Bump jedis from `3.6.3` to `4.3.1` #254
|
||||
- Bump DmJdbcDriver18 from `8.1.2.141` to `8.1.2.192` #234
|
||||
- Updated antlr4 to `4.12.0`
|
||||
|
||||
#### Contributors
|
||||
|
||||
@ -65,7 +83,7 @@
|
||||
In no particular order
|
||||
|
||||
| GitHub ID |
|
||||
|:----------:|
|
||||
|:-----------:|
|
||||
| @why198852 |
|
||||
| @mlboy |
|
||||
| @Stacey1018 |
|
||||
| @qianmoQ |
|
||||
|
@ -6,7 +6,7 @@ site_description: >-
|
||||
repo_name: EdurtIO/datacap
|
||||
repo_url: https://github.com/EdurtIO/datacap
|
||||
edit_uri: "https://github.com/EdurtIO/datacap/blob/dev/docs/docs"
|
||||
current_version: 1.6.0
|
||||
current_version: 1.7.0
|
||||
|
||||
copyright: Copyright © 2022 EdurtIO
|
||||
|
||||
@ -148,17 +148,12 @@ nav:
|
||||
- Redis: reference/connectors/native/redis.md
|
||||
- Http:
|
||||
- ClickHouse: reference/connectors/http/clickhouse.md
|
||||
- Update:
|
||||
- Update to 1.6.0: reference/update/1.6.0.md
|
||||
- Update to 1.5.0: reference/update/1.5.0.md
|
||||
- Update to 1.4.0: reference/update/1.4.0.md
|
||||
- Update to 1.3.0: reference/update/1.3.0.md
|
||||
- Update to 1.2.0: reference/update/v120.md
|
||||
- Developer guide:
|
||||
- Development environment: developer_guide/env.md
|
||||
- Custom Plugin: developer_guide/plugin.md
|
||||
- Release Note:
|
||||
- 1.6.0 (latest): release/latest.md
|
||||
- 1.7.0 (latest): release/latest.md
|
||||
- 1.6.0: release/1.6.0.md
|
||||
- 1.5.0: release/1.5.0.md
|
||||
- 1.4.0: release/1.4.0.md
|
||||
- 1.3.0: release/1.3.0.md
|
||||
|
Loading…
Reference in New Issue
Block a user