Skip to content

Commit fb74870

Browse files
authored
Merge pull request #281 from EdurtIO/develop
Release 1.23.0
2 parents 14cf784 + acf179c commit fb74870

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1280
-324
lines changed

.github/workflows/publish-release-test.yml

Lines changed: 0 additions & 133 deletions
This file was deleted.

.github/workflows/publish-release.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
upload_url: ${{ steps.create_release.outputs.upload_url }}
3535
version: ${{ steps.package-version.outputs.version }}
3636

37-
3837
build-mac:
3938
runs-on: macos-latest
4039
needs: release
@@ -94,6 +93,8 @@ jobs:
9493
./qshell fput edurtio-other dbm/releases/darwin/x64/latest-mac.yml ./release/latest-mac.yml --overwrite
9594
9695
96+
97+
9798
build-win:
9899
runs-on: windows-latest
99100
needs: release
@@ -123,11 +124,11 @@ jobs:
123124

124125
- name: Download and upload to qiniu
125126
run: |
126-
wget https://devtools.qiniu.com/qshell-v2.6.2-linux-amd64.tar.gz
127-
tar -xvzf qshell-v2.6.2-linux-amd64.tar.gz
128-
# echo '--------- Start ---------'
129-
# ./qshell account ${{ env.TOKEN_AK }} ${{ env.TOKEN_SK }}
130-
# echo '--------- End ---------'
127+
echo '--------- Start ---------'
128+
129+
certutil.exe -urlcache -split -f https://github.com/qianmoQ/assets/raw/main/windows/qshell.exe
131130
./qshell account 5eua7TZfgnNb81gmVUBcw4x7PpQuy-v9v1iFyD1R zCwoByIkA9AnlK0qO0DGveH7dKDXLG3CRqZ2mlTW dbm_qiniu
132-
./qshell fput edurtio-other dbm/releases/windows/x64/dbm-${{ needs.release.outputs.version }}-windows-x64-nsis-installer.exe ./release/dbm-${{ needs.release.outputs.version }}-windows-x64-nsis-installer.exe
131+
./qshell fput edurtio-other dbm/releases/windows/x64/dbm-${{ needs.release.outputs.version }}-windows-x64-nsis-installer.exe ./release/dbm-${{ needs.release.outputs.version }}-windows-x64-nsis-installer.exe --overwrite
132+
./qshell fput edurtio-other dbm/releases/windows/x64/latest-win.yml ./release/latest-win.yml --overwrite
133133
134+
echo '--------- End ---------'

.github/workflows/push-compile-test.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
template: overrides/main.html
3+
icon: material/gesture-tap-button
4+
---
5+
6+
!!! note ""
7+
8+
This version focuses on optimizing the way library tables are operated
9+
10+
DBM Version for `1.23.0` is released!
11+
12+
Release Time: `2022-09-18`
13+
14+
#### General
15+
16+
---
17+
18+
- Fix CI for windows compile
19+
- Removed publish test ci
20+
21+
#### Object Design (Beta)
22+
23+
---
24+
25+
- Add the metadata management (database management) layout
26+
- Add the metadata management (table management) layout
27+
- Support metadata management (database) responsiveness
28+
- Support metadata management create table
29+
- Refactor the beta function layout
30+
- Fix the data source operation type
31+
- Refactor the table style
32+
- Refactor object designer layout
33+
- Support delete table
34+
- Support delete table
35+
- Support delete table
36+
- Support for adding columns to a specified location
37+
- Support table data custom view columns
38+
- Support column display control
39+
40+
---
41+
42+
- @qianmoQ

docs/material/assets/javascripts/lunr/wordcut.js

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/mkdocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ plugins:
162162
Datasource_ElasticSearch: ElasticSearch (Experimental)
163163
- redirects:
164164
redirect_maps:
165-
release-latest.md: release/1.22.0-20220812.md
165+
release-latest.md: release/1.23.0-20220917.md
166166

167167
nav:
168168
- Home: index.md
@@ -187,7 +187,8 @@ nav:
187187
- Mutations: reference/monitor/monitor_mutations.md
188188
- Query: reference/monitor/monitor_query.md
189189
- Release Note:
190-
- 1.22.0 (latest): release/1.22.0-20220812.md
190+
- 1.23.0 (latest): release/1.23.0-20220917.md
191+
- 1.22.0: release/1.22.0-20220812.md
191192
- 1.21.0: release/1.21.0-20220725.md
192193
- 1.20.0: release/1.20.0-20220706.md
193194
- 1.19.0: release/1.19.0-20220623.md

electron-builder.yml

Lines changed: 17 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -18,71 +18,27 @@ releaseInfo:
1818
1919
---
2020
21-
- Rebuild the table configuration layout
22-
- Fix the query result is not displayed in the column data under certain circumstances
23-
- Optimize the display type icon of the data source list
21+
- Fix CI for windows compile
22+
- Removed publish test ci
2423
25-
#### Editor
24+
#### Object Design (Beta)
2625
2726
---
2827
29-
- Support the new editor to delete the data table shortcut menu (new editor)
30-
- Display and query additional information (new editor)
31-
32-
#### Security
33-
34-
---
35-
36-
- Upgrade electron `16.2.0` to `20.0.1`
37-
38-
39-
#### Dependencies
40-
41-
---
42-
43-
- Bump wait-on from `5.3.0` to `6.0.1`
44-
45-
#### ClickHouse
46-
47-
---
48-
49-
- Support `MySQL` table engine
50-
- Support `Hive` table engine
51-
- Support `PostgreSQL` database engine
52-
- Support https protocol [issues-247](https://github.com/EdurtIO/dbm/issues/247)
53-
54-
#### MySQL
55-
56-
---
57-
58-
- Support metadata management, build a database, specify character sets & collation [issues-180](https://github.com/EdurtIO/dbm/issues/180)
59-
- Fix only_full_group_by could not obtain metadata [issues-180](https://github.com/EdurtIO/dbm/issues/180)
60-
61-
#### PostgreSQL
62-
63-
---
64-
65-
- Fix the exception of the metadata management build table
66-
- Support rename database
67-
- Fix failure to query when database is empty
68-
69-
#### Apache Druid
70-
71-
---
72-
73-
- Support quick query
74-
75-
#### ElasticSearch
76-
77-
---
78-
79-
- Support ElasticSearch (query and data source management)
80-
81-
#### Hologres
82-
83-
---
84-
85-
- Support Hologres (query and data source management)
28+
- Add the metadata management (database management) layout
29+
- Add the metadata management (table management) layout
30+
- Support metadata management (database) responsiveness
31+
- Support metadata management create table
32+
- Refactor the beta function layout
33+
- Fix the data source operation type
34+
- Refactor the table style
35+
- Refactor object designer layout
36+
- Support delete table
37+
- Support delete table
38+
- Support delete table
39+
- Support for adding columns to a specified location
40+
- Support table data custom view columns
41+
- Support column display control
8642
8743
directories:
8844
output: ./release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dbm",
3-
"version": "1.22.0",
3+
"version": "1.23.0-SNAPSHOT",
44
"author": "qianmoQ <[email protected]>",
55
"description": "Full platform database management tool, supports ClickHouse, Presto, Trino, MySQL, PostgreSQL...",
66
"github": "https://github.com/EdurtIO/dbm.git",

0 commit comments

Comments
 (0)