Skip to content

Commit 7afdee5

Browse files
authored
Merge pull request #260 from qianmoQ/1.22.0-SNAPSHOT
Release 1.22.0
2 parents d10bae6 + 9c76ef9 commit 7afdee5

6 files changed

Lines changed: 142 additions & 5 deletions

File tree

docs/docs/reference/management/datasource/elasticsearch.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ template: overrides/main.html
66

77
It is mainly used to describe how the software builds the ElasticSearch data source for subsequent operations.
88

9+
Based on XPACK plug-ins, the ElasticSearch data source is built on the basis of the [ElasticSearch](https://www.elastic.co/products/elasticsearch) plug-in.
10+
911
!!! warning "System requirements"
1012

1113
\>= `1.22.0`
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
---
2+
template: overrides/main.html
3+
icon: material/gesture-tap-button
4+
---
5+
6+
DBM Version for `1.22.0` is released!
7+
8+
Release Time: `20220812`
9+
10+
#### General
11+
12+
---
13+
14+
- Rebuild the table configuration layout
15+
- Fix the query result is not displayed in the column data under certain circumstances
16+
- Optimize the display type icon of the data source list
17+
18+
#### Editor
19+
20+
---
21+
22+
- Support the new editor to delete the data table shortcut menu (new editor)
23+
- Display and query additional information (new editor)
24+
25+
#### Security
26+
27+
---
28+
29+
- Upgrade electron `16.2.0` to `20.0.1`
30+
31+
32+
#### Dependencies
33+
34+
---
35+
36+
- Bump wait-on from `5.3.0` to `6.0.1`
37+
38+
#### ClickHouse
39+
40+
---
41+
42+
- Support `MySQL` table engine
43+
- Support `Hive` table engine
44+
- Support `PostgreSQL` database engine
45+
- Support https protocol [issues-247](https://github.com/EdurtIO/dbm/issues/247)
46+
47+
#### MySQL
48+
49+
---
50+
51+
- Support metadata management, build a database, specify character sets & collation [issues-180](https://github.com/EdurtIO/dbm/issues/180)
52+
- Fix only_full_group_by could not obtain metadata [issues-180](https://github.com/EdurtIO/dbm/issues/180)
53+
54+
#### PostgreSQL
55+
56+
---
57+
58+
- Fix the exception of the metadata management build table
59+
- Support rename database
60+
- Fix failure to query when database is empty
61+
62+
#### Apache Druid
63+
64+
---
65+
66+
- Support quick query
67+
68+
#### ElasticSearch
69+
70+
---
71+
72+
- Support ElasticSearch (query and data source management)
73+
74+
#### Hologres
75+
76+
---
77+
78+
- Support Hologres (query and data source management)
79+
80+
---
81+
82+
- @qianmoQ

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.21.0-20220725.md
165+
release-latest.md: release/1.22.0-20220812.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.21.0 (latest): release/1.21.0-20220725.md
190+
- 1.22.0 (latest): release/1.22.0-20220812.md
191+
- 1.21.0: release/1.21.0-20220725.md
191192
- 1.20.0: release/1.20.0-20220706.md
192193
- 1.19.0: release/1.19.0-20220623.md
193194
- 1.18.0: release/1.18.0-20220610.md

electron-builder.yml

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,72 @@ releaseInfo:
1818
1919
---
2020
21-
- Support the new editor to delete the data table shortcut menu
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
24+
25+
#### Editor
26+
27+
---
28+
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+
2238
2339
#### Dependencies
2440
2541
---
2642
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+
2754
#### MySQL
2855
2956
---
3057
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+
3161
#### PostgreSQL
3262
3363
---
3464
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)
86+
3587
directories:
3688
output: ./release
3789

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-SNAPSHOT",
3+
"version": "1.22.0",
44
"author": "qianmoQ <shicheng@ttxit.com>",
55
"description": "Full platform database management tool, supports ClickHouse, Presto, Trino, MySQL, PostgreSQL...",
66
"github": "https://github.com/EdurtIO/dbm.git",

src/renderer/app/pages/management/datasource/datasource.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<td nzEllipsis>{{data.host}}</td>
3737
<td nzEllipsis>{{data.protocol}}</td>
3838
<td>
39-
<nz-avatar nzIcon="user" nzSrc="/renderer/assets/icon/source/{{data.type}}.svg"></nz-avatar>
39+
<nz-avatar nzIcon="user" nzSrc="./renderer/assets/icon/source/{{data.type}}.svg"></nz-avatar>
4040
</td>
4141
<td nzEllipsis>{{data.username ? data.username : '-'}}</td>
4242
<td nzEllipsis>{{data.version ? data.version : '-'}}</td>

0 commit comments

Comments
 (0)