Skip to content

Commit 3a5e221

Browse files
authored
Merge pull request #145 from qianmoQ/1.15.0-SNAPSHOT
Release version for 1.15.0
2 parents e2c8abe + 28e227d commit 3a5e221

7 files changed

Lines changed: 69 additions & 30 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
template: overrides/main.html
3+
icon: material/gesture-tap-button
4+
---
5+
6+
DBM Version for `1.16.0` is development!
7+
8+
!!! danger "Warning"
9+
10+
The development version will not be released. If you need to experience, please pull the source code for local compilation. We will not release this version until the end of the final development work!!!
11+
12+
#### Enhancement
13+
14+
---
15+
16+
#### UI
17+
18+
---
19+
20+
#### Optimize
21+
22+
----
23+
24+
#### Docs
25+
26+
---
27+
28+
#### Bug
29+
30+
---
31+
32+
#### Contributors (In no particular order)
33+
34+
---
35+
36+
- @qianmoQ

docs/docs/development/version/1.15.0-development.md renamed to docs/docs/release/1.15.0-20220425.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,46 +3,44 @@ template: overrides/main.html
33
icon: material/gesture-tap-button
44
---
55

6-
DBM Version for `1.15.0` is development!
6+
DBM Version for `1.15.0` is released!
77

8-
!!! danger "Warning"
9-
10-
The development version will not be released. If you need to experience, please pull the source code for local compilation. We will not release this version until the end of the final development work!!!
8+
Release Time: `2020-04-25`
119

1210
#### Enhancement
1311

1412
---
1513

1614
- Support metadata management, add column description information <br />
17-
![img.png](../../assets/images/versions/1.15.0/img.png)
18-
![img_1.png](../../assets/images/versions/1.15.0/img_1.png)
15+
![img.png](../assets/images/versions/1.15.0/img.png)
16+
![img_1.png](../assets/images/versions/1.15.0/img_1.png)
1917
- Support code snippet management <br />
20-
![img.png](../../assets/images/versions/1.15.0/img_2.png) <br />
21-
![img_1.png](../../assets/images/versions/1.15.0/img_3.png)<br />
22-
![img_1.png](../../assets/images/versions/1.15.0/img_4.png)<br />
18+
![img.png](../assets/images/versions/1.15.0/img_2.png) <br />
19+
![img_1.png](../assets/images/versions/1.15.0/img_3.png)<br />
20+
![img_1.png](../assets/images/versions/1.15.0/img_4.png)<br />
2321
- Support query reference code snippet <br />
24-
![img.png](../../assets/images/versions/1.15.0/img_6.png)<br />
25-
![img_1.png](../../assets/images/versions/1.15.0/img_7.png)<br />
22+
![img.png](../assets/images/versions/1.15.0/img_6.png)<br />
23+
![img_1.png](../assets/images/versions/1.15.0/img_7.png)<br />
2624
- Support to quickly add code snippets after successful query <br />
27-
![img.png](../../assets/images/versions/1.15.0/img_8.png)<br />
25+
![img.png](../assets/images/versions/1.15.0/img_8.png)<br />
2826
- The data source supports IndexDB storage
2927

3028
#### UI
3129

3230
---
3331

3432
- Add multiple editor themes <br />
35-
![multiple editor themes](../../assets/images/versions/1.15.0/themes.png) <br />
33+
![multiple editor themes](../assets/images/versions/1.15.0/themes.png) <br />
3634
- Quick query unavailable nodes prohibit operations <br />
37-
![img.png](../../assets/images/versions/1.15.0/img_5.png) <br />
35+
![img.png](../assets/images/versions/1.15.0/img_5.png) <br />
3836
- It is forbidden to use functions such as quick query if the data source is not selected
3937

4038
#### Optimize
4139

4240
----
4341

4442
- Add data sheet deletion prompt greater than 50GB <br />
45-
![img.png](../../assets/images/versions/1.15.0/img_9.png)
43+
![img.png](../assets/images/versions/1.15.0/img_9.png)
4644

4745
#### Docs
4846

@@ -57,6 +55,7 @@ DBM Version for `1.15.0` is development!
5755

5856
- Fix the problem that invalid metadata management nodes can be clicked
5957
- Fix the exception that the optional parameters of the metadata management creation of the MongoDB data table cannot be constructed
58+
- Fix the error reported by the metadata management data table console
6059

6160
#### Contributors (In no particular order)
6261

docs/mkdocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ nav:
161161
- Mutations: reference/monitor/monitor_mutations.md
162162
- Query: reference/monitor/monitor_query.md
163163
- Release Note:
164-
- 1.14.0 (latest): release/1.14.0-20220410.md
164+
- 1.15.0 (latest): release/1.15.0-20220425.md
165+
- 1.14.0: release/1.14.0-20220410.md
165166
- 1.13.0: release/1.13.0-20220329.md
166167
- 1.12.0: release/1.12.0-20220318.md
167168
- 1.11.0: release/1.11.0-20220222.md
@@ -176,7 +177,7 @@ nav:
176177
- 1.2.0-SNAPSHOT: release/1.2.0-SNAPSHOT.md
177178
- 1.1.0-SNAPSHOT: release/1.1.0-SNAPSHOT.md
178179
- 1.0.0-SNAPSHOT: release/1.0.0-SNAPSHOT.md
179-
- Development Version: development/version/1.15.0-development.md
180+
- Development Version: development/version/1.16.0-development.md
180181
- Development:
181182
- Contribution:
182183
- Document: development/document.md

electron-builder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ releaseInfo:
3535
3636
- Fix the problem that invalid metadata management nodes can be clicked
3737
- Fix the exception that the optional parameters of the metadata management creation of the MongoDB data table cannot be constructed
38+
- Fix the error reported by the metadata management data table console
3839
3940
#### UI
4041

src/renderer/components/server/info/info.server.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<nz-modal [(nzVisible)]="visible" nzMaskClosable="false" (nzOnCancel)="handlerCancel()"
2-
nzWidth="60%"
2+
nzWidth="70%"
33
nzTitle="{{'common.query'|translate}} {{'common.ddl'|translate}}">
44
<div *nzModalContent>
55
<nz-skeleton *ngIf="disabled.dialog; else hasValues" nzActive="true">

src/renderer/components/server/info/info.server.component.ts

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,18 @@ export class InfoServerComponent extends BaseComponent implements AfterViewInit
3131
}
3232

3333
async ngAfterViewInit() {
34-
const request = new RequestModel();
35-
request.config = await this.dataSourceService.getByAliasAsync(this.config.value);
36-
this.disabled.dialog = true;
37-
this.metadataService.getInfo(request).then(response => {
38-
if (response.status) {
39-
this.items = response.data;
40-
} else {
41-
this.messageService.error(response.message);
42-
}
43-
this.disabled.dialog = false;
44-
});
34+
setTimeout(async () => {
35+
const request = new RequestModel();
36+
request.config = await this.dataSourceService.getByAliasAsync(this.config.value);
37+
this.disabled.dialog = true;
38+
this.metadataService.getInfo(request).then(response => {
39+
if (response.status) {
40+
this.items = response.data;
41+
} else {
42+
this.messageService.error(response.message);
43+
}
44+
this.disabled.dialog = false;
45+
});
46+
}, 0);
4547
}
4648
}

src/renderer/components/table/basic/basic.table.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class BasicTableComponent extends BaseComponent implements AfterViewInit
3030

3131
ngAfterViewInit(): void {
3232
setTimeout(() => {
33-
this.value.headers.forEach(column => {
33+
this.value?.headers.forEach(column => {
3434
this.headers.push({key: column.name, title: column.name});
3535
});
3636
}, 0);

0 commit comments

Comments
 (0)