-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #227 from EdurtIO/develop
Release 1.20.0
- Loading branch information
Showing
41 changed files
with
879 additions
and
706 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: Semgrep | ||
on: | ||
schedule: | ||
- cron: '0 0 * * *' | ||
jobs: | ||
semgrep: | ||
name: Scan | ||
runs-on: ubuntu-20.04 | ||
env: | ||
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} | ||
container: | ||
image: returntocorp/semgrep | ||
if: (github.actor != 'dependabot[bot]') | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- run: semgrep ci |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
template: overrides/main.html | ||
icon: material/gesture-tap-button | ||
--- | ||
|
||
DBM Version for `1.20.0` is released! | ||
|
||
Release Time: `2022-07-06` | ||
|
||
#### General | ||
|
||
--- | ||
|
||
- Support custom file names for downloading result data | ||
- Add multiple editor theme | ||
|
||
#### Dependencies | ||
|
||
--- | ||
|
||
- Bump eslint-plugin-jsdoc from 35.3.2 to 39.3.3 | ||
- Bump angular-highcharts from 13.0.1 to 14.1.5 | ||
- Bump karma-jasmine-html-reporter from 1.7.0 to 2.0.0 | ||
|
||
#### MySQL | ||
|
||
--- | ||
|
||
- Support metadata management to build data tables [issues-180](https://github.com/EdurtIO/dbm/issues/180) | ||
- Support metadata management to filter tables [issues-180](https://github.com/EdurtIO/dbm/issues/180) | ||
- Support metadata management to show database ddl [issues-180](https://github.com/EdurtIO/dbm/issues/180) | ||
- Support metadata management to delete database [issues-180](https://github.com/EdurtIO/dbm/issues/180) | ||
- Support metadata management to preview table [issues-180](https://github.com/EdurtIO/dbm/issues/180) | ||
- Support metadata management to show table ddl [issues-180](https://github.com/EdurtIO/dbm/issues/180) | ||
- Support metadata management to delete table [issues-180](https://github.com/EdurtIO/dbm/issues/180) | ||
- Support metadata management to rename table, truncate table [issues-180](https://github.com/EdurtIO/dbm/issues/180) | ||
- Support metadata management to preview column [issues-180](https://github.com/EdurtIO/dbm/issues/180) | ||
- Support metadata management to create column, delete column [issues-180](https://github.com/EdurtIO/dbm/issues/180) | ||
- Support metadata management to rename column [issues-180](https://github.com/EdurtIO/dbm/issues/180) | ||
- Support metadata management to add column comment [issues-180](https://github.com/EdurtIO/dbm/issues/180) | ||
|
||
#### PostgreSQL | ||
|
||
--- | ||
|
||
- Supports quick query | ||
- Support metadata management menu server related operations | ||
- Supports metadata management of disk usage | ||
|
||
--- | ||
|
||
- @qianmoQ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.