mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
Compare commits
81 Commits
v0.7.25-be
...
v0.7.30-be
Author | SHA1 | Date | |
---|---|---|---|
d1f68da495 | |||
2ee9cfcf0b | |||
f0d312fb59 | |||
c97ade949c | |||
38af648440 | |||
ccbcffc7f0 | |||
dfa7cf9905 | |||
6365e07534 | |||
f083a8a185 | |||
|
1e3c9edb50 | ||
60e1e59505 | |||
dba490f226 | |||
b6c5dff15c | |||
d2da8c2446 | |||
b54d2c9f5e | |||
9a0ad80bb5 | |||
2f3f5de8d6 | |||
b2c046fd38 | |||
|
bbc29a6335 | ||
|
b6c337638c | ||
2120a59d41 | |||
2cda4a1fa1 | |||
76c8cd1beb | |||
14aeebed9c | |||
|
1a1118452a | ||
|
4b0f596405 | ||
|
eb749f0f66 | ||
|
d78e59dd09 | ||
7969294a93 | |||
2ae016f0b6 | |||
b4f33bc474 | |||
f185463866 | |||
3fa0bd3cd1 | |||
|
0d3ef39822 | ||
|
a02913f4e5 | ||
f9f993cbcd | |||
|
ebd1a75445 | ||
4201532081 | |||
|
c5cb586358 | ||
|
c111b2c0f5 | ||
b70ed124eb | |||
010147b553 | |||
da8cc39157 | |||
37d44c95ee | |||
4df4c6197d | |||
|
0506b653d7 | ||
5fd9fe48a2 | |||
b6a7124f33 | |||
|
5855ab0921 | ||
c2b602785a | |||
97279742e9 | |||
6cb21ff792 | |||
72bacdeabf | |||
c434855879 | |||
ba0ffcc6f5 | |||
8e7965a0f9 | |||
4aab84fbd5 | |||
|
74e97e660d | ||
|
f5d236b521 | ||
|
e794d207ad | ||
f99a3cc054 | |||
59f7d3c670 | |||
8f2daa0f1c | |||
141d5bb69c | |||
171b6f924a | |||
f7419d8e9c | |||
5b1cd70e25 | |||
3e223b475e | |||
4a38656b7e | |||
25b7ae57c6 | |||
4b5718e9b7 | |||
780d83deaa | |||
e952f9f5f8 | |||
49f1a8ef2e | |||
121aa21a6d | |||
cb25963a67 | |||
3a47607a5f | |||
7494ff6fcf | |||
0ec9d3cfc1 | |||
|
4f615b26cf | ||
|
86a1e05197 |
@@ -284,6 +284,42 @@
|
|||||||
"contributions": [
|
"contributions": [
|
||||||
"translation"
|
"translation"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"login": "mangas",
|
||||||
|
"name": "Filipe Azevedo",
|
||||||
|
"avatar_url": "https://avatars.githubusercontent.com/u/1640325?v=4",
|
||||||
|
"profile": "https://fazevedo.dev",
|
||||||
|
"contributions": [
|
||||||
|
"code"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"login": "zwei-c",
|
||||||
|
"name": "CHANG, CHIH WEI",
|
||||||
|
"avatar_url": "https://avatars.githubusercontent.com/u/55912811?v=4",
|
||||||
|
"profile": "https://github.com/zwei-c",
|
||||||
|
"contributions": [
|
||||||
|
"translation"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"login": "mirrorb",
|
||||||
|
"name": "GaoChun",
|
||||||
|
"avatar_url": "https://avatars.githubusercontent.com/u/34116207?v=4",
|
||||||
|
"profile": "https://github.com/mirrorb",
|
||||||
|
"contributions": [
|
||||||
|
"code"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"login": "LeviEyal",
|
||||||
|
"name": "Eyal Levi",
|
||||||
|
"avatar_url": "https://avatars.githubusercontent.com/u/48846533?v=4",
|
||||||
|
"profile": "https://github.com/LeviEyal",
|
||||||
|
"contributions": [
|
||||||
|
"translation"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"contributorsPerLine": 7,
|
"contributorsPerLine": 7,
|
||||||
|
@@ -3,3 +3,4 @@ assets
|
|||||||
out
|
out
|
||||||
dist
|
dist
|
||||||
build
|
build
|
||||||
|
misc
|
8
.github/workflows/build-beta.yml
vendored
8
.github/workflows/build-beta.yml
vendored
@@ -19,17 +19,19 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out Git repository
|
- name: Check out Git repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: beta
|
ref: beta
|
||||||
|
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm i
|
run: |
|
||||||
|
npm i
|
||||||
|
npm install "dmg-license" --save-optional
|
||||||
|
|
||||||
- name: "Build"
|
- name: "Build"
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -25,17 +25,19 @@ jobs:
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
- name: Check out Git repository
|
- name: Check out Git repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: master
|
ref: master
|
||||||
|
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm i
|
run: |
|
||||||
|
npm i
|
||||||
|
npm install "dmg-license" --save-optional
|
||||||
|
|
||||||
- name: "Build"
|
- name: "Build"
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
# We must fetch at least the immediate parents so that if this is
|
# We must fetch at least the immediate parents so that if this is
|
||||||
# a pull request then we can checkout the head.
|
# a pull request then we can checkout the head.
|
||||||
|
@@ -8,12 +8,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out Git repository
|
- name: Check out Git repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: master
|
ref: master
|
||||||
|
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ jobs:
|
|||||||
run: npm run build -- --arm64 --linux deb AppImage
|
run: npm run build -- --arm64 --linux deb AppImage
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: linux-build
|
name: linux-build
|
||||||
retention-days: 3
|
retention-days: 3
|
||||||
|
6
.github/workflows/create-artifact-linux.yml
vendored
6
.github/workflows/create-artifact-linux.yml
vendored
@@ -8,10 +8,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out Git repository
|
- name: Check out Git repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: linux-build
|
name: linux-build
|
||||||
retention-days: 3
|
retention-days: 3
|
||||||
|
12
.github/workflows/create-artifact-macos.yml
vendored
12
.github/workflows/create-artifact-macos.yml
vendored
@@ -8,20 +8,21 @@ jobs:
|
|||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out Git repository
|
- name: Check out Git repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
|
||||||
- name: npm install & build
|
- name: npm install & build
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
|
npm install "dmg-license" --save-optional
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: macos-build
|
name: macos-build
|
||||||
retention-days: 3
|
retention-days: 3
|
||||||
@@ -38,17 +39,18 @@ jobs:
|
|||||||
ref: beta
|
ref: beta
|
||||||
|
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
|
||||||
- name: npm install & build
|
- name: npm install & build
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
|
npm install "dmg-license" --save-optional
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: macos-build-beta
|
name: macos-build-beta
|
||||||
retention-days: 3
|
retention-days: 3
|
||||||
|
@@ -11,7 +11,7 @@ jobs:
|
|||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.8'
|
python-version: '3.11'
|
||||||
|
|
||||||
- name: Install pipx
|
- name: Install pipx
|
||||||
uses: CfirTsabari/actions-pipx@v1
|
uses: CfirTsabari/actions-pipx@v1
|
||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 20
|
||||||
|
|
||||||
# - name: Delete old package-lock.json
|
# - name: Delete old package-lock.json
|
||||||
# run: rm package-lock.json
|
# run: rm package-lock.json
|
||||||
|
4
.github/workflows/test-builds.yml
vendored
4
.github/workflows/test-builds.yml
vendored
@@ -17,12 +17,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out Git repository
|
- name: Check out Git repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: develop
|
ref: develop
|
||||||
|
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
|
||||||
|
4
.github/workflows/test-e2e-win.yml
vendored
4
.github/workflows/test-e2e-win.yml
vendored
@@ -16,10 +16,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out Git repository
|
- name: Check out Git repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
|
||||||
|
146
CHANGELOG.md
146
CHANGELOG.md
@@ -2,6 +2,152 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||||
|
|
||||||
|
### [0.7.30-beta.1](https://github.com/antares-sql/antares/compare/v0.7.30-beta.0...v0.7.30-beta.1) (2024-11-15)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* missing support check for table check features ([2ee9cfc](https://github.com/antares-sql/antares/commit/2ee9cfcf0bbcf86e8a194d2eff78801300ce7cb3))
|
||||||
|
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
|
||||||
|
* **PostgreSQL:** improved support of connection strings, closes [#893](https://github.com/antares-sql/antares/issues/893) ([f0d312f](https://github.com/antares-sql/antares/commit/f0d312fb59fd98d6e4501bc407959b91eb0650f2))
|
||||||
|
|
||||||
|
### [0.7.30-beta.0](https://github.com/antares-sql/antares/compare/v0.7.29...v0.7.30-beta.0) (2024-10-25)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **MySQL:** check constraints management support ([6365e07](https://github.com/antares-sql/antares/commit/6365e075349e00caa1454cce862e918f2069878f))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* incorrect behavior in sorting tables with null/empty values, fixes [#883](https://github.com/antares-sql/antares/issues/883) ([b6c5dff](https://github.com/antares-sql/antares/commit/b6c5dff15c165261e9a11a389ed415e59c7b7628))
|
||||||
|
* incorrect behavior sorting tables with numeric values ([60e1e59](https://github.com/antares-sql/antares/commit/60e1e595057c3ba7f36e0f829dba11b470e1069b))
|
||||||
|
* **MySQL:** routines do not return results, fixes [#885](https://github.com/antares-sql/antares/issues/885) ([dba490f](https://github.com/antares-sql/antares/commit/dba490f22634f87d3af5a3a4c0866fc3095c9842))
|
||||||
|
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
|
||||||
|
* added more notifications in debug console ([dfa7cf9](https://github.com/antares-sql/antares/commit/dfa7cf9905a4d0a79eaed823a14477574b329dfa))
|
||||||
|
|
||||||
|
### [0.7.29](https://github.com/antares-sql/antares/compare/v0.7.29-beta.3...v0.7.29) (2024-10-14)
|
||||||
|
|
||||||
|
### [0.7.29-beta.3](https://github.com/antares-sql/antares/compare/v0.7.29-beta.2...v0.7.29-beta.3) (2024-10-08)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **translation:** add hebrew translation, closes [#878](https://github.com/antares-sql/antares/issues/878) ([2f3f5de](https://github.com/antares-sql/antares/commit/2f3f5de8d6b02cfbf5217adfcb09a61e13d1e901))
|
||||||
|
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
|
||||||
|
* **MySQL:** made some common errors related to corrupted tables non-blocking, closes [#877](https://github.com/antares-sql/antares/issues/877) ([9a0ad80](https://github.com/antares-sql/antares/commit/9a0ad80bb55f84bd6c90cc1e9b63b33512d336a8))
|
||||||
|
|
||||||
|
### [0.7.29-beta.2](https://github.com/antares-sql/antares/compare/v0.7.29-beta.1...v0.7.29-beta.2) (2024-10-02)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **UI:** new context menu and some minor improvements to query tabs, closes [#867](https://github.com/antares-sql/antares/issues/867) ([14aeebe](https://github.com/antares-sql/antares/commit/14aeebed9cd8e475548f5e0ade105f4b11954cb2))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **MySQL:** incorrect representation of the DATE if the year is prior to 1900, fixes [#860](https://github.com/antares-sql/antares/issues/860) ([7969294](https://github.com/antares-sql/antares/commit/7969294a93a51861c57d4396c7a0d89ecc7e8a84))
|
||||||
|
* **MySQL:** missing exported values for DEFAULT_GENERATED table fields, fixes [#854](https://github.com/antares-sql/antares/issues/854) ([2cda4a1](https://github.com/antares-sql/antares/commit/2cda4a1fa1c80f3567e160caf0b93bc19d76fbaa))
|
||||||
|
* **PostgreSQL:** error changing the comment for a specific table name ([eb749f0](https://github.com/antares-sql/antares/commit/eb749f0f66bf6547053e30b1503c8b2990ae5950))
|
||||||
|
* **PostgreSQL:** unable to change table comment to empty ([d78e59d](https://github.com/antares-sql/antares/commit/d78e59dd0910d3ea6ec5183a8748420b2db57050))
|
||||||
|
|
||||||
|
### [0.7.29-beta.1](https://github.com/antares-sql/antares/compare/v0.7.29-beta.0...v0.7.29-beta.1) (2024-09-28)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **PostgreSQL:** table and field comments ([ebd1a75](https://github.com/antares-sql/antares/commit/ebd1a7544594eb4498560cc64de4b94146ee8439))
|
||||||
|
* **translation:** traditional chinese translation, closes [#869](https://github.com/antares-sql/antares/issues/869) ([b70ed12](https://github.com/antares-sql/antares/commit/b70ed124eb753091a6afe637d75e59ee9771c8eb))
|
||||||
|
|
||||||
|
### [0.7.29-beta.0](https://github.com/antares-sql/antares/compare/v0.7.28...v0.7.29-beta.0) (2024-09-23)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* cancel button when waiting to connect database, closes [#830](https://github.com/antares-sql/antares/issues/830) ([b6a7124](https://github.com/antares-sql/antares/commit/b6a7124f33397a2ae7da654b5867f6982ac5810e))
|
||||||
|
* update czech translation ([0506b65](https://github.com/antares-sql/antares/commit/0506b653d74d8cd5e848bc2ec4d29d4b0247c880))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* mismatch between table field columns and results with duplicate fields, fixes [#848](https://github.com/antares-sql/antares/issues/848) ([da8cc39](https://github.com/antares-sql/antares/commit/da8cc39157a4b507d3d377ee1e888b8f8a52b7c5))
|
||||||
|
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
|
||||||
|
* **UI:** hide edit/delete functions in readonly mode ([37d44c9](https://github.com/antares-sql/antares/commit/37d44c95ee559f3ee1345e91fca5e2c1e86c5fbf))
|
||||||
|
|
||||||
|
### [0.7.28](https://github.com/antares-sql/antares/compare/v0.7.28-beta.0...v0.7.28) (2024-08-20)
|
||||||
|
|
||||||
|
### [0.7.28-beta.0](https://github.com/antares-sql/antares/compare/v0.7.27...v0.7.28-beta.0) (2024-08-06)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* add missing Dutch strings ([e794d20](https://github.com/antares-sql/antares/commit/e794d207ad75e0f5380f57df579912893e5edb6a))
|
||||||
|
* **translation:** Add more faker translations ([74e97e6](https://github.com/antares-sql/antares/commit/74e97e660df089ed8273565942118e112f6b3220))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* disabled column sort during loadings ([72bacde](https://github.com/antares-sql/antares/commit/72bacdeabf833880482a839c4735505573d33bdc))
|
||||||
|
* html tags searching in history or saved queries, fixes [#847](https://github.com/antares-sql/antares/issues/847) ([6cb21ff](https://github.com/antares-sql/antares/commit/6cb21ff7926c74469b421c47b434612b3894b4c2))
|
||||||
|
* **PostgreSQL:** issue exporting tables with primary keys ([c434855](https://github.com/antares-sql/antares/commit/c434855879de16f83e17784e38e931decdd94873))
|
||||||
|
* **PostgreSQL:** wrong export formato of JSON fields ([8e7965a](https://github.com/antares-sql/antares/commit/8e7965a0f94a17ed73d5c8913f66e4e9cf0b11c7))
|
||||||
|
* **translation:** Spelling error ([f5d236b](https://github.com/antares-sql/antares/commit/f5d236b521a3534754de0b1031513f8eb83b3cc0))
|
||||||
|
* wrong password message importing app data ([ba0ffcc](https://github.com/antares-sql/antares/commit/ba0ffcc6f56c5506c1768c05d43bb07f7b090a68))
|
||||||
|
|
||||||
|
### [0.7.27](https://github.com/antares-sql/antares/compare/v0.7.26...v0.7.27) (2024-07-16)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* issue with new console and languages different than english, fixes [#837](https://github.com/antares-sql/antares/issues/837) ([59f7d3c](https://github.com/antares-sql/antares/commit/59f7d3c67083ac7e32bd29c9b7e6e044f2060c2f))
|
||||||
|
|
||||||
|
### [0.7.26](https://github.com/antares-sql/antares/compare/v0.7.26-beta.1...v0.7.26) (2024-07-15)
|
||||||
|
|
||||||
|
### [0.7.26-beta.1](https://github.com/antares-sql/antares/compare/v0.7.26-beta.0...v0.7.26-beta.1) (2024-07-11)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* custom SVG icons for connections, closes [#663](https://github.com/antares-sql/antares/issues/663) ([171b6f9](https://github.com/antares-sql/antares/commit/171b6f924acc7d7696f4f850a704af0baf616b87))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* table name in column list on export as SQL features, fixes [#822](https://github.com/antares-sql/antares/issues/822) ([f7419d8](https://github.com/antares-sql/antares/commit/f7419d8e9c4fe8ea80dbf9b2612ff44a66f50365))
|
||||||
|
|
||||||
|
### [0.7.26-beta.0](https://github.com/antares-sql/antares/compare/v0.7.25...v0.7.26-beta.0) (2024-07-01)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* in-app debug console, closes [#824](https://github.com/antares-sql/antares/issues/824) ([3e223b4](https://github.com/antares-sql/antares/commit/3e223b475ea57b24a6782feeabecad9c5596e271))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **PostgreSQL:** issue with ssl enabled and connection strings, fixes [#786](https://github.com/antares-sql/antares/issues/786) ([4a38656](https://github.com/antares-sql/antares/commit/4a38656b7e1094d3a9df28ce263c272f2014adb7))
|
||||||
|
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
|
||||||
|
* **UI:** improved all connections modal, closes [#761](https://github.com/antares-sql/antares/issues/761) ([25b7ae5](https://github.com/antares-sql/antares/commit/25b7ae57c6a4be9e825dddc7a52a49b67e03771b))
|
||||||
|
|
||||||
|
### [0.7.25](https://github.com/antares-sql/antares/compare/v0.7.25-beta.2...v0.7.25) (2024-06-19)
|
||||||
|
|
||||||
### [0.7.25-beta.2](https://github.com/antares-sql/antares/compare/v0.7.25-beta.1...v0.7.25-beta.2) (2024-06-16)
|
### [0.7.25-beta.2](https://github.com/antares-sql/antares/compare/v0.7.25-beta.1...v0.7.25-beta.2) (2024-06-16)
|
||||||
|
|
||||||
|
|
||||||
|
@@ -151,6 +151,10 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/bagusindrayana"><img src="https://avatars.githubusercontent.com/u/36830534?v=4?s=100" width="100px;" alt="Bagus Indrayana"/><br /><sub><b>Bagus Indrayana</b></sub></a><br /><a href="https://github.com/antares-sql/antares/commits?author=bagusindrayana" title="Code">💻</a></td>
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/bagusindrayana"><img src="https://avatars.githubusercontent.com/u/36830534?v=4?s=100" width="100px;" alt="Bagus Indrayana"/><br /><sub><b>Bagus Indrayana</b></sub></a><br /><a href="https://github.com/antares-sql/antares/commits?author=bagusindrayana" title="Code">💻</a></td>
|
||||||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/penguinlab"><img src="https://avatars.githubusercontent.com/u/10959317?v=4?s=100" width="100px;" alt="Naoki Ishikawa"/><br /><sub><b>Naoki Ishikawa</b></sub></a><br /><a href="#translation-penguinlab" title="Translation">🌍</a></td>
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/penguinlab"><img src="https://avatars.githubusercontent.com/u/10959317?v=4?s=100" width="100px;" alt="Naoki Ishikawa"/><br /><sub><b>Naoki Ishikawa</b></sub></a><br /><a href="#translation-penguinlab" title="Translation">🌍</a></td>
|
||||||
|
<td align="center" valign="top" width="14.28%"><a href="https://fazevedo.dev"><img src="https://avatars.githubusercontent.com/u/1640325?v=4?s=100" width="100px;" alt="Filipe Azevedo"/><br /><sub><b>Filipe Azevedo</b></sub></a><br /><a href="https://github.com/antares-sql/antares/commits?author=mangas" title="Code">💻</a></td>
|
||||||
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zwei-c"><img src="https://avatars.githubusercontent.com/u/55912811?v=4?s=100" width="100px;" alt="CHANG, CHIH WEI"/><br /><sub><b>CHANG, CHIH WEI</b></sub></a><br /><a href="#translation-zwei-c" title="Translation">🌍</a></td>
|
||||||
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mirrorb"><img src="https://avatars.githubusercontent.com/u/34116207?v=4?s=100" width="100px;" alt="GaoChun"/><br /><sub><b>GaoChun</b></sub></a><br /><a href="https://github.com/antares-sql/antares/commits?author=mirrorb" title="Code">💻</a></td>
|
||||||
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LeviEyal"><img src="https://avatars.githubusercontent.com/u/48846533?v=4?s=100" width="100px;" alt="Eyal Levi"/><br /><sub><b>Eyal Levi</b></sub></a><br /><a href="#translation-LeviEyal" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
10501
package-lock.json
generated
10501
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "antares",
|
"name": "antares",
|
||||||
"productName": "Antares",
|
"productName": "Antares",
|
||||||
"version": "0.7.25-beta.2",
|
"version": "0.7.30-beta.1",
|
||||||
"description": "A modern, fast and productivity driven SQL client with a focus in UX.",
|
"description": "A modern, fast and productivity driven SQL client with a focus in UX.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/antares-sql/antares.git",
|
"repository": "https://github.com/antares-sql/antares.git",
|
||||||
@@ -151,7 +151,6 @@
|
|||||||
"node-firebird": "~1.1.8",
|
"node-firebird": "~1.1.8",
|
||||||
"node-loader": "~2.0.0",
|
"node-loader": "~2.0.0",
|
||||||
"pg": "~8.11.5",
|
"pg": "~8.11.5",
|
||||||
"pg-connection-string": "~2.5.0",
|
|
||||||
"pg-query-stream": "~4.2.3",
|
"pg-query-stream": "~4.2.3",
|
||||||
"pgsql-ast-parser": "~7.2.1",
|
"pgsql-ast-parser": "~7.2.1",
|
||||||
"pinia": "~2.1.7",
|
"pinia": "~2.1.7",
|
||||||
|
@@ -55,6 +55,7 @@ export const defaults: Customizations = {
|
|||||||
tableArray: false,
|
tableArray: false,
|
||||||
tableRealCount: false,
|
tableRealCount: false,
|
||||||
tableDuplicate: false,
|
tableDuplicate: false,
|
||||||
|
tableCheck: false,
|
||||||
viewSettings: false,
|
viewSettings: false,
|
||||||
triggerSettings: false,
|
triggerSettings: false,
|
||||||
triggerFunctionSettings: false,
|
triggerFunctionSettings: false,
|
||||||
|
@@ -47,6 +47,7 @@ export const customizations: Customizations = {
|
|||||||
tableTruncateDisableFKCheck: true,
|
tableTruncateDisableFKCheck: true,
|
||||||
tableDuplicate: true,
|
tableDuplicate: true,
|
||||||
tableDdl: true,
|
tableDdl: true,
|
||||||
|
tableCheck: true,
|
||||||
viewAdd: true,
|
viewAdd: true,
|
||||||
triggerAdd: true,
|
triggerAdd: true,
|
||||||
routineAdd: true,
|
routineAdd: true,
|
||||||
|
@@ -62,6 +62,7 @@ export const customizations: Customizations = {
|
|||||||
indexes: true,
|
indexes: true,
|
||||||
foreigns: true,
|
foreigns: true,
|
||||||
nullable: true,
|
nullable: true,
|
||||||
|
comment: true,
|
||||||
tableArray: true,
|
tableArray: true,
|
||||||
procedureSql: '$procedure$\r\n\r\n$procedure$',
|
procedureSql: '$procedure$\r\n\r\n$procedure$',
|
||||||
procedureContext: true,
|
procedureContext: true,
|
||||||
|
@@ -18,7 +18,7 @@ export type Importer = MySQLImporter | PostgreSQLImporter
|
|||||||
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
export interface IpcResponse<T = any> {
|
export interface IpcResponse<T = any> {
|
||||||
status: 'success' | 'error';
|
status: 'success' | 'error' | 'abort';
|
||||||
response?: T;
|
response?: T;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -57,6 +57,7 @@ export interface ConnectionParams {
|
|||||||
cert?: string;
|
cert?: string;
|
||||||
key?: string;
|
key?: string;
|
||||||
ca?: string;
|
ca?: string;
|
||||||
|
connString?: string;
|
||||||
untrustedConnection: boolean;
|
untrustedConnection: boolean;
|
||||||
ciphers?: string;
|
ciphers?: string;
|
||||||
ssh: boolean;
|
ssh: boolean;
|
||||||
@@ -159,6 +160,13 @@ export interface TableForeign {
|
|||||||
oldName?: string;
|
oldName?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface TableCheck {
|
||||||
|
// eslint-disable-next-line camelcase
|
||||||
|
_antares_id?: string;
|
||||||
|
name: string;
|
||||||
|
clause: string;
|
||||||
|
}
|
||||||
|
|
||||||
export interface CreateTableParams {
|
export interface CreateTableParams {
|
||||||
/** Connection UID */
|
/** Connection UID */
|
||||||
uid?: string;
|
uid?: string;
|
||||||
@@ -166,6 +174,7 @@ export interface CreateTableParams {
|
|||||||
fields: TableField[];
|
fields: TableField[];
|
||||||
foreigns: TableForeign[];
|
foreigns: TableForeign[];
|
||||||
indexes: TableIndex[];
|
indexes: TableIndex[];
|
||||||
|
checks?: TableCheck[];
|
||||||
options: TableOptions;
|
options: TableOptions;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -193,6 +202,11 @@ export interface AlterTableParams {
|
|||||||
changes: TableForeign[];
|
changes: TableForeign[];
|
||||||
deletions: TableForeign[];
|
deletions: TableForeign[];
|
||||||
};
|
};
|
||||||
|
checkChanges?: {
|
||||||
|
additions: TableCheck[];
|
||||||
|
changes: TableCheck[];
|
||||||
|
deletions: TableCheck[];
|
||||||
|
};
|
||||||
options: TableOptions;
|
options: TableOptions;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -43,6 +43,7 @@ export interface Customizations {
|
|||||||
tableArray?: boolean;
|
tableArray?: boolean;
|
||||||
tableRealCount?: boolean;
|
tableRealCount?: boolean;
|
||||||
tableTruncateDisableFKCheck?: boolean;
|
tableTruncateDisableFKCheck?: boolean;
|
||||||
|
tableCheck?: boolean;
|
||||||
tableDdl?: boolean;
|
tableDdl?: boolean;
|
||||||
viewAdd?: boolean;
|
viewAdd?: boolean;
|
||||||
viewSettings?: boolean;
|
viewSettings?: boolean;
|
||||||
|
@@ -40,7 +40,7 @@ export const objectToGeoJSON = (val: any) => {
|
|||||||
export const escapeAndQuote = (val: string, client: ClientCode) => {
|
export const escapeAndQuote = (val: string, client: ClientCode) => {
|
||||||
const { stringsWrapper: sw } = customizations[client];
|
const { stringsWrapper: sw } = customizations[client];
|
||||||
// eslint-disable-next-line no-control-regex
|
// eslint-disable-next-line no-control-regex
|
||||||
const CHARS_TO_ESCAPE = /[\0\b\t\n\r\x1a"'\\]/g;
|
const CHARS_TO_ESCAPE = sw === '"' ? /[\0\b\t\n\r\x1a"'\\]/g : /[\0\b\t\n\r\x1a'\\]/g;
|
||||||
const CHARS_ESCAPE_MAP: Record<string, string> = {
|
const CHARS_ESCAPE_MAP: Record<string, string> = {
|
||||||
'\0': '\\0',
|
'\0': '\\0',
|
||||||
'\b': '\\b',
|
'\b': '\\b',
|
||||||
@@ -48,10 +48,13 @@ export const escapeAndQuote = (val: string, client: ClientCode) => {
|
|||||||
'\n': '\\n',
|
'\n': '\\n',
|
||||||
'\r': '\\r',
|
'\r': '\\r',
|
||||||
'\x1a': '\\Z',
|
'\x1a': '\\Z',
|
||||||
'"': '\\"',
|
|
||||||
'\'': '\\\'',
|
'\'': '\\\'',
|
||||||
'\\': '\\\\'
|
'\\': '\\\\'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
if (sw === '"')
|
||||||
|
CHARS_ESCAPE_MAP['"'] = '\\"';
|
||||||
|
|
||||||
let chunkIndex = CHARS_TO_ESCAPE.lastIndex = 0;
|
let chunkIndex = CHARS_TO_ESCAPE.lastIndex = 0;
|
||||||
let escapedVal = '';
|
let escapedVal = '';
|
||||||
let match;
|
let match;
|
||||||
@@ -97,10 +100,19 @@ export const valueToSqlString = (args: {
|
|||||||
}
|
}
|
||||||
else if ('isArray' in field && field.isArray) {
|
else if ('isArray' in field && field.isArray) {
|
||||||
let localVal;
|
let localVal;
|
||||||
if (Array.isArray(val))
|
if (Array.isArray(val)) {
|
||||||
localVal = JSON.stringify(val).replaceAll('[', '{').replaceAll(']', '}');
|
localVal = JSON
|
||||||
else
|
.stringify(val)
|
||||||
localVal = typeof val === 'string' ? val.replaceAll('[', '{').replaceAll(']', '}') : '';
|
.replaceAll('[', '{')
|
||||||
|
.replaceAll(']', '}');
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
localVal = typeof val === 'string'
|
||||||
|
? val
|
||||||
|
.replaceAll('[', '{')
|
||||||
|
.replaceAll(']', '}')
|
||||||
|
: '';
|
||||||
|
}
|
||||||
parsedValue = `'${localVal}'`;
|
parsedValue = `'${localVal}'`;
|
||||||
}
|
}
|
||||||
else if (TEXT_SEARCH.includes(field.type))
|
else if (TEXT_SEARCH.includes(field.type))
|
||||||
@@ -163,7 +175,7 @@ export const jsonToSqlInsert = (args: {
|
|||||||
const sqlInsertAfter = options && options.sqlInsertAfter ? options.sqlInsertAfter : 1;
|
const sqlInsertAfter = options && options.sqlInsertAfter ? options.sqlInsertAfter : 1;
|
||||||
const sqlInsertDivider = options && options.sqlInsertDivider ? options.sqlInsertDivider : 'rows';
|
const sqlInsertDivider = options && options.sqlInsertDivider ? options.sqlInsertDivider : 'rows';
|
||||||
const { elementsWrapper: ew } = customizations[client];
|
const { elementsWrapper: ew } = customizations[client];
|
||||||
const fieldNames = Object.keys(json[0]).map(key => `${ew}${key}${ew}`);
|
const fieldNames = Object.keys(json[0]).map(key => `${ew}${key.split('.').pop()}${ew}`);
|
||||||
let insertStmt = `INSERT INTO ${ew}${table}${ew} (${fieldNames.join(', ')}) VALUES `;
|
let insertStmt = `INSERT INTO ${ew}${table}${ew} (${fieldNames.join(', ')}) VALUES `;
|
||||||
let insertsString = '';
|
let insertsString = '';
|
||||||
let queryLength = 0;
|
let queryLength = 0;
|
||||||
|
@@ -87,10 +87,10 @@ export default () => {
|
|||||||
shortCutRegister.unregister();
|
shortCutRegister.unregister();
|
||||||
});
|
});
|
||||||
|
|
||||||
ipcMain.handle('read-file', (event, filePath) => {
|
ipcMain.handle('read-file', (event, { filePath, encoding }) => {
|
||||||
if (!validateSender(event.senderFrame)) return { status: 'error', response: 'Unauthorized process' };
|
if (!validateSender(event.senderFrame)) return { status: 'error', response: 'Unauthorized process' };
|
||||||
try {
|
try {
|
||||||
const content = fs.readFileSync(filePath, 'utf-8');
|
const content = fs.readFileSync(filePath, encoding);
|
||||||
return content;
|
return content;
|
||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
|
@@ -5,17 +5,28 @@ import { SslOptions } from 'mysql2';
|
|||||||
|
|
||||||
import { ClientsFactory } from '../libs/ClientsFactory';
|
import { ClientsFactory } from '../libs/ClientsFactory';
|
||||||
import { validateSender } from '../libs/misc/validateSender';
|
import { validateSender } from '../libs/misc/validateSender';
|
||||||
|
const isAborting: Record<string, boolean> = {};
|
||||||
|
|
||||||
export default (connections: Record<string, antares.Client>) => {
|
export default (connections: Record<string, antares.Client>) => {
|
||||||
ipcMain.handle('test-connection', async (event, conn: antares.ConnectionParams) => {
|
ipcMain.handle('test-connection', async (event, conn: antares.ConnectionParams) => {
|
||||||
if (!validateSender(event.senderFrame)) return { status: 'error', response: 'Unauthorized process' };
|
if (!validateSender(event.senderFrame)) return { status: 'error', response: 'Unauthorized process' };
|
||||||
|
|
||||||
|
let isLocalAborted = false;
|
||||||
|
const abortChecker = setInterval(() => { // Intercepts abort request
|
||||||
|
if (isAborting[conn.uid]) {
|
||||||
|
isAborting[conn.uid] = false;
|
||||||
|
isLocalAborted = true;
|
||||||
|
clearInterval(abortChecker);
|
||||||
|
}
|
||||||
|
}, 50);
|
||||||
|
|
||||||
const params = {
|
const params = {
|
||||||
host: conn.host,
|
host: conn.host,
|
||||||
port: +conn.port,
|
port: +conn.port,
|
||||||
user: conn.user,
|
user: conn.user,
|
||||||
password: conn.password,
|
password: conn.password,
|
||||||
readonly: conn.readonly,
|
readonly: conn.readonly,
|
||||||
|
connectionString: conn.connString,
|
||||||
database: '',
|
database: '',
|
||||||
schema: '',
|
schema: '',
|
||||||
databasePath: '',
|
databasePath: '',
|
||||||
@@ -65,19 +76,27 @@ export default (connections: Record<string, antares.Client>) => {
|
|||||||
client: conn.client,
|
client: conn.client,
|
||||||
params
|
params
|
||||||
});
|
});
|
||||||
await connection.connect();
|
|
||||||
|
|
||||||
if (conn.client === 'firebird')
|
await connection.connect();
|
||||||
connection.raw('SELECT rdb$get_context(\'SYSTEM\', \'DB_NAME\') FROM rdb$database');
|
if (isLocalAborted) {
|
||||||
else
|
connection.destroy();
|
||||||
await connection.select('1+1').run();
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
await connection.ping();
|
||||||
|
|
||||||
connection.destroy();
|
connection.destroy();
|
||||||
|
clearInterval(abortChecker);
|
||||||
|
|
||||||
return { status: 'success' };
|
return { status: 'success' };
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
return { status: 'error', response: err.toString() };
|
clearInterval(abortChecker);
|
||||||
|
|
||||||
|
if (!isLocalAborted)
|
||||||
|
return { status: 'error', response: err.toString() };
|
||||||
|
else
|
||||||
|
return { status: 'abort', response: 'Connection aborted' };
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -88,6 +107,15 @@ export default (connections: Record<string, antares.Client>) => {
|
|||||||
ipcMain.handle('connect', async (event, conn: antares.ConnectionParams) => {
|
ipcMain.handle('connect', async (event, conn: antares.ConnectionParams) => {
|
||||||
if (!validateSender(event.senderFrame)) return { status: 'error', response: 'Unauthorized process' };
|
if (!validateSender(event.senderFrame)) return { status: 'error', response: 'Unauthorized process' };
|
||||||
|
|
||||||
|
let isLocalAborted = false;
|
||||||
|
const abortChecker = setInterval(() => { // Intercepts abort request
|
||||||
|
if (isAborting[conn.uid]) {
|
||||||
|
isAborting[conn.uid] = false;
|
||||||
|
isLocalAborted = true;
|
||||||
|
clearInterval(abortChecker);
|
||||||
|
}
|
||||||
|
}, 50);
|
||||||
|
|
||||||
const params = {
|
const params = {
|
||||||
host: conn.host,
|
host: conn.host,
|
||||||
port: +conn.port,
|
port: +conn.port,
|
||||||
@@ -95,6 +123,7 @@ export default (connections: Record<string, antares.Client>) => {
|
|||||||
password: conn.password,
|
password: conn.password,
|
||||||
application_name: 'Antares SQL',
|
application_name: 'Antares SQL',
|
||||||
readonly: conn.readonly,
|
readonly: conn.readonly,
|
||||||
|
connectionString: conn.connString,
|
||||||
database: '',
|
database: '',
|
||||||
schema: '',
|
schema: '',
|
||||||
databasePath: '',
|
databasePath: '',
|
||||||
@@ -150,18 +179,36 @@ export default (connections: Record<string, antares.Client>) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
await connection.connect();
|
await connection.connect();
|
||||||
|
if (isLocalAborted) {
|
||||||
|
connection.destroy();
|
||||||
|
return { status: 'abort', response: 'Connection aborted' };
|
||||||
|
}
|
||||||
|
|
||||||
const structure = await connection.getStructure(new Set());
|
const structure = await connection.getStructure(new Set());
|
||||||
|
if (isLocalAborted) {
|
||||||
|
connection.destroy();
|
||||||
|
return { status: 'abort', response: 'Connection aborted' };
|
||||||
|
}
|
||||||
|
|
||||||
connections[conn.uid] = connection;
|
connections[conn.uid] = connection;
|
||||||
|
clearInterval(abortChecker);
|
||||||
|
|
||||||
return { status: 'success', response: structure };
|
return { status: 'success', response: structure };
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
return { status: 'error', response: err.toString() };
|
clearInterval(abortChecker);
|
||||||
|
|
||||||
|
if (!isLocalAborted)
|
||||||
|
return { status: 'error', response: err.toString() };
|
||||||
|
else
|
||||||
|
return { status: 'abort', response: 'Connection aborted' };
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
ipcMain.on('abort-connection', (event, uid) => {
|
||||||
|
isAborting[uid] = true;
|
||||||
|
});
|
||||||
|
|
||||||
ipcMain.handle('disconnect', (event, uid) => {
|
ipcMain.handle('disconnect', (event, uid) => {
|
||||||
if (!validateSender(event.senderFrame)) return { status: 'error', response: 'Unauthorized process' };
|
if (!validateSender(event.senderFrame)) return { status: 'error', response: 'Unauthorized process' };
|
||||||
|
|
||||||
|
@@ -251,7 +251,7 @@ export default (connections: Record<string, antares.Client>) => {
|
|||||||
setTimeout(() => { // Ensures that writing thread has finished
|
setTimeout(() => { // Ensures that writing thread has finished
|
||||||
exporter?.terminate();
|
exporter?.terminate();
|
||||||
exporter = null;
|
exporter = null;
|
||||||
}, 2000);
|
}, 500);
|
||||||
resolve({ status: 'success', response: payload });
|
resolve({ status: 'success', response: payload });
|
||||||
break;
|
break;
|
||||||
case 'cancel':
|
case 'cancel':
|
||||||
|
@@ -87,6 +87,19 @@ export default (connections: Record<string, antares.Client>) => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
ipcMain.handle('get-table-checks', async (event, params) => {
|
||||||
|
if (!validateSender(event.senderFrame)) return { status: 'error', response: 'Unauthorized process' };
|
||||||
|
|
||||||
|
try {
|
||||||
|
const result = await connections[params.uid].getTableChecks(params);
|
||||||
|
|
||||||
|
return { status: 'success', response: result };
|
||||||
|
}
|
||||||
|
catch (err) {
|
||||||
|
return { status: 'error', response: err.toString() };
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
ipcMain.handle('get-table-ddl', async (event, params) => {
|
ipcMain.handle('get-table-ddl', async (event, params) => {
|
||||||
if (!validateSender(event.senderFrame)) return { status: 'error', response: 'Unauthorized process' };
|
if (!validateSender(event.senderFrame)) return { status: 'error', response: 'Unauthorized process' };
|
||||||
|
|
||||||
|
@@ -3,14 +3,25 @@ import mysql from 'mysql2/promise';
|
|||||||
import * as pg from 'pg';
|
import * as pg from 'pg';
|
||||||
import SSH2Promise = require('@fabio286/ssh2-promise');
|
import SSH2Promise = require('@fabio286/ssh2-promise');
|
||||||
|
|
||||||
const queryLogger = ({ sql, cUid }: {sql: string; cUid: string}) => {
|
export type LoggerLevel = 'query' | 'error'
|
||||||
// Remove comments, newlines and multiple spaces
|
|
||||||
const escapedSql = sql.replace(/(\/\*(.|[\r\n])*?\*\/)|(--(.*|[\r\n]))/gm, '').replace(/\s\s+/g, ' ');
|
const ipcLogger = ({ content, cUid, level }: {content: string; cUid: string; level: LoggerLevel}) => {
|
||||||
if (process.type !== undefined) {
|
if (level === 'error') {
|
||||||
const mainWindow = require('electron').webContents.fromId(1);
|
if (process.type !== undefined) {
|
||||||
mainWindow.send('query-log', { cUid, sql: escapedSql, date: new Date() });
|
const mainWindow = require('electron').webContents.fromId(1);
|
||||||
|
mainWindow.send('non-blocking-exception', { cUid, message: content, date: new Date() });
|
||||||
|
}
|
||||||
|
if (process.env.NODE_ENV === 'development' && process.type === 'browser') console.log(content);
|
||||||
|
}
|
||||||
|
else if (level === 'query') {
|
||||||
|
// Remove comments, newlines and multiple spaces
|
||||||
|
const escapedSql = content.replace(/(\/\*(.|[\r\n])*?\*\/)|(--(.*|[\r\n]))/gm, '').replace(/\s\s+/g, ' ');
|
||||||
|
if (process.type !== undefined) {
|
||||||
|
const mainWindow = require('electron').webContents.fromId(1);
|
||||||
|
mainWindow.send('query-log', { cUid, sql: escapedSql, date: new Date() });
|
||||||
|
}
|
||||||
|
if (process.env.NODE_ENV === 'development' && process.type === 'browser') console.log(escapedSql);
|
||||||
}
|
}
|
||||||
if (process.env.NODE_ENV === 'development' && process.type === 'browser') console.log(escapedSql);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -22,7 +33,7 @@ export abstract class BaseClient {
|
|||||||
protected _params: mysql.ConnectionOptions | pg.ClientConfig | { databasePath: string; readonly: boolean};
|
protected _params: mysql.ConnectionOptions | pg.ClientConfig | { databasePath: string; readonly: boolean};
|
||||||
protected _poolSize: number;
|
protected _poolSize: number;
|
||||||
protected _ssh?: SSH2Promise;
|
protected _ssh?: SSH2Promise;
|
||||||
protected _logger: (args: {sql: string; cUid: string}) => void;
|
protected _logger: (args: {content: string; cUid: string; level: LoggerLevel}) => void;
|
||||||
protected _queryDefaults: antares.QueryBuilderObject;
|
protected _queryDefaults: antares.QueryBuilderObject;
|
||||||
protected _query: antares.QueryBuilderObject;
|
protected _query: antares.QueryBuilderObject;
|
||||||
|
|
||||||
@@ -31,7 +42,7 @@ export abstract class BaseClient {
|
|||||||
this._cUid = args.uid;
|
this._cUid = args.uid;
|
||||||
this._params = args.params;
|
this._params = args.params;
|
||||||
this._poolSize = args.poolSize || undefined;
|
this._poolSize = args.poolSize || undefined;
|
||||||
this._logger = args.logger || queryLogger;
|
this._logger = args.logger || ipcLogger;
|
||||||
|
|
||||||
this._queryDefaults = {
|
this._queryDefaults = {
|
||||||
schema: '',
|
schema: '',
|
||||||
@@ -178,6 +189,10 @@ export abstract class BaseClient {
|
|||||||
throw new Error('Method "dropSchema" not implemented');
|
throw new Error('Method "dropSchema" not implemented');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
getTableChecks (...args: any) {
|
||||||
|
throw new Error('Method "getTableDll" not implemented');
|
||||||
|
}
|
||||||
|
|
||||||
getTableDll (...args: any) {
|
getTableDll (...args: any) {
|
||||||
throw new Error('Method "getTableDll" not implemented');
|
throw new Error('Method "getTableDll" not implemented');
|
||||||
}
|
}
|
||||||
|
@@ -109,6 +109,10 @@ export class FirebirdSQLClient extends BaseClient {
|
|||||||
return firebird.pool(this._poolSize, { ...this._params, blobAsText: true });
|
return firebird.pool(this._poolSize, { ...this._params, blobAsText: true });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ping () {
|
||||||
|
return this.raw('SELECT rdb$get_context(\'SYSTEM\', \'DB_NAME\') FROM rdb$database');
|
||||||
|
}
|
||||||
|
|
||||||
destroy () {
|
destroy () {
|
||||||
if (this._poolSize)
|
if (this._poolSize)
|
||||||
return (this._connection as firebird.ConnectionPool).destroy();
|
return (this._connection as firebird.ConnectionPool).destroy();
|
||||||
@@ -1020,7 +1024,7 @@ export class FirebirdSQLClient extends BaseClient {
|
|||||||
alias: string;
|
alias: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
this._logger({ cUid: this._cUid, sql });
|
this._logger({ cUid: this._cUid, content: sql, level: 'query' });
|
||||||
|
|
||||||
args = {
|
args = {
|
||||||
nest: false,
|
nest: false,
|
||||||
|
@@ -161,6 +161,8 @@ export class MySQLClient extends BaseClient {
|
|||||||
|
|
||||||
this._ssh = new SSH2Promise({
|
this._ssh = new SSH2Promise({
|
||||||
...this._params.ssh,
|
...this._params.ssh,
|
||||||
|
reconnect: true,
|
||||||
|
reconnectTries: 3,
|
||||||
debug: process.env.NODE_ENV !== 'production' ? (s) => console.log(s) : null
|
debug: process.env.NODE_ENV !== 'production' ? (s) => console.log(s) : null
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -214,6 +216,10 @@ export class MySQLClient extends BaseClient {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ping () {
|
||||||
|
return this.select('1+1').run();
|
||||||
|
}
|
||||||
|
|
||||||
destroy () {
|
destroy () {
|
||||||
this._connection.end();
|
this._connection.end();
|
||||||
clearInterval(this._keepaliveTimer);
|
clearInterval(this._keepaliveTimer);
|
||||||
@@ -228,12 +234,13 @@ export class MySQLClient extends BaseClient {
|
|||||||
const dbConfig = await this.getDbConfig();
|
const dbConfig = await this.getDbConfig();
|
||||||
const connection = await mysql.createConnection({
|
const connection = await mysql.createConnection({
|
||||||
...dbConfig,
|
...dbConfig,
|
||||||
typeCast: (field, next) => {
|
dateStrings: true
|
||||||
if (field.type === 'DATETIME')
|
// typeCast: (field, next) => {
|
||||||
return field.string();
|
// if (field.type === 'DATETIME')
|
||||||
else
|
// return field.string();
|
||||||
return next();
|
// else
|
||||||
}
|
// return next();
|
||||||
|
// }
|
||||||
});
|
});
|
||||||
|
|
||||||
return connection;
|
return connection;
|
||||||
@@ -245,12 +252,13 @@ export class MySQLClient extends BaseClient {
|
|||||||
...dbConfig,
|
...dbConfig,
|
||||||
connectionLimit: this._poolSize,
|
connectionLimit: this._poolSize,
|
||||||
enableKeepAlive: true,
|
enableKeepAlive: true,
|
||||||
typeCast: (field, next) => {
|
dateStrings: true
|
||||||
if (field.type === 'DATETIME')
|
// typeCast: (field, next) => {
|
||||||
return field.string();
|
// if (field.type === 'DATETIME')
|
||||||
else
|
// return field.string();
|
||||||
return next();
|
// else
|
||||||
}
|
// return next();
|
||||||
|
// }
|
||||||
});
|
});
|
||||||
|
|
||||||
this._keepaliveTimer = setInterval(async () => {
|
this._keepaliveTimer = setInterval(async () => {
|
||||||
@@ -348,10 +356,21 @@ export class MySQLClient extends BaseClient {
|
|||||||
if (this._params.schema)
|
if (this._params.schema)
|
||||||
filteredDatabases = filteredDatabases.filter(db => db.Database === this._params.schema);
|
filteredDatabases = filteredDatabases.filter(db => db.Database === this._params.schema);
|
||||||
|
|
||||||
const { rows: functions } = await this.raw('SHOW FUNCTION STATUS');
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||||
const { rows: procedures } = await this.raw('SHOW PROCEDURE STATUS');
|
let functions: any[] = [];
|
||||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
let procedures: any[] = [];
|
||||||
let schedulers: any[] = [];
|
let schedulers: any[] = [];
|
||||||
|
/* eslint-enable @typescript-eslint/no-explicit-any */
|
||||||
|
|
||||||
|
try {
|
||||||
|
const { rows: functionRows } = await this.raw('SHOW FUNCTION STATUS');
|
||||||
|
const { rows: procedureRows } = await this.raw('SHOW PROCEDURE STATUS');
|
||||||
|
functions = functionRows;
|
||||||
|
procedures = procedureRows;
|
||||||
|
}
|
||||||
|
catch (err) {
|
||||||
|
this._logger({ content: err.sqlMessage, cUid: this._cUid, level: 'error' });
|
||||||
|
}
|
||||||
|
|
||||||
try { // Avoid exception with event_scheduler DISABLED with MariaDB 10
|
try { // Avoid exception with event_scheduler DISABLED with MariaDB 10
|
||||||
const { rows } = await this.raw('SELECT *, EVENT_SCHEMA AS `Db`, EVENT_NAME AS `Name` FROM information_schema.`EVENTS`');
|
const { rows } = await this.raw('SELECT *, EVENT_SCHEMA AS `Db`, EVENT_NAME AS `Name` FROM information_schema.`EVENTS`');
|
||||||
@@ -657,7 +676,7 @@ export class MySQLClient extends BaseClient {
|
|||||||
charset: field.CHARACTER_SET_NAME,
|
charset: field.CHARACTER_SET_NAME,
|
||||||
collation: field.COLLATION_NAME,
|
collation: field.COLLATION_NAME,
|
||||||
autoIncrement: field.EXTRA.includes('auto_increment'),
|
autoIncrement: field.EXTRA.includes('auto_increment'),
|
||||||
generated: field.EXTRA.toLowerCase().includes('generated'),
|
generated: ['VIRTUAL GENERATED', 'VIRTUAL STORED'].includes(field.EXTRA),
|
||||||
onUpdate: field.EXTRA.toLowerCase().includes('on update')
|
onUpdate: field.EXTRA.toLowerCase().includes('on update')
|
||||||
? field.EXTRA.substr(field.EXTRA.indexOf('on update') + 9, field.EXTRA.length).trim()
|
? field.EXTRA.substr(field.EXTRA.indexOf('on update') + 9, field.EXTRA.length).trim()
|
||||||
: '',
|
: '',
|
||||||
@@ -672,6 +691,34 @@ export class MySQLClient extends BaseClient {
|
|||||||
return rows.length ? rows[0].count : 0;
|
return rows.length ? rows[0].count : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async getTableChecks ({ schema, table }: { schema: string; table: string }): Promise<antares.TableCheck[]> {
|
||||||
|
const { rows } = await this.raw(`
|
||||||
|
SELECT
|
||||||
|
CONSTRAINT_NAME as name,
|
||||||
|
CHECK_CLAUSE as clausole
|
||||||
|
FROM information_schema.CHECK_CONSTRAINTS
|
||||||
|
WHERE CONSTRAINT_SCHEMA = "${schema}"
|
||||||
|
AND CONSTRAINT_NAME IN (
|
||||||
|
SELECT
|
||||||
|
CONSTRAINT_NAME
|
||||||
|
FROM
|
||||||
|
information_schema.TABLE_CONSTRAINTS
|
||||||
|
WHERE
|
||||||
|
TABLE_SCHEMA = "${schema}"
|
||||||
|
AND TABLE_NAME = "${table}"
|
||||||
|
AND CONSTRAINT_TYPE = 'CHECK'
|
||||||
|
)
|
||||||
|
`);
|
||||||
|
|
||||||
|
if (rows.length) {
|
||||||
|
return rows.map(row => ({
|
||||||
|
name: row.name,
|
||||||
|
clause: row.clausole
|
||||||
|
}));
|
||||||
|
}
|
||||||
|
return [];
|
||||||
|
}
|
||||||
|
|
||||||
async getTableOptions ({ schema, table }: { schema: string; table: string }) {
|
async getTableOptions ({ schema, table }: { schema: string; table: string }) {
|
||||||
/* eslint-disable camelcase */
|
/* eslint-disable camelcase */
|
||||||
interface TableOptionsResult {
|
interface TableOptionsResult {
|
||||||
@@ -848,11 +895,13 @@ export class MySQLClient extends BaseClient {
|
|||||||
fields,
|
fields,
|
||||||
foreigns,
|
foreigns,
|
||||||
indexes,
|
indexes,
|
||||||
|
checks,
|
||||||
options
|
options
|
||||||
} = params;
|
} = params;
|
||||||
const newColumns: string[] = [];
|
const newColumns: string[] = [];
|
||||||
const newIndexes: string[] = [];
|
const newIndexes: string[] = [];
|
||||||
const newForeigns: string[] = [];
|
const newForeigns: string[] = [];
|
||||||
|
const newChecks: string[] = [];
|
||||||
|
|
||||||
let sql = `CREATE TABLE \`${schema}\`.\`${options.name}\``;
|
let sql = `CREATE TABLE \`${schema}\`.\`${options.name}\``;
|
||||||
|
|
||||||
@@ -893,7 +942,13 @@ export class MySQLClient extends BaseClient {
|
|||||||
newForeigns.push(`CONSTRAINT \`${foreign.constraintName}\` FOREIGN KEY (\`${foreign.field}\`) REFERENCES \`${foreign.refTable}\` (\`${foreign.refField}\`) ON UPDATE ${foreign.onUpdate} ON DELETE ${foreign.onDelete}`);
|
newForeigns.push(`CONSTRAINT \`${foreign.constraintName}\` FOREIGN KEY (\`${foreign.field}\`) REFERENCES \`${foreign.refTable}\` (\`${foreign.refField}\`) ON UPDATE ${foreign.onUpdate} ON DELETE ${foreign.onDelete}`);
|
||||||
});
|
});
|
||||||
|
|
||||||
sql = `${sql} (${[...newColumns, ...newIndexes, ...newForeigns].join(', ')}) COMMENT='${options.comment}', COLLATE='${options.collation}', ENGINE=${options.engine}`;
|
// ADD TABLE CHECKS
|
||||||
|
checks.forEach(check => {
|
||||||
|
if (!check.clause.trim().length) return;
|
||||||
|
newChecks.push(`${check.name ? `CONSTRAINT \`${check.name}\` ` : ''}CHECK (${check.clause})`);
|
||||||
|
});
|
||||||
|
|
||||||
|
sql = `${sql} (${[...newColumns, ...newIndexes, ...newForeigns, ...newChecks].join(', ')}) COMMENT='${options.comment}', COLLATE='${options.collation}', ENGINE=${options.engine}`;
|
||||||
|
|
||||||
return await this.raw(sql);
|
return await this.raw(sql);
|
||||||
}
|
}
|
||||||
@@ -907,6 +962,7 @@ export class MySQLClient extends BaseClient {
|
|||||||
changes,
|
changes,
|
||||||
indexChanges,
|
indexChanges,
|
||||||
foreignChanges,
|
foreignChanges,
|
||||||
|
checkChanges,
|
||||||
options
|
options
|
||||||
} = params;
|
} = params;
|
||||||
|
|
||||||
@@ -914,6 +970,7 @@ export class MySQLClient extends BaseClient {
|
|||||||
const alterColumnsAdd: string[] = [];
|
const alterColumnsAdd: string[] = [];
|
||||||
const alterColumnsChange: string[] = [];
|
const alterColumnsChange: string[] = [];
|
||||||
const alterColumnsDrop: string[] = [];
|
const alterColumnsDrop: string[] = [];
|
||||||
|
const alterQueryes: string[] = [];
|
||||||
|
|
||||||
// OPTIONS
|
// OPTIONS
|
||||||
if ('comment' in options) alterColumnsChange.push(`COMMENT='${options.comment}'`);
|
if ('comment' in options) alterColumnsChange.push(`COMMENT='${options.comment}'`);
|
||||||
@@ -959,6 +1016,12 @@ export class MySQLClient extends BaseClient {
|
|||||||
alterColumnsAdd.push(`ADD CONSTRAINT \`${addition.constraintName}\` FOREIGN KEY (\`${addition.field}\`) REFERENCES \`${addition.refTable}\` (\`${addition.refField}\`) ON UPDATE ${addition.onUpdate} ON DELETE ${addition.onDelete}`);
|
alterColumnsAdd.push(`ADD CONSTRAINT \`${addition.constraintName}\` FOREIGN KEY (\`${addition.field}\`) REFERENCES \`${addition.refTable}\` (\`${addition.refField}\`) ON UPDATE ${addition.onUpdate} ON DELETE ${addition.onDelete}`);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// ADD TABLE CHECKS
|
||||||
|
checkChanges.additions.forEach(addition => {
|
||||||
|
if (!addition.clause.trim().length) return;
|
||||||
|
alterColumnsAdd.push(`ADD ${addition.name ? `CONSTRAINT \`${addition.name}\` ` : ''}CHECK (${addition.clause})`);
|
||||||
|
});
|
||||||
|
|
||||||
// CHANGE FIELDS
|
// CHANGE FIELDS
|
||||||
changes.forEach(change => {
|
changes.forEach(change => {
|
||||||
const typeInfo = this.getTypeInfo(change.type);
|
const typeInfo = this.getTypeInfo(change.type);
|
||||||
@@ -970,9 +1033,9 @@ export class MySQLClient extends BaseClient {
|
|||||||
${change.zerofill ? 'ZEROFILL' : ''}
|
${change.zerofill ? 'ZEROFILL' : ''}
|
||||||
${change.nullable ? 'NULL' : 'NOT NULL'}
|
${change.nullable ? 'NULL' : 'NOT NULL'}
|
||||||
${change.autoIncrement ? 'AUTO_INCREMENT' : ''}
|
${change.autoIncrement ? 'AUTO_INCREMENT' : ''}
|
||||||
|
${change.collation ? `COLLATE ${change.collation}` : ''}
|
||||||
${change.default !== null ? `DEFAULT ${change.default || '\'\''}` : ''}
|
${change.default !== null ? `DEFAULT ${change.default || '\'\''}` : ''}
|
||||||
${change.comment ? `COMMENT '${change.comment}'` : ''}
|
${change.comment ? `COMMENT '${change.comment}'` : ''}
|
||||||
${change.collation ? `COLLATE ${change.collation}` : ''}
|
|
||||||
${change.onUpdate ? `ON UPDATE ${change.onUpdate}` : ''}
|
${change.onUpdate ? `ON UPDATE ${change.onUpdate}` : ''}
|
||||||
${change.after ? `AFTER \`${change.after}\`` : 'FIRST'}`);
|
${change.after ? `AFTER \`${change.after}\`` : 'FIRST'}`);
|
||||||
});
|
});
|
||||||
@@ -1003,6 +1066,13 @@ export class MySQLClient extends BaseClient {
|
|||||||
alterColumnsChange.push(`ADD CONSTRAINT \`${change.constraintName}\` FOREIGN KEY (\`${change.field}\`) REFERENCES \`${change.refTable}\` (\`${change.refField}\`) ON UPDATE ${change.onUpdate} ON DELETE ${change.onDelete}`);
|
alterColumnsChange.push(`ADD CONSTRAINT \`${change.constraintName}\` FOREIGN KEY (\`${change.field}\`) REFERENCES \`${change.refTable}\` (\`${change.refField}\`) ON UPDATE ${change.onUpdate} ON DELETE ${change.onDelete}`);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// CHANGE CHECK TABLE
|
||||||
|
checkChanges.changes.forEach(change => {
|
||||||
|
if (!change.clause.trim().length) return;
|
||||||
|
alterQueryes.push(`${sql} DROP CONSTRAINT \`${change.name}\``);
|
||||||
|
alterQueryes.push(`${sql} ADD ${change.name ? `CONSTRAINT \`${change.name}\` ` : ''}CHECK (${change.clause})`);
|
||||||
|
});
|
||||||
|
|
||||||
// DROP FIELDS
|
// DROP FIELDS
|
||||||
deletions.forEach(deletion => {
|
deletions.forEach(deletion => {
|
||||||
alterColumnsDrop.push(`DROP COLUMN \`${deletion.name}\``);
|
alterColumnsDrop.push(`DROP COLUMN \`${deletion.name}\``);
|
||||||
@@ -1021,7 +1091,11 @@ export class MySQLClient extends BaseClient {
|
|||||||
alterColumnsDrop.push(`DROP FOREIGN KEY \`${deletion.constraintName}\``);
|
alterColumnsDrop.push(`DROP FOREIGN KEY \`${deletion.constraintName}\``);
|
||||||
});
|
});
|
||||||
|
|
||||||
const alterQueryes = [];
|
// DROP CHECK TABLE
|
||||||
|
checkChanges.deletions.forEach(deletion => {
|
||||||
|
alterQueryes.push(`${sql} DROP CONSTRAINT \`${deletion.name}\``);
|
||||||
|
});
|
||||||
|
|
||||||
if (alterColumnsAdd.length) alterQueryes.push(sql+alterColumnsAdd.join(', '));
|
if (alterColumnsAdd.length) alterQueryes.push(sql+alterColumnsAdd.join(', '));
|
||||||
if (alterColumnsChange.length) alterQueryes.push(sql+alterColumnsChange.join(', '));
|
if (alterColumnsChange.length) alterQueryes.push(sql+alterColumnsChange.join(', '));
|
||||||
if (alterColumnsDrop.length) alterQueryes.push(sql+alterColumnsDrop.join(', '));
|
if (alterColumnsDrop.length) alterQueryes.push(sql+alterColumnsDrop.join(', '));
|
||||||
@@ -1661,7 +1735,7 @@ export class MySQLClient extends BaseClient {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async raw<T = antares.QueryResult> (sql: string, args?: antares.QueryParams) {
|
async raw<T = antares.QueryResult> (sql: string, args?: antares.QueryParams) {
|
||||||
this._logger({ cUid: this._cUid, sql });
|
this._logger({ cUid: this._cUid, content: sql, level: 'query' });
|
||||||
|
|
||||||
args = {
|
args = {
|
||||||
nest: false,
|
nest: false,
|
||||||
@@ -1697,9 +1771,10 @@ export class MySQLClient extends BaseClient {
|
|||||||
connection.query({ sql: query, nestTables }).then(async ([response, fields]) => {
|
connection.query({ sql: query, nestTables }).then(async ([response, fields]) => {
|
||||||
timeStop = new Date();
|
timeStop = new Date();
|
||||||
const queryResult = response;
|
const queryResult = response;
|
||||||
|
const fieldsArr = fields ? Array.isArray(fields[0]) ? fields[0] : fields : false;// Some times fields are nested in an array
|
||||||
|
|
||||||
let remappedFields = fields
|
let remappedFields = fieldsArr
|
||||||
? fields.map(field => {
|
? fieldsArr.map(field => {
|
||||||
if (!field || Array.isArray(field))
|
if (!field || Array.isArray(field))
|
||||||
return undefined;
|
return undefined;
|
||||||
|
|
||||||
@@ -1768,7 +1843,7 @@ export class MySQLClient extends BaseClient {
|
|||||||
|
|
||||||
resolve({
|
resolve({
|
||||||
duration: timeStop.getTime() - timeStart.getTime(),
|
duration: timeStop.getTime() - timeStart.getTime(),
|
||||||
rows: Array.isArray(queryResult) ? queryResult.some(el => Array.isArray(el)) ? [] : queryResult : false,
|
rows: Array.isArray(queryResult) ? queryResult.some(el => Array.isArray(el)) ? queryResult[0] : queryResult : false,
|
||||||
report: !Array.isArray(queryResult) ? queryResult : false,
|
report: !Array.isArray(queryResult) ? queryResult : false,
|
||||||
fields: remappedFields,
|
fields: remappedFields,
|
||||||
keys: keysArr
|
keys: keysArr
|
||||||
|
@@ -155,6 +155,7 @@ export class PostgreSQLClient extends BaseClient {
|
|||||||
host: this._params.host,
|
host: this._params.host,
|
||||||
port: this._params.port,
|
port: this._params.port,
|
||||||
user: this._params.user,
|
user: this._params.user,
|
||||||
|
connectionString: this._params.connectionString,
|
||||||
database: 'postgres' as string,
|
database: 'postgres' as string,
|
||||||
password: this._params.password,
|
password: this._params.password,
|
||||||
ssl: null as ConnectionOptions
|
ssl: null as ConnectionOptions
|
||||||
@@ -168,6 +169,8 @@ export class PostgreSQLClient extends BaseClient {
|
|||||||
try {
|
try {
|
||||||
this._ssh = new SSH2Promise({
|
this._ssh = new SSH2Promise({
|
||||||
...this._params.ssh,
|
...this._params.ssh,
|
||||||
|
reconnect: true,
|
||||||
|
reconnectTries: 3,
|
||||||
debug: process.env.NODE_ENV !== 'production' ? (s) => console.log(s) : null
|
debug: process.env.NODE_ENV !== 'production' ? (s) => console.log(s) : null
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -243,6 +246,10 @@ export class PostgreSQLClient extends BaseClient {
|
|||||||
return connection;
|
return connection;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ping () {
|
||||||
|
return this.select('1+1').run();
|
||||||
|
}
|
||||||
|
|
||||||
destroy () {
|
destroy () {
|
||||||
this._connection.end();
|
this._connection.end();
|
||||||
clearInterval(this._keepaliveTimer);
|
clearInterval(this._keepaliveTimer);
|
||||||
@@ -494,16 +501,27 @@ export class PostgreSQLClient extends BaseClient {
|
|||||||
column_default: string;
|
column_default: string;
|
||||||
character_set_name: string;
|
character_set_name: string;
|
||||||
collation_name: string;
|
collation_name: string;
|
||||||
|
column_comment: string;
|
||||||
}
|
}
|
||||||
/* eslint-enable camelcase */
|
/* eslint-enable camelcase */
|
||||||
|
|
||||||
const { rows } = await this
|
// Table columns
|
||||||
.select('*')
|
const { rows } = await this.raw<antares.QueryResult<TableColumnsResult>>(`
|
||||||
.schema('information_schema')
|
WITH comments AS (
|
||||||
.from('columns')
|
SELECT attr.attname AS column, des.description AS comment, pgc.relname
|
||||||
.where({ table_schema: `= '${schema}'`, table_name: `= '${table}'` })
|
FROM pg_attribute AS attr, pg_description AS des, pg_class AS pgc
|
||||||
.orderBy({ ordinal_position: 'ASC' })
|
WHERE pgc.oid = attr.attrelid
|
||||||
.run<TableColumnsResult>();
|
AND des.objoid = pgc.oid
|
||||||
|
AND pg_table_is_visible(pgc.oid)
|
||||||
|
AND attr.attnum = des.objsubid
|
||||||
|
)
|
||||||
|
SELECT cols.*, comments.comment AS column_comment
|
||||||
|
FROM "information_schema"."columns" AS cols
|
||||||
|
LEFT JOIN comments ON comments.column = cols.column_name AND comments.relname = cols.table_name
|
||||||
|
WHERE cols.table_schema = '${schema}'
|
||||||
|
AND cols.table_name = '${table}'
|
||||||
|
ORDER BY "ordinal_position" ASC
|
||||||
|
`);
|
||||||
|
|
||||||
return rows.map(field => {
|
return rows.map(field => {
|
||||||
let type = field.data_type;
|
let type = field.data_type;
|
||||||
@@ -532,7 +550,7 @@ export class PostgreSQLClient extends BaseClient {
|
|||||||
collation: field.collation_name,
|
collation: field.collation_name,
|
||||||
autoIncrement: false,
|
autoIncrement: false,
|
||||||
onUpdate: null,
|
onUpdate: null,
|
||||||
comment: ''
|
comment: field.column_comment
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@@ -591,8 +609,8 @@ export class PostgreSQLClient extends BaseClient {
|
|||||||
}
|
}
|
||||||
/* eslint-enable camelcase */
|
/* eslint-enable camelcase */
|
||||||
|
|
||||||
if (schema !== 'public')
|
// if (schema !== 'public')
|
||||||
await this.use(schema);
|
await this.use(schema);
|
||||||
|
|
||||||
const { rows } = await this.raw<antares.QueryResult<ShowIntexesResult>>(`WITH ndx_list AS (
|
const { rows } = await this.raw<antares.QueryResult<ShowIntexesResult>>(`WITH ndx_list AS (
|
||||||
SELECT pg_index.indexrelid, pg_class.oid
|
SELECT pg_index.indexrelid, pg_class.oid
|
||||||
@@ -636,35 +654,7 @@ export class PostgreSQLClient extends BaseClient {
|
|||||||
}, {} as {table: string; schema: string}[]);
|
}, {} as {table: string; schema: string}[]);
|
||||||
}
|
}
|
||||||
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
||||||
async getTableDll ({ schema, table }: { schema: string; table: string }) {
|
async getTableDll ({ schema, table }: { schema: string; table: string }) {
|
||||||
// const { rows } = await this.raw<antares.QueryResult<{'ddl'?: string}>>(`
|
|
||||||
// SELECT
|
|
||||||
// 'CREATE TABLE ' || relname || E'\n(\n' ||
|
|
||||||
// array_to_string(
|
|
||||||
// array_agg(' ' || column_name || ' ' || type || ' '|| not_null)
|
|
||||||
// , E',\n'
|
|
||||||
// ) || E'\n);\n' AS ddl
|
|
||||||
// FROM (
|
|
||||||
// SELECT
|
|
||||||
// a.attname AS column_name
|
|
||||||
// , pg_catalog.format_type(a.atttypid, a.atttypmod) AS type
|
|
||||||
// , CASE WHEN a.attnotnull THEN 'NOT NULL' ELSE 'NULL' END AS not_null
|
|
||||||
// , c.relname
|
|
||||||
// FROM pg_attribute a, pg_class c, pg_type t
|
|
||||||
// WHERE a.attnum > 0
|
|
||||||
// AND a.attrelid = c.oid
|
|
||||||
// AND a.atttypid = t.oid
|
|
||||||
// AND c.relname = '${table}'
|
|
||||||
// ORDER BY a.attnum
|
|
||||||
// ) AS tabledefinition
|
|
||||||
// GROUP BY relname
|
|
||||||
// `);
|
|
||||||
|
|
||||||
// if (rows.length)
|
|
||||||
// return rows[0].ddl;
|
|
||||||
// else return '';
|
|
||||||
|
|
||||||
/* eslint-disable camelcase */
|
/* eslint-disable camelcase */
|
||||||
interface SequenceRecord {
|
interface SequenceRecord {
|
||||||
sequence_catalog: string;
|
sequence_catalog: string;
|
||||||
@@ -706,6 +696,34 @@ export class PostgreSQLClient extends BaseClient {
|
|||||||
|
|
||||||
if (!rows.length) return '';
|
if (!rows.length) return '';
|
||||||
|
|
||||||
|
const indexes = await this.getTableIndexes({ schema, table });
|
||||||
|
const primaryKey = indexes
|
||||||
|
.filter(i => i.type === 'PRIMARY')
|
||||||
|
.reduce((acc, cur) => {
|
||||||
|
if (!Object.keys(acc).length) {
|
||||||
|
cur.column = `"${cur.column}"`;
|
||||||
|
acc = cur;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
acc.column += `, "${cur.column}"`;
|
||||||
|
return acc;
|
||||||
|
}, {} as { name: string; column: string; type: string});
|
||||||
|
|
||||||
|
const remappedIndexes = indexes
|
||||||
|
.filter(i => i.type !== 'PRIMARY')
|
||||||
|
.reduce((acc, cur) => {
|
||||||
|
const existingIndex = acc.findIndex(i => i.name === cur.name);
|
||||||
|
|
||||||
|
if (existingIndex >= 0)
|
||||||
|
acc[existingIndex].column += `, "${cur.column}"`;
|
||||||
|
else {
|
||||||
|
cur.column = `"${cur.column}"`;
|
||||||
|
acc.push(cur);
|
||||||
|
}
|
||||||
|
|
||||||
|
return acc;
|
||||||
|
}, [] as { name: string; column: string; type: string}[]);
|
||||||
|
|
||||||
for (const column of rows) {
|
for (const column of rows) {
|
||||||
let fieldType = column.data_type;
|
let fieldType = column.data_type;
|
||||||
if (fieldType === 'USER-DEFINED') fieldType = `"${schema}".${column.udt_name}`;
|
if (fieldType === 'USER-DEFINED') fieldType = `"${schema}".${column.udt_name}`;
|
||||||
@@ -733,6 +751,9 @@ export class PostgreSQLClient extends BaseClient {
|
|||||||
columnsSql.push(columnArr.join(' '));
|
columnsSql.push(columnArr.join(' '));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (primaryKey)
|
||||||
|
columnsSql.push(`CONSTRAINT "${primaryKey.name}" PRIMARY KEY (${primaryKey.column})`);
|
||||||
|
|
||||||
// Table sequences
|
// Table sequences
|
||||||
for (let sequence of sequences) {
|
for (let sequence of sequences) {
|
||||||
if (sequence.includes('.')) sequence = sequence.split('.')[1];
|
if (sequence.includes('.')) sequence = sequence.split('.')[1];
|
||||||
@@ -749,25 +770,22 @@ export class PostgreSQLClient extends BaseClient {
|
|||||||
INCREMENT BY ${rows[0].increment}
|
INCREMENT BY ${rows[0].increment}
|
||||||
MINVALUE ${rows[0].minimum_value}
|
MINVALUE ${rows[0].minimum_value}
|
||||||
MAXVALUE ${rows[0].maximum_value}
|
MAXVALUE ${rows[0].maximum_value}
|
||||||
CACHE 1;\n`;
|
CACHE 1;\n\n`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Table create
|
// Table create
|
||||||
createSql += `\nCREATE TABLE "${schema}"."${table}"(
|
createSql += `CREATE TABLE "${schema}"."${table}"(
|
||||||
${columnsSql.join(',\n ')}
|
${columnsSql.join(',\n ')}
|
||||||
);\n`;
|
);\n`;
|
||||||
|
|
||||||
// Table indexes
|
// Table indexes
|
||||||
createSql += '\n';
|
createSql += '\n';
|
||||||
const { rows: indexes } = await this.select('*')
|
|
||||||
.schema('pg_catalog')
|
|
||||||
.from('pg_indexes')
|
|
||||||
.where({ schemaname: `= '${schema}'`, tablename: `= '${table}'` })
|
|
||||||
.run<{indexdef: string}>();
|
|
||||||
|
|
||||||
for (const index of indexes)
|
for (const index of remappedIndexes) {
|
||||||
createSql += `${index.indexdef};\n`;
|
if (index.type !== 'PRIMARY')
|
||||||
|
createSql += `CREATE ${index.type}${index.type === 'UNIQUE' ? ' INDEX' : ''} "${index.name}" ON "${schema}"."${table}" (${index.column});\n`;
|
||||||
|
}
|
||||||
|
|
||||||
return createSql;
|
return createSql;
|
||||||
}
|
}
|
||||||
@@ -869,6 +887,7 @@ export class PostgreSQLClient extends BaseClient {
|
|||||||
const newIndexes: string[] = [];
|
const newIndexes: string[] = [];
|
||||||
const manageIndexes: string[] = [];
|
const manageIndexes: string[] = [];
|
||||||
const newForeigns: string[] = [];
|
const newForeigns: string[] = [];
|
||||||
|
const modifyComment: string[] = [];
|
||||||
|
|
||||||
let sql = `CREATE TABLE "${schema}"."${options.name}"`;
|
let sql = `CREATE TABLE "${schema}"."${options.name}"`;
|
||||||
|
|
||||||
@@ -884,6 +903,8 @@ export class PostgreSQLClient extends BaseClient {
|
|||||||
${field.nullable ? 'NULL' : 'NOT NULL'}
|
${field.nullable ? 'NULL' : 'NOT NULL'}
|
||||||
${field.default !== null ? `DEFAULT ${field.default || '\'\''}` : ''}
|
${field.default !== null ? `DEFAULT ${field.default || '\'\''}` : ''}
|
||||||
${field.onUpdate ? `ON UPDATE ${field.onUpdate}` : ''}`);
|
${field.onUpdate ? `ON UPDATE ${field.onUpdate}` : ''}`);
|
||||||
|
if (field.comment != null)
|
||||||
|
modifyComment.push(`COMMENT ON COLUMN "${schema}"."${options.name}"."${field.name}" IS '${field.comment}'`);
|
||||||
});
|
});
|
||||||
|
|
||||||
// ADD INDEX
|
// ADD INDEX
|
||||||
@@ -904,8 +925,12 @@ export class PostgreSQLClient extends BaseClient {
|
|||||||
newForeigns.push(`CONSTRAINT "${foreign.constraintName}" FOREIGN KEY ("${foreign.field}") REFERENCES "${schema}"."${foreign.refTable}" ("${foreign.refField}") ON UPDATE ${foreign.onUpdate} ON DELETE ${foreign.onDelete}`);
|
newForeigns.push(`CONSTRAINT "${foreign.constraintName}" FOREIGN KEY ("${foreign.field}") REFERENCES "${schema}"."${foreign.refTable}" ("${foreign.refField}") ON UPDATE ${foreign.onUpdate} ON DELETE ${foreign.onDelete}`);
|
||||||
});
|
});
|
||||||
|
|
||||||
sql = `${sql} (${[...newColumns, ...newIndexes, ...newForeigns].join(', ')})`;
|
sql = `${sql} (${[...newColumns, ...newIndexes, ...newForeigns].join(', ')}); `;
|
||||||
if (manageIndexes.length) sql = `${sql}; ${manageIndexes.join(';')}`;
|
if (manageIndexes.length) sql = `${sql} ${manageIndexes.join(';')}; `;
|
||||||
|
// TABLE COMMENT
|
||||||
|
if (options.comment != null) sql = `${sql} COMMENT ON TABLE "${schema}"."${options.name}" IS '${options.comment}'; `;
|
||||||
|
// FIELDS COMMENT
|
||||||
|
if (modifyComment.length) sql = `${sql} ${modifyComment.join(';')}; `;
|
||||||
|
|
||||||
return await this.raw(sql);
|
return await this.raw(sql);
|
||||||
}
|
}
|
||||||
@@ -930,6 +955,7 @@ export class PostgreSQLClient extends BaseClient {
|
|||||||
const renameColumns: string[] = [];
|
const renameColumns: string[] = [];
|
||||||
const createSequences: string[] = [];
|
const createSequences: string[] = [];
|
||||||
const manageIndexes: string[] = [];
|
const manageIndexes: string[] = [];
|
||||||
|
const modifyComment: string[] = [];
|
||||||
|
|
||||||
// ADD FIELDS
|
// ADD FIELDS
|
||||||
additions.forEach(addition => {
|
additions.forEach(addition => {
|
||||||
@@ -943,6 +969,8 @@ export class PostgreSQLClient extends BaseClient {
|
|||||||
${addition.nullable ? 'NULL' : 'NOT NULL'}
|
${addition.nullable ? 'NULL' : 'NOT NULL'}
|
||||||
${addition.default !== null ? `DEFAULT ${addition.default || '\'\''}` : ''}
|
${addition.default !== null ? `DEFAULT ${addition.default || '\'\''}` : ''}
|
||||||
${addition.onUpdate ? `ON UPDATE ${addition.onUpdate}` : ''}`);
|
${addition.onUpdate ? `ON UPDATE ${addition.onUpdate}` : ''}`);
|
||||||
|
if (addition.comment != null)
|
||||||
|
modifyComment.push(`COMMENT ON COLUMN "${schema}"."${table}"."${addition.name}" IS '${addition.comment}'`);
|
||||||
});
|
});
|
||||||
|
|
||||||
// ADD INDEX
|
// ADD INDEX
|
||||||
@@ -995,6 +1023,8 @@ export class PostgreSQLClient extends BaseClient {
|
|||||||
|
|
||||||
if (change.orgName !== change.name)
|
if (change.orgName !== change.name)
|
||||||
renameColumns.push(`ALTER TABLE "${schema}"."${table}" RENAME COLUMN "${change.orgName}" TO "${change.name}"`);
|
renameColumns.push(`ALTER TABLE "${schema}"."${table}" RENAME COLUMN "${change.orgName}" TO "${change.name}"`);
|
||||||
|
if (change.comment != null)
|
||||||
|
modifyComment.push(`COMMENT ON COLUMN "${schema}"."${table}"."${change.name}" IS '${change.comment}'`);
|
||||||
});
|
});
|
||||||
|
|
||||||
// CHANGE INDEX
|
// CHANGE INDEX
|
||||||
@@ -1042,8 +1072,11 @@ export class PostgreSQLClient extends BaseClient {
|
|||||||
if (alterColumns.length) sql += `ALTER TABLE "${schema}"."${table}" ${alterColumns.join(', ')}; `;
|
if (alterColumns.length) sql += `ALTER TABLE "${schema}"."${table}" ${alterColumns.join(', ')}; `;
|
||||||
if (createSequences.length) sql = `${createSequences.join(';')}; ${sql}`;
|
if (createSequences.length) sql = `${createSequences.join(';')}; ${sql}`;
|
||||||
if (manageIndexes.length) sql = `${manageIndexes.join(';')}; ${sql}`;
|
if (manageIndexes.length) sql = `${manageIndexes.join(';')}; ${sql}`;
|
||||||
|
// TABLE COMMENT
|
||||||
|
if (options.comment != null) sql = `${sql} COMMENT ON TABLE "${schema}"."${table}" IS '${options.comment}'; `;
|
||||||
|
// FIELDS COMMENT
|
||||||
|
if (modifyComment.length) sql = `${sql} ${modifyComment.join(';')}; `;
|
||||||
if (options.name) sql += `ALTER TABLE "${schema}"."${table}" RENAME TO "${options.name}"; `;
|
if (options.name) sql += `ALTER TABLE "${schema}"."${table}" RENAME TO "${options.name}"; `;
|
||||||
|
|
||||||
// RENAME
|
// RENAME
|
||||||
if (renameColumns.length) sql = `${renameColumns.join(';')}; ${sql}`;
|
if (renameColumns.length) sql = `${renameColumns.join(';')}; ${sql}`;
|
||||||
|
|
||||||
@@ -1615,7 +1648,7 @@ export class PostgreSQLClient extends BaseClient {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async raw<T = antares.QueryResult> (sql: string, args?: antares.QueryParams) {
|
async raw<T = antares.QueryResult> (sql: string, args?: antares.QueryParams) {
|
||||||
this._logger({ cUid: this._cUid, sql });
|
this._logger({ cUid: this._cUid, content: sql, level: 'query' });
|
||||||
|
|
||||||
args = {
|
args = {
|
||||||
nest: false,
|
nest: false,
|
||||||
|
@@ -35,6 +35,10 @@ export class SQLiteClient extends BaseClient {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ping () {
|
||||||
|
return this.select('1+1').run();
|
||||||
|
}
|
||||||
|
|
||||||
destroy () {
|
destroy () {
|
||||||
this._connection.close();
|
this._connection.close();
|
||||||
}
|
}
|
||||||
@@ -608,7 +612,7 @@ export class SQLiteClient extends BaseClient {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async raw<T = antares.QueryResult> (sql: string, args?: antares.QueryParams) {
|
async raw<T = antares.QueryResult> (sql: string, args?: antares.QueryParams) {
|
||||||
this._logger({ cUid: this._cUid, sql });// TODO: replace BLOB content with a placeholder
|
this._logger({ cUid: this._cUid, content: sql, level: 'query' });// TODO: replace BLOB content with a placeholder
|
||||||
|
|
||||||
args = {
|
args = {
|
||||||
nest: false,
|
nest: false,
|
||||||
|
@@ -336,7 +336,8 @@ CREATE TABLE \`${view.Name}\`(
|
|||||||
const connection = await this._client.getConnection();
|
const connection = await this._client.getConnection();
|
||||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
const stream = (connection as any).connection.query(sql).stream();
|
const stream = (connection as any).connection.query(sql).stream();
|
||||||
const dispose = () => connection.end();
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
|
const dispose = () => (connection as any).release();
|
||||||
|
|
||||||
stream.on('end', dispose);
|
stream.on('end', dispose);
|
||||||
stream.on('error', dispose);
|
stream.on('error', dispose);
|
||||||
|
@@ -39,115 +39,7 @@ SET row_security = off;\n\n\n`;
|
|||||||
}
|
}
|
||||||
|
|
||||||
async getCreateTable (tableName: string) {
|
async getCreateTable (tableName: string) {
|
||||||
/* eslint-disable camelcase */
|
const createSql = await this._client.getTableDll({ schema: this.schemaName, table: tableName });
|
||||||
interface SequenceRecord {
|
|
||||||
sequence_catalog: string;
|
|
||||||
sequence_schema: string;
|
|
||||||
sequence_name: string;
|
|
||||||
data_type: string;
|
|
||||||
numeric_precision: number;
|
|
||||||
numeric_precision_radix: number;
|
|
||||||
numeric_scale: number;
|
|
||||||
start_value: string;
|
|
||||||
minimum_value: string;
|
|
||||||
maximum_value: string;
|
|
||||||
increment: string;
|
|
||||||
cycle_option: string;
|
|
||||||
}
|
|
||||||
/* eslint-enable camelcase */
|
|
||||||
|
|
||||||
let createSql = '';
|
|
||||||
const sequences = [];
|
|
||||||
const columnsSql = [];
|
|
||||||
const arrayTypes: Record<string, string> = {
|
|
||||||
_int2: 'smallint',
|
|
||||||
_int4: 'integer',
|
|
||||||
_int8: 'bigint',
|
|
||||||
_float4: 'real',
|
|
||||||
_float8: 'double precision',
|
|
||||||
_char: '"char"',
|
|
||||||
_varchar: 'character varying'
|
|
||||||
};
|
|
||||||
|
|
||||||
// Table columns
|
|
||||||
const { rows } = await this._client.raw(`
|
|
||||||
SELECT *
|
|
||||||
FROM "information_schema"."columns"
|
|
||||||
WHERE "table_schema" = '${this.schemaName}'
|
|
||||||
AND "table_name" = '${tableName}'
|
|
||||||
ORDER BY "ordinal_position" ASC
|
|
||||||
`, { schema: 'information_schema' });
|
|
||||||
|
|
||||||
if (!rows.length) return '';
|
|
||||||
|
|
||||||
for (const column of rows) {
|
|
||||||
let fieldType = column.data_type;
|
|
||||||
if (fieldType === 'USER-DEFINED') fieldType = `"${this.schemaName}".${column.udt_name}`;
|
|
||||||
else if (fieldType === 'ARRAY') {
|
|
||||||
if (Object.keys(arrayTypes).includes(fieldType))
|
|
||||||
fieldType = arrayTypes[column.udt_name] + '[]';
|
|
||||||
else
|
|
||||||
fieldType = column.udt_name.replaceAll('_', '') + '[]';
|
|
||||||
}
|
|
||||||
|
|
||||||
const columnArr = [
|
|
||||||
`"${column.column_name}"`,
|
|
||||||
`${fieldType}${column.character_maximum_length ? `(${column.character_maximum_length})` : ''}`
|
|
||||||
];
|
|
||||||
|
|
||||||
if (column.column_default) {
|
|
||||||
columnArr.push(`DEFAULT ${column.column_default}`);
|
|
||||||
if (column.column_default.includes('nextval')) {
|
|
||||||
const sequenceName = column.column_default.split('\'')[1];
|
|
||||||
sequences.push(sequenceName);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (column.is_nullable === 'NO') columnArr.push('NOT NULL');
|
|
||||||
|
|
||||||
columnsSql.push(columnArr.join(' '));
|
|
||||||
}
|
|
||||||
|
|
||||||
// Table sequences
|
|
||||||
for (let sequence of sequences) {
|
|
||||||
if (sequence.includes('.')) sequence = sequence.split('.')[1];
|
|
||||||
|
|
||||||
const { rows } = await this._client
|
|
||||||
.select('*')
|
|
||||||
.schema('information_schema')
|
|
||||||
.from('sequences')
|
|
||||||
.where({ sequence_schema: `= '${this.schemaName}'`, sequence_name: `= '${sequence}'` })
|
|
||||||
.run<SequenceRecord>();
|
|
||||||
|
|
||||||
if (rows.length) {
|
|
||||||
createSql += `CREATE SEQUENCE "${this.schemaName}"."${sequence}"
|
|
||||||
START WITH ${rows[0].start_value}
|
|
||||||
INCREMENT BY ${rows[0].increment}
|
|
||||||
MINVALUE ${rows[0].minimum_value}
|
|
||||||
MAXVALUE ${rows[0].maximum_value}
|
|
||||||
CACHE 1;\n`;
|
|
||||||
|
|
||||||
// createSql += `\nALTER TABLE "${sequence}" OWNER TO ${this._client._params.user};\n\n`;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Table create
|
|
||||||
createSql += `\nCREATE TABLE "${this.schemaName}"."${tableName}"(
|
|
||||||
${columnsSql.join(',\n ')}
|
|
||||||
);\n`;
|
|
||||||
|
|
||||||
// createSql += `\nALTER TABLE "${tableName}" OWNER TO ${this._client._params.user};\n\n`;
|
|
||||||
|
|
||||||
// Table indexes
|
|
||||||
createSql += '\n';
|
|
||||||
const { rows: indexes } = await this._client
|
|
||||||
.select('*')
|
|
||||||
.schema('pg_catalog')
|
|
||||||
.from('pg_indexes')
|
|
||||||
.where({ schemaname: `= '${this.schemaName}'`, tablename: `= '${tableName}'` })
|
|
||||||
.run<{indexdef: string}>();
|
|
||||||
|
|
||||||
for (const index of indexes)
|
|
||||||
createSql += `${index.indexdef};\n`;
|
|
||||||
|
|
||||||
// Table foreigns
|
// Table foreigns
|
||||||
const { rows: foreigns } = await this._client.raw(`
|
const { rows: foreigns } = await this._client.raw(`
|
||||||
|
@@ -10,9 +10,7 @@
|
|||||||
:key="connection.uid"
|
:key="connection.uid"
|
||||||
:connection="connection"
|
:connection="connection"
|
||||||
/>
|
/>
|
||||||
<div class="connection-panel-wrapper p-relative">
|
<WorkspaceAddConnectionPanel v-if="selectedWorkspace === 'NEW'" />
|
||||||
<WorkspaceAddConnectionPanel v-if="selectedWorkspace === 'NEW'" />
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<TheFooter />
|
<TheFooter />
|
||||||
<TheNotificationsBoard />
|
<TheNotificationsBoard />
|
||||||
@@ -48,6 +46,8 @@ import { useSchemaExportStore } from '@/stores/schemaExport';
|
|||||||
import { useSettingsStore } from '@/stores/settings';
|
import { useSettingsStore } from '@/stores/settings';
|
||||||
import { useWorkspacesStore } from '@/stores/workspaces';
|
import { useWorkspacesStore } from '@/stores/workspaces';
|
||||||
|
|
||||||
|
import { useConsoleStore } from './stores/console';
|
||||||
|
|
||||||
const { t } = useI18n();
|
const { t } = useI18n();
|
||||||
|
|
||||||
const TheTitleBar = defineAsyncComponent(() => import(/* webpackChunkName: "TheTitleBar" */'@/components/TheTitleBar.vue'));
|
const TheTitleBar = defineAsyncComponent(() => import(/* webpackChunkName: "TheTitleBar" */'@/components/TheTitleBar.vue'));
|
||||||
@@ -80,6 +80,8 @@ const schemaExportStore = useSchemaExportStore();
|
|||||||
const { hideExportModal } = schemaExportStore;
|
const { hideExportModal } = schemaExportStore;
|
||||||
const { isExportModal: isExportSchemaModal } = storeToRefs(schemaExportStore);
|
const { isExportModal: isExportSchemaModal } = storeToRefs(schemaExportStore);
|
||||||
|
|
||||||
|
const consoleStore = useConsoleStore();
|
||||||
|
|
||||||
const isAllConnectionsModal: Ref<boolean> = ref(false);
|
const isAllConnectionsModal: Ref<boolean> = ref(false);
|
||||||
|
|
||||||
document.addEventListener('DOMContentLoaded', () => {
|
document.addEventListener('DOMContentLoaded', () => {
|
||||||
@@ -139,8 +141,11 @@ onMounted(() => {
|
|||||||
|
|
||||||
while (node) {
|
while (node) {
|
||||||
if (node.nodeName.match(/^(input|textarea)$/i) || node.isContentEditable) {
|
if (node.nodeName.match(/^(input|textarea)$/i) || node.isContentEditable) {
|
||||||
InputMenu.popup({ window: getCurrentWindow() });
|
if (!node.parentNode.className.split(' ').includes('editor-query')) {
|
||||||
break;
|
InputMenu.popup({ window: getCurrentWindow() });
|
||||||
|
console.log(node.parentNode.className);
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
node = node.parentNode;
|
node = node.parentNode;
|
||||||
}
|
}
|
||||||
@@ -152,6 +157,60 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Console messages
|
||||||
|
const oldLog = console.log;
|
||||||
|
const oldWarn = console.warn;
|
||||||
|
const oldInfo = console.info;
|
||||||
|
const oldError = console.error;
|
||||||
|
|
||||||
|
console.log = function (...args) {
|
||||||
|
consoleStore.putLog('debug', {
|
||||||
|
level: 'log',
|
||||||
|
process: 'renderer',
|
||||||
|
message: args.join(' '),
|
||||||
|
date: new Date()
|
||||||
|
});
|
||||||
|
oldLog.apply(this, args);
|
||||||
|
};
|
||||||
|
|
||||||
|
console.info = function (...args) {
|
||||||
|
consoleStore.putLog('debug', {
|
||||||
|
level: 'info',
|
||||||
|
process: 'renderer',
|
||||||
|
message: args.join(' '),
|
||||||
|
date: new Date()
|
||||||
|
});
|
||||||
|
oldInfo.apply(this, args);
|
||||||
|
};
|
||||||
|
|
||||||
|
console.warn = function (...args) {
|
||||||
|
consoleStore.putLog('debug', {
|
||||||
|
level: 'warn',
|
||||||
|
process: 'renderer',
|
||||||
|
message: args.join(' '),
|
||||||
|
date: new Date()
|
||||||
|
});
|
||||||
|
oldWarn.apply(this, args);
|
||||||
|
};
|
||||||
|
|
||||||
|
console.error = function (...args) {
|
||||||
|
consoleStore.putLog('debug', {
|
||||||
|
level: 'error',
|
||||||
|
process: 'renderer',
|
||||||
|
message: args.join(' '),
|
||||||
|
date: new Date()
|
||||||
|
});
|
||||||
|
oldError.apply(this, args);
|
||||||
|
};
|
||||||
|
|
||||||
|
window.addEventListener('unhandledrejection', (event) => {
|
||||||
|
console.error(event.reason);
|
||||||
|
});
|
||||||
|
|
||||||
|
window.addEventListener('error', (event) => {
|
||||||
|
console.error(event.error, '| File name:', event.filename.split('/').pop().split('?')[0]);
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
@@ -1,11 +1,19 @@
|
|||||||
<template>
|
<template>
|
||||||
<SvgIcon
|
<SvgIcon
|
||||||
|
v-if="type === 'mdi'"
|
||||||
:type="type"
|
:type="type"
|
||||||
:path="iconPath"
|
:path="iconPath"
|
||||||
:size="size"
|
:size="size"
|
||||||
:rotate="rotate"
|
:rotate="rotate"
|
||||||
:class="iconFlip"
|
:class="iconFlip"
|
||||||
/>
|
/>
|
||||||
|
<svg
|
||||||
|
v-else
|
||||||
|
:width="size"
|
||||||
|
:height="size"
|
||||||
|
:viewBox="`0 0 ${size} ${size}`"
|
||||||
|
v-html="iconPath"
|
||||||
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
@@ -13,6 +21,10 @@ import SvgIcon from '@jamescoyle/vue-icon';
|
|||||||
import * as Icons from '@mdi/js';
|
import * as Icons from '@mdi/js';
|
||||||
import { computed, PropType } from 'vue';
|
import { computed, PropType } from 'vue';
|
||||||
|
|
||||||
|
import { useConnectionsStore } from '@/stores/connections';
|
||||||
|
|
||||||
|
const { getIconByUid } = useConnectionsStore();
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
iconName: {
|
iconName: {
|
||||||
type: String,
|
type: String,
|
||||||
@@ -23,7 +35,7 @@ const props = defineProps({
|
|||||||
default: 48
|
default: 48
|
||||||
},
|
},
|
||||||
type: {
|
type: {
|
||||||
type: String,
|
type: String as PropType<'mdi' | 'custom'>,
|
||||||
default: () => 'mdi'
|
default: () => 'mdi'
|
||||||
},
|
},
|
||||||
flip: {
|
flip: {
|
||||||
@@ -37,7 +49,18 @@ const props = defineProps({
|
|||||||
});
|
});
|
||||||
|
|
||||||
const iconPath = computed(() => {
|
const iconPath = computed(() => {
|
||||||
return (Icons as {[k:string]: string})[props.iconName];
|
if (props.type === 'mdi')
|
||||||
|
return (Icons as {[k:string]: string})[props.iconName];
|
||||||
|
else if (props.type === 'custom') {
|
||||||
|
const base64 = getIconByUid(props.iconName)?.base64;
|
||||||
|
const svgString = Buffer
|
||||||
|
.from(base64, 'base64')
|
||||||
|
.toString('utf-8')
|
||||||
|
.replaceAll(/width="[^"]*"|height="[^"]*"/g, '');
|
||||||
|
|
||||||
|
return svgString;
|
||||||
|
}
|
||||||
|
return null;
|
||||||
});
|
});
|
||||||
|
|
||||||
const iconFlip = computed(() => {
|
const iconFlip = computed(() => {
|
||||||
|
@@ -365,7 +365,11 @@ export default defineComponent({
|
|||||||
};
|
};
|
||||||
|
|
||||||
const handleWheelEvent = (e) => {
|
const handleWheelEvent = (e) => {
|
||||||
if (!e.target.className.includes('select__')) deactivate();
|
try {
|
||||||
|
if (!e.target.className.includes('select__')) deactivate();
|
||||||
|
}
|
||||||
|
catch (_) {
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
|
285
src/renderer/components/DebugConsole.vue
Normal file
285
src/renderer/components/DebugConsole.vue
Normal file
@@ -0,0 +1,285 @@
|
|||||||
|
<template>
|
||||||
|
<div
|
||||||
|
ref="wrapper"
|
||||||
|
class="console-wrapper"
|
||||||
|
@mouseenter="isHover = true"
|
||||||
|
@mouseleave="isHover = false"
|
||||||
|
>
|
||||||
|
<div ref="resizer" class="console-resizer" />
|
||||||
|
<div
|
||||||
|
id="console"
|
||||||
|
ref="queryConsole"
|
||||||
|
class="console column col-12"
|
||||||
|
:style="{height: localHeight ? localHeight+'px' : ''}"
|
||||||
|
>
|
||||||
|
<div class="console-header">
|
||||||
|
<ul class="tab tab-block">
|
||||||
|
<li class="tab-item" :class="{'active': selectedTab === 'query'}">
|
||||||
|
<a class="tab-link" @click="selectedTab = 'query'">{{ t('application.executedQueries') }}</a>
|
||||||
|
</li>
|
||||||
|
<li class="tab-item" :class="{'active': selectedTab === 'debug'}">
|
||||||
|
<a class="tab-link" @click="selectedTab = 'debug'">{{ t('application.debugConsole') }}</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<button class="btn btn-clear mr-1" @click="resizeConsole(0)" />
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
v-show="selectedTab === 'query'"
|
||||||
|
ref="queryConsoleBody"
|
||||||
|
class="console-body"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
v-for="(wLog, i) in workspaceQueryLogs"
|
||||||
|
:key="i"
|
||||||
|
class="console-log"
|
||||||
|
tabindex="0"
|
||||||
|
@contextmenu.prevent="contextMenu($event, wLog)"
|
||||||
|
>
|
||||||
|
<span class="console-log-datetime">{{ moment(wLog.date).format('HH:mm:ss') }}</span>: <code class="console-log-sql" v-html="highlight(wLog.sql, {html: true})" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
v-show="selectedTab === 'debug'"
|
||||||
|
ref="logConsoleBody"
|
||||||
|
class="console-body"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
v-for="(log, i) in debugLogs"
|
||||||
|
:key="i"
|
||||||
|
class="console-log"
|
||||||
|
tabindex="0"
|
||||||
|
@contextmenu.prevent="contextMenu($event, log)"
|
||||||
|
>
|
||||||
|
<span class="console-log-datetime">{{ moment(log.date).format('HH:mm:ss') }}</span> <small>[{{ log.process.substring(0, 1).toUpperCase() }}]</small>: <span class="console-log-message" :class="`console-log-level-${log.level}`">{{ log.message }}</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<BaseContextMenu
|
||||||
|
v-if="isContext"
|
||||||
|
:context-event="contextEvent"
|
||||||
|
@close-context="isContext = false"
|
||||||
|
>
|
||||||
|
<div class="context-element" @click="copyLog">
|
||||||
|
<span class="d-flex">
|
||||||
|
<BaseIcon
|
||||||
|
class="text-light mt-1 mr-1"
|
||||||
|
icon-name="mdiContentCopy"
|
||||||
|
:size="18"
|
||||||
|
/> {{ t('general.copy') }}</span>
|
||||||
|
</div>
|
||||||
|
</BaseContextMenu>
|
||||||
|
</template>
|
||||||
|
<script setup lang="ts">
|
||||||
|
import * as moment from 'moment';
|
||||||
|
import { storeToRefs } from 'pinia';
|
||||||
|
import { highlight } from 'sql-highlight';
|
||||||
|
import { computed, nextTick, onMounted, Ref, ref, watch } from 'vue';
|
||||||
|
import { useI18n } from 'vue-i18n';
|
||||||
|
|
||||||
|
import BaseContextMenu from '@/components/BaseContextMenu.vue';
|
||||||
|
import BaseIcon from '@/components/BaseIcon.vue';
|
||||||
|
import { copyText } from '@/libs/copyText';
|
||||||
|
import { useConsoleStore } from '@/stores/console';
|
||||||
|
|
||||||
|
const { t } = useI18n();
|
||||||
|
|
||||||
|
const consoleStore = useConsoleStore();
|
||||||
|
|
||||||
|
const { resizeConsole, getLogsByWorkspace } = consoleStore;
|
||||||
|
const {
|
||||||
|
isConsoleOpen,
|
||||||
|
consoleHeight,
|
||||||
|
selectedTab,
|
||||||
|
debugLogs
|
||||||
|
} = storeToRefs(consoleStore);
|
||||||
|
|
||||||
|
const props = defineProps({
|
||||||
|
uid: {
|
||||||
|
type: String,
|
||||||
|
default: null,
|
||||||
|
required: false
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
const wrapper: Ref<HTMLInputElement> = ref(null);
|
||||||
|
const queryConsole: Ref<HTMLInputElement> = ref(null);
|
||||||
|
const queryConsoleBody: Ref<HTMLInputElement> = ref(null);
|
||||||
|
const logConsoleBody: Ref<HTMLInputElement> = ref(null);
|
||||||
|
const resizer: Ref<HTMLInputElement> = ref(null);
|
||||||
|
const localHeight = ref(consoleHeight.value);
|
||||||
|
const isHover = ref(false);
|
||||||
|
const isContext = ref(false);
|
||||||
|
const contextContent: Ref<string> = ref(null);
|
||||||
|
const contextEvent: Ref<MouseEvent> = ref(null);
|
||||||
|
|
||||||
|
const resize = (e: MouseEvent) => {
|
||||||
|
const el = queryConsole.value;
|
||||||
|
let elementHeight = el.getBoundingClientRect().bottom - e.pageY;
|
||||||
|
if (elementHeight > 400) elementHeight = 400;
|
||||||
|
localHeight.value = elementHeight;
|
||||||
|
};
|
||||||
|
|
||||||
|
const workspaceQueryLogs = computed(() => {
|
||||||
|
return getLogsByWorkspace(props.uid);
|
||||||
|
});
|
||||||
|
|
||||||
|
const stopResize = () => {
|
||||||
|
if (localHeight.value < 0) localHeight.value = 0;
|
||||||
|
resizeConsole(localHeight.value);
|
||||||
|
window.removeEventListener('mousemove', resize);
|
||||||
|
window.removeEventListener('mouseup', stopResize);
|
||||||
|
};
|
||||||
|
|
||||||
|
const contextMenu = (event: MouseEvent, wLog: {date: Date; sql?: string; message?: string}) => {
|
||||||
|
contextEvent.value = event;
|
||||||
|
contextContent.value = wLog.sql || wLog.message;
|
||||||
|
isContext.value = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
const copyLog = () => {
|
||||||
|
copyText(contextContent.value);
|
||||||
|
isContext.value = false;
|
||||||
|
};
|
||||||
|
|
||||||
|
watch(workspaceQueryLogs, async () => {
|
||||||
|
if (!isHover.value) {
|
||||||
|
await nextTick();
|
||||||
|
queryConsoleBody.value.scrollTop = queryConsoleBody.value.scrollHeight;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
watch(() => debugLogs.value.length, async () => {
|
||||||
|
if (!isHover.value) {
|
||||||
|
await nextTick();
|
||||||
|
logConsoleBody.value.scrollTop = logConsoleBody.value.scrollHeight;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
watch(isConsoleOpen, async () => {
|
||||||
|
queryConsoleBody.value.scrollTop = queryConsoleBody.value.scrollHeight;
|
||||||
|
logConsoleBody.value.scrollTop = logConsoleBody.value.scrollHeight;
|
||||||
|
});
|
||||||
|
|
||||||
|
watch(selectedTab, async () => {
|
||||||
|
queryConsoleBody.value.scrollTop = queryConsoleBody.value.scrollHeight;
|
||||||
|
logConsoleBody.value.scrollTop = logConsoleBody.value.scrollHeight;
|
||||||
|
});
|
||||||
|
|
||||||
|
watch(consoleHeight, async (val) => {
|
||||||
|
await nextTick();
|
||||||
|
localHeight.value = val;
|
||||||
|
});
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
queryConsoleBody.value.scrollTop = queryConsoleBody.value.scrollHeight;
|
||||||
|
logConsoleBody.value.scrollTop = logConsoleBody.value.scrollHeight;
|
||||||
|
|
||||||
|
resizer.value.addEventListener('mousedown', (e: MouseEvent) => {
|
||||||
|
e.preventDefault();
|
||||||
|
|
||||||
|
window.addEventListener('mousemove', resize);
|
||||||
|
window.addEventListener('mouseup', stopResize);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
.console-wrapper {
|
||||||
|
width: -webkit-fill-available;
|
||||||
|
z-index: 9;
|
||||||
|
margin-top: auto;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
|
||||||
|
.console-resizer {
|
||||||
|
height: 4px;
|
||||||
|
top: -1px;
|
||||||
|
width: 100%;
|
||||||
|
cursor: ns-resize;
|
||||||
|
position: absolute;
|
||||||
|
z-index: 99;
|
||||||
|
transition: background 0.2s;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background: var(--primary-color-dark);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.console {
|
||||||
|
padding: 0;
|
||||||
|
padding-bottom: $footer-height;
|
||||||
|
|
||||||
|
.console-header {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
padding: 0 4px;
|
||||||
|
|
||||||
|
.tab-block {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab-block,
|
||||||
|
.tab-item {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab-link {
|
||||||
|
padding: 0.2rem 0.6rem;
|
||||||
|
cursor: pointer;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.console-body {
|
||||||
|
overflow: auto;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
max-height: 100%;
|
||||||
|
padding: 0 6px 3px;
|
||||||
|
|
||||||
|
.console-log {
|
||||||
|
padding: 1px 3px;
|
||||||
|
margin: 1px 0;
|
||||||
|
border-radius: $border-radius;
|
||||||
|
user-select: text;
|
||||||
|
|
||||||
|
&-datetime {
|
||||||
|
opacity: .6;
|
||||||
|
font-size: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-sql {
|
||||||
|
font-size: 95%;
|
||||||
|
opacity: 0.8;
|
||||||
|
font-weight: 700;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
user-select: text;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&-message {
|
||||||
|
font-size: 95%;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-level {
|
||||||
|
// &-log,
|
||||||
|
// &-info {}
|
||||||
|
&-warn {
|
||||||
|
color: orange;
|
||||||
|
}
|
||||||
|
&-error {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
small {
|
||||||
|
opacity: .6;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
@@ -57,8 +57,22 @@
|
|||||||
>
|
>
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
<div class="panel-header p-2 text-center p-relative">
|
<div class="panel-header p-2 text-center p-relative">
|
||||||
<figure class="avatar avatar-lg pt-1 mb-1">
|
<figure class="avatar avatar-lg pt-1 mb-1 bg-dark">
|
||||||
<i class="settingbar-element-icon dbi" :class="[`dbi-${connection.client}`]" />
|
<div
|
||||||
|
v-if="connection.icon"
|
||||||
|
class="settingbar-connection-icon"
|
||||||
|
>
|
||||||
|
<BaseIcon
|
||||||
|
:icon-name="camelize(connection.icon)"
|
||||||
|
:type="connection.hasCustomIcon ? 'custom' : 'mdi'"
|
||||||
|
:size="42"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
v-else
|
||||||
|
class="settingbar-element-icon dbi ml-1"
|
||||||
|
:class="[`dbi-${connection.client}`]"
|
||||||
|
/>
|
||||||
</figure>
|
</figure>
|
||||||
<div class="panel-title h6 text-ellipsis">
|
<div class="panel-title h6 text-ellipsis">
|
||||||
{{ getConnectionName(connection.uid) }}
|
{{ getConnectionName(connection.uid) }}
|
||||||
@@ -136,7 +150,19 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-footer text-center py-0">
|
<div class="panel-footer text-center py-0">
|
||||||
<div v-if="connection.ssl" class="chip bg-success mt-2">
|
<div
|
||||||
|
v-if="connection.folderName"
|
||||||
|
class="chip mt-2 bg-dark"
|
||||||
|
>
|
||||||
|
<BaseIcon
|
||||||
|
icon-name="mdiFolder"
|
||||||
|
class="mr-1"
|
||||||
|
:style="[connection.color ? `color: ${connection.color};`: '']"
|
||||||
|
:size="18"
|
||||||
|
/>
|
||||||
|
{{ connection.folderName }}
|
||||||
|
</div>
|
||||||
|
<div v-if="connection.ssl" class="chip bg-dark mt-2">
|
||||||
<BaseIcon
|
<BaseIcon
|
||||||
icon-name="mdiShieldKey"
|
icon-name="mdiShieldKey"
|
||||||
class="mr-1"
|
class="mr-1"
|
||||||
@@ -144,7 +170,7 @@
|
|||||||
/>
|
/>
|
||||||
SSL
|
SSL
|
||||||
</div>
|
</div>
|
||||||
<div v-if="connection.ssh" class="chip bg-success mt-2">
|
<div v-if="connection.ssh" class="chip bg-dark mt-2">
|
||||||
<BaseIcon
|
<BaseIcon
|
||||||
icon-name="mdiConsoleNetwork"
|
icon-name="mdiConsoleNetwork"
|
||||||
class="mr-1"
|
class="mr-1"
|
||||||
@@ -152,7 +178,7 @@
|
|||||||
/>
|
/>
|
||||||
SSH
|
SSH
|
||||||
</div>
|
</div>
|
||||||
<div v-if="connection.readonly" class="chip bg-success mt-2">
|
<div v-if="connection.readonly" class="chip bg-dark mt-2">
|
||||||
<BaseIcon
|
<BaseIcon
|
||||||
icon-name="mdiLock"
|
icon-name="mdiLock"
|
||||||
class="mr-1"
|
class="mr-1"
|
||||||
@@ -209,6 +235,7 @@ import { useI18n } from 'vue-i18n';
|
|||||||
import ConfirmModal from '@/components/BaseConfirmModal.vue';
|
import ConfirmModal from '@/components/BaseConfirmModal.vue';
|
||||||
import BaseIcon from '@/components/BaseIcon.vue';
|
import BaseIcon from '@/components/BaseIcon.vue';
|
||||||
import { useFocusTrap } from '@/composables/useFocusTrap';
|
import { useFocusTrap } from '@/composables/useFocusTrap';
|
||||||
|
import { camelize } from '@/libs/camelize';
|
||||||
import { useConnectionsStore } from '@/stores/connections';
|
import { useConnectionsStore } from '@/stores/connections';
|
||||||
import { useWorkspacesStore } from '@/stores/workspaces';
|
import { useWorkspacesStore } from '@/stores/workspaces';
|
||||||
|
|
||||||
@@ -218,7 +245,9 @@ const connectionsStore = useConnectionsStore();
|
|||||||
const workspacesStore = useWorkspacesStore();
|
const workspacesStore = useWorkspacesStore();
|
||||||
|
|
||||||
const { connections,
|
const { connections,
|
||||||
lastConnections
|
connectionsOrder,
|
||||||
|
lastConnections,
|
||||||
|
getFolders: folders
|
||||||
} = storeToRefs(connectionsStore);
|
} = storeToRefs(connectionsStore);
|
||||||
const { getSelected: selectedWorkspace } = storeToRefs(workspacesStore);
|
const { getSelected: selectedWorkspace } = storeToRefs(workspacesStore);
|
||||||
|
|
||||||
@@ -236,7 +265,8 @@ const clients = new Map([
|
|||||||
['mysql', 'MySQL'],
|
['mysql', 'MySQL'],
|
||||||
['maria', 'MariaDB'],
|
['maria', 'MariaDB'],
|
||||||
['pg', 'PostgreSQL'],
|
['pg', 'PostgreSQL'],
|
||||||
['sqlite', 'SQLite']
|
['sqlite', 'SQLite'],
|
||||||
|
['firebird', 'Firebird SQL']
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const searchTerm = ref('');
|
const searchTerm = ref('');
|
||||||
@@ -244,12 +274,20 @@ const isConfirmModal = ref(false);
|
|||||||
const connectionHover: Ref<string> = ref(null);
|
const connectionHover: Ref<string> = ref(null);
|
||||||
const selectedConnection: Ref<ConnectionParams> = ref(null);
|
const selectedConnection: Ref<ConnectionParams> = ref(null);
|
||||||
|
|
||||||
const sortedConnections = computed(() => {
|
const remappedConnections = computed(() => {
|
||||||
return connections.value
|
return connections.value
|
||||||
.map(c => {
|
.map(c => {
|
||||||
const connTime = lastConnections.value.find((lc) => lc.uid === c.uid)?.time || 0;
|
const connTime = lastConnections.value.find((lc) => lc.uid === c.uid)?.time || 0;
|
||||||
|
const connIcon = connectionsOrder.value.find((co) => co.uid === c.uid).icon;
|
||||||
|
const connHasCustomIcon = connectionsOrder.value.find((co) => co.uid === c.uid).hasCustomIcon;
|
||||||
|
const folder = folders.value.find(f => f.connections.includes(c.uid));
|
||||||
|
|
||||||
return {
|
return {
|
||||||
...c,
|
...c,
|
||||||
|
icon: connIcon,
|
||||||
|
color: folder?.color,
|
||||||
|
folderName: folder?.name,
|
||||||
|
hasCustomIcon: connHasCustomIcon,
|
||||||
time: connTime
|
time: connTime
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
@@ -261,7 +299,7 @@ const sortedConnections = computed(() => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const filteredConnections = computed(() => {
|
const filteredConnections = computed(() => {
|
||||||
return sortedConnections.value.filter(connection => {
|
return remappedConnections.value.filter(connection => {
|
||||||
return connection.name?.toLocaleLowerCase().includes(searchTerm.value.toLocaleLowerCase()) ||
|
return connection.name?.toLocaleLowerCase().includes(searchTerm.value.toLocaleLowerCase()) ||
|
||||||
connection.host?.toLocaleLowerCase().includes(searchTerm.value.toLocaleLowerCase()) ||
|
connection.host?.toLocaleLowerCase().includes(searchTerm.value.toLocaleLowerCase()) ||
|
||||||
connection.database?.toLocaleLowerCase().includes(searchTerm.value.toLocaleLowerCase()) ||
|
connection.database?.toLocaleLowerCase().includes(searchTerm.value.toLocaleLowerCase()) ||
|
||||||
|
@@ -49,18 +49,46 @@
|
|||||||
class="icon-box"
|
class="icon-box"
|
||||||
:title="icon.name"
|
:title="icon.name"
|
||||||
:class="[{'selected': localConnection.icon === icon.code}]"
|
:class="[{'selected': localConnection.icon === icon.code}]"
|
||||||
@click="localConnection.icon = icon.code"
|
@click="setIcon(icon.code)"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
v-else
|
v-else
|
||||||
class="icon-box"
|
class="icon-box"
|
||||||
:title="icon.name"
|
:title="icon.name"
|
||||||
:class="[`dbi dbi-${connection.client}`, {'selected': localConnection.icon === icon.code}]"
|
:class="[`dbi dbi-${connection.client}`, {'selected': localConnection.icon === null}]"
|
||||||
@click="localConnection.icon = icon.code"
|
@click="setIcon(null)"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="form-group">
|
||||||
|
<div class="col-3">
|
||||||
|
<label class="form-label">{{ t('application.customIcon') }}</label>
|
||||||
|
</div>
|
||||||
|
<div class="col-9 icons-wrapper">
|
||||||
|
<div
|
||||||
|
v-for="icon in customIcons"
|
||||||
|
:key="icon.uid"
|
||||||
|
>
|
||||||
|
<BaseIcon
|
||||||
|
v-if="icon.uid"
|
||||||
|
:icon-name="icon.uid"
|
||||||
|
type="custom"
|
||||||
|
:size="36"
|
||||||
|
class="icon-box"
|
||||||
|
:class="[{'selected': localConnection.icon === icon.uid}]"
|
||||||
|
@click="setIcon(icon.uid, 'custom')"
|
||||||
|
@contextmenu.prevent="contextMenu($event, icon.uid)"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<BaseIcon
|
||||||
|
:icon-name="'mdiPlus'"
|
||||||
|
:size="36"
|
||||||
|
class="icon-box"
|
||||||
|
@click="openFile"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -74,20 +102,45 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<BaseContextMenu
|
||||||
|
v-if="isContext"
|
||||||
|
:context-event="contextEvent"
|
||||||
|
@close-context="isContext = false"
|
||||||
|
>
|
||||||
|
<div class="context-element" @click="removeIconHandler">
|
||||||
|
<span class="d-flex">
|
||||||
|
<BaseIcon
|
||||||
|
class="text-light mt-1 mr-1"
|
||||||
|
icon-name="mdiDelete"
|
||||||
|
:size="18"
|
||||||
|
/> {{ t('general.delete') }}</span>
|
||||||
|
</div>
|
||||||
|
</BaseContextMenu>
|
||||||
</Teleport>
|
</Teleport>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
import { storeToRefs } from 'pinia';
|
||||||
import { onBeforeUnmount, PropType, Ref, ref } from 'vue';
|
import { onBeforeUnmount, PropType, Ref, ref } from 'vue';
|
||||||
import { useI18n } from 'vue-i18n';
|
import { useI18n } from 'vue-i18n';
|
||||||
|
|
||||||
|
import BaseContextMenu from '@/components/BaseContextMenu.vue';
|
||||||
import BaseIcon from '@/components/BaseIcon.vue';
|
import BaseIcon from '@/components/BaseIcon.vue';
|
||||||
import { useFocusTrap } from '@/composables/useFocusTrap';
|
import { useFocusTrap } from '@/composables/useFocusTrap';
|
||||||
|
import Application from '@/ipc-api/Application';
|
||||||
|
import { camelize } from '@/libs/camelize';
|
||||||
import { unproxify } from '@/libs/unproxify';
|
import { unproxify } from '@/libs/unproxify';
|
||||||
import { SidebarElement, useConnectionsStore } from '@/stores/connections';
|
import { SidebarElement, useConnectionsStore } from '@/stores/connections';
|
||||||
|
|
||||||
const connectionsStore = useConnectionsStore();
|
const connectionsStore = useConnectionsStore();
|
||||||
|
|
||||||
|
const { addIcon, removeIcon, updateConnectionOrder, getConnectionName } = connectionsStore;
|
||||||
|
const { customIcons } = storeToRefs(connectionsStore);
|
||||||
|
|
||||||
|
const isContext = ref(false);
|
||||||
|
const contextContent: Ref<string> = ref(null);
|
||||||
|
const contextEvent: Ref<MouseEvent> = ref(null);
|
||||||
|
|
||||||
const { t } = useI18n();
|
const { t } = useI18n();
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
@@ -99,8 +152,6 @@ const props = defineProps({
|
|||||||
|
|
||||||
const emit = defineEmits(['close']);
|
const emit = defineEmits(['close']);
|
||||||
|
|
||||||
const { updateConnectionOrder, getConnectionName } = connectionsStore;
|
|
||||||
|
|
||||||
const icons = [
|
const icons = [
|
||||||
{ name: 'default', code: null },
|
{ name: 'default', code: null },
|
||||||
|
|
||||||
@@ -160,14 +211,33 @@ const editFolderAppearance = () => {
|
|||||||
closeModal();
|
closeModal();
|
||||||
};
|
};
|
||||||
|
|
||||||
const camelize = (text: string) => {
|
const setIcon = (code: string, type?: 'mdi' | 'custom') => {
|
||||||
const textArr = text.split('-');
|
localConnection.value.icon = code;
|
||||||
for (let i = 0; i < textArr.length; i++) {
|
localConnection.value.hasCustomIcon = type === 'custom';
|
||||||
if (i === 0) continue;
|
};
|
||||||
textArr[i] = textArr[i].charAt(0).toUpperCase() + textArr[i].slice(1);
|
|
||||||
}
|
|
||||||
|
|
||||||
return textArr.join('');
|
const removeIconHandler = () => {
|
||||||
|
if (localConnection.value.icon === contextContent.value) {
|
||||||
|
setIcon(null);
|
||||||
|
updateConnectionOrder(localConnection.value);
|
||||||
|
}
|
||||||
|
removeIcon(contextContent.value);
|
||||||
|
isContext.value = false;
|
||||||
|
};
|
||||||
|
|
||||||
|
const openFile = async () => {
|
||||||
|
const result = await Application.showOpenDialog({ properties: ['openFile'], filters: [{ name: '"SVG"', extensions: ['svg'] }] });
|
||||||
|
if (result && !result.canceled) {
|
||||||
|
const file = result.filePaths[0];
|
||||||
|
const content = await Application.readFile({ filePath: file, encoding: 'base64url' });
|
||||||
|
addIcon(content);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const contextMenu = (event: MouseEvent, iconUid: string) => {
|
||||||
|
contextEvent.value = event;
|
||||||
|
contextContent.value = iconUid;
|
||||||
|
isContext.value = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
const closeModal = () => emit('close');
|
const closeModal = () => emit('close');
|
||||||
|
@@ -282,7 +282,7 @@
|
|||||||
import { ClientCode, SchemaInfos } from 'common/interfaces/antares';
|
import { ClientCode, SchemaInfos } from 'common/interfaces/antares';
|
||||||
import { Customizations } from 'common/interfaces/customizations';
|
import { Customizations } from 'common/interfaces/customizations';
|
||||||
import { ExportOptions, ExportState } from 'common/interfaces/exporter';
|
import { ExportOptions, ExportState } from 'common/interfaces/exporter';
|
||||||
import { ipcRenderer } from 'electron';
|
import { ipcRenderer, IpcRendererEvent } from 'electron';
|
||||||
import * as moment from 'moment';
|
import * as moment from 'moment';
|
||||||
import { storeToRefs } from 'pinia';
|
import { storeToRefs } from 'pinia';
|
||||||
import { computed, onBeforeUnmount, Ref, ref } from 'vue';
|
import { computed, onBeforeUnmount, Ref, ref } from 'vue';
|
||||||
@@ -293,6 +293,7 @@ import BaseSelect from '@/components/BaseSelect.vue';
|
|||||||
import { useFocusTrap } from '@/composables/useFocusTrap';
|
import { useFocusTrap } from '@/composables/useFocusTrap';
|
||||||
import Application from '@/ipc-api/Application';
|
import Application from '@/ipc-api/Application';
|
||||||
import Schema from '@/ipc-api/Schema';
|
import Schema from '@/ipc-api/Schema';
|
||||||
|
import { useConsoleStore } from '@/stores/console';
|
||||||
import { useNotificationsStore } from '@/stores/notifications';
|
import { useNotificationsStore } from '@/stores/notifications';
|
||||||
import { useSchemaExportStore } from '@/stores/schemaExport';
|
import { useSchemaExportStore } from '@/stores/schemaExport';
|
||||||
import { useWorkspacesStore } from '@/stores/workspaces';
|
import { useWorkspacesStore } from '@/stores/workspaces';
|
||||||
@@ -379,21 +380,34 @@ const startExport = async () => {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
const { status, response } = await Schema.export(params);
|
const { status, response } = await Schema.export(params);
|
||||||
|
|
||||||
if (status === 'success')
|
if (status === 'success')
|
||||||
progressStatus.value = response.cancelled ? t('general.aborted') : t('general.completed');
|
progressStatus.value = response.cancelled ? t('general.aborted') : t('general.completed');
|
||||||
else {
|
else {
|
||||||
progressStatus.value = response;
|
progressStatus.value = response;
|
||||||
addNotification({ status: 'error', message: response });
|
addNotification({ status: 'error', message: response });
|
||||||
|
useConsoleStore().putLog('debug', {
|
||||||
|
level: 'error',
|
||||||
|
process: 'worker',
|
||||||
|
message: response,
|
||||||
|
date: new Date()
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
addNotification({ status: 'error', message: err.stack });
|
addNotification({ status: 'error', message: err.stack });
|
||||||
|
useConsoleStore().putLog('debug', {
|
||||||
|
level: 'error',
|
||||||
|
process: 'worker',
|
||||||
|
message: err.stack,
|
||||||
|
date: new Date()
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
isExporting.value = false;
|
isExporting.value = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
const updateProgress = (event: Event, state: ExportState) => {
|
const updateProgress = (event: IpcRendererEvent, state: ExportState) => {
|
||||||
progressPercentage.value = Number((state.currentItemIndex / state.totalItems * 100).toFixed(1));
|
progressPercentage.value = Number((state.currentItemIndex / state.totalItems * 100).toFixed(1));
|
||||||
switch (state.op) {
|
switch (state.op) {
|
||||||
case 'PROCESSING':
|
case 'PROCESSING':
|
||||||
|
@@ -75,7 +75,7 @@
|
|||||||
<code
|
<code
|
||||||
class="cut-text"
|
class="cut-text"
|
||||||
:title="query.sql"
|
:title="query.sql"
|
||||||
v-html="highlight(highlightWord(query.sql), {html: true})"
|
v-html="highlight(query.sql, {html: true})"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="tile-bottom-content">
|
<div class="tile-bottom-content">
|
||||||
@@ -210,17 +210,6 @@ const resizeResults = () => {
|
|||||||
const refreshScroller = () => resizeResults();
|
const refreshScroller = () => resizeResults();
|
||||||
const closeModal = () => emit('close');
|
const closeModal = () => emit('close');
|
||||||
|
|
||||||
const highlightWord = (string: string) => {
|
|
||||||
string = string.replaceAll('<', '<').replaceAll('>', '>');
|
|
||||||
|
|
||||||
if (searchTerm.value) {
|
|
||||||
const regexp = new RegExp(`(${searchTerm.value.replace(/[.*+?^${}()|[\]\\]/g, '\\$&')})`, 'gi');
|
|
||||||
return string.replace(regexp, '<span class="text-primary text-bold">$1</span>');
|
|
||||||
}
|
|
||||||
else
|
|
||||||
return string;
|
|
||||||
};
|
|
||||||
|
|
||||||
const onKey = (e: KeyboardEvent) => {
|
const onKey = (e: KeyboardEvent) => {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
if (e.key === 'Escape')
|
if (e.key === 'Escape')
|
||||||
|
@@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ImportState } from 'common/interfaces/importer';
|
import { ImportState } from 'common/interfaces/importer';
|
||||||
import { ipcRenderer } from 'electron';
|
import { ipcRenderer, IpcRendererEvent } from 'electron';
|
||||||
import * as moment from 'moment';
|
import * as moment from 'moment';
|
||||||
import { storeToRefs } from 'pinia';
|
import { storeToRefs } from 'pinia';
|
||||||
import { computed, onBeforeUnmount, Ref, ref } from 'vue';
|
import { computed, onBeforeUnmount, Ref, ref } from 'vue';
|
||||||
@@ -63,6 +63,7 @@ import { useI18n } from 'vue-i18n';
|
|||||||
|
|
||||||
import BaseIcon from '@/components/BaseIcon.vue';
|
import BaseIcon from '@/components/BaseIcon.vue';
|
||||||
import Schema from '@/ipc-api/Schema';
|
import Schema from '@/ipc-api/Schema';
|
||||||
|
import { useConsoleStore } from '@/stores/console';
|
||||||
import { useNotificationsStore } from '@/stores/notifications';
|
import { useNotificationsStore } from '@/stores/notifications';
|
||||||
import { useWorkspacesStore } from '@/stores/workspaces';
|
import { useWorkspacesStore } from '@/stores/workspaces';
|
||||||
|
|
||||||
@@ -118,23 +119,35 @@ const startImport = async (file: string) => {
|
|||||||
else {
|
else {
|
||||||
progressStatus.value = response;
|
progressStatus.value = response;
|
||||||
addNotification({ status: 'error', message: response });
|
addNotification({ status: 'error', message: response });
|
||||||
|
useConsoleStore().putLog('debug', {
|
||||||
|
level: 'error',
|
||||||
|
process: 'worker',
|
||||||
|
message: response,
|
||||||
|
date: new Date()
|
||||||
|
});
|
||||||
}
|
}
|
||||||
refreshSchema({ uid, schema: props.selectedSchema });
|
refreshSchema({ uid, schema: props.selectedSchema });
|
||||||
completed.value = true;
|
completed.value = true;
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
addNotification({ status: 'error', message: err.stack });
|
addNotification({ status: 'error', message: err.stack });
|
||||||
|
useConsoleStore().putLog('debug', {
|
||||||
|
level: 'error',
|
||||||
|
process: 'worker',
|
||||||
|
message: err.stack,
|
||||||
|
date: new Date()
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
isImporting.value = false;
|
isImporting.value = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
const updateProgress = (event: Event, state: ImportState) => {
|
const updateProgress = (event: IpcRendererEvent, state: ImportState) => {
|
||||||
progressPercentage.value = parseFloat(Number(state.percentage).toFixed(1));
|
progressPercentage.value = parseFloat(Number(state.percentage).toFixed(1));
|
||||||
queryCount.value = Number(state.queryCount);
|
queryCount.value = Number(state.queryCount);
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleQueryError = (event: Event, err: { time: string; message: string }) => {
|
const handleQueryError = (event: IpcRendererEvent, err: { time: string; message: string }) => {
|
||||||
queryErrors.value.push(err);
|
queryErrors.value.push(err);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -612,7 +612,7 @@ const otherContributors = computed(() => {
|
|||||||
return contributors
|
return contributors
|
||||||
.split(',')
|
.split(',')
|
||||||
.filter(c => !c.includes(appAuthor))
|
.filter(c => !c.includes(appAuthor))
|
||||||
.sort((a, b) => a.toLowerCase().localeCompare(b.toLowerCase()));
|
.sort((a, b) => a.toLowerCase().trim().localeCompare(b.toLowerCase()));
|
||||||
});
|
});
|
||||||
|
|
||||||
const selectTab = (tab: string) => {
|
const selectTab = (tab: string) => {
|
||||||
|
@@ -169,7 +169,7 @@ const emit = defineEmits(['close']);
|
|||||||
const { trapRef } = useFocusTrap();
|
const { trapRef } = useFocusTrap();
|
||||||
|
|
||||||
const { getConnectionName } = useConnectionsStore();
|
const { getConnectionName } = useConnectionsStore();
|
||||||
const { connectionsOrder, connections } = storeToRefs(useConnectionsStore());
|
const { connectionsOrder, connections, customIcons } = storeToRefs(useConnectionsStore());
|
||||||
const localConnections = unproxify<ConnectionParams[]>(connections.value);
|
const localConnections = unproxify<ConnectionParams[]>(connections.value);
|
||||||
const localConnectionsOrder = unproxify<SidebarElement[]>(connectionsOrder.value);
|
const localConnectionsOrder = unproxify<SidebarElement[]>(connectionsOrder.value);
|
||||||
|
|
||||||
@@ -246,7 +246,8 @@ const exportData = () => {
|
|||||||
|
|
||||||
const exportObj = encrypt(JSON.stringify({
|
const exportObj = encrypt(JSON.stringify({
|
||||||
connections: filteredConnections,
|
connections: filteredConnections,
|
||||||
connectionsOrder: filteredOrders
|
connectionsOrder: filteredOrders,
|
||||||
|
customIcons: customIcons.value
|
||||||
}), options.value.passkey);
|
}), options.value.passkey);
|
||||||
|
|
||||||
// console.log(exportObj, JSON.parse(decrypt(exportObj, options.value.passkey)));
|
// console.log(exportObj, JSON.parse(decrypt(exportObj, options.value.passkey)));
|
||||||
|
@@ -103,7 +103,7 @@ import { useI18n } from 'vue-i18n';
|
|||||||
import BaseIcon from '@/components/BaseIcon.vue';
|
import BaseIcon from '@/components/BaseIcon.vue';
|
||||||
import BaseUploadInput from '@/components/BaseUploadInput.vue';
|
import BaseUploadInput from '@/components/BaseUploadInput.vue';
|
||||||
import { unproxify } from '@/libs/unproxify';
|
import { unproxify } from '@/libs/unproxify';
|
||||||
import { SidebarElement, useConnectionsStore } from '@/stores/connections';
|
import { CustomIcon, SidebarElement, useConnectionsStore } from '@/stores/connections';
|
||||||
import { useNotificationsStore } from '@/stores/notifications';
|
import { useNotificationsStore } from '@/stores/notifications';
|
||||||
|
|
||||||
const { t } = useI18n();
|
const { t } = useI18n();
|
||||||
@@ -156,6 +156,7 @@ const importData = () => {
|
|||||||
const importObj: {
|
const importObj: {
|
||||||
connections: ConnectionParams[];
|
connections: ConnectionParams[];
|
||||||
connectionsOrder: SidebarElement[];
|
connectionsOrder: SidebarElement[];
|
||||||
|
customIcons: CustomIcon[];
|
||||||
} = JSON.parse(decrypt(hash, options.value.passkey));
|
} = JSON.parse(decrypt(hash, options.value.passkey));
|
||||||
|
|
||||||
if (options.value.ignoreDuplicates) {
|
if (options.value.ignoreDuplicates) {
|
||||||
@@ -205,7 +206,6 @@ const importData = () => {
|
|||||||
.includes(c.uid) ||
|
.includes(c.uid) ||
|
||||||
(c.isFolder && c.connections.every(c => newConnectionsUid.includes(c))));
|
(c.isFolder && c.connections.every(c => newConnectionsUid.includes(c))));
|
||||||
}
|
}
|
||||||
|
|
||||||
importConnections(importObj);
|
importConnections(importObj);
|
||||||
|
|
||||||
addNotification({
|
addNotification({
|
||||||
@@ -215,6 +215,7 @@ const importData = () => {
|
|||||||
closeModal();
|
closeModal();
|
||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
|
console.error(error);
|
||||||
addNotification({
|
addNotification({
|
||||||
status: 'error',
|
status: 'error',
|
||||||
message: t('application.wrongImportPassword')
|
message: t('application.wrongImportPassword')
|
||||||
@@ -222,6 +223,7 @@ const importData = () => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
|
console.error(error);
|
||||||
addNotification({
|
addNotification({
|
||||||
status: 'error',
|
status: 'error',
|
||||||
message: t('application.wrongFileFormat')
|
message: t('application.wrongFileFormat')
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
<div
|
<div
|
||||||
:id="`editor-${id}`"
|
:id="`editor-${id}`"
|
||||||
class="editor"
|
class="editor"
|
||||||
|
:class="editorClasses"
|
||||||
:style="{height: `${height}px`}"
|
:style="{height: `${height}px`}"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -54,7 +55,8 @@ const props = defineProps({
|
|||||||
schema: { type: String, default: '' },
|
schema: { type: String, default: '' },
|
||||||
autoFocus: { type: Boolean, default: false },
|
autoFocus: { type: Boolean, default: false },
|
||||||
readOnly: { type: Boolean, default: false },
|
readOnly: { type: Boolean, default: false },
|
||||||
height: { type: Number, default: 200 }
|
height: { type: Number, default: 200 },
|
||||||
|
editorClasses: { type: String, default: '' }
|
||||||
});
|
});
|
||||||
|
|
||||||
const emit = defineEmits(['update:modelValue']);
|
const emit = defineEmits(['update:modelValue']);
|
||||||
@@ -341,7 +343,7 @@ onMounted(() => {
|
|||||||
lastTableFields.value = res.response.map((field: { name: string }) => field.name);
|
lastTableFields.value = res.response.map((field: { name: string }) => field.name);
|
||||||
editor.value.completers = [tableFieldsCompleter.value];
|
editor.value.completers = [tableFieldsCompleter.value];
|
||||||
editor.value.execCommand('startAutocomplete');
|
editor.value.execCommand('startAutocomplete');
|
||||||
}).catch(console.log);
|
}).catch(console.error);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
editor.value.completers = customCompleter.value;
|
editor.value.completers = customCompleter.value;
|
||||||
@@ -405,18 +407,17 @@ defineExpose({ editor });
|
|||||||
|
|
||||||
.ace_gutter-cell.ace_breakpoint {
|
.ace_gutter-cell.ace_breakpoint {
|
||||||
&::before {
|
&::before {
|
||||||
content: '\F0403';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 3px;
|
left: 0px;
|
||||||
top: 2px;
|
top: 8px;
|
||||||
color: var(--primary-color);
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font: normal normal normal 24px/1 "Material Design Icons", sans-serif;
|
width: 0;
|
||||||
font-size: inherit;
|
height: 0;
|
||||||
text-rendering: auto;
|
border-left: 8px solid transparent;
|
||||||
line-height: inherit;
|
border-top: 8px solid transparent;
|
||||||
-webkit-font-smoothing: antialiased;
|
border-right: 8px solid var(--primary-color);
|
||||||
-moz-osx-font-smoothing: grayscale;
|
transform: rotate(-45deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@@ -32,7 +32,7 @@
|
|||||||
v-if="note.type === 'query'"
|
v-if="note.type === 'query'"
|
||||||
ref="noteParagraph"
|
ref="noteParagraph"
|
||||||
class="tile-paragraph sql"
|
class="tile-paragraph sql"
|
||||||
v-html="highlight(highlightWord(note.note), {html: true})"
|
v-html="highlight(note.note, {html: true})"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
v-else
|
v-else
|
||||||
|
@@ -56,6 +56,7 @@
|
|||||||
>
|
>
|
||||||
<BaseIcon
|
<BaseIcon
|
||||||
:icon-name="camelize(element.icon)"
|
:icon-name="camelize(element.icon)"
|
||||||
|
:type="element.hasCustomIcon ? 'custom' : 'mdi'"
|
||||||
:size="36"
|
:size="36"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -93,6 +94,7 @@ import * as Draggable from 'vuedraggable';
|
|||||||
|
|
||||||
import BaseIcon from '@/components/BaseIcon.vue';
|
import BaseIcon from '@/components/BaseIcon.vue';
|
||||||
import SettingBarConnectionsFolder from '@/components/SettingBarConnectionsFolder.vue';
|
import SettingBarConnectionsFolder from '@/components/SettingBarConnectionsFolder.vue';
|
||||||
|
import { camelize } from '@/libs/camelize';
|
||||||
import { SidebarElement, useConnectionsStore } from '@/stores/connections';
|
import { SidebarElement, useConnectionsStore } from '@/stores/connections';
|
||||||
import { useWorkspacesStore } from '@/stores/workspaces';
|
import { useWorkspacesStore } from '@/stores/workspaces';
|
||||||
|
|
||||||
@@ -165,16 +167,6 @@ const getStatusBadge = (uid: string) => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const camelize = (text: string) => {
|
|
||||||
const textArr = text.split('-');
|
|
||||||
for (let i = 0; i < textArr.length; i++) {
|
|
||||||
if (i === 0) continue;
|
|
||||||
textArr[i] = textArr[i].charAt(0).toUpperCase() + textArr[i].slice(1);
|
|
||||||
}
|
|
||||||
|
|
||||||
return textArr.join('');
|
|
||||||
};
|
|
||||||
|
|
||||||
watch(() => dummyNested.value.length, () => {
|
watch(() => dummyNested.value.length, () => {
|
||||||
dummyNested.value = [];
|
dummyNested.value = [];
|
||||||
});
|
});
|
||||||
|
@@ -70,6 +70,7 @@
|
|||||||
>
|
>
|
||||||
<BaseIcon
|
<BaseIcon
|
||||||
:icon-name="camelize(getConnectionOrderByUid(element).icon)"
|
:icon-name="camelize(getConnectionOrderByUid(element).icon)"
|
||||||
|
:type="getConnectionOrderByUid(element).hasCustomIcon ? 'custom' : 'mdi'"
|
||||||
:size="36"
|
:size="36"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -43,11 +43,7 @@
|
|||||||
|
|
||||||
<div class="footer-right-elements">
|
<div class="footer-right-elements">
|
||||||
<ul class="footer-elements">
|
<ul class="footer-elements">
|
||||||
<li
|
<li class="footer-element footer-link" @click="toggleConsole()">
|
||||||
v-if="workspace?.connectionStatus === 'connected'"
|
|
||||||
class="footer-element footer-link"
|
|
||||||
@click="toggleConsole()"
|
|
||||||
>
|
|
||||||
<BaseIcon
|
<BaseIcon
|
||||||
icon-name="mdiConsoleLine"
|
icon-name="mdiConsoleLine"
|
||||||
class="mr-1"
|
class="mr-1"
|
||||||
|
File diff suppressed because it is too large
Load Diff
@@ -1,440 +1,461 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="connection-panel">
|
<div class="connection-panel-wrapper p-relative">
|
||||||
<div class="panel">
|
<div class="connection-panel">
|
||||||
<div class="panel-nav">
|
<div class="panel">
|
||||||
<ul class="tab tab-block">
|
<div class="panel-nav">
|
||||||
<li
|
<ul class="tab tab-block">
|
||||||
class="tab-item c-hand"
|
<li
|
||||||
:class="{'active': selectedTab === 'general'}"
|
class="tab-item c-hand"
|
||||||
@click="selectTab('general')"
|
:class="{'active': selectedTab === 'general'}"
|
||||||
>
|
@click="selectTab('general')"
|
||||||
<a class="tab-link">{{ t('application.general') }}</a>
|
>
|
||||||
</li>
|
<a class="tab-link">{{ t('application.general') }}</a>
|
||||||
<li
|
</li>
|
||||||
v-if="clientCustomizations.sslConnection"
|
<li
|
||||||
class="tab-item c-hand"
|
v-if="clientCustomizations.sslConnection"
|
||||||
:class="{'active': selectedTab === 'ssl'}"
|
class="tab-item c-hand"
|
||||||
@click="selectTab('ssl')"
|
:class="{'active': selectedTab === 'ssl'}"
|
||||||
>
|
@click="selectTab('ssl')"
|
||||||
<a class="tab-link">{{ t('connection.ssl') }}</a>
|
>
|
||||||
</li>
|
<a class="tab-link">{{ t('connection.ssl') }}</a>
|
||||||
<li
|
</li>
|
||||||
v-if="clientCustomizations.sshConnection"
|
<li
|
||||||
class="tab-item c-hand"
|
v-if="clientCustomizations.sshConnection"
|
||||||
:class="{'active': selectedTab === 'ssh'}"
|
class="tab-item c-hand"
|
||||||
@click="selectTab('ssh')"
|
:class="{'active': selectedTab === 'ssh'}"
|
||||||
>
|
@click="selectTab('ssh')"
|
||||||
<a class="tab-link">{{ t('connection.sshTunnel') }}</a>
|
>
|
||||||
</li>
|
<a class="tab-link">{{ t('connection.sshTunnel') }}</a>
|
||||||
</ul>
|
</li>
|
||||||
</div>
|
</ul>
|
||||||
<div v-if="selectedTab === 'general'" class="panel-body py-0">
|
|
||||||
<div>
|
|
||||||
<form class="form-horizontal">
|
|
||||||
<fieldset class="m-0" :disabled="isBusy">
|
|
||||||
<div class="form-group columns">
|
|
||||||
<div class="column col-5 col-sm-12">
|
|
||||||
<label class="form-label cut-text">{{ t('connection.connectionName') }}</label>
|
|
||||||
</div>
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<input
|
|
||||||
ref="firstInput"
|
|
||||||
v-model="connection.name"
|
|
||||||
class="form-input"
|
|
||||||
type="text"
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group columns">
|
|
||||||
<div class="column col-5 col-sm-12">
|
|
||||||
<label class="form-label cut-text">{{ t('connection.client') }}</label>
|
|
||||||
</div>
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<BaseSelect
|
|
||||||
v-model="connection.client"
|
|
||||||
:options="clients"
|
|
||||||
option-track-by="slug"
|
|
||||||
option-label="name"
|
|
||||||
class="form-select"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div v-if="connection.client === 'pg'" class="form-group columns">
|
|
||||||
<div class="column col-5 col-sm-12">
|
|
||||||
<label class="form-label cut-text">{{ t('connection.connectionString') }}</label>
|
|
||||||
</div>
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<input
|
|
||||||
ref="pgString"
|
|
||||||
v-model="connection.pgConnString"
|
|
||||||
class="form-input"
|
|
||||||
type="text"
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div v-if="!clientCustomizations.fileConnection" class="form-group columns">
|
|
||||||
<div class="column col-5 col-sm-12">
|
|
||||||
<label class="form-label cut-text">{{ t('connection.hostName') }}/IP</label>
|
|
||||||
</div>
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<input
|
|
||||||
v-model="connection.host"
|
|
||||||
class="form-input"
|
|
||||||
type="text"
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div v-if="clientCustomizations.fileConnection" class="form-group columns">
|
|
||||||
<div class="column col-5 col-sm-12">
|
|
||||||
<label class="form-label cut-text">{{ t('database.database') }}</label>
|
|
||||||
</div>
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<BaseUploadInput
|
|
||||||
:model-value="connection.databasePath"
|
|
||||||
:message="t('general.browse')"
|
|
||||||
@clear="pathClear('databasePath')"
|
|
||||||
@change="pathSelection($event, 'databasePath')"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div v-if="!clientCustomizations.fileConnection" class="form-group columns">
|
|
||||||
<div class="column col-5 col-sm-12">
|
|
||||||
<label class="form-label cut-text">{{ t('connection.port') }}</label>
|
|
||||||
</div>
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<input
|
|
||||||
v-model="connection.port"
|
|
||||||
class="form-input"
|
|
||||||
type="number"
|
|
||||||
min="1"
|
|
||||||
max="65535"
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div v-if="clientCustomizations.database" class="form-group columns">
|
|
||||||
<div class="column col-5 col-sm-12">
|
|
||||||
<label class="form-label cut-text">{{ t('database.database') }}</label>
|
|
||||||
</div>
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<input
|
|
||||||
v-model="connection.database"
|
|
||||||
class="form-input"
|
|
||||||
type="text"
|
|
||||||
:placeholder="clientCustomizations.defaultDatabase"
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div v-if="!clientCustomizations.fileConnection" class="form-group columns">
|
|
||||||
<div class="column col-5 col-sm-12">
|
|
||||||
<label class="form-label cut-text">{{ t('connection.user') }}</label>
|
|
||||||
</div>
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<input
|
|
||||||
v-model="connection.user"
|
|
||||||
class="form-input"
|
|
||||||
type="text"
|
|
||||||
:disabled="connection.ask"
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div v-if="!clientCustomizations.fileConnection" class="form-group columns">
|
|
||||||
<div class="column col-5 col-sm-12">
|
|
||||||
<label class="form-label cut-text">{{ t('connection.password') }}</label>
|
|
||||||
</div>
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<input
|
|
||||||
v-model="connection.password"
|
|
||||||
class="form-input"
|
|
||||||
type="password"
|
|
||||||
:disabled="connection.ask"
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div v-if="clientCustomizations.connectionSchema" class="form-group columns">
|
|
||||||
<div class="column col-5 col-sm-12">
|
|
||||||
<label class="form-label cut-text">{{ t('database.schema') }}</label>
|
|
||||||
</div>
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<input
|
|
||||||
v-model="connection.schema"
|
|
||||||
class="form-input"
|
|
||||||
type="text"
|
|
||||||
:placeholder="t('general.all')"
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div v-if="clientCustomizations.readOnlyMode" class="form-group columns mb-0">
|
|
||||||
<div class="column col-5 col-sm-12" />
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<label class="form-checkbox form-inline my-0">
|
|
||||||
<input v-model="connection.readonly" type="checkbox"><i class="form-icon" /> {{ t('connection.readOnlyMode') }}
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div v-if="!clientCustomizations.fileConnection" class="form-group columns mb-0">
|
|
||||||
<div class="column col-5 col-sm-12" />
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<label class="form-checkbox form-inline my-0">
|
|
||||||
<input v-model="connection.ask" type="checkbox"><i class="form-icon" /> {{ t('connection.askCredentials') }}
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div v-if="clientCustomizations.singleConnectionMode" class="form-group columns mb-0">
|
|
||||||
<div class="column col-5 col-sm-12" />
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<label class="form-checkbox form-inline my-0">
|
|
||||||
<input v-model="connection.singleConnectionMode" type="checkbox"><i class="form-icon" /> {{ t('connection.singleConnection') }}
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</fieldset>
|
|
||||||
</form>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div v-if="selectedTab === 'general'" class="panel-body py-0">
|
||||||
<div v-if="selectedTab === 'ssl'" class="panel-body py-0">
|
<div>
|
||||||
<div>
|
<form class="form-horizontal">
|
||||||
<form class="form-horizontal">
|
<fieldset class="m-0" :disabled="isBusy">
|
||||||
<div class="form-group columns">
|
<div class="form-group columns">
|
||||||
<div class="column col-5 col-sm-12">
|
<div class="column col-5 col-sm-12">
|
||||||
<label class="form-label cut-text">
|
<label class="form-label cut-text">{{ t('connection.connectionName') }}</label>
|
||||||
{{ t('connection.enableSsl') }}
|
</div>
|
||||||
</label>
|
<div class="column col-7 col-sm-12">
|
||||||
</div>
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<label class="form-switch d-inline-block" @click.prevent="toggleSsl">
|
|
||||||
<input type="checkbox" :checked="connection.ssl">
|
|
||||||
<i class="form-icon" />
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<fieldset class="m-0" :disabled="isBusy || !connection.ssl">
|
|
||||||
<div class="form-group columns">
|
|
||||||
<div class="column col-5 col-sm-12">
|
|
||||||
<label class="form-label cut-text">{{ t('connection.privateKey') }}</label>
|
|
||||||
</div>
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<BaseUploadInput
|
|
||||||
:model-value="connection.key"
|
|
||||||
:message="t('general.browse')"
|
|
||||||
@clear="pathClear('key')"
|
|
||||||
@change="pathSelection($event, 'key')"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group columns">
|
|
||||||
<div class="column col-5 col-sm-12">
|
|
||||||
<label class="form-label cut-text">{{ t('connection.certificate') }}</label>
|
|
||||||
</div>
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<BaseUploadInput
|
|
||||||
:model-value="connection.cert"
|
|
||||||
:message="t('general.browse')"
|
|
||||||
@clear="pathClear('cert')"
|
|
||||||
@change="pathSelection($event, 'cert')"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group columns">
|
|
||||||
<div class="column col-5 col-sm-12">
|
|
||||||
<label class="form-label cut-text">{{ t('connection.caCertificate') }}</label>
|
|
||||||
</div>
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<BaseUploadInput
|
|
||||||
:model-value="connection.ca"
|
|
||||||
:message="t('general.browse')"
|
|
||||||
@clear="pathClear('ca')"
|
|
||||||
@change="pathSelection($event, 'ca')"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group columns">
|
|
||||||
<div class="column col-5 col-sm-12">
|
|
||||||
<label class="form-label cut-text">{{ t('connection.ciphers') }}</label>
|
|
||||||
</div>
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<input
|
|
||||||
ref="firstInput"
|
|
||||||
v-model="connection.ciphers"
|
|
||||||
class="form-input"
|
|
||||||
type="text"
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group columns">
|
|
||||||
<div class="column col-5 col-sm-12" />
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<label class="form-checkbox form-inline">
|
|
||||||
<input v-model="connection.untrustedConnection" type="checkbox"><i class="form-icon" /> {{ t('connection.untrustedConnection') }}
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</fieldset>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div v-if="selectedTab === 'ssh'" class="panel-body py-0">
|
|
||||||
<div>
|
|
||||||
<form class="form-horizontal">
|
|
||||||
<div class="form-group columns">
|
|
||||||
<div class="column col-5 col-sm-12">
|
|
||||||
<label class="form-label cut-text">
|
|
||||||
{{ t('connection.enableSsh') }}
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<label class="form-switch d-inline-block" @click.prevent="toggleSsh">
|
|
||||||
<input type="checkbox" :checked="connection.ssh">
|
|
||||||
<i class="form-icon" />
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<fieldset class="m-0" :disabled="isBusy || !connection.ssh">
|
|
||||||
<div class="form-group columns">
|
|
||||||
<div class="column col-5 col-sm-12">
|
|
||||||
<label class="form-label cut-text">{{ t('connection.hostName') }}/IP</label>
|
|
||||||
</div>
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<input
|
|
||||||
v-model="connection.sshHost"
|
|
||||||
class="form-input"
|
|
||||||
type="text"
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group columns">
|
|
||||||
<div class="column col-5 col-sm-12">
|
|
||||||
<label class="form-label cut-text">{{ t('connection.user') }}</label>
|
|
||||||
</div>
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<input
|
|
||||||
v-model="connection.sshUser"
|
|
||||||
class="form-input"
|
|
||||||
type="text"
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group columns">
|
|
||||||
<div class="column col-5 col-sm-12">
|
|
||||||
<label class="form-label cut-text">{{ t('connection.password') }}</label>
|
|
||||||
</div>
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<input
|
|
||||||
v-model="connection.sshPass"
|
|
||||||
class="form-input"
|
|
||||||
type="password"
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group columns">
|
|
||||||
<div class="column col-5 col-sm-12">
|
|
||||||
<label class="form-label cut-text">{{ t('connection.port') }}</label>
|
|
||||||
</div>
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<input
|
|
||||||
v-model="connection.sshPort"
|
|
||||||
class="form-input"
|
|
||||||
type="number"
|
|
||||||
min="1"
|
|
||||||
max="65535"
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group columns">
|
|
||||||
<div class="column col-5 col-sm-12">
|
|
||||||
<label class="form-label cut-text">{{ t('connection.privateKey') }}</label>
|
|
||||||
</div>
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<BaseUploadInput
|
|
||||||
:model-value="connection.sshKey"
|
|
||||||
:message="t('general.browse')"
|
|
||||||
@clear="pathClear('sshKey')"
|
|
||||||
@change="pathSelection($event, 'sshKey')"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group columns">
|
|
||||||
<div class="column col-5 col-sm-12">
|
|
||||||
<label class="form-label cut-text">{{ t('connection.passphrase') }}</label>
|
|
||||||
</div>
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<input
|
|
||||||
v-model="connection.sshPassphrase"
|
|
||||||
class="form-input"
|
|
||||||
type="password"
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group columns">
|
|
||||||
<div class="column col-5 col-sm-12">
|
|
||||||
<label class="form-label cut-text">{{ t('connection.keepAliveInterval') }}</label>
|
|
||||||
</div>
|
|
||||||
<div class="column col-7 col-sm-12">
|
|
||||||
<div class="input-group">
|
|
||||||
<input
|
<input
|
||||||
v-model="connection.sshKeepAliveInterval"
|
ref="firstInput"
|
||||||
|
v-model="connection.name"
|
||||||
|
class="form-input"
|
||||||
|
type="text"
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="form-group columns">
|
||||||
|
<div class="column col-5 col-sm-12">
|
||||||
|
<label class="form-label cut-text">{{ t('connection.client') }}</label>
|
||||||
|
</div>
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<BaseSelect
|
||||||
|
v-model="connection.client"
|
||||||
|
:options="clients"
|
||||||
|
option-track-by="slug"
|
||||||
|
option-label="name"
|
||||||
|
class="form-select"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div v-if="connection.client === 'pg'" class="form-group columns">
|
||||||
|
<div class="column col-5 col-sm-12">
|
||||||
|
<label class="form-label cut-text">{{ t('connection.connectionString') }}</label>
|
||||||
|
</div>
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<input
|
||||||
|
ref="pgString"
|
||||||
|
v-model="connection.connString"
|
||||||
|
class="form-input"
|
||||||
|
type="text"
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div v-if="!clientCustomizations.fileConnection" class="form-group columns">
|
||||||
|
<div class="column col-5 col-sm-12">
|
||||||
|
<label class="form-label cut-text">{{ t('connection.hostName') }}/IP</label>
|
||||||
|
</div>
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<input
|
||||||
|
v-model="connection.host"
|
||||||
|
class="form-input"
|
||||||
|
type="text"
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div v-if="clientCustomizations.fileConnection" class="form-group columns">
|
||||||
|
<div class="column col-5 col-sm-12">
|
||||||
|
<label class="form-label cut-text">{{ t('database.database') }}</label>
|
||||||
|
</div>
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<BaseUploadInput
|
||||||
|
:model-value="connection.databasePath"
|
||||||
|
:message="t('general.browse')"
|
||||||
|
@clear="pathClear('databasePath')"
|
||||||
|
@change="pathSelection($event, 'databasePath')"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div v-if="!clientCustomizations.fileConnection" class="form-group columns">
|
||||||
|
<div class="column col-5 col-sm-12">
|
||||||
|
<label class="form-label cut-text">{{ t('connection.port') }}</label>
|
||||||
|
</div>
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<input
|
||||||
|
v-model="connection.port"
|
||||||
class="form-input"
|
class="form-input"
|
||||||
type="number"
|
type="number"
|
||||||
min="1"
|
min="1"
|
||||||
|
max="65535"
|
||||||
>
|
>
|
||||||
<span class="input-group-addon">{{ t('general.seconds') }}</span>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div v-if="clientCustomizations.database" class="form-group columns">
|
||||||
|
<div class="column col-5 col-sm-12">
|
||||||
|
<label class="form-label cut-text">{{ t('database.database') }}</label>
|
||||||
|
</div>
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<input
|
||||||
|
v-model="connection.database"
|
||||||
|
class="form-input"
|
||||||
|
type="text"
|
||||||
|
:placeholder="clientCustomizations.defaultDatabase"
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div v-if="!clientCustomizations.fileConnection" class="form-group columns">
|
||||||
|
<div class="column col-5 col-sm-12">
|
||||||
|
<label class="form-label cut-text">{{ t('connection.user') }}</label>
|
||||||
|
</div>
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<input
|
||||||
|
v-model="connection.user"
|
||||||
|
class="form-input"
|
||||||
|
type="text"
|
||||||
|
:disabled="connection.ask"
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div v-if="!clientCustomizations.fileConnection" class="form-group columns">
|
||||||
|
<div class="column col-5 col-sm-12">
|
||||||
|
<label class="form-label cut-text">{{ t('connection.password') }}</label>
|
||||||
|
</div>
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<input
|
||||||
|
v-model="connection.password"
|
||||||
|
class="form-input"
|
||||||
|
type="password"
|
||||||
|
:disabled="connection.ask"
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div v-if="clientCustomizations.connectionSchema" class="form-group columns">
|
||||||
|
<div class="column col-5 col-sm-12">
|
||||||
|
<label class="form-label cut-text">{{ t('database.schema') }}</label>
|
||||||
|
</div>
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<input
|
||||||
|
v-model="connection.schema"
|
||||||
|
class="form-input"
|
||||||
|
type="text"
|
||||||
|
:placeholder="t('general.all')"
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div v-if="clientCustomizations.readOnlyMode" class="form-group columns mb-0">
|
||||||
|
<div class="column col-5 col-sm-12" />
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<label class="form-checkbox form-inline my-0">
|
||||||
|
<input v-model="connection.readonly" type="checkbox"><i class="form-icon" /> {{ t('connection.readOnlyMode') }}
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div v-if="!clientCustomizations.fileConnection" class="form-group columns mb-0">
|
||||||
|
<div class="column col-5 col-sm-12" />
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<label class="form-checkbox form-inline my-0">
|
||||||
|
<input v-model="connection.ask" type="checkbox"><i class="form-icon" /> {{ t('connection.askCredentials') }}
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div v-if="clientCustomizations.singleConnectionMode" class="form-group columns mb-0">
|
||||||
|
<div class="column col-5 col-sm-12" />
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<label class="form-checkbox form-inline my-0">
|
||||||
|
<input v-model="connection.singleConnectionMode" type="checkbox"><i class="form-icon" /> {{ t('connection.singleConnection') }}
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div v-if="selectedTab === 'ssl'" class="panel-body py-0">
|
||||||
|
<div>
|
||||||
|
<form class="form-horizontal">
|
||||||
|
<div class="form-group columns">
|
||||||
|
<div class="column col-5 col-sm-12">
|
||||||
|
<label class="form-label cut-text">
|
||||||
|
{{ t('connection.enableSsl') }}
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<label class="form-switch d-inline-block" @click.prevent="toggleSsl">
|
||||||
|
<input type="checkbox" :checked="connection.ssl">
|
||||||
|
<i class="form-icon" />
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
<fieldset class="m-0" :disabled="isBusy || !connection.ssl">
|
||||||
</form>
|
<div class="form-group columns">
|
||||||
|
<div class="column col-5 col-sm-12">
|
||||||
|
<label class="form-label cut-text">{{ t('connection.privateKey') }}</label>
|
||||||
|
</div>
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<BaseUploadInput
|
||||||
|
:model-value="connection.key"
|
||||||
|
:message="t('general.browse')"
|
||||||
|
@clear="pathClear('key')"
|
||||||
|
@change="pathSelection($event, 'key')"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="form-group columns">
|
||||||
|
<div class="column col-5 col-sm-12">
|
||||||
|
<label class="form-label cut-text">{{ t('connection.certificate') }}</label>
|
||||||
|
</div>
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<BaseUploadInput
|
||||||
|
:model-value="connection.cert"
|
||||||
|
:message="t('general.browse')"
|
||||||
|
@clear="pathClear('cert')"
|
||||||
|
@change="pathSelection($event, 'cert')"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="form-group columns">
|
||||||
|
<div class="column col-5 col-sm-12">
|
||||||
|
<label class="form-label cut-text">{{ t('connection.caCertificate') }}</label>
|
||||||
|
</div>
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<BaseUploadInput
|
||||||
|
:model-value="connection.ca"
|
||||||
|
:message="t('general.browse')"
|
||||||
|
@clear="pathClear('ca')"
|
||||||
|
@change="pathSelection($event, 'ca')"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="form-group columns">
|
||||||
|
<div class="column col-5 col-sm-12">
|
||||||
|
<label class="form-label cut-text">{{ t('connection.ciphers') }}</label>
|
||||||
|
</div>
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<input
|
||||||
|
ref="firstInput"
|
||||||
|
v-model="connection.ciphers"
|
||||||
|
class="form-input"
|
||||||
|
type="text"
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="form-group columns">
|
||||||
|
<div class="column col-5 col-sm-12" />
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<label class="form-checkbox form-inline">
|
||||||
|
<input v-model="connection.untrustedConnection" type="checkbox"><i class="form-icon" /> {{ t('connection.untrustedConnection') }}
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div v-if="selectedTab === 'ssh'" class="panel-body py-0">
|
||||||
|
<div>
|
||||||
|
<form class="form-horizontal">
|
||||||
|
<div class="form-group columns">
|
||||||
|
<div class="column col-5 col-sm-12">
|
||||||
|
<label class="form-label cut-text">
|
||||||
|
{{ t('connection.enableSsh') }}
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<label class="form-switch d-inline-block" @click.prevent="toggleSsh">
|
||||||
|
<input type="checkbox" :checked="connection.ssh">
|
||||||
|
<i class="form-icon" />
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<fieldset class="m-0" :disabled="isBusy || !connection.ssh">
|
||||||
|
<div class="form-group columns">
|
||||||
|
<div class="column col-5 col-sm-12">
|
||||||
|
<label class="form-label cut-text">{{ t('connection.hostName') }}/IP</label>
|
||||||
|
</div>
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<input
|
||||||
|
v-model="connection.sshHost"
|
||||||
|
class="form-input"
|
||||||
|
type="text"
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="form-group columns">
|
||||||
|
<div class="column col-5 col-sm-12">
|
||||||
|
<label class="form-label cut-text">{{ t('connection.user') }}</label>
|
||||||
|
</div>
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<input
|
||||||
|
v-model="connection.sshUser"
|
||||||
|
class="form-input"
|
||||||
|
type="text"
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="form-group columns">
|
||||||
|
<div class="column col-5 col-sm-12">
|
||||||
|
<label class="form-label cut-text">{{ t('connection.password') }}</label>
|
||||||
|
</div>
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<input
|
||||||
|
v-model="connection.sshPass"
|
||||||
|
class="form-input"
|
||||||
|
type="password"
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="form-group columns">
|
||||||
|
<div class="column col-5 col-sm-12">
|
||||||
|
<label class="form-label cut-text">{{ t('connection.port') }}</label>
|
||||||
|
</div>
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<input
|
||||||
|
v-model="connection.sshPort"
|
||||||
|
class="form-input"
|
||||||
|
type="number"
|
||||||
|
min="1"
|
||||||
|
max="65535"
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="form-group columns">
|
||||||
|
<div class="column col-5 col-sm-12">
|
||||||
|
<label class="form-label cut-text">{{ t('connection.privateKey') }}</label>
|
||||||
|
</div>
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<BaseUploadInput
|
||||||
|
:model-value="connection.sshKey"
|
||||||
|
:message="t('general.browse')"
|
||||||
|
@clear="pathClear('sshKey')"
|
||||||
|
@change="pathSelection($event, 'sshKey')"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="form-group columns">
|
||||||
|
<div class="column col-5 col-sm-12">
|
||||||
|
<label class="form-label cut-text">{{ t('connection.passphrase') }}</label>
|
||||||
|
</div>
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<input
|
||||||
|
v-model="connection.sshPassphrase"
|
||||||
|
class="form-input"
|
||||||
|
type="password"
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="form-group columns">
|
||||||
|
<div class="column col-5 col-sm-12">
|
||||||
|
<label class="form-label cut-text">{{ t('connection.keepAliveInterval') }}</label>
|
||||||
|
</div>
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<div class="input-group">
|
||||||
|
<input
|
||||||
|
v-model="connection.sshKeepAliveInterval"
|
||||||
|
class="form-input"
|
||||||
|
type="number"
|
||||||
|
min="1"
|
||||||
|
>
|
||||||
|
<span class="input-group-addon">{{ t('general.seconds') }}</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="panel-footer">
|
||||||
|
<div
|
||||||
|
@mouseenter="setCancelTestButtonVisibility(true)"
|
||||||
|
@mouseleave="setCancelTestButtonVisibility(false)"
|
||||||
|
>
|
||||||
|
<button
|
||||||
|
v-if="showTestCancel && isTesting"
|
||||||
|
class="btn btn-gray mr-2 cancellable"
|
||||||
|
:title="t('general.cancel')"
|
||||||
|
@click="abortConnection()"
|
||||||
|
>
|
||||||
|
<BaseIcon icon-name="mdiWindowClose" :size="24" />
|
||||||
|
<span class="d-invisible pr-1">{{ t('connection.testConnection') }}</span>
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
v-else
|
||||||
|
id="connection-test"
|
||||||
|
class="btn btn-gray mr-2 d-flex"
|
||||||
|
:class="{'loading': isTesting}"
|
||||||
|
:disabled="isBusy"
|
||||||
|
@click="startTest"
|
||||||
|
>
|
||||||
|
<BaseIcon
|
||||||
|
icon-name="mdiLightningBolt"
|
||||||
|
:size="24"
|
||||||
|
class="mr-1"
|
||||||
|
/>
|
||||||
|
{{ t('connection.testConnection') }}
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<button
|
||||||
|
id="connection-save"
|
||||||
|
class="btn btn-primary mr-2 d-flex"
|
||||||
|
:disabled="isBusy"
|
||||||
|
@click="saveConnection"
|
||||||
|
>
|
||||||
|
<BaseIcon
|
||||||
|
icon-name="mdiContentSave"
|
||||||
|
:size="24"
|
||||||
|
class="mr-1"
|
||||||
|
/>
|
||||||
|
{{ t('general.save') }}
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-footer">
|
<ModalAskCredentials
|
||||||
<button
|
v-if="isAsking"
|
||||||
id="connection-test"
|
@close-asking="closeAsking"
|
||||||
class="btn btn-gray mr-2 d-flex"
|
@credentials="continueTest"
|
||||||
:class="{'loading': isTesting}"
|
/>
|
||||||
:disabled="isBusy"
|
|
||||||
@click="startTest"
|
|
||||||
>
|
|
||||||
<BaseIcon
|
|
||||||
icon-name="mdiLightningBolt"
|
|
||||||
:size="24"
|
|
||||||
class="mr-1"
|
|
||||||
/>
|
|
||||||
{{ t('connection.testConnection') }}
|
|
||||||
</button>
|
|
||||||
<button
|
|
||||||
id="connection-save"
|
|
||||||
class="btn btn-primary mr-2 d-flex"
|
|
||||||
:disabled="isBusy"
|
|
||||||
@click="saveConnection"
|
|
||||||
>
|
|
||||||
<BaseIcon
|
|
||||||
icon-name="mdiContentSave"
|
|
||||||
:size="24"
|
|
||||||
class="mr-1"
|
|
||||||
/>
|
|
||||||
{{ t('general.save') }}
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<ModalAskCredentials
|
|
||||||
v-if="isAsking"
|
|
||||||
@close-asking="closeAsking"
|
|
||||||
@credentials="continueTest"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
|
<DebugConsole v-if="isConsoleOpen" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import customizations from 'common/customizations';
|
import customizations from 'common/customizations';
|
||||||
import { ConnectionParams } from 'common/interfaces/antares';
|
import { ConnectionParams } from 'common/interfaces/antares';
|
||||||
import { uidGen } from 'common/libs/uidGen';
|
import { uidGen } from 'common/libs/uidGen';
|
||||||
|
import { storeToRefs } from 'pinia';
|
||||||
import { computed, Ref, ref, watch } from 'vue';
|
import { computed, Ref, ref, watch } from 'vue';
|
||||||
import { useI18n } from 'vue-i18n';
|
import { useI18n } from 'vue-i18n';
|
||||||
|
|
||||||
import BaseIcon from '@/components/BaseIcon.vue';
|
import BaseIcon from '@/components/BaseIcon.vue';
|
||||||
import BaseSelect from '@/components/BaseSelect.vue';
|
import BaseSelect from '@/components/BaseSelect.vue';
|
||||||
import BaseUploadInput from '@/components/BaseUploadInput.vue';
|
import BaseUploadInput from '@/components/BaseUploadInput.vue';
|
||||||
|
import DebugConsole from '@/components/DebugConsole.vue';
|
||||||
import ModalAskCredentials from '@/components/ModalAskCredentials.vue';
|
import ModalAskCredentials from '@/components/ModalAskCredentials.vue';
|
||||||
import Connection from '@/ipc-api/Connection';
|
import Connection from '@/ipc-api/Connection';
|
||||||
import { useConnectionsStore } from '@/stores/connections';
|
import { useConnectionsStore } from '@/stores/connections';
|
||||||
|
import { useConsoleStore } from '@/stores/console';
|
||||||
import { useNotificationsStore } from '@/stores/notifications';
|
import { useNotificationsStore } from '@/stores/notifications';
|
||||||
import { useWorkspacesStore } from '@/stores/workspaces';
|
import { useWorkspacesStore } from '@/stores/workspaces';
|
||||||
|
|
||||||
@@ -443,6 +464,7 @@ const { t } = useI18n();
|
|||||||
const { addConnection } = useConnectionsStore();
|
const { addConnection } = useConnectionsStore();
|
||||||
const { addNotification } = useNotificationsStore();
|
const { addNotification } = useNotificationsStore();
|
||||||
const workspacesStore = useWorkspacesStore();
|
const workspacesStore = useWorkspacesStore();
|
||||||
|
const { isConsoleOpen } = storeToRefs(useConsoleStore());
|
||||||
|
|
||||||
const { connectWorkspace, selectWorkspace } = workspacesStore;
|
const { connectWorkspace, selectWorkspace } = workspacesStore;
|
||||||
|
|
||||||
@@ -480,13 +502,15 @@ const connection = ref({
|
|||||||
sshKey: '',
|
sshKey: '',
|
||||||
sshPort: 22,
|
sshPort: 22,
|
||||||
sshKeepAliveInterval: 1800,
|
sshKeepAliveInterval: 1800,
|
||||||
pgConnString: ''
|
connString: ''
|
||||||
}) as Ref<ConnectionParams & { pgConnString: string }>;
|
}) as Ref<ConnectionParams & { connString: string }>;
|
||||||
|
|
||||||
const firstInput: Ref<HTMLInputElement> = ref(null);
|
const firstInput: Ref<HTMLInputElement> = ref(null);
|
||||||
const isConnecting = ref(false);
|
const isConnecting = ref(false);
|
||||||
const isTesting = ref(false);
|
const isTesting = ref(false);
|
||||||
const isAsking = ref(false);
|
const isAsking = ref(false);
|
||||||
|
const showTestCancel = ref(false);
|
||||||
|
const abortController: Ref<AbortController> = ref(new AbortController());
|
||||||
const selectedTab = ref('general');
|
const selectedTab = ref('general');
|
||||||
|
|
||||||
const clientCustomizations = computed(() => {
|
const clientCustomizations = computed(() => {
|
||||||
@@ -509,6 +533,10 @@ const setDefaults = () => {
|
|||||||
connection.value.database = clientCustomizations.value.defaultDatabase;
|
connection.value.database = clientCustomizations.value.defaultDatabase;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const setCancelTestButtonVisibility = (val: boolean) => {
|
||||||
|
showTestCancel.value = val;
|
||||||
|
};
|
||||||
|
|
||||||
const startTest = async () => {
|
const startTest = async () => {
|
||||||
isTesting.value = true;
|
isTesting.value = true;
|
||||||
|
|
||||||
@@ -519,7 +547,7 @@ const startTest = async () => {
|
|||||||
const res = await Connection.makeTest(connection.value);
|
const res = await Connection.makeTest(connection.value);
|
||||||
if (res.status === 'error')
|
if (res.status === 'error')
|
||||||
addNotification({ status: 'error', message: res.response.message || res.response.toString() });
|
addNotification({ status: 'error', message: res.response.message || res.response.toString() });
|
||||||
else
|
else if (res.status === 'success')
|
||||||
addNotification({ status: 'success', message: t('connection.connectionSuccessfullyMade') });
|
addNotification({ status: 'success', message: t('connection.connectionSuccessfullyMade') });
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
@@ -530,13 +558,21 @@ const startTest = async () => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const abortConnection = (): void => {
|
||||||
|
abortController.value.abort();
|
||||||
|
Connection.abortConnection(connection.value.uid);
|
||||||
|
isTesting.value = false;
|
||||||
|
isConnecting.value = false;
|
||||||
|
abortController.value = new AbortController();
|
||||||
|
};
|
||||||
|
|
||||||
const continueTest = async (credentials: { user: string; password: string }) => { // if "Ask for credentials" is true
|
const continueTest = async (credentials: { user: string; password: string }) => { // if "Ask for credentials" is true
|
||||||
isAsking.value = false;
|
isAsking.value = false;
|
||||||
const params = Object.assign({}, connection.value, credentials);
|
const params = Object.assign({}, connection.value, credentials);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if (isConnecting.value) {
|
if (isConnecting.value) {
|
||||||
await connectWorkspace(params);
|
await connectWorkspace(params, { signal: abortController.value.signal }).catch(() => undefined);
|
||||||
isConnecting.value = false;
|
isConnecting.value = false;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
@@ -68,7 +68,7 @@
|
|||||||
<div class="column col-7 col-sm-12">
|
<div class="column col-7 col-sm-12">
|
||||||
<input
|
<input
|
||||||
ref="pgString"
|
ref="pgString"
|
||||||
v-model="localConnection.pgConnString"
|
v-model="localConnection.connString"
|
||||||
class="form-input"
|
class="form-input"
|
||||||
type="text"
|
type="text"
|
||||||
>
|
>
|
||||||
@@ -387,20 +387,35 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-footer">
|
<div class="panel-footer">
|
||||||
<button
|
<div
|
||||||
id="connection-test"
|
@mouseenter="setCancelTestButtonVisibility(true)"
|
||||||
class="btn btn-gray mr-2 d-flex"
|
@mouseleave="setCancelTestButtonVisibility(false)"
|
||||||
:class="{'loading': isTesting}"
|
|
||||||
:disabled="isBusy"
|
|
||||||
@click="startTest"
|
|
||||||
>
|
>
|
||||||
<BaseIcon
|
<button
|
||||||
icon-name="mdiLightningBolt"
|
v-if="showTestCancel && isTesting"
|
||||||
:size="24"
|
class="btn btn-gray mr-2 cancellable"
|
||||||
class="mr-1"
|
:title="t('general.cancel')"
|
||||||
/>
|
@click="abortConnection()"
|
||||||
{{ t('connection.testConnection') }}
|
>
|
||||||
</button>
|
<BaseIcon icon-name="mdiWindowClose" :size="24" />
|
||||||
|
<span class="d-invisible pr-1">{{ t('connection.testConnection') }}</span>
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
v-else
|
||||||
|
id="connection-test"
|
||||||
|
class="btn btn-gray mr-2 d-flex"
|
||||||
|
:class="{'loading': isTesting}"
|
||||||
|
:disabled="isBusy"
|
||||||
|
@click="startTest"
|
||||||
|
>
|
||||||
|
<BaseIcon
|
||||||
|
icon-name="mdiLightningBolt"
|
||||||
|
:size="24"
|
||||||
|
class="mr-1"
|
||||||
|
/>
|
||||||
|
{{ t('connection.testConnection') }}
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
<button
|
<button
|
||||||
id="connection-save"
|
id="connection-save"
|
||||||
class="btn btn-primary mr-2 d-flex"
|
class="btn btn-primary mr-2 d-flex"
|
||||||
@@ -414,20 +429,35 @@
|
|||||||
/>
|
/>
|
||||||
{{ t('general.save') }}
|
{{ t('general.save') }}
|
||||||
</button>
|
</button>
|
||||||
<button
|
<div
|
||||||
id="connection-connect"
|
@mouseenter="setCancelConnectButtonVisibility(true)"
|
||||||
class="btn btn-success d-flex"
|
@mouseleave="setCancelConnectButtonVisibility(false)"
|
||||||
:class="{'loading': isConnecting}"
|
|
||||||
:disabled="isBusy"
|
|
||||||
@click="startConnection"
|
|
||||||
>
|
>
|
||||||
<BaseIcon
|
<button
|
||||||
icon-name="mdiConnection"
|
v-if="showConnectCancel && isConnecting"
|
||||||
:size="24"
|
class="btn btn-success cancellable"
|
||||||
class="mr-1"
|
:title="t('general.cancel')"
|
||||||
/>
|
@click="abortConnection()"
|
||||||
{{ t('connection.connect') }}
|
>
|
||||||
</button>
|
<BaseIcon icon-name="mdiWindowClose" :size="24" />
|
||||||
|
<span class="d-invisible pr-1">{{ t('connection.connect') }}</span>
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
v-else
|
||||||
|
id="connection-connect"
|
||||||
|
class="btn btn-success d-flex"
|
||||||
|
:class="{'loading': isConnecting}"
|
||||||
|
:disabled="isBusy"
|
||||||
|
@click="startConnection"
|
||||||
|
>
|
||||||
|
<BaseIcon
|
||||||
|
icon-name="mdiConnection"
|
||||||
|
:size="24"
|
||||||
|
class="mr-1"
|
||||||
|
/>
|
||||||
|
{{ t('connection.connect') }}
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ModalAskCredentials
|
<ModalAskCredentials
|
||||||
@@ -472,10 +502,13 @@ const clients = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
const firstInput: Ref<HTMLInputElement> = ref(null);
|
const firstInput: Ref<HTMLInputElement> = ref(null);
|
||||||
const localConnection: Ref<ConnectionParams & { pgConnString: string }> = ref(null);
|
const localConnection: Ref<ConnectionParams & { connString: string }> = ref(null);
|
||||||
const isConnecting = ref(false);
|
const isConnecting = ref(false);
|
||||||
const isTesting = ref(false);
|
const isTesting = ref(false);
|
||||||
const isAsking = ref(false);
|
const isAsking = ref(false);
|
||||||
|
const showTestCancel = ref(false);
|
||||||
|
const showConnectCancel = ref(false);
|
||||||
|
const abortController: Ref<AbortController> = ref(new AbortController());
|
||||||
const selectedTab = ref('general');
|
const selectedTab = ref('general');
|
||||||
|
|
||||||
const clientCustomizations = computed(() => {
|
const clientCustomizations = computed(() => {
|
||||||
@@ -501,7 +534,7 @@ const startConnection = async () => {
|
|||||||
if (localConnection.value.ask)
|
if (localConnection.value.ask)
|
||||||
isAsking.value = true;
|
isAsking.value = true;
|
||||||
else {
|
else {
|
||||||
await connectWorkspace(localConnection.value);
|
await connectWorkspace(localConnection.value, { signal: abortController.value.signal }).catch(() => undefined);
|
||||||
isConnecting.value = false;
|
isConnecting.value = false;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@@ -516,7 +549,7 @@ const startTest = async () => {
|
|||||||
const res = await Connection.makeTest(localConnection.value);
|
const res = await Connection.makeTest(localConnection.value);
|
||||||
if (res.status === 'error')
|
if (res.status === 'error')
|
||||||
addNotification({ status: 'error', message: res.response.message || res.response.toString() });
|
addNotification({ status: 'error', message: res.response.message || res.response.toString() });
|
||||||
else
|
else if (res.status === 'success')
|
||||||
addNotification({ status: 'success', message: t('connection.connectionSuccessfullyMade') });
|
addNotification({ status: 'success', message: t('connection.connectionSuccessfullyMade') });
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
@@ -527,20 +560,36 @@ const startTest = async () => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const setCancelTestButtonVisibility = (val: boolean) => {
|
||||||
|
showTestCancel.value = val;
|
||||||
|
};
|
||||||
|
|
||||||
|
const setCancelConnectButtonVisibility = (val: boolean) => {
|
||||||
|
showConnectCancel.value = val;
|
||||||
|
};
|
||||||
|
|
||||||
|
const abortConnection = (): void => {
|
||||||
|
abortController.value.abort();
|
||||||
|
Connection.abortConnection(localConnection.value.uid);
|
||||||
|
isTesting.value = false;
|
||||||
|
isConnecting.value = false;
|
||||||
|
abortController.value = new AbortController();
|
||||||
|
};
|
||||||
|
|
||||||
const continueTest = async (credentials: {user: string; password: string }) => { // if "Ask for credentials" is true
|
const continueTest = async (credentials: {user: string; password: string }) => { // if "Ask for credentials" is true
|
||||||
isAsking.value = false;
|
isAsking.value = false;
|
||||||
const params = Object.assign({}, localConnection.value, credentials);
|
const params = Object.assign({}, localConnection.value, credentials);
|
||||||
try {
|
try {
|
||||||
if (isConnecting.value) {
|
if (isConnecting.value) {
|
||||||
const params = Object.assign({}, props.connection, credentials);
|
const params = Object.assign({}, props.connection, credentials);
|
||||||
await connectWorkspace(params);
|
await connectWorkspace(params, { signal: abortController.value.signal }).catch(() => undefined);
|
||||||
isConnecting.value = false;
|
isConnecting.value = false;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
const res = await Connection.makeTest(params);
|
const res = await Connection.makeTest(params);
|
||||||
if (res.status === 'error')
|
if (res.status === 'error')
|
||||||
addNotification({ status: 'error', message: res.response.message || res.response.toString() });
|
addNotification({ status: 'error', message: res.response.message || res.response.toString() });
|
||||||
else
|
else if (res.status === 'success')
|
||||||
addNotification({ status: 'success', message: t('connection.connectionSuccessfullyMade') });
|
addNotification({ status: 'success', message: t('connection.connectionSuccessfullyMade') });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -598,6 +647,22 @@ localConnection.value = JSON.parse(JSON.stringify(props.connection));
|
|||||||
min-width: 450px;
|
min-width: 450px;
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
|
|
||||||
|
.panel-nav {
|
||||||
|
.tab-block {
|
||||||
|
background: transparent;
|
||||||
|
margin: 0.2rem 0 0.15rem 0;
|
||||||
|
|
||||||
|
.tab-item {
|
||||||
|
background: transparent;
|
||||||
|
flex: 1 0 0;
|
||||||
|
|
||||||
|
> a {
|
||||||
|
padding: 8px 4px 6px 4px
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.panel-body {
|
.panel-body {
|
||||||
flex: initial;
|
flex: initial;
|
||||||
}
|
}
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
/> {{ t('general.run') }}</span>
|
/> {{ t('general.run') }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="selectedMisc.type === 'trigger' && customizations.triggerEnableDisable"
|
v-if="selectedMisc.type === 'trigger' && customizations.triggerEnableDisable && !connection.readonly"
|
||||||
class="context-element"
|
class="context-element"
|
||||||
@click="toggleTrigger"
|
@click="toggleTrigger"
|
||||||
>
|
>
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="selectedMisc.type === 'scheduler'"
|
v-if="selectedMisc.type === 'scheduler' && !connection.readonly"
|
||||||
class="context-element"
|
class="context-element"
|
||||||
@click="toggleScheduler"
|
@click="toggleScheduler"
|
||||||
>
|
>
|
||||||
@@ -63,7 +63,11 @@
|
|||||||
:size="18"
|
:size="18"
|
||||||
/> {{ t('general.copyName') }}</span>
|
/> {{ t('general.copyName') }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="context-element" @click="showDeleteModal">
|
<div
|
||||||
|
v-if="!connection.readonly"
|
||||||
|
class="context-element"
|
||||||
|
@click="showDeleteModal"
|
||||||
|
>
|
||||||
<span class="d-flex">
|
<span class="d-flex">
|
||||||
<BaseIcon
|
<BaseIcon
|
||||||
class="text-light mt-1 mr-1"
|
class="text-light mt-1 mr-1"
|
||||||
@@ -117,6 +121,7 @@ import Routines from '@/ipc-api/Routines';
|
|||||||
import Schedulers from '@/ipc-api/Schedulers';
|
import Schedulers from '@/ipc-api/Schedulers';
|
||||||
import Triggers from '@/ipc-api/Triggers';
|
import Triggers from '@/ipc-api/Triggers';
|
||||||
import { copyText } from '@/libs/copyText';
|
import { copyText } from '@/libs/copyText';
|
||||||
|
import { useConnectionsStore } from '@/stores/connections';
|
||||||
import { useNotificationsStore } from '@/stores/notifications';
|
import { useNotificationsStore } from '@/stores/notifications';
|
||||||
import { useWorkspacesStore } from '@/stores/workspaces';
|
import { useWorkspacesStore } from '@/stores/workspaces';
|
||||||
|
|
||||||
@@ -132,6 +137,7 @@ const emit = defineEmits(['close-context', 'reload']);
|
|||||||
|
|
||||||
const { addNotification } = useNotificationsStore();
|
const { addNotification } = useNotificationsStore();
|
||||||
const workspacesStore = useWorkspacesStore();
|
const workspacesStore = useWorkspacesStore();
|
||||||
|
const { getConnectionByUid } = useConnectionsStore();
|
||||||
|
|
||||||
const { getSelected: selectedWorkspace } = storeToRefs(workspacesStore);
|
const { getSelected: selectedWorkspace } = storeToRefs(workspacesStore);
|
||||||
|
|
||||||
@@ -154,6 +160,7 @@ const workspace = computed(() => {
|
|||||||
const customizations = computed(() => {
|
const customizations = computed(() => {
|
||||||
return getWorkspace(selectedWorkspace.value).customizations;
|
return getWorkspace(selectedWorkspace.value).customizations;
|
||||||
});
|
});
|
||||||
|
const connection = computed(() => getConnectionByUid(selectedWorkspace.value));
|
||||||
|
|
||||||
const deleteMessage = computed(() => {
|
const deleteMessage = computed(() => {
|
||||||
switch (props.selectedMisc.type) {
|
switch (props.selectedMisc.type) {
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
:context-event="contextEvent"
|
:context-event="contextEvent"
|
||||||
@close-context="closeContext"
|
@close-context="closeContext"
|
||||||
>
|
>
|
||||||
<div class="context-element">
|
<div v-if="!connection.readonly" class="context-element">
|
||||||
<span class="d-flex">
|
<span class="d-flex">
|
||||||
<BaseIcon
|
<BaseIcon
|
||||||
class="text-light mt-1 mr-1"
|
class="text-light mt-1 mr-1"
|
||||||
@@ -135,7 +135,7 @@
|
|||||||
/> {{ t('database.export') }}</span>
|
/> {{ t('database.export') }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="workspace.customizations.schemaImport"
|
v-if="workspace.customizations.schemaImport && !connection.readonly"
|
||||||
class="context-element"
|
class="context-element"
|
||||||
@click="initImport"
|
@click="initImport"
|
||||||
>
|
>
|
||||||
@@ -147,7 +147,7 @@
|
|||||||
/> {{ t('database.import') }}</span>
|
/> {{ t('database.import') }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="workspace.customizations.schemaEdit"
|
v-if="workspace.customizations.schemaEdit && !connection.readonly"
|
||||||
class="context-element"
|
class="context-element"
|
||||||
@click="showEditModal"
|
@click="showEditModal"
|
||||||
>
|
>
|
||||||
@@ -159,7 +159,7 @@
|
|||||||
/> {{ t('database.editSchema') }}</span>
|
/> {{ t('database.editSchema') }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="workspace.customizations.schemaDrop"
|
v-if="workspace.customizations.schemaDrop && !connection.readonly"
|
||||||
class="context-element"
|
class="context-element"
|
||||||
@click="showDeleteModal"
|
@click="showDeleteModal"
|
||||||
>
|
>
|
||||||
@@ -219,6 +219,7 @@ import ModalImportSchema from '@/components/ModalImportSchema.vue';
|
|||||||
import Application from '@/ipc-api/Application';
|
import Application from '@/ipc-api/Application';
|
||||||
import Schema from '@/ipc-api/Schema';
|
import Schema from '@/ipc-api/Schema';
|
||||||
import { copyText } from '@/libs/copyText';
|
import { copyText } from '@/libs/copyText';
|
||||||
|
import { useConnectionsStore } from '@/stores/connections';
|
||||||
import { useNotificationsStore } from '@/stores/notifications';
|
import { useNotificationsStore } from '@/stores/notifications';
|
||||||
import { useSchemaExportStore } from '@/stores/schemaExport';
|
import { useSchemaExportStore } from '@/stores/schemaExport';
|
||||||
import { useWorkspacesStore } from '@/stores/workspaces';
|
import { useWorkspacesStore } from '@/stores/workspaces';
|
||||||
@@ -248,7 +249,9 @@ const workspacesStore = useWorkspacesStore();
|
|||||||
const schemaExportStore = useSchemaExportStore();
|
const schemaExportStore = useSchemaExportStore();
|
||||||
const { showExportModal } = schemaExportStore;
|
const { showExportModal } = schemaExportStore;
|
||||||
|
|
||||||
|
const connectionsStore = useConnectionsStore();
|
||||||
const { getSelected: selectedWorkspace } = storeToRefs(workspacesStore);
|
const { getSelected: selectedWorkspace } = storeToRefs(workspacesStore);
|
||||||
|
const { getConnectionByUid } = connectionsStore;
|
||||||
|
|
||||||
const {
|
const {
|
||||||
getWorkspace,
|
getWorkspace,
|
||||||
@@ -261,6 +264,7 @@ const isEditModal = ref(false);
|
|||||||
const isImportSchemaModal = ref(false);
|
const isImportSchemaModal = ref(false);
|
||||||
|
|
||||||
const workspace = computed(() => getWorkspace(selectedWorkspace.value));
|
const workspace = computed(() => getWorkspace(selectedWorkspace.value));
|
||||||
|
const connection = computed(() => getConnectionByUid(selectedWorkspace.value));
|
||||||
|
|
||||||
const openCreateTableTab = () => {
|
const openCreateTableTab = () => {
|
||||||
emit('open-create-table-tab');
|
emit('open-create-table-tab');
|
||||||
|
@@ -60,7 +60,7 @@
|
|||||||
/> {{ t('application.settings') }}</span>
|
/> {{ t('application.settings') }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="selectedTable && selectedTable.type === 'table' && customizations.tableDuplicate"
|
v-if="selectedTable && selectedTable.type === 'table' && customizations.tableDuplicate && !connection.readonly"
|
||||||
class="context-element"
|
class="context-element"
|
||||||
@click="duplicateTable"
|
@click="duplicateTable"
|
||||||
>
|
>
|
||||||
@@ -72,7 +72,7 @@
|
|||||||
/> {{ t('database.duplicateTable') }}</span>
|
/> {{ t('database.duplicateTable') }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="selectedTable && selectedTable.type === 'table'"
|
v-if="selectedTable && selectedTable.type === 'table' && !connection.readonly"
|
||||||
class="context-element"
|
class="context-element"
|
||||||
@click="showEmptyModal"
|
@click="showEmptyModal"
|
||||||
>
|
>
|
||||||
@@ -83,7 +83,11 @@
|
|||||||
:size="18"
|
:size="18"
|
||||||
/> {{ t('database.emptyTable') }}</span>
|
/> {{ t('database.emptyTable') }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="context-element" @click="showDeleteModal">
|
<div
|
||||||
|
v-if="!connection.readonly"
|
||||||
|
class="context-element"
|
||||||
|
@click="showDeleteModal"
|
||||||
|
>
|
||||||
<span class="d-flex">
|
<span class="d-flex">
|
||||||
<BaseIcon
|
<BaseIcon
|
||||||
class="text-light mt-1 mr-1"
|
class="text-light mt-1 mr-1"
|
||||||
@@ -151,6 +155,7 @@ import BaseContextMenu from '@/components/BaseContextMenu.vue';
|
|||||||
import BaseIcon from '@/components/BaseIcon.vue';
|
import BaseIcon from '@/components/BaseIcon.vue';
|
||||||
import Tables from '@/ipc-api/Tables';
|
import Tables from '@/ipc-api/Tables';
|
||||||
import { copyText } from '@/libs/copyText';
|
import { copyText } from '@/libs/copyText';
|
||||||
|
import { useConnectionsStore } from '@/stores/connections';
|
||||||
import { useNotificationsStore } from '@/stores/notifications';
|
import { useNotificationsStore } from '@/stores/notifications';
|
||||||
import { useSchemaExportStore } from '@/stores/schemaExport';
|
import { useSchemaExportStore } from '@/stores/schemaExport';
|
||||||
import { useWorkspacesStore } from '@/stores/workspaces';
|
import { useWorkspacesStore } from '@/stores/workspaces';
|
||||||
@@ -168,6 +173,7 @@ const emit = defineEmits(['close-context', 'duplicate-table', 'reload', 'delete-
|
|||||||
const { addNotification } = useNotificationsStore();
|
const { addNotification } = useNotificationsStore();
|
||||||
const workspacesStore = useWorkspacesStore();
|
const workspacesStore = useWorkspacesStore();
|
||||||
const { showExportModal } = useSchemaExportStore();
|
const { showExportModal } = useSchemaExportStore();
|
||||||
|
const { getConnectionByUid } = useConnectionsStore();
|
||||||
|
|
||||||
const { getSelected: selectedWorkspace } = storeToRefs(workspacesStore);
|
const { getSelected: selectedWorkspace } = storeToRefs(workspacesStore);
|
||||||
|
|
||||||
@@ -185,6 +191,7 @@ const forceTruncate = ref(false);
|
|||||||
|
|
||||||
const workspace = computed(() => getWorkspace(selectedWorkspace.value));
|
const workspace = computed(() => getWorkspace(selectedWorkspace.value));
|
||||||
const customizations = computed(() => workspace.value && workspace.value.customizations ? workspace.value.customizations : null);
|
const customizations = computed(() => workspace.value && workspace.value.customizations ? workspace.value.customizations : null);
|
||||||
|
const connection = computed(() => getConnectionByUid(selectedWorkspace.value));
|
||||||
|
|
||||||
const showTableExportModal = () => {
|
const showTableExportModal = () => {
|
||||||
showExportModal(props.selectedSchema, props.selectedTable.name);
|
showExportModal(props.selectedSchema, props.selectedTable.name);
|
||||||
|
@@ -1,189 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div
|
|
||||||
ref="wrapper"
|
|
||||||
class="query-console-wrapper"
|
|
||||||
@mouseenter="isHover = true"
|
|
||||||
@mouseleave="isHover = false"
|
|
||||||
>
|
|
||||||
<div ref="resizer" class="query-console-resizer" />
|
|
||||||
<div
|
|
||||||
id="query-console"
|
|
||||||
ref="queryConsole"
|
|
||||||
class="query-console column col-12"
|
|
||||||
:style="{height: localHeight ? localHeight+'px' : ''}"
|
|
||||||
>
|
|
||||||
<div class="query-console-header">
|
|
||||||
<div>{{ t('application.console') }}</div>
|
|
||||||
<button class="btn btn-clear mr-1" @click="resizeConsole(0)" />
|
|
||||||
</div>
|
|
||||||
<div ref="queryConsoleBody" class="query-console-body">
|
|
||||||
<div
|
|
||||||
v-for="(wLog, i) in workspaceLogs"
|
|
||||||
:key="i"
|
|
||||||
class="query-console-log"
|
|
||||||
tabindex="0"
|
|
||||||
@contextmenu.prevent="contextMenu($event, wLog)"
|
|
||||||
>
|
|
||||||
<span class="type-datetime">{{ moment(wLog.date).format('HH:mm:ss') }}</span>: <code class="query-console-log-sql" v-html="highlight(wLog.sql, {html: true})" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<BaseContextMenu
|
|
||||||
v-if="isContext"
|
|
||||||
:context-event="contextEvent"
|
|
||||||
@close-context="isContext = false"
|
|
||||||
>
|
|
||||||
<div class="context-element" @click="copyQuery">
|
|
||||||
<span class="d-flex">
|
|
||||||
<BaseIcon
|
|
||||||
class="text-light mt-1 mr-1"
|
|
||||||
icon-name="mdiContentCopy"
|
|
||||||
:size="18"
|
|
||||||
/> {{ t('general.copy') }}</span>
|
|
||||||
</div>
|
|
||||||
</BaseContextMenu>
|
|
||||||
</template>
|
|
||||||
<script setup lang="ts">
|
|
||||||
import * as moment from 'moment';
|
|
||||||
import { storeToRefs } from 'pinia';
|
|
||||||
import { highlight } from 'sql-highlight';
|
|
||||||
import { computed, nextTick, onMounted, Ref, ref, watch } from 'vue';
|
|
||||||
import { useI18n } from 'vue-i18n';
|
|
||||||
|
|
||||||
import BaseContextMenu from '@/components/BaseContextMenu.vue';
|
|
||||||
import BaseIcon from '@/components/BaseIcon.vue';
|
|
||||||
import { copyText } from '@/libs/copyText';
|
|
||||||
import { useConsoleStore } from '@/stores/console';
|
|
||||||
|
|
||||||
const { t } = useI18n();
|
|
||||||
|
|
||||||
const consoleStore = useConsoleStore();
|
|
||||||
|
|
||||||
const { resizeConsole, getLogsByWorkspace } = consoleStore;
|
|
||||||
const { consoleHeight } = storeToRefs(consoleStore);
|
|
||||||
|
|
||||||
const props = defineProps({
|
|
||||||
uid: String
|
|
||||||
});
|
|
||||||
|
|
||||||
const wrapper: Ref<HTMLInputElement> = ref(null);
|
|
||||||
const queryConsole: Ref<HTMLInputElement> = ref(null);
|
|
||||||
const queryConsoleBody: Ref<HTMLInputElement> = ref(null);
|
|
||||||
const resizer: Ref<HTMLInputElement> = ref(null);
|
|
||||||
const localHeight = ref(250);
|
|
||||||
const isHover = ref(false);
|
|
||||||
const isContext = ref(false);
|
|
||||||
const contextQuery: Ref<string> = ref(null);
|
|
||||||
const contextEvent: Ref<MouseEvent> = ref(null);
|
|
||||||
|
|
||||||
const resize = (e: MouseEvent) => {
|
|
||||||
const el = queryConsole.value;
|
|
||||||
let consoleHeight = el.getBoundingClientRect().bottom - e.pageY;
|
|
||||||
if (consoleHeight > 400) consoleHeight = 400;
|
|
||||||
localHeight.value = consoleHeight;
|
|
||||||
};
|
|
||||||
|
|
||||||
const workspaceLogs = computed(() => {
|
|
||||||
return getLogsByWorkspace(props.uid);
|
|
||||||
});
|
|
||||||
|
|
||||||
const stopResize = () => {
|
|
||||||
if (localHeight.value < 0) localHeight.value = 0;
|
|
||||||
resizeConsole(localHeight.value);
|
|
||||||
window.removeEventListener('mousemove', resize);
|
|
||||||
window.removeEventListener('mouseup', stopResize);
|
|
||||||
};
|
|
||||||
|
|
||||||
const contextMenu = (event: MouseEvent, wLog: {date: Date; sql: string}) => {
|
|
||||||
contextEvent.value = event;
|
|
||||||
contextQuery.value = wLog.sql;
|
|
||||||
isContext.value = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
const copyQuery = () => {
|
|
||||||
copyText(contextQuery.value);
|
|
||||||
isContext.value = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
watch(workspaceLogs, async () => {
|
|
||||||
if (!isHover.value) {
|
|
||||||
await nextTick();
|
|
||||||
queryConsoleBody.value.scrollTop = queryConsoleBody.value.scrollHeight;
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
onMounted(() => {
|
|
||||||
localHeight.value = consoleHeight.value;
|
|
||||||
queryConsoleBody.value.scrollTop = queryConsoleBody.value.scrollHeight;
|
|
||||||
});
|
|
||||||
|
|
||||||
onMounted(() => {
|
|
||||||
resizer.value.addEventListener('mousedown', (e: MouseEvent) => {
|
|
||||||
e.preventDefault();
|
|
||||||
|
|
||||||
window.addEventListener('mousemove', resize);
|
|
||||||
window.addEventListener('mouseup', stopResize);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
.query-console-wrapper {
|
|
||||||
width: 100%;
|
|
||||||
z-index: 9;
|
|
||||||
margin-top: auto;
|
|
||||||
position: absolute;
|
|
||||||
bottom: 0;
|
|
||||||
|
|
||||||
.query-console-resizer {
|
|
||||||
height: 4px;
|
|
||||||
top: -1px;
|
|
||||||
width: 100%;
|
|
||||||
cursor: ns-resize;
|
|
||||||
position: absolute;
|
|
||||||
z-index: 99;
|
|
||||||
transition: background 0.2s;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
background: var(--primary-color-dark);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.query-console {
|
|
||||||
padding: 0;
|
|
||||||
padding-bottom: $footer-height;
|
|
||||||
|
|
||||||
.query-console-header {
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
|
||||||
padding: 4px;
|
|
||||||
font-weight: 700;
|
|
||||||
}
|
|
||||||
|
|
||||||
.query-console-body {
|
|
||||||
overflow: auto;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
max-height: 100%;
|
|
||||||
padding: 0 6px 3px;
|
|
||||||
|
|
||||||
.query-console-log {
|
|
||||||
padding: 1px 3px;
|
|
||||||
margin: 1px 0;
|
|
||||||
border-radius: $border-radius;
|
|
||||||
|
|
||||||
.query-console-log-sql {
|
|
||||||
font-size: 95%;
|
|
||||||
opacity: 0.8;
|
|
||||||
font-weight: 700;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
user-select: text;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
@@ -72,6 +72,20 @@
|
|||||||
/>
|
/>
|
||||||
<span>{{ t('database.foreignKeys') }}</span>
|
<span>{{ t('database.foreignKeys') }}</span>
|
||||||
</button>
|
</button>
|
||||||
|
<button
|
||||||
|
v-if="workspace.customizations.tableCheck"
|
||||||
|
class="btn btn-dark btn-sm ml-2 mr-0"
|
||||||
|
:disabled="isSaving || !localFields.length"
|
||||||
|
:title="t('database.manageTableChecks')"
|
||||||
|
@click="showTableChecksModal"
|
||||||
|
>
|
||||||
|
<BaseIcon
|
||||||
|
class="mr-1"
|
||||||
|
icon-name="mdiTableCheck"
|
||||||
|
:size="24"
|
||||||
|
/>
|
||||||
|
<span>{{ t('database.tableChecks') }}</span>
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="workspace-query-info">
|
<div class="workspace-query-info">
|
||||||
<div class="d-flex" :title="t('database.schema')">
|
<div class="d-flex" :title="t('database.schema')">
|
||||||
@@ -183,11 +197,19 @@
|
|||||||
@hide="hideForeignModal"
|
@hide="hideForeignModal"
|
||||||
@foreigns-update="foreignsUpdate"
|
@foreigns-update="foreignsUpdate"
|
||||||
/>
|
/>
|
||||||
|
<WorkspaceTabPropsTableChecksModal
|
||||||
|
v-if="isTableChecksModal"
|
||||||
|
:local-checks="localTableChecks"
|
||||||
|
table="new"
|
||||||
|
:workspace="workspace"
|
||||||
|
@hide="hideTableChecksModal"
|
||||||
|
@checks-update="checksUpdate"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ConnectionParams, TableField, TableForeign, TableIndex, TableOptions } from 'common/interfaces/antares';
|
import { ConnectionParams, TableCheck, TableField, TableForeign, TableIndex, TableOptions } from 'common/interfaces/antares';
|
||||||
import { uidGen } from 'common/libs/uidGen';
|
import { uidGen } from 'common/libs/uidGen';
|
||||||
import { ipcRenderer } from 'electron';
|
import { ipcRenderer } from 'electron';
|
||||||
import { storeToRefs } from 'pinia';
|
import { storeToRefs } from 'pinia';
|
||||||
@@ -198,6 +220,7 @@ import BaseIcon from '@/components/BaseIcon.vue';
|
|||||||
import BaseLoader from '@/components/BaseLoader.vue';
|
import BaseLoader from '@/components/BaseLoader.vue';
|
||||||
import BaseSelect from '@/components/BaseSelect.vue';
|
import BaseSelect from '@/components/BaseSelect.vue';
|
||||||
import WorkspaceTabNewTableEmptyState from '@/components/WorkspaceTabNewTableEmptyState.vue';
|
import WorkspaceTabNewTableEmptyState from '@/components/WorkspaceTabNewTableEmptyState.vue';
|
||||||
|
import WorkspaceTabPropsTableChecksModal from '@/components/WorkspaceTabPropsTableChecksModal.vue';
|
||||||
import WorkspaceTabPropsTableFields from '@/components/WorkspaceTabPropsTableFields.vue';
|
import WorkspaceTabPropsTableFields from '@/components/WorkspaceTabPropsTableFields.vue';
|
||||||
import WorkspaceTabPropsTableForeignModal from '@/components/WorkspaceTabPropsTableForeignModal.vue';
|
import WorkspaceTabPropsTableForeignModal from '@/components/WorkspaceTabPropsTableForeignModal.vue';
|
||||||
import WorkspaceTabPropsTableIndexesModal from '@/components/WorkspaceTabPropsTableIndexesModal.vue';
|
import WorkspaceTabPropsTableIndexesModal from '@/components/WorkspaceTabPropsTableIndexesModal.vue';
|
||||||
@@ -236,12 +259,16 @@ const isLoading = ref(false);
|
|||||||
const isSaving = ref(false);
|
const isSaving = ref(false);
|
||||||
const isIndexesModal = ref(false);
|
const isIndexesModal = ref(false);
|
||||||
const isForeignModal = ref(false);
|
const isForeignModal = ref(false);
|
||||||
|
const isTableChecksModal = ref(false);
|
||||||
|
|
||||||
const originalFields: Ref<TableField[]> = ref([]);
|
const originalFields: Ref<TableField[]> = ref([]);
|
||||||
const localFields: Ref<TableField[]> = ref([]);
|
const localFields: Ref<TableField[]> = ref([]);
|
||||||
const originalKeyUsage: Ref<TableForeign[]> = ref([]);
|
const originalKeyUsage: Ref<TableForeign[]> = ref([]);
|
||||||
const localKeyUsage: Ref<TableForeign[]> = ref([]);
|
const localKeyUsage: Ref<TableForeign[]> = ref([]);
|
||||||
const originalIndexes: Ref<TableIndex[]> = ref([]);
|
const originalIndexes: Ref<TableIndex[]> = ref([]);
|
||||||
const localIndexes: Ref<TableIndex[]> = ref([]);
|
const localIndexes: Ref<TableIndex[]> = ref([]);
|
||||||
|
const originalTableChecks: Ref<TableCheck[]> = ref([]);
|
||||||
|
const localTableChecks: Ref<TableCheck[]> = ref([]);
|
||||||
const tableOptions: Ref<TableOptions> = ref(null);
|
const tableOptions: Ref<TableOptions> = ref(null);
|
||||||
const localOptions: Ref<TableOptions> = ref(null);
|
const localOptions: Ref<TableOptions> = ref(null);
|
||||||
const newFieldsCounter = ref(0);
|
const newFieldsCounter = ref(0);
|
||||||
@@ -274,6 +301,7 @@ const isChanged = computed(() => {
|
|||||||
return JSON.stringify(originalFields.value) !== JSON.stringify(localFields.value) ||
|
return JSON.stringify(originalFields.value) !== JSON.stringify(localFields.value) ||
|
||||||
JSON.stringify(originalKeyUsage.value) !== JSON.stringify(localKeyUsage.value) ||
|
JSON.stringify(originalKeyUsage.value) !== JSON.stringify(localKeyUsage.value) ||
|
||||||
JSON.stringify(originalIndexes.value) !== JSON.stringify(localIndexes.value) ||
|
JSON.stringify(originalIndexes.value) !== JSON.stringify(localIndexes.value) ||
|
||||||
|
JSON.stringify(originalTableChecks.value) !== JSON.stringify(localTableChecks.value) ||
|
||||||
JSON.stringify(tableOptions.value) !== JSON.stringify(localOptions.value);
|
JSON.stringify(tableOptions.value) !== JSON.stringify(localOptions.value);
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -291,6 +319,7 @@ const saveChanges = async () => {
|
|||||||
fields: localFields.value,
|
fields: localFields.value,
|
||||||
foreigns: localKeyUsage.value,
|
foreigns: localKeyUsage.value,
|
||||||
indexes: localIndexes.value,
|
indexes: localIndexes.value,
|
||||||
|
checks: localTableChecks.value,
|
||||||
options: localOptions.value
|
options: localOptions.value
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -326,6 +355,7 @@ const clearChanges = () => {
|
|||||||
localFields.value = JSON.parse(JSON.stringify(originalFields.value));
|
localFields.value = JSON.parse(JSON.stringify(originalFields.value));
|
||||||
localIndexes.value = JSON.parse(JSON.stringify(originalIndexes.value));
|
localIndexes.value = JSON.parse(JSON.stringify(originalIndexes.value));
|
||||||
localKeyUsage.value = JSON.parse(JSON.stringify(originalKeyUsage.value));
|
localKeyUsage.value = JSON.parse(JSON.stringify(originalKeyUsage.value));
|
||||||
|
localTableChecks.value = JSON.parse(JSON.stringify(originalTableChecks.value));
|
||||||
|
|
||||||
tableOptions.value = {
|
tableOptions.value = {
|
||||||
name: '',
|
name: '',
|
||||||
@@ -446,10 +476,22 @@ const hideForeignModal = () => {
|
|||||||
isForeignModal.value = false;
|
isForeignModal.value = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const showTableChecksModal = () => {
|
||||||
|
isTableChecksModal.value = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
const hideTableChecksModal = () => {
|
||||||
|
isTableChecksModal.value = false;
|
||||||
|
};
|
||||||
|
|
||||||
const foreignsUpdate = (foreigns: TableForeign[]) => {
|
const foreignsUpdate = (foreigns: TableForeign[]) => {
|
||||||
localKeyUsage.value = foreigns;
|
localKeyUsage.value = foreigns;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const checksUpdate = (checks: TableCheck[]) => {
|
||||||
|
localTableChecks.value = checks;
|
||||||
|
};
|
||||||
|
|
||||||
const saveContentListener = () => {
|
const saveContentListener = () => {
|
||||||
const hasModalOpen = !!document.querySelectorAll('.modal.active').length;
|
const hasModalOpen = !!document.querySelectorAll('.modal.active').length;
|
||||||
if (props.isSelected && !hasModalOpen && isChanged.value)
|
if (props.isSelected && !hasModalOpen && isChanged.value)
|
||||||
|
@@ -62,7 +62,7 @@
|
|||||||
<button
|
<button
|
||||||
class="btn btn-dark btn-sm mr-0"
|
class="btn btn-dark btn-sm mr-0"
|
||||||
:disabled="isSaving"
|
:disabled="isSaving"
|
||||||
:title="t('database.manageIndexes')"
|
:title="t('database.manageForeignKeys')"
|
||||||
@click="showForeignModal"
|
@click="showForeignModal"
|
||||||
>
|
>
|
||||||
<BaseIcon
|
<BaseIcon
|
||||||
@@ -72,6 +72,20 @@
|
|||||||
/>
|
/>
|
||||||
<span>{{ t('database.foreignKeys') }}</span>
|
<span>{{ t('database.foreignKeys') }}</span>
|
||||||
</button>
|
</button>
|
||||||
|
<button
|
||||||
|
v-if="workspace.customizations.tableCheck"
|
||||||
|
class="btn btn-dark btn-sm ml-2 mr-0"
|
||||||
|
:disabled="isSaving"
|
||||||
|
:title="t('database.manageTableChecks')"
|
||||||
|
@click="showTableChecksModal"
|
||||||
|
>
|
||||||
|
<BaseIcon
|
||||||
|
class="mr-1"
|
||||||
|
icon-name="mdiTableCheck"
|
||||||
|
:size="24"
|
||||||
|
/>
|
||||||
|
<span>{{ t('database.tableChecks') }}</span>
|
||||||
|
</button>
|
||||||
|
|
||||||
<div class="divider-vert py-3" />
|
<div class="divider-vert py-3" />
|
||||||
|
|
||||||
@@ -218,11 +232,19 @@
|
|||||||
:workspace="workspace"
|
:workspace="workspace"
|
||||||
@hide="hideDdlModal"
|
@hide="hideDdlModal"
|
||||||
/>
|
/>
|
||||||
|
<WorkspaceTabPropsTableChecksModal
|
||||||
|
v-if="isTableChecksModal"
|
||||||
|
:local-checks="localTableChecks"
|
||||||
|
:table="table"
|
||||||
|
:workspace="workspace"
|
||||||
|
@hide="hideTableChecksModal"
|
||||||
|
@checks-update="checksUpdate"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { AlterTableParams, TableField, TableForeign, TableIndex, TableInfos, TableOptions } from 'common/interfaces/antares';
|
import { AlterTableParams, TableCheck, TableField, TableForeign, TableIndex, TableInfos, TableOptions } from 'common/interfaces/antares';
|
||||||
import { uidGen } from 'common/libs/uidGen';
|
import { uidGen } from 'common/libs/uidGen';
|
||||||
import { ipcRenderer } from 'electron';
|
import { ipcRenderer } from 'electron';
|
||||||
import { storeToRefs } from 'pinia';
|
import { storeToRefs } from 'pinia';
|
||||||
@@ -232,6 +254,7 @@ import { useI18n } from 'vue-i18n';
|
|||||||
import BaseIcon from '@/components/BaseIcon.vue';
|
import BaseIcon from '@/components/BaseIcon.vue';
|
||||||
import BaseLoader from '@/components/BaseLoader.vue';
|
import BaseLoader from '@/components/BaseLoader.vue';
|
||||||
import BaseSelect from '@/components/BaseSelect.vue';
|
import BaseSelect from '@/components/BaseSelect.vue';
|
||||||
|
import WorkspaceTabPropsTableChecksModal from '@/components/WorkspaceTabPropsTableChecksModal.vue';
|
||||||
import WorkspaceTabPropsTableDdlModal from '@/components/WorkspaceTabPropsTableDdlModal.vue';
|
import WorkspaceTabPropsTableDdlModal from '@/components/WorkspaceTabPropsTableDdlModal.vue';
|
||||||
import WorkspaceTabPropsTableFields from '@/components/WorkspaceTabPropsTableFields.vue';
|
import WorkspaceTabPropsTableFields from '@/components/WorkspaceTabPropsTableFields.vue';
|
||||||
import WorkspaceTabPropsTableForeignModal from '@/components/WorkspaceTabPropsTableForeignModal.vue';
|
import WorkspaceTabPropsTableForeignModal from '@/components/WorkspaceTabPropsTableForeignModal.vue';
|
||||||
@@ -273,13 +296,17 @@ const isLoading = ref(false);
|
|||||||
const isSaving = ref(false);
|
const isSaving = ref(false);
|
||||||
const isIndexesModal = ref(false);
|
const isIndexesModal = ref(false);
|
||||||
const isForeignModal = ref(false);
|
const isForeignModal = ref(false);
|
||||||
|
const isTableChecksModal = ref(false);
|
||||||
const isDdlModal = ref(false);
|
const isDdlModal = ref(false);
|
||||||
|
|
||||||
const originalFields: Ref<TableField[]> = ref([]);
|
const originalFields: Ref<TableField[]> = ref([]);
|
||||||
const localFields: Ref<TableField[]> = ref([]);
|
const localFields: Ref<TableField[]> = ref([]);
|
||||||
const originalKeyUsage: Ref<TableForeign[]> = ref([]);
|
const originalKeyUsage: Ref<TableForeign[]> = ref([]);
|
||||||
const localKeyUsage: Ref<TableForeign[]> = ref([]);
|
const localKeyUsage: Ref<TableForeign[]> = ref([]);
|
||||||
const originalIndexes: Ref<TableIndex[]> = ref([]);
|
const originalIndexes: Ref<TableIndex[]> = ref([]);
|
||||||
const localIndexes: Ref<TableIndex[]> = ref([]);
|
const localIndexes: Ref<TableIndex[]> = ref([]);
|
||||||
|
const originalTableChecks: Ref<TableCheck[]> = ref([]);
|
||||||
|
const localTableChecks: Ref<TableCheck[]> = ref([]);
|
||||||
const tableOptions: Ref<TableOptions> = ref(null);
|
const tableOptions: Ref<TableOptions> = ref(null);
|
||||||
const localOptions: Ref<TableOptions> = ref({} as TableOptions);
|
const localOptions: Ref<TableOptions> = ref({} as TableOptions);
|
||||||
const lastTable = ref(null);
|
const lastTable = ref(null);
|
||||||
@@ -307,6 +334,7 @@ const isChanged = computed(() => {
|
|||||||
return JSON.stringify(originalFields.value) !== JSON.stringify(localFields.value) ||
|
return JSON.stringify(originalFields.value) !== JSON.stringify(localFields.value) ||
|
||||||
JSON.stringify(originalKeyUsage.value) !== JSON.stringify(localKeyUsage.value) ||
|
JSON.stringify(originalKeyUsage.value) !== JSON.stringify(localKeyUsage.value) ||
|
||||||
JSON.stringify(originalIndexes.value) !== JSON.stringify(localIndexes.value) ||
|
JSON.stringify(originalIndexes.value) !== JSON.stringify(localIndexes.value) ||
|
||||||
|
JSON.stringify(originalTableChecks.value) !== JSON.stringify(localTableChecks.value) ||
|
||||||
JSON.stringify(tableOptions.value) !== JSON.stringify(localOptions.value);
|
JSON.stringify(tableOptions.value) !== JSON.stringify(localOptions.value);
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -430,6 +458,27 @@ const getFieldsData = async () => {
|
|||||||
addNotification({ status: 'error', message: err.stack });
|
addNotification({ status: 'error', message: err.stack });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (workspace.value.customizations.tableCheck) {
|
||||||
|
try { // Table checks
|
||||||
|
const { status, response } = await Tables.getTableChecks(params);
|
||||||
|
|
||||||
|
if (status === 'success') {
|
||||||
|
originalTableChecks.value = response.map((check: TableCheck) => {
|
||||||
|
return {
|
||||||
|
_antares_id: uidGen(),
|
||||||
|
...check
|
||||||
|
};
|
||||||
|
});
|
||||||
|
localTableChecks.value = JSON.parse(JSON.stringify(originalTableChecks.value));
|
||||||
|
}
|
||||||
|
else
|
||||||
|
addNotification({ status: 'error', message: response });
|
||||||
|
}
|
||||||
|
catch (err) {
|
||||||
|
addNotification({ status: 'error', message: err.stack });
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
isLoading.value = false;
|
isLoading.value = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -527,6 +576,33 @@ const saveChanges = async () => {
|
|||||||
// Foreigns Deletions
|
// Foreigns Deletions
|
||||||
foreignChanges.deletions = originalKeyUsage.value.filter(foreign => !localForeignIDs.includes(foreign._antares_id));
|
foreignChanges.deletions = originalKeyUsage.value.filter(foreign => !localForeignIDs.includes(foreign._antares_id));
|
||||||
|
|
||||||
|
// CHECKS
|
||||||
|
const checkChanges = {
|
||||||
|
additions: [] as TableCheck[],
|
||||||
|
changes: [] as TableCheck[],
|
||||||
|
deletions: [] as TableCheck[]
|
||||||
|
};
|
||||||
|
const originalCheckIDs = originalTableChecks.value.reduce((acc, curr) => [...acc, curr._antares_id], []);
|
||||||
|
const localCheckIDs = localTableChecks.value.reduce((acc, curr) => [...acc, curr._antares_id], []);
|
||||||
|
|
||||||
|
// Check Additions
|
||||||
|
checkChanges.additions = localTableChecks.value.filter(check => !originalCheckIDs.includes(check._antares_id));
|
||||||
|
|
||||||
|
// Check Changes
|
||||||
|
originalTableChecks.value.forEach(originalCheck => {
|
||||||
|
const lI = localTableChecks.value.findIndex(localCheck => localCheck._antares_id === originalCheck._antares_id);
|
||||||
|
if (JSON.stringify(originalCheck) !== JSON.stringify(localTableChecks.value[lI])) {
|
||||||
|
if (localTableChecks.value[lI]) {
|
||||||
|
checkChanges.changes.push({
|
||||||
|
...localTableChecks.value[lI]
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
// Check Deletions
|
||||||
|
checkChanges.deletions = originalTableChecks.value.filter(check => !localCheckIDs.includes(check._antares_id));
|
||||||
|
|
||||||
// ALTER
|
// ALTER
|
||||||
const params = {
|
const params = {
|
||||||
uid: props.connection.uid,
|
uid: props.connection.uid,
|
||||||
@@ -543,6 +619,7 @@ const saveChanges = async () => {
|
|||||||
deletions,
|
deletions,
|
||||||
indexChanges,
|
indexChanges,
|
||||||
foreignChanges,
|
foreignChanges,
|
||||||
|
checkChanges,
|
||||||
options
|
options
|
||||||
} as unknown as AlterTableParams;
|
} as unknown as AlterTableParams;
|
||||||
|
|
||||||
@@ -583,6 +660,7 @@ const clearChanges = () => {
|
|||||||
localFields.value = JSON.parse(JSON.stringify(originalFields.value));
|
localFields.value = JSON.parse(JSON.stringify(originalFields.value));
|
||||||
localIndexes.value = JSON.parse(JSON.stringify(originalIndexes.value));
|
localIndexes.value = JSON.parse(JSON.stringify(originalIndexes.value));
|
||||||
localKeyUsage.value = JSON.parse(JSON.stringify(originalKeyUsage.value));
|
localKeyUsage.value = JSON.parse(JSON.stringify(originalKeyUsage.value));
|
||||||
|
localTableChecks.value = JSON.parse(JSON.stringify(originalTableChecks.value));
|
||||||
localOptions.value = JSON.parse(JSON.stringify(tableOptions.value));
|
localOptions.value = JSON.parse(JSON.stringify(tableOptions.value));
|
||||||
newFieldsCounter.value = 0;
|
newFieldsCounter.value = 0;
|
||||||
};
|
};
|
||||||
@@ -702,6 +780,14 @@ const hideForeignModal = () => {
|
|||||||
isForeignModal.value = false;
|
isForeignModal.value = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const showTableChecksModal = () => {
|
||||||
|
isTableChecksModal.value = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
const hideTableChecksModal = () => {
|
||||||
|
isTableChecksModal.value = false;
|
||||||
|
};
|
||||||
|
|
||||||
const showDdlModal = () => {
|
const showDdlModal = () => {
|
||||||
isDdlModal.value = true;
|
isDdlModal.value = true;
|
||||||
};
|
};
|
||||||
@@ -714,6 +800,10 @@ const foreignsUpdate = (foreigns: TableForeign[]) => {
|
|||||||
localKeyUsage.value = foreigns;
|
localKeyUsage.value = foreigns;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const checksUpdate = (checks: TableCheck[]) => {
|
||||||
|
localTableChecks.value = checks;
|
||||||
|
};
|
||||||
|
|
||||||
const saveContentListener = () => {
|
const saveContentListener = () => {
|
||||||
const hasModalOpen = !!document.querySelectorAll('.modal.active').length;
|
const hasModalOpen = !!document.querySelectorAll('.modal.active').length;
|
||||||
if (props.isSelected && !hasModalOpen && isChanged.value)
|
if (props.isSelected && !hasModalOpen && isChanged.value)
|
||||||
|
268
src/renderer/components/WorkspaceTabPropsTableChecksModal.vue
Normal file
268
src/renderer/components/WorkspaceTabPropsTableChecksModal.vue
Normal file
@@ -0,0 +1,268 @@
|
|||||||
|
<template>
|
||||||
|
<ConfirmModal
|
||||||
|
:confirm-text="t('general.confirm')"
|
||||||
|
size="medium"
|
||||||
|
class="options-modal"
|
||||||
|
@confirm="confirmChecksChange"
|
||||||
|
@hide="$emit('hide')"
|
||||||
|
>
|
||||||
|
<template #header>
|
||||||
|
<div class="d-flex">
|
||||||
|
<BaseIcon
|
||||||
|
class="mr-1"
|
||||||
|
icon-name="mdiTableCheck"
|
||||||
|
:size="24"
|
||||||
|
/>
|
||||||
|
<span class="cut-text">{{ t('database.tableChecks') }} "{{ table }}"</span>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
<template #body>
|
||||||
|
<div class="columns col-gapless">
|
||||||
|
<div class="column col-5">
|
||||||
|
<div class="panel" :style="{ height: modalInnerHeight + 'px'}">
|
||||||
|
<div class="panel-header pt-0 pl-0">
|
||||||
|
<div class="d-flex">
|
||||||
|
<button class="btn btn-dark btn-sm d-flex" @click="addCheck">
|
||||||
|
<BaseIcon
|
||||||
|
class="mr-1"
|
||||||
|
icon-name="mdiCheckboxMarkedCirclePlusOutline"
|
||||||
|
:size="24"
|
||||||
|
/>
|
||||||
|
<span>{{ t('general.add') }}</span>
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
class="btn btn-dark btn-sm d-flex ml-2 mr-0"
|
||||||
|
:title="t('database.clearChanges')"
|
||||||
|
:disabled="!isChanged"
|
||||||
|
@click.prevent="clearChanges"
|
||||||
|
>
|
||||||
|
<BaseIcon
|
||||||
|
class="mr-1"
|
||||||
|
icon-name="mdiDeleteSweep"
|
||||||
|
:size="24"
|
||||||
|
/>
|
||||||
|
<span>{{ t('general.clear') }}</span>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div ref="checksPanel" class="panel-body p-0 pr-1">
|
||||||
|
<div
|
||||||
|
v-for="check in checksProxy"
|
||||||
|
:key="check._antares_id"
|
||||||
|
class="tile tile-centered c-hand mb-1 p-1"
|
||||||
|
:class="{'selected-element': selectedCheckID === check._antares_id}"
|
||||||
|
@click="selectCheck($event, check._antares_id)"
|
||||||
|
>
|
||||||
|
<div class="tile-icon">
|
||||||
|
<div>
|
||||||
|
<BaseIcon
|
||||||
|
class="mt-2 column-key"
|
||||||
|
icon-name="mdiCheckboxMarkedCircleOutline"
|
||||||
|
:size="24"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="tile-content">
|
||||||
|
<div class="tile-title">
|
||||||
|
{{ check.name }}
|
||||||
|
</div>
|
||||||
|
<small class="tile-subtitle text-gray d-inline-block cut-text" style="width: 100%;">{{ check.clause }}</small>
|
||||||
|
</div>
|
||||||
|
<div class="tile-action">
|
||||||
|
<button
|
||||||
|
class="btn btn-link remove-field p-0 mr-2"
|
||||||
|
:title="t('general.delete')"
|
||||||
|
@click.prevent="removeCheck(check._antares_id)"
|
||||||
|
>
|
||||||
|
<BaseIcon
|
||||||
|
icon-name="mdiClose"
|
||||||
|
:size="18"
|
||||||
|
class="mt-2"
|
||||||
|
/>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="column col-7 pl-2 editor-col">
|
||||||
|
<form
|
||||||
|
v-if="selectedCheckObj"
|
||||||
|
:style="{ height: modalInnerHeight + 'px'}"
|
||||||
|
class="form-horizontal"
|
||||||
|
>
|
||||||
|
<div class="form-group">
|
||||||
|
<label class="form-label col-3">
|
||||||
|
{{ t('general.name') }}
|
||||||
|
</label>
|
||||||
|
<div class="column">
|
||||||
|
<input
|
||||||
|
v-model="selectedCheckObj.name"
|
||||||
|
class="form-input"
|
||||||
|
type="text"
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="form-group">
|
||||||
|
<label class="form-label col-3">
|
||||||
|
{{ t('database.checkClause') }}
|
||||||
|
</label>
|
||||||
|
<div class="column">
|
||||||
|
<textarea
|
||||||
|
v-model="selectedCheckObj.clause"
|
||||||
|
class="form-input"
|
||||||
|
style="resize: vertical;"
|
||||||
|
rows="5"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
<div v-if="!checksProxy.length" class="empty">
|
||||||
|
<div class="empty-icon">
|
||||||
|
<BaseIcon
|
||||||
|
class="mr-1"
|
||||||
|
icon-name="mdiCheckboxMarkedCircleOutline"
|
||||||
|
:size="48"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<p class="empty-title h5">
|
||||||
|
{{ t('database.thereAreNoTableChecks') }}
|
||||||
|
</p>
|
||||||
|
<div class="empty-action">
|
||||||
|
<button class="btn btn-primary" @click="addCheck">
|
||||||
|
{{ t('database.createNewCheck') }}
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
</ConfirmModal>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts">
|
||||||
|
import { TableCheck } from 'common/interfaces/antares';
|
||||||
|
import { uidGen } from 'common/libs/uidGen';
|
||||||
|
import { computed, onMounted, onUnmounted, Ref, ref } from 'vue';
|
||||||
|
import { useI18n } from 'vue-i18n';
|
||||||
|
|
||||||
|
import ConfirmModal from '@/components/BaseConfirmModal.vue';
|
||||||
|
import BaseIcon from '@/components/BaseIcon.vue';
|
||||||
|
|
||||||
|
const { t } = useI18n();
|
||||||
|
|
||||||
|
const props = defineProps({
|
||||||
|
localChecks: Array,
|
||||||
|
table: String,
|
||||||
|
workspace: Object
|
||||||
|
});
|
||||||
|
|
||||||
|
const emit = defineEmits(['hide', 'checks-update']);
|
||||||
|
|
||||||
|
const checksPanel: Ref<HTMLDivElement> = ref(null);
|
||||||
|
const checksProxy: Ref<TableCheck[]> = ref([]);
|
||||||
|
const selectedCheckID = ref('');
|
||||||
|
const modalInnerHeight = ref(400);
|
||||||
|
|
||||||
|
const selectedCheckObj = computed(() => checksProxy.value.find(index => index._antares_id === selectedCheckID.value));
|
||||||
|
const isChanged = computed(() => JSON.stringify(props.localChecks) !== JSON.stringify(checksProxy.value));
|
||||||
|
|
||||||
|
const confirmChecksChange = () => {
|
||||||
|
const filteredChecks = checksProxy.value.filter(check => check.clause.trim().length);
|
||||||
|
emit('checks-update', filteredChecks);
|
||||||
|
};
|
||||||
|
|
||||||
|
const selectCheck = (event: MouseEvent, id: string) => {
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
|
if (selectedCheckID.value !== id && !(event.target as any).classList.contains('remove-field'))
|
||||||
|
selectedCheckID.value = id;
|
||||||
|
};
|
||||||
|
|
||||||
|
const getModalInnerHeight = () => {
|
||||||
|
const modalBody = document.querySelector('.modal-body');
|
||||||
|
if (modalBody)
|
||||||
|
modalInnerHeight.value = modalBody.clientHeight - (parseFloat(getComputedStyle(modalBody).paddingTop) + parseFloat(getComputedStyle(modalBody).paddingBottom));
|
||||||
|
};
|
||||||
|
|
||||||
|
const addCheck = () => {
|
||||||
|
const uid = uidGen();
|
||||||
|
checksProxy.value = [...checksProxy.value, {
|
||||||
|
_antares_id: uid,
|
||||||
|
name: `CHK_${uid.substring(0, 4)}`,
|
||||||
|
clause: ''
|
||||||
|
}];
|
||||||
|
|
||||||
|
if (checksProxy.value.length === 1)
|
||||||
|
resetSelectedID();
|
||||||
|
|
||||||
|
setTimeout(() => {
|
||||||
|
checksPanel.value.scrollTop = checksPanel.value.scrollHeight + 60;
|
||||||
|
selectedCheckID.value = uid;
|
||||||
|
}, 20);
|
||||||
|
};
|
||||||
|
|
||||||
|
const removeCheck = (id: string) => {
|
||||||
|
checksProxy.value = checksProxy.value.filter(index => index._antares_id !== id);
|
||||||
|
|
||||||
|
if (selectedCheckID.value === id && checksProxy.value.length)
|
||||||
|
resetSelectedID();
|
||||||
|
};
|
||||||
|
|
||||||
|
const clearChanges = () => {
|
||||||
|
checksProxy.value = JSON.parse(JSON.stringify(props.localChecks));
|
||||||
|
if (!checksProxy.value.some(index => index._antares_id === selectedCheckID.value))
|
||||||
|
resetSelectedID();
|
||||||
|
};
|
||||||
|
|
||||||
|
const resetSelectedID = () => {
|
||||||
|
selectedCheckID.value = checksProxy.value.length ? checksProxy.value[0]._antares_id : '';
|
||||||
|
};
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
checksProxy.value = JSON.parse(JSON.stringify(props.localChecks));
|
||||||
|
|
||||||
|
if (checksProxy.value.length)
|
||||||
|
resetSelectedID();
|
||||||
|
|
||||||
|
getModalInnerHeight();
|
||||||
|
window.addEventListener('resize', getModalInnerHeight);
|
||||||
|
});
|
||||||
|
|
||||||
|
onUnmounted(() => {
|
||||||
|
window.removeEventListener('resize', getModalInnerHeight);
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
.tile {
|
||||||
|
border-radius: $border-radius;
|
||||||
|
opacity: 0.5;
|
||||||
|
transition: background 0.2s;
|
||||||
|
transition: opacity 0.2s;
|
||||||
|
|
||||||
|
.tile-action {
|
||||||
|
opacity: 0;
|
||||||
|
transition: opacity 0.2s;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
.tile-action {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.selected-element {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.fields-list {
|
||||||
|
max-height: 300px;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.remove-field svg {
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
</style>
|
@@ -15,6 +15,7 @@
|
|||||||
:schema="breadcrumbsSchema"
|
:schema="breadcrumbsSchema"
|
||||||
:is-selected="isSelected"
|
:is-selected="isSelected"
|
||||||
:height="editorHeight"
|
:height="editorHeight"
|
||||||
|
editor-classes="editor-query"
|
||||||
/>
|
/>
|
||||||
<div ref="resizer" class="query-area-resizer" />
|
<div ref="resizer" class="query-area-resizer" />
|
||||||
<div ref="queryAreaFooter" class="workspace-query-runner-footer">
|
<div ref="queryAreaFooter" class="workspace-query-runner-footer">
|
||||||
@@ -253,6 +254,7 @@
|
|||||||
v-if="results"
|
v-if="results"
|
||||||
v-show="!isQuering"
|
v-show="!isQuering"
|
||||||
ref="queryTable"
|
ref="queryTable"
|
||||||
|
:is-quering="isQuering"
|
||||||
:results="results"
|
:results="results"
|
||||||
:tab-uid="tab.uid"
|
:tab-uid="tab.uid"
|
||||||
:conn-uid="connection.uid"
|
:conn-uid="connection.uid"
|
||||||
@@ -272,6 +274,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
import { getCurrentWindow, Menu } from '@electron/remote';
|
||||||
import { Ace } from 'ace-builds';
|
import { Ace } from 'ace-builds';
|
||||||
import { ConnectionParams } from 'common/interfaces/antares';
|
import { ConnectionParams } from 'common/interfaces/antares';
|
||||||
import { uidGen } from 'common/libs/uidGen';
|
import { uidGen } from 'common/libs/uidGen';
|
||||||
@@ -474,6 +477,8 @@ const runQuery = async (query: string) => {
|
|||||||
saveHistory(params);
|
saveHistory(params);
|
||||||
if (!autocommit.value)
|
if (!autocommit.value)
|
||||||
setUnsavedChanges({ uid: props.connection.uid, tUid: props.tabUid, isChanged: true });
|
setUnsavedChanges({ uid: props.connection.uid, tUid: props.tabUid, isChanged: true });
|
||||||
|
|
||||||
|
queryEditor.value.editor.focus();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
addNotification({ status: 'error', message: response });
|
addNotification({ status: 'error', message: response });
|
||||||
@@ -715,7 +720,7 @@ const openFile = async () => {
|
|||||||
const result = await Application.showOpenDialog({ properties: ['openFile'], filters: [{ name: 'SQL', extensions: ['sql', 'txt'] }] });
|
const result = await Application.showOpenDialog({ properties: ['openFile'], filters: [{ name: 'SQL', extensions: ['sql', 'txt'] }] });
|
||||||
if (result && !result.canceled) {
|
if (result && !result.canceled) {
|
||||||
const file = result.filePaths[0];
|
const file = result.filePaths[0];
|
||||||
const content = await Application.readFile(file);
|
const content = await Application.readFile({ filePath: file, encoding: 'utf-8' });
|
||||||
const fileName = file.split('/').pop().split('\\').pop();
|
const fileName = file.split('/').pop().split('\\').pop();
|
||||||
if (props.tab.filePath && props.tab.filePath !== file) {
|
if (props.tab.filePath && props.tab.filePath !== file) {
|
||||||
newTab({
|
newTab({
|
||||||
@@ -738,7 +743,11 @@ const openFile = async () => {
|
|||||||
|
|
||||||
const saveFileAs = async () => {
|
const saveFileAs = async () => {
|
||||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
const result: any = await Application.showSaveDialog({ filters: [{ name: 'SQL', extensions: ['sql'] }], defaultPath: `${queryName.value || 'query'}.sql` });
|
const result: any = await Application.showSaveDialog({
|
||||||
|
filters: [{ name: 'SQL', extensions: ['sql'] }],
|
||||||
|
defaultPath: (!queryName.value.includes('.sql') ? `${queryName.value}.sql` :queryName.value) || 'query.sql'
|
||||||
|
});
|
||||||
|
|
||||||
if (result && !result.canceled) {
|
if (result && !result.canceled) {
|
||||||
await Application.writeFile(result.filePath, query.value);
|
await Application.writeFile(result.filePath, query.value);
|
||||||
addNotification({ status: 'success', message: t('general.actionSuccessful', { action: t('application.saveFile') }) });
|
addNotification({ status: 'success', message: t('general.actionSuccessful', { action: t('application.saveFile') }) });
|
||||||
@@ -749,13 +758,17 @@ const saveFileAs = async () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const saveFile = async () => {
|
const saveFile = async () => {
|
||||||
await Application.writeFile(filePath.value, query.value);
|
if (filePath.value) {
|
||||||
addNotification({ status: 'success', message: t('general.actionSuccessful', { action: t('application.saveFile') }) });
|
await Application.writeFile(filePath.value, query.value);
|
||||||
lastSavedQuery.value = toRaw(query.value);
|
addNotification({ status: 'success', message: t('general.actionSuccessful', { action: t('application.saveFile') }) });
|
||||||
|
lastSavedQuery.value = toRaw(query.value);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
saveFileAs();
|
||||||
};
|
};
|
||||||
|
|
||||||
const loadFileContent = async (file: string) => {
|
const loadFileContent = async (file: string) => {
|
||||||
const content = await Application.readFile(file);
|
const content = await Application.readFile({ filePath: file, encoding: 'utf-8' });
|
||||||
query.value = content;
|
query.value = content;
|
||||||
lastSavedQuery.value = content;
|
lastSavedQuery.value = content;
|
||||||
};
|
};
|
||||||
@@ -784,6 +797,67 @@ onMounted(() => {
|
|||||||
|
|
||||||
if (props.tab.filePath)
|
if (props.tab.filePath)
|
||||||
loadFileContent(props.tab.filePath);
|
loadFileContent(props.tab.filePath);
|
||||||
|
|
||||||
|
queryEditor.value.editor.container.addEventListener('contextmenu', (e) => {
|
||||||
|
const InputMenu = Menu.buildFromTemplate([
|
||||||
|
{
|
||||||
|
label: t('general.run'),
|
||||||
|
click: () => runQuery(query.value)
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: t('general.clear'),
|
||||||
|
click: () => clear()
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'separator'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: t('application.saveFile'),
|
||||||
|
click: () => saveFile()
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: t('application.saveFileAs'),
|
||||||
|
click: () => saveFileAs()
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: t('application.openFile'),
|
||||||
|
click: () => openFile()
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'separator'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: t('general.cut'),
|
||||||
|
role: 'cut'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: t('general.copy'),
|
||||||
|
role: 'copy'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: t('general.paste'),
|
||||||
|
role: 'paste'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'separator'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: t('general.selectAll'),
|
||||||
|
role: 'selectAll'
|
||||||
|
}
|
||||||
|
]);
|
||||||
|
e.preventDefault();
|
||||||
|
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
|
let node: any = e.target;
|
||||||
|
while (node) {
|
||||||
|
if (node.nodeName.match(/^(input|textarea)$/i) || node.isContentEditable) {
|
||||||
|
InputMenu.popup({ window: getCurrentWindow() });
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
node = node.parentNode;
|
||||||
|
}
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
onBeforeUnmount(() => {
|
onBeforeUnmount(() => {
|
||||||
|
@@ -38,7 +38,7 @@
|
|||||||
<div class="thead">
|
<div class="thead">
|
||||||
<div class="tr">
|
<div class="tr">
|
||||||
<div
|
<div
|
||||||
v-for="(field, index) in fields"
|
v-for="(field, index) in filteredFields"
|
||||||
:key="index"
|
:key="index"
|
||||||
class="th c-hand"
|
class="th c-hand"
|
||||||
:title="`${field.type} ${fieldLength(field) ? `(${fieldLength(field)})` : ''}`"
|
:title="`${field.type} ${fieldLength(field) ? `(${fieldLength(field)})` : ''}`"
|
||||||
@@ -291,6 +291,7 @@ const { consoleHeight } = storeToRefs(consoleStore);
|
|||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
results: Array as Prop<QueryResult[]>,
|
results: Array as Prop<QueryResult[]>,
|
||||||
connUid: String,
|
connUid: String,
|
||||||
|
isQuering: Boolean,
|
||||||
mode: String as Prop<'table' | 'query'>,
|
mode: String as Prop<'table' | 'query'>,
|
||||||
page: {
|
page: {
|
||||||
type: Number,
|
type: Number,
|
||||||
@@ -365,12 +366,21 @@ const sortedResults = computed(() => {
|
|||||||
const sortObj = currentSort.value[resultsetIndex.value];
|
const sortObj = currentSort.value[resultsetIndex.value];
|
||||||
|
|
||||||
return [...localResults.value].sort((a: any, b: any) => {
|
return [...localResults.value].sort((a: any, b: any) => {
|
||||||
let modifier = 1;
|
const modifier = sortObj.dir === 'desc' ? -1 : 1;
|
||||||
let valA = typeof a[sortObj.field] === 'string' ? a[sortObj.field].toLowerCase() : a[sortObj.field];
|
let valA = a[sortObj.field];
|
||||||
if (!isNaN(valA)) valA = Number(valA);
|
let valB = b[sortObj.field];
|
||||||
let valB = typeof b[sortObj.field] === 'string' ? b[sortObj.field].toLowerCase() : b[sortObj.field];
|
|
||||||
if (!isNaN(valB)) valB = Number(valB);
|
// Handle null values
|
||||||
if (sortObj.dir === 'desc') modifier = -1;
|
if (valA === null && valB !== null) return sortObj.dir === 'asc' ? -1 : 1;
|
||||||
|
if (valA !== null && valB === null) return sortObj.dir === 'asc' ? 1 : -1;
|
||||||
|
if (valA === null && valB === null) return 0;
|
||||||
|
|
||||||
|
valA = typeof valA === 'string' ? valA.toLowerCase() : valA;
|
||||||
|
valB = typeof valB === 'string' ? valB.toLowerCase() : valB;
|
||||||
|
|
||||||
|
if (typeof valA !== 'number' && !isNaN(valA)) valA = String(Number(valA));
|
||||||
|
if (typeof valB !== 'number' && !isNaN(valB)) valB = String(Number(valB));
|
||||||
|
|
||||||
if (valA < valB) return -1 * modifier;
|
if (valA < valB) return -1 * modifier;
|
||||||
if (valA > valB) return 1 * modifier;
|
if (valA > valB) return 1 * modifier;
|
||||||
return 0;
|
return 0;
|
||||||
@@ -382,6 +392,11 @@ const sortedResults = computed(() => {
|
|||||||
|
|
||||||
const resultsWithRows = computed(() => props.results.filter(result => result.rows.length));
|
const resultsWithRows = computed(() => props.results.filter(result => result.rows.length));
|
||||||
const fields = computed(() => resultsWithRows.value.length ? resultsWithRows.value[resultsetIndex.value].fields : []);
|
const fields = computed(() => resultsWithRows.value.length ? resultsWithRows.value[resultsetIndex.value].fields : []);
|
||||||
|
const filteredFields = computed(() => fields.value.reduce((acc, cur) => {
|
||||||
|
if (acc.findIndex(f => JSON.stringify(f) === JSON.stringify(cur)))
|
||||||
|
acc.push(cur);
|
||||||
|
return acc;
|
||||||
|
}, [] as TableField[]));
|
||||||
const keyUsage = computed(() => resultsWithRows.value.length ? resultsWithRows.value[resultsetIndex.value].keys : []);
|
const keyUsage = computed(() => resultsWithRows.value.length ? resultsWithRows.value[resultsetIndex.value].keys : []);
|
||||||
|
|
||||||
const fieldsObj = computed(() => {
|
const fieldsObj = computed(() => {
|
||||||
@@ -790,7 +805,7 @@ const contextMenu = (event: MouseEvent, cell: any) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const sort = (field: TableField) => {
|
const sort = (field: TableField) => {
|
||||||
if (!isSortable.value) return;
|
if (!isSortable.value || props.isQuering) return;
|
||||||
|
|
||||||
selectedRows.value = [];
|
selectedRows.value = [];
|
||||||
let fieldName = field.name;
|
let fieldName = field.name;
|
||||||
|
@@ -202,6 +202,7 @@
|
|||||||
v-if="results"
|
v-if="results"
|
||||||
ref="queryTable"
|
ref="queryTable"
|
||||||
:results="results"
|
:results="results"
|
||||||
|
:is-quering="isQuering"
|
||||||
:page="page"
|
:page="page"
|
||||||
:tab-uid="tabUid"
|
:tab-uid="tabUid"
|
||||||
:conn-uid="connection.uid"
|
:conn-uid="connection.uid"
|
||||||
|
@@ -1,3 +1,13 @@
|
|||||||
|
|
||||||
|
/**
|
||||||
|
* [TRANSLATION UPDATE HELPER]
|
||||||
|
* - Open a terminal in antares folder and run `npm run translation:check short-code` replacing short-code with the one you are updating.
|
||||||
|
* - The command will output which terms are missing or not translated from english.
|
||||||
|
* - Open antares folder with your editor of choice.
|
||||||
|
* - Go to antares/src/renderer/i18n/ and open the locale file you want to translate.
|
||||||
|
* - Add and translate missing terms and consider whether to translate untranslated terms.
|
||||||
|
*/
|
||||||
|
|
||||||
export const csCZ = {
|
export const csCZ = {
|
||||||
general: { // General purpose terms
|
general: { // General purpose terms
|
||||||
edit: 'Upravit',
|
edit: 'Upravit',
|
||||||
@@ -18,7 +28,7 @@ export const csCZ = {
|
|||||||
download: 'Stáhnout',
|
download: 'Stáhnout',
|
||||||
add: 'Přidat',
|
add: 'Přidat',
|
||||||
data: 'Data',
|
data: 'Data',
|
||||||
properties: 'Vlastnosti', // Lawondyss: Not used
|
properties: 'Vlastnosti',
|
||||||
name: 'Název',
|
name: 'Název',
|
||||||
clear: 'Vyčistit',
|
clear: 'Vyčistit',
|
||||||
options: 'Možnosti',
|
options: 'Možnosti',
|
||||||
@@ -39,6 +49,7 @@ export const csCZ = {
|
|||||||
new: 'Nové',
|
new: 'Nové',
|
||||||
select: 'Vybrat',
|
select: 'Vybrat',
|
||||||
change: 'Změnit',
|
change: 'Změnit',
|
||||||
|
include: 'Včetně',
|
||||||
includes: 'Zahrnout',
|
includes: 'Zahrnout',
|
||||||
completed: 'Dokončeno',
|
completed: 'Dokončeno',
|
||||||
aborted: 'Zrušeno',
|
aborted: 'Zrušeno',
|
||||||
@@ -46,15 +57,15 @@ export const csCZ = {
|
|||||||
enable: 'Zapnuto',
|
enable: 'Zapnuto',
|
||||||
disable: 'Vypnout',
|
disable: 'Vypnout',
|
||||||
contributors: 'Přispěvatelé',
|
contributors: 'Přispěvatelé',
|
||||||
pin: 'Připnout', // Lawondyss: Not used
|
pin: 'Připnout',
|
||||||
unpin: 'Odepnout', // Lawondyss: Not used
|
unpin: 'Odepnout',
|
||||||
folder: 'Složka | Složky', // Lawondyss: Used only 1
|
folder: 'Složka | Složky',
|
||||||
none: 'Nic',
|
none: 'Nic',
|
||||||
singleQuote: 'Apostrofy',
|
singleQuote: 'Apostrofy',
|
||||||
doubleQuote: 'Uvozovky',
|
doubleQuote: 'Uvozovky',
|
||||||
deleteConfirm: 'Skutečně chcete smazat',
|
deleteConfirm: 'Skutečně chcete smazat',
|
||||||
uploadFile: 'Nahrát soubor',
|
uploadFile: 'Nahrát soubor',
|
||||||
format: 'Formátovat', // Format code
|
format: 'Formátovat',
|
||||||
history: 'Historie',
|
history: 'Historie',
|
||||||
filter: 'Filtrovat',
|
filter: 'Filtrovat',
|
||||||
manualValue: 'Vlastní hodnota',
|
manualValue: 'Vlastní hodnota',
|
||||||
@@ -64,9 +75,16 @@ export const csCZ = {
|
|||||||
actionSuccessful: '{action} úspěšný',
|
actionSuccessful: '{action} úspěšný',
|
||||||
outputFormat: 'Formát výstupu',
|
outputFormat: 'Formát výstupu',
|
||||||
singleFile: 'Jediný {ext} soubor',
|
singleFile: 'Jediný {ext} soubor',
|
||||||
zipCompressedFile: 'ZIP komprimovaný {ext} soubor'
|
zipCompressedFile: 'ZIP komprimovaný {ext} soubor',
|
||||||
|
copyName: 'Kopírovat název',
|
||||||
|
search: 'Hledat',
|
||||||
|
title: 'Titulek',
|
||||||
|
archive: 'Archivovat', // verb
|
||||||
|
undo: 'Zpět',
|
||||||
|
moveTo: 'Přesunout do'
|
||||||
},
|
},
|
||||||
connection: { // Database connection
|
connection: { // Database connection
|
||||||
|
connection: 'Připojení',
|
||||||
connectionName: 'Název',
|
connectionName: 'Název',
|
||||||
hostName: 'Host',
|
hostName: 'Host',
|
||||||
client: 'Klient',
|
client: 'Klient',
|
||||||
@@ -75,9 +93,9 @@ export const csCZ = {
|
|||||||
password: 'Heslo',
|
password: 'Heslo',
|
||||||
credentials: 'Pověření',
|
credentials: 'Pověření',
|
||||||
connect: 'Připojit',
|
connect: 'Připojit',
|
||||||
connected: 'Připojeno', // Lawondyss: Not used
|
connected: 'Připojeno',
|
||||||
disconnect: 'Odpojit',
|
disconnect: 'Odpojit',
|
||||||
disconnected: 'Odpojeno', // Lawondyss: Not used
|
disconnected: 'Odpojeno',
|
||||||
ssl: 'SSL',
|
ssl: 'SSL',
|
||||||
enableSsl: 'Použít SSL',
|
enableSsl: 'Použít SSL',
|
||||||
privateKey: 'Soukromý klíč',
|
privateKey: 'Soukromý klíč',
|
||||||
@@ -90,28 +108,30 @@ export const csCZ = {
|
|||||||
enableSsh: 'Použít SSH',
|
enableSsh: 'Použít SSH',
|
||||||
connectionString: 'String připojení',
|
connectionString: 'String připojení',
|
||||||
addConnection: 'Add connection',
|
addConnection: 'Add connection',
|
||||||
createConnection: 'Vytvořit připojení', // Lawondyss: Not used
|
createConnection: 'Vytvořit připojení',
|
||||||
createNewConnection: 'Vytvořit nové připojení',
|
createNewConnection: 'Vytvořit nové připojení',
|
||||||
askCredentials: 'Vyžadovat přihlášení',
|
askCredentials: 'Vyžadovat přihlášení',
|
||||||
testConnection: 'Vyzkoušet',
|
testConnection: 'Vyzkoušet',
|
||||||
editConnection: 'Upravit připojení', // Lawondyss: Not used
|
editConnection: 'Upravit připojení',
|
||||||
deleteConnection: 'Smazat připojení',
|
deleteConnection: 'Smazat připojení',
|
||||||
connectionSuccessfullyMade: 'Spojení úspěšně navázáno!',
|
connectionSuccessfullyMade: 'Spojení úspěšně navázáno!',
|
||||||
readOnlyMode: 'Pouze pro čtení',
|
readOnlyMode: 'Pouze pro čtení',
|
||||||
allConnections: 'Všechna připojení',
|
allConnections: 'Všechna připojení',
|
||||||
searchForConnections: 'Hledat připojení'
|
searchForConnections: 'Hledat připojení',
|
||||||
|
keepAliveInterval: 'Keep alive interval',
|
||||||
|
singleConnection: 'Jediné spojení'
|
||||||
},
|
},
|
||||||
database: { // Database related terms
|
database: { // Database related terms
|
||||||
schema: 'Schéma',
|
schema: 'Schéma',
|
||||||
type: 'Typ',
|
type: 'Typ',
|
||||||
insert: 'Vložit', // Lawondyss: Not used
|
insert: 'Vložit',
|
||||||
indexes: 'Indexy',
|
indexes: 'Indexy',
|
||||||
foreignKeys: 'Cizí klíče',
|
foreignKeys: 'Cizí klíče',
|
||||||
length: 'Délka',
|
length: 'Délka',
|
||||||
unsigned: 'Unsigned',
|
unsigned: 'Unsigned',
|
||||||
default: 'Výchozí',
|
default: 'Výchozí',
|
||||||
comment: 'Komentář',
|
comment: 'Komentář',
|
||||||
key: 'Klíč | Klíče', // Lawondyss: Used only 2
|
key: 'Klíč | Klíče',
|
||||||
order: 'Pořadí',
|
order: 'Pořadí',
|
||||||
expression: 'Výraz',
|
expression: 'Výraz',
|
||||||
autoIncrement: 'Auto Increment',
|
autoIncrement: 'Auto Increment',
|
||||||
@@ -119,8 +139,9 @@ export const csCZ = {
|
|||||||
field: 'Sloupec | Sloupce',
|
field: 'Sloupec | Sloupce',
|
||||||
approximately: 'Přibližně',
|
approximately: 'Přibližně',
|
||||||
total: 'Celkem',
|
total: 'Celkem',
|
||||||
table: 'Tabulka | Tabulky', // Lawondyss: Used only without argument
|
table: 'Tabulka | Tabulky',
|
||||||
view: 'Pohled | Pohledy', // Lawondyss: Used only without argument
|
view: 'Pohled | Pohledy',
|
||||||
|
materializedview: 'Materializovaný pohled',
|
||||||
definer: 'Definér',
|
definer: 'Definér',
|
||||||
algorithm: 'Algoritmus',
|
algorithm: 'Algoritmus',
|
||||||
trigger: 'Trigger | Triggery',
|
trigger: 'Trigger | Triggery',
|
||||||
@@ -147,25 +168,25 @@ export const csCZ = {
|
|||||||
row: 'Řádek | Řádky',
|
row: 'Řádek | Řádky',
|
||||||
cell: 'Buňka | Buňky',
|
cell: 'Buňka | Buňky',
|
||||||
triggerFunction: 'Trigger funkce | Trigger funkce',
|
triggerFunction: 'Trigger funkce | Trigger funkce',
|
||||||
routine: 'Routina | Routiny', // Lawondyss: Not used
|
routine: 'Routina | Routiny',
|
||||||
drop: 'Drop',
|
drop: 'Drop',
|
||||||
commit: 'Commit',
|
commit: 'Commit',
|
||||||
rollback: 'Rollback',
|
rollback: 'Rollback',
|
||||||
ddl: 'DDL',
|
ddl: 'DDL',
|
||||||
collation: 'Porovnání',
|
collation: 'Porovnání',
|
||||||
resultsTable: 'Tabulka výsledků',
|
resultsTable: 'Tabulka výsledků',
|
||||||
unableEditFieldWithoutPrimary: 'Nelze upravit buňku bez primárního klíče ve výsledku', // Lawondyss: Not used
|
unableEditFieldWithoutPrimary: 'Nelze upravit buňku bez primárního klíče ve výsledku',
|
||||||
editCell: 'Upravit buňku', // Lawondyss: Not used
|
editCell: 'Upravit buňku',
|
||||||
deleteRows: 'Smazat řádek | Smazat {count} řádků',
|
deleteRows: 'Smazat řádek | Smazat {count} řádků',
|
||||||
confirmToDeleteRows: 'Skutečně chcete smazat řádek? | Skutečně chcete smazat {count} řádků?',
|
confirmToDeleteRows: 'Skutečně chcete smazat řádek? | Skutečně chcete smazat {count} řádků?',
|
||||||
addNewRow: 'Přidat nový řádek', // Lawondyss: Not used
|
addNewRow: 'Přidat nový řádek',
|
||||||
numberOfInserts: 'Počet opakování',
|
numberOfInserts: 'Počet opakování',
|
||||||
affectedRows: 'Ovlivněno řádků',
|
affectedRows: 'Ovlivněno řádků',
|
||||||
createNewDatabase: 'Vytvořit novou databázi', // Lawondyss: Not used
|
createNewDatabase: 'Vytvořit novou databázi',
|
||||||
databaseName: 'Název databáze', // Lawondyss: Not use
|
databaseName: 'Název databáze',
|
||||||
serverDefault: 'Porovnání serveru',
|
serverDefault: 'Porovnání serveru',
|
||||||
deleteDatabase: 'Smazat databázi', // Lawondyss: Not used
|
deleteDatabase: 'Smazat databázi',
|
||||||
editDatabase: 'Upravit databázi', // Lawondyss: Not used
|
editDatabase: 'Upravit databázi',
|
||||||
clearChanges: 'Zrušit změny',
|
clearChanges: 'Zrušit změny',
|
||||||
addNewField: 'Přidat nový sloupec',
|
addNewField: 'Přidat nový sloupec',
|
||||||
manageIndexes: 'Správa indexů',
|
manageIndexes: 'Správa indexů',
|
||||||
@@ -177,17 +198,18 @@ export const csCZ = {
|
|||||||
deleteField: 'Smazat sloupec',
|
deleteField: 'Smazat sloupec',
|
||||||
createNewIndex: 'Vytvořit nový index',
|
createNewIndex: 'Vytvořit nový index',
|
||||||
addToIndex: 'Přidat do indexu',
|
addToIndex: 'Přidat do indexu',
|
||||||
createNewTable: 'Vytvořit novou databázi', // Lawondyss: Not used
|
createNewTable: 'Vytvořit novou databázi',
|
||||||
emptyTable: 'Smazat obsah tabulky',
|
emptyTable: 'Smazat obsah tabulky',
|
||||||
duplicateTable: 'Duplikovat tabulku',
|
duplicateTable: 'Duplikovat tabulku',
|
||||||
deleteTable: 'Smazat tabulku',
|
deleteTable: 'Smazat tabulku',
|
||||||
|
exportTable: 'Exportovat tabulku',
|
||||||
emptyConfirm: 'Skutečně smazat obsah tabulky',
|
emptyConfirm: 'Skutečně smazat obsah tabulky',
|
||||||
thereAreNoIndexes: 'Nemá žádné indexy',
|
thereAreNoIndexes: 'Nemá žádné indexy',
|
||||||
thereAreNoForeign: 'Nemá žádné cizí klíče',
|
thereAreNoForeign: 'Nemá žádné cizí klíče',
|
||||||
createNewForeign: 'Vytvořit nový cizí klíč',
|
createNewForeign: 'Vytvořit nový cizí klíč',
|
||||||
referenceTable: 'Ref. tabulka',
|
referenceTable: 'Ref. tabulka',
|
||||||
referenceField: 'Ref. sloupec',
|
referenceField: 'Ref. sloupec',
|
||||||
foreignFields: 'Cizí sloupce', // Lawondyss: Not used
|
foreignFields: 'Cizí sloupce',
|
||||||
invalidDefault: 'Neplatná výchozí hodnota',
|
invalidDefault: 'Neplatná výchozí hodnota',
|
||||||
onDelete: 'Při smazání',
|
onDelete: 'Při smazání',
|
||||||
selectStatement: 'Definice pohledu',
|
selectStatement: 'Definice pohledu',
|
||||||
@@ -195,7 +217,8 @@ export const csCZ = {
|
|||||||
sqlSecurity: 'SQL zabezpečení',
|
sqlSecurity: 'SQL zabezpečení',
|
||||||
updateOption: 'Volba aktualizace',
|
updateOption: 'Volba aktualizace',
|
||||||
deleteView: 'Smazat pohled',
|
deleteView: 'Smazat pohled',
|
||||||
createNewView: 'Vytvořit nový pohled', // Lawondyss: Not used
|
createNewView: 'Vytvořit nový pohled',
|
||||||
|
createNewMaterializedView: 'Vytvořit nový materializovaný pohled',
|
||||||
deleteTrigger: 'Smazat trigger',
|
deleteTrigger: 'Smazat trigger',
|
||||||
createNewTrigger: 'Vytvořit nový trigger',
|
createNewTrigger: 'Vytvořit nový trigger',
|
||||||
currentUser: 'Současný uživatel',
|
currentUser: 'Současný uživatel',
|
||||||
@@ -212,7 +235,7 @@ export const csCZ = {
|
|||||||
createNewScheduler: 'Vytvořit nový scheduler',
|
createNewScheduler: 'Vytvořit nový scheduler',
|
||||||
deleteScheduler: 'Smazat scheduler',
|
deleteScheduler: 'Smazat scheduler',
|
||||||
preserveOnCompletion: 'Uchovat po dokončení',
|
preserveOnCompletion: 'Uchovat po dokončení',
|
||||||
tableFiller: 'Vyplňovač tabulky', // Lawondyss: Not used
|
tableFiller: 'Vyplňovač tabulky',
|
||||||
fakeDataLanguage: 'Jazyk pro fake data',
|
fakeDataLanguage: 'Jazyk pro fake data',
|
||||||
queryDuration: 'Doba trvání dotazu',
|
queryDuration: 'Doba trvání dotazu',
|
||||||
setNull: 'Nastavit NULL',
|
setNull: 'Nastavit NULL',
|
||||||
@@ -224,10 +247,11 @@ export const csCZ = {
|
|||||||
editSchema: 'Upravit schéma',
|
editSchema: 'Upravit schéma',
|
||||||
deleteSchema: 'Smazat schema',
|
deleteSchema: 'Smazat schema',
|
||||||
noSchema: 'Bez schématu',
|
noSchema: 'Bez schématu',
|
||||||
runQuery: 'Spustit dotaz', // Lawondyss: Not used
|
runQuery: 'Spustit dotaz',
|
||||||
thereAreNoTableFields: 'Nemá žádné sloupce',
|
thereAreNoTableFields: 'Nemá žádné sloupce',
|
||||||
newTable: 'Nová tabulka',
|
newTable: 'Nová tabulka',
|
||||||
newView: 'Nový pohled',
|
newView: 'Nový pohled',
|
||||||
|
newMaterializedView: 'Nový materializovaný pohled',
|
||||||
newTrigger: 'Nový trigger',
|
newTrigger: 'Nový trigger',
|
||||||
newRoutine: 'Nová routina',
|
newRoutine: 'Nová routina',
|
||||||
newFunction: 'Nová funkce',
|
newFunction: 'Nová funkce',
|
||||||
@@ -244,17 +268,17 @@ export const csCZ = {
|
|||||||
writingTableExport: 'Zapisuji data tabulky {table}',
|
writingTableExport: 'Zapisuji data tabulky {table}',
|
||||||
checkAllTables: 'Vybrat všechny tabulky',
|
checkAllTables: 'Vybrat všechny tabulky',
|
||||||
uncheckAllTables: 'Vybrat žádnou tabulku',
|
uncheckAllTables: 'Vybrat žádnou tabulku',
|
||||||
killQuery: 'Zabít dotaz', // Lawondyss: Not used
|
killQuery: 'Zabít dotaz',
|
||||||
insertRow: 'Vložit řádek | Vložit řádky', // Lawondyss: Used only 2
|
insertRow: 'Vložit řádek | Vložit řádky',
|
||||||
commitMode: 'Způsob commitování',
|
commitMode: 'Způsob commitování',
|
||||||
autoCommit: 'Auto commit',
|
autoCommit: 'Auto commit',
|
||||||
manualCommit: 'Ruční commit',
|
manualCommit: 'Ruční commit',
|
||||||
importQueryErrors: 'Varování: došlo k chybě {n} | Varování: došlo k chybám {n}', // Lawondyss: Used without n argument
|
importQueryErrors: 'Varování: došlo k chybě {n} | Varování: došlo k chybám {n}',
|
||||||
executedQueries: '{n} dotaz spuštěn | {n} dotazy spuštěny', // Lawondyss: Used withoum n argument
|
executedQueries: '{n} dotaz spuštěn | {n} dotazy spuštěny',
|
||||||
disableFKChecks: 'Vypnout kontrolu cizích klíčů',
|
disableFKChecks: 'Vypnout kontrolu cizích klíčů',
|
||||||
formatQuery: 'Formátovat dotaz', // Lawondyss: Not used, probably duplicate to general.format
|
formatQuery: 'Formátovat dotaz',
|
||||||
queryHistory: 'Historie dotazů', // Lawondyss: Not used, probably duplicate to general.history
|
queryHistory: 'Historie dotazů',
|
||||||
clearQuery: 'Clear query', // Lawondyss: Not used, probably duplicate to general.clear
|
clearQuery: 'Clear query',
|
||||||
fillCell: 'Vyplnit buňku',
|
fillCell: 'Vyplnit buňku',
|
||||||
executeSelectedQuery: 'Spustit vybraný dotaz',
|
executeSelectedQuery: 'Spustit vybraný dotaz',
|
||||||
noResultsPresent: 'Nejsou k dispozici žádné výsledky',
|
noResultsPresent: 'Nejsou k dispozici žádné výsledky',
|
||||||
@@ -262,12 +286,11 @@ export const csCZ = {
|
|||||||
targetTable: 'Cílová tabulka',
|
targetTable: 'Cílová tabulka',
|
||||||
switchDatabase: 'Přepnout databázi',
|
switchDatabase: 'Přepnout databázi',
|
||||||
searchForElements: 'Vyhledávání prvků',
|
searchForElements: 'Vyhledávání prvků',
|
||||||
searchForSchemas: 'Vyhledávání schémat'
|
searchForSchemas: 'Vyhledávání schémat',
|
||||||
|
savedQueries: 'Uložit dotazy'
|
||||||
},
|
},
|
||||||
application: { // Application related terms
|
application: { // Application related terms
|
||||||
settings: 'Nastavení',
|
settings: 'Nastavení',
|
||||||
scratchpad: 'Zápisník',
|
|
||||||
disableScratchpad: 'Vypnout zápisník',
|
|
||||||
console: 'Konzole',
|
console: 'Konzole',
|
||||||
general: 'Obecné',
|
general: 'Obecné',
|
||||||
themes: 'Motivy',
|
themes: 'Motivy',
|
||||||
@@ -275,7 +298,7 @@ export const csCZ = {
|
|||||||
about: 'Informace',
|
about: 'Informace',
|
||||||
language: 'Jazyk',
|
language: 'Jazyk',
|
||||||
shortcuts: 'Zkratky',
|
shortcuts: 'Zkratky',
|
||||||
key: 'Klávesa | Klávesy', // Keyboard key // Lawondyss: Usedn only 2
|
key: 'Klávesa | Klávesy', // Keyboard key
|
||||||
event: 'Akce',
|
event: 'Akce',
|
||||||
light: 'Světlý',
|
light: 'Světlý',
|
||||||
dark: 'Tmavý',
|
dark: 'Tmavý',
|
||||||
@@ -283,13 +306,19 @@ export const csCZ = {
|
|||||||
application: 'Aplikace',
|
application: 'Aplikace',
|
||||||
editor: 'Editor',
|
editor: 'Editor',
|
||||||
changelog: 'Changelog',
|
changelog: 'Changelog',
|
||||||
small: 'Malé', // Lawondyss: Not used, probably obsolete font size settings
|
small: 'Malé',
|
||||||
medium: 'Střední', // Lawondyss: Not used, probably obsolete font size settings
|
medium: 'Střední',
|
||||||
large: 'Velké', // Lawondyss: Not used, probably obsolete font size settings
|
large: 'Velké',
|
||||||
appearance: 'Vzhled',
|
appearance: 'Vzhled',
|
||||||
color: 'Barva',
|
color: 'Barva',
|
||||||
label: 'Název',
|
label: 'Název',
|
||||||
icon: 'Ikona',
|
icon: 'Ikona',
|
||||||
|
customIcon: 'Vlastní ikona',
|
||||||
|
fileName: 'Soubor',
|
||||||
|
choseFile: 'Vybrat soubor',
|
||||||
|
data: 'Data',
|
||||||
|
password: 'Heslo',
|
||||||
|
required: 'Povinné',
|
||||||
madeWithJS: 'Vytvořeno s 💛 a JavaScriptem!',
|
madeWithJS: 'Vytvořeno s 💛 a JavaScriptem!',
|
||||||
checkForUpdates: 'Zkontrolovat aktualizace',
|
checkForUpdates: 'Zkontrolovat aktualizace',
|
||||||
noUpdatesAvailable: 'Žádné dostupné aktualizace',
|
noUpdatesAvailable: 'Žádné dostupné aktualizace',
|
||||||
@@ -308,7 +337,7 @@ export const csCZ = {
|
|||||||
editorTheme: 'Motiv editoru',
|
editorTheme: 'Motiv editoru',
|
||||||
wrapLongLines: 'Zalamovat dlouhé řádky',
|
wrapLongLines: 'Zalamovat dlouhé řádky',
|
||||||
markdownSupported: 'Podporován Markdown',
|
markdownSupported: 'Podporován Markdown',
|
||||||
plantATree: 'Zasaďte strom', // Lawondyss: Not used
|
plantATree: 'Zasaďte strom',
|
||||||
dataTabPageSize: 'Počet řádků na stránku',
|
dataTabPageSize: 'Počet řádků na stránku',
|
||||||
noOpenTabs: 'Žádné otevřené karty, vyberte z elementů vlevo nebo:',
|
noOpenTabs: 'Žádné otevřené karty, vyberte z elementů vlevo nebo:',
|
||||||
restorePreviousSession: 'Pamatovat si otevřené karty',
|
restorePreviousSession: 'Pamatovat si otevřené karty',
|
||||||
@@ -333,15 +362,16 @@ export const csCZ = {
|
|||||||
saveContent: 'Uložit obsah',
|
saveContent: 'Uložit obsah',
|
||||||
openAllConnections: 'Otevřít všechna připojení',
|
openAllConnections: 'Otevřít všechna připojení',
|
||||||
openSettings: 'Otevřít nastavení',
|
openSettings: 'Otevřít nastavení',
|
||||||
openScratchpad: 'Otevřít zápisník',
|
|
||||||
runOrReload: 'Spustit dotaz',
|
runOrReload: 'Spustit dotaz',
|
||||||
openFilter: 'Otevřít filtr',
|
openFilter: 'Otevřít filtr',
|
||||||
nextResultsPage: 'Další stránka výsledků',
|
nextResultsPage: 'Další stránka výsledků',
|
||||||
previousResultsPage: 'Předešlá stránka výsledků',
|
previousResultsPage: 'Předešlá stránka výsledků',
|
||||||
editFolder: 'Upravit složku',
|
editFolder: 'Upravit složku',
|
||||||
folderName: 'Název složky',
|
folderName: 'Název složky',
|
||||||
deleteFolder: 'Smazat složku', // Lawondyss: Not used
|
deleteFolder: 'Smazat složku',
|
||||||
editConnectionAppearance: 'Upravit vzhled připojení', // Lawondyss: Not used
|
newFolder: 'Nová složka',
|
||||||
|
outOfFolder: 'Mimo složku',
|
||||||
|
editConnectionAppearance: 'Upravit vzhled připojení',
|
||||||
defaultCopyType: 'Výchozí typ kopírování',
|
defaultCopyType: 'Výchozí typ kopírování',
|
||||||
showTableSize: 'Velikost tabulky v panelu',
|
showTableSize: 'Velikost tabulky v panelu',
|
||||||
showTableSizeDescription: 'Pouze MySQL/MariaDB. Povolení této možnosti může ovlivnit výkon u schémat s mnoha tabulkami.',
|
showTableSizeDescription: 'Pouze MySQL/MariaDB. Povolení této možnosti může ovlivnit výkon u schémat s mnoha tabulkami.',
|
||||||
@@ -356,7 +386,33 @@ export const csCZ = {
|
|||||||
csvStringDelimiter: 'Obalit text',
|
csvStringDelimiter: 'Obalit text',
|
||||||
csvIncludeHeader: 'Včetně hlavičky',
|
csvIncludeHeader: 'Včetně hlavičky',
|
||||||
csvExportOptions: 'Možnosti CSV exportu',
|
csvExportOptions: 'Možnosti CSV exportu',
|
||||||
scratchPadDefaultValue: '# JAK PODPOŘIT ANTARES\n\n- [ ] Dát Antares hvězdičku [GitHub repo](https://github.com/antares-sql/antares)\n- [ ] Poslat názor či radu\n- [ ] Nahlásit chybu\n- [ ] Pokud se líbí, sdílet Antares s přáteli\n\n# O ZÁPISNÍKU\n\nToto je zápisník, který uchovává vaše **osobní poznámky**. Podporuje `markdown` formát, ale můžete použít obyčejný text.\nTento obsah je pouze ukázky, neváhejte ho smazat, abyste si udělali místo na poznámky.\n'
|
exportData: 'Exportovat data',
|
||||||
|
exportDataExplanation: 'Export uložených připojení v Antaresu. Budete požádáni o zadání hesla pro zašifrování exportovaného souboru.',
|
||||||
|
importData: 'Importovat data',
|
||||||
|
importDataExplanation: 'Importuje soubor .antares obsahující připojení. Je třeba zadat heslo definované při exportu.',
|
||||||
|
includeConnectionPasswords: 'Včetně hesel připojení',
|
||||||
|
includeFolders: 'Včetně složek',
|
||||||
|
encryptionPassword: 'Heslo pro zašifrování souboru',
|
||||||
|
encryptionPasswordError: 'Heslo musí mít alespoň 8 znaků.',
|
||||||
|
ignoreDuplicates: 'Ignorovat duplicity',
|
||||||
|
wrongImportPassword: 'Chybné heslo pro import',
|
||||||
|
wrongFileFormat: 'Chybný formát souboru',
|
||||||
|
dataImportSuccess: 'Data úspěšně importována',
|
||||||
|
note: 'Poznámka',
|
||||||
|
thereAreNoNotesYet: 'Zatím tu nejsou žádné poznámky',
|
||||||
|
addNote: 'Přidat poznámku',
|
||||||
|
editNote: 'Upravit poznámku',
|
||||||
|
saveAsNote: 'Uložit jako poznámku',
|
||||||
|
showArchivedNotes: 'Zobrazit archivované poznámky',
|
||||||
|
hideArchivedNotes: 'Skrýt archivované poznámky',
|
||||||
|
tag: 'Tag', // Note tag
|
||||||
|
saveFile: 'Uložit soubor',
|
||||||
|
saveFileAs: 'Uložit do nového souboru',
|
||||||
|
openFile: 'Otevřít soubor',
|
||||||
|
openNotes: 'Otevřít poznámky',
|
||||||
|
debugConsole: 'Debug konzole', // <- console tab name
|
||||||
|
executedQueries: 'Log dotazů', // <- console tab name
|
||||||
|
sizeLimitError: 'Maximální velikost {size} překročena'
|
||||||
},
|
},
|
||||||
faker: { // Faker.js methods, used in random generated content
|
faker: { // Faker.js methods, used in random generated content
|
||||||
address: 'Address',
|
address: 'Address',
|
||||||
|
@@ -126,6 +126,7 @@ export const enUS = {
|
|||||||
insert: 'Insert',
|
insert: 'Insert',
|
||||||
indexes: 'Indexes',
|
indexes: 'Indexes',
|
||||||
foreignKeys: 'Foreign keys',
|
foreignKeys: 'Foreign keys',
|
||||||
|
tableChecks: 'Table checks',
|
||||||
length: 'Length',
|
length: 'Length',
|
||||||
unsigned: 'Unsigned',
|
unsigned: 'Unsigned',
|
||||||
default: 'Default',
|
default: 'Default',
|
||||||
@@ -190,12 +191,15 @@ export const enUS = {
|
|||||||
addNewField: 'Add new field',
|
addNewField: 'Add new field',
|
||||||
manageIndexes: 'Manage indexes',
|
manageIndexes: 'Manage indexes',
|
||||||
manageForeignKeys: 'Manage foreign keys',
|
manageForeignKeys: 'Manage foreign keys',
|
||||||
|
manageTableChecks: 'Manage table checks',
|
||||||
allowNull: 'Allow NULL',
|
allowNull: 'Allow NULL',
|
||||||
zeroFill: 'Zero fill',
|
zeroFill: 'Zero fill',
|
||||||
customValue: 'Custom value',
|
customValue: 'Custom value',
|
||||||
onUpdate: 'On update',
|
onUpdate: 'On update',
|
||||||
deleteField: 'Delete field',
|
deleteField: 'Delete field',
|
||||||
createNewIndex: 'Create new index',
|
createNewIndex: 'Create new index',
|
||||||
|
createNewCheck: 'Create new check',
|
||||||
|
checkClause: 'Check clause',
|
||||||
addToIndex: 'Add to index',
|
addToIndex: 'Add to index',
|
||||||
createNewTable: 'Create new table',
|
createNewTable: 'Create new table',
|
||||||
emptyTable: 'Empty table',
|
emptyTable: 'Empty table',
|
||||||
@@ -205,6 +209,7 @@ export const enUS = {
|
|||||||
emptyConfirm: 'Do you confirm to empty',
|
emptyConfirm: 'Do you confirm to empty',
|
||||||
thereAreNoIndexes: 'There are no indexes',
|
thereAreNoIndexes: 'There are no indexes',
|
||||||
thereAreNoForeign: 'There are no foreign keys',
|
thereAreNoForeign: 'There are no foreign keys',
|
||||||
|
thereAreNoTableChecks: 'There are no table checks',
|
||||||
createNewForeign: 'Create new foreign key',
|
createNewForeign: 'Create new foreign key',
|
||||||
referenceTable: 'Ref. table',
|
referenceTable: 'Ref. table',
|
||||||
referenceField: 'Ref. field',
|
referenceField: 'Ref. field',
|
||||||
@@ -312,6 +317,7 @@ export const enUS = {
|
|||||||
color: 'Color',
|
color: 'Color',
|
||||||
label: 'Label',
|
label: 'Label',
|
||||||
icon: 'Icon',
|
icon: 'Icon',
|
||||||
|
customIcon: 'Custom icon',
|
||||||
fileName: 'File name',
|
fileName: 'File name',
|
||||||
choseFile: 'Choose file',
|
choseFile: 'Choose file',
|
||||||
data: 'Data',
|
data: 'Data',
|
||||||
@@ -407,8 +413,10 @@ export const enUS = {
|
|||||||
saveFile: 'Save file',
|
saveFile: 'Save file',
|
||||||
saveFileAs: 'Save file as',
|
saveFileAs: 'Save file as',
|
||||||
openFile: 'Open file',
|
openFile: 'Open file',
|
||||||
openNotes: 'Open notes'
|
openNotes: 'Open notes',
|
||||||
|
debugConsole: 'Debug console', // <- console tab name
|
||||||
|
executedQueries: 'Executed queries', // <- console tab name
|
||||||
|
sizeLimitError: 'Maximum size of {size} exceeded'
|
||||||
},
|
},
|
||||||
faker: { // Faker.js methods, used in random generated content
|
faker: { // Faker.js methods, used in random generated content
|
||||||
address: 'Address',
|
address: 'Address',
|
||||||
|
582
src/renderer/i18n/he-IL.ts
Normal file
582
src/renderer/i18n/he-IL.ts
Normal file
@@ -0,0 +1,582 @@
|
|||||||
|
/**
|
||||||
|
* [TRANSLATION UPDATE HELPER]
|
||||||
|
* - Open a terminal in antares folder and run `npm run translation:check short-code` replacing short-code with the one you are updating.
|
||||||
|
* - The command will output which terms are missing or not translated from english.
|
||||||
|
* - Open antares folder with your editor of choice.
|
||||||
|
* - Go to antares/src/renderer/i18n/ and open the locale file you want to translate.
|
||||||
|
* - Add and translate missing terms and consider whether to translate untranslated terms.
|
||||||
|
*/
|
||||||
|
|
||||||
|
export const heIL = {
|
||||||
|
general: { // General purpose terms
|
||||||
|
edit: 'עריכה',
|
||||||
|
save: 'שמירה',
|
||||||
|
close: 'סגירה',
|
||||||
|
delete: 'מחיקה',
|
||||||
|
confirm: 'אישור',
|
||||||
|
cancel: 'ביטול',
|
||||||
|
send: 'שליחה',
|
||||||
|
refresh: 'רענון',
|
||||||
|
autoRefresh: 'רענון אוטומטי',
|
||||||
|
version: 'גרסה',
|
||||||
|
donate: 'תרומה',
|
||||||
|
run: 'הרצה',
|
||||||
|
results: 'תוצאות',
|
||||||
|
size: 'גודל',
|
||||||
|
mimeType: 'סוג MIME',
|
||||||
|
download: 'הורדה',
|
||||||
|
add: 'הוספה',
|
||||||
|
data: 'נתונים',
|
||||||
|
properties: 'מאפיינים',
|
||||||
|
name: 'שם',
|
||||||
|
clear: 'ניקוי',
|
||||||
|
options: 'אפשרויות',
|
||||||
|
insert: 'הכנסה',
|
||||||
|
discard: 'ביטול',
|
||||||
|
stay: 'הישאר',
|
||||||
|
author: 'מחבר',
|
||||||
|
upload: 'העלאה',
|
||||||
|
browse: 'עיון',
|
||||||
|
content: 'תוכן',
|
||||||
|
cut: 'גזירה',
|
||||||
|
copy: 'העתקה',
|
||||||
|
paste: 'הדבקה',
|
||||||
|
duplicate: 'שכפול',
|
||||||
|
tools: 'כלים',
|
||||||
|
seconds: 'שניות',
|
||||||
|
all: 'הכל',
|
||||||
|
new: 'חדש',
|
||||||
|
select: 'בחירה',
|
||||||
|
change: 'שינוי',
|
||||||
|
include: 'כלול',
|
||||||
|
includes: 'כולל',
|
||||||
|
completed: 'הושלם',
|
||||||
|
aborted: 'בוטל',
|
||||||
|
disabled: 'מושבת',
|
||||||
|
enable: 'הפעל',
|
||||||
|
disable: 'השבת',
|
||||||
|
contributors: 'תורמים',
|
||||||
|
pin: 'נעץ',
|
||||||
|
unpin: 'בטל נעיצה',
|
||||||
|
folder: 'תיקייה | תיקיות',
|
||||||
|
none: 'אין',
|
||||||
|
singleQuote: 'מרכאה בודדת',
|
||||||
|
doubleQuote: 'מרכאות כפולות',
|
||||||
|
deleteConfirm: 'האם אתה מאשר את הביטול של',
|
||||||
|
uploadFile: 'העלאת קובץ',
|
||||||
|
format: 'פורמט', // Format code
|
||||||
|
history: 'היסטוריה',
|
||||||
|
filter: 'סינון',
|
||||||
|
manualValue: 'ערך ידני',
|
||||||
|
selectAll: 'בחר הכל',
|
||||||
|
pageNumber: 'מספר עמוד',
|
||||||
|
directoryPath: 'נתיב תיקייה',
|
||||||
|
actionSuccessful: '{action} בוצעה בהצלחה',
|
||||||
|
outputFormat: 'פורמט פלט',
|
||||||
|
singleFile: 'קובץ {ext} בודד',
|
||||||
|
zipCompressedFile: 'קובץ {ext} דחוס ב-ZIP',
|
||||||
|
copyName: 'העתק שם',
|
||||||
|
search: 'חיפוש',
|
||||||
|
title: 'כותרת',
|
||||||
|
archive: 'ארכיון', // verb
|
||||||
|
undo: 'ביטול פעולה',
|
||||||
|
moveTo: 'העבר אל'
|
||||||
|
},
|
||||||
|
connection: { // Database connection
|
||||||
|
connection: 'חיבור',
|
||||||
|
connectionName: 'שם החיבור',
|
||||||
|
hostName: 'שם המארח',
|
||||||
|
client: 'לקוח',
|
||||||
|
port: 'פורט',
|
||||||
|
user: 'משתמש',
|
||||||
|
password: 'סיסמה',
|
||||||
|
credentials: 'אישורים',
|
||||||
|
connect: 'התחבר',
|
||||||
|
connected: 'מחובר',
|
||||||
|
disconnect: 'התנתק',
|
||||||
|
disconnected: 'מנותק',
|
||||||
|
ssl: 'SSL',
|
||||||
|
enableSsl: 'הפעל SSL',
|
||||||
|
privateKey: 'מפתח פרטי',
|
||||||
|
certificate: 'תעודה',
|
||||||
|
caCertificate: 'תעודת CA',
|
||||||
|
ciphers: 'צפנים',
|
||||||
|
untrustedConnection: 'חיבור לא מהימן',
|
||||||
|
passphrase: 'ביטוי סיסמה',
|
||||||
|
sshTunnel: 'מנהרת SSH',
|
||||||
|
enableSsh: 'הפעל SSH',
|
||||||
|
connectionString: 'מחרוזת חיבור',
|
||||||
|
addConnection: 'הוסף חיבור',
|
||||||
|
createConnection: 'צור חיבור',
|
||||||
|
createNewConnection: 'צור חיבור חדש',
|
||||||
|
askCredentials: 'בקש אישורים',
|
||||||
|
testConnection: 'בדוק חיבור',
|
||||||
|
editConnection: 'ערוך חיבור',
|
||||||
|
deleteConnection: 'מחק חיבור',
|
||||||
|
connectionSuccessfullyMade: 'החיבור בוצע בהצלחה!',
|
||||||
|
readOnlyMode: 'מצב קריאה בלבד',
|
||||||
|
allConnections: 'כל החיבורים',
|
||||||
|
searchForConnections: 'חפש חיבורים',
|
||||||
|
keepAliveInterval: 'מרווח שמירת חיבור',
|
||||||
|
singleConnection: 'חיבור בודד'
|
||||||
|
},
|
||||||
|
database: { // Database related terms
|
||||||
|
schema: 'סכימה',
|
||||||
|
type: 'סוג',
|
||||||
|
insert: 'הכנס',
|
||||||
|
indexes: 'אינדקסים',
|
||||||
|
foreignKeys: 'מפתחות זרים',
|
||||||
|
length: 'אורך',
|
||||||
|
unsigned: 'ללא סימן',
|
||||||
|
default: 'ברירת מחדל',
|
||||||
|
comment: 'הערה',
|
||||||
|
key: 'מפתח | מפתחות',
|
||||||
|
order: 'סדר',
|
||||||
|
expression: 'ביטוי',
|
||||||
|
autoIncrement: 'מספור אוטומטי',
|
||||||
|
engine: 'מנוע',
|
||||||
|
field: 'שדה | שדות',
|
||||||
|
approximately: 'בקירוב',
|
||||||
|
total: 'סך הכל',
|
||||||
|
table: 'טבלה | טבלאות',
|
||||||
|
view: 'תצוגה | תצוגות',
|
||||||
|
materializedview: 'תצוגה ממומשת | תצוגות ממומשות',
|
||||||
|
definer: 'מגדיר',
|
||||||
|
algorithm: 'אלגוריתם',
|
||||||
|
trigger: 'טריגר | טריגרים',
|
||||||
|
storedRoutine: 'שגרה שמורה | שגרות שמורות',
|
||||||
|
scheduler: 'מתזמן | מתזמנים',
|
||||||
|
event: 'אירוע',
|
||||||
|
parameters: 'פרמטרים',
|
||||||
|
function: 'פונקציה | פונקציות',
|
||||||
|
deterministic: 'דטרמיניסטי',
|
||||||
|
context: 'הקשר',
|
||||||
|
export: 'ייצוא',
|
||||||
|
import: 'ייבוא',
|
||||||
|
returns: 'מחזיר',
|
||||||
|
timing: 'תזמון',
|
||||||
|
state: 'מצב',
|
||||||
|
execution: 'ביצוע',
|
||||||
|
starts: 'מתחיל',
|
||||||
|
ends: 'מסתיים',
|
||||||
|
variables: 'משתנים',
|
||||||
|
processes: 'תהליכים',
|
||||||
|
database: 'מסד נתונים',
|
||||||
|
array: 'מערך',
|
||||||
|
structure: 'מבנה',
|
||||||
|
row: 'שורה | שורות',
|
||||||
|
cell: 'תא | תאים',
|
||||||
|
triggerFunction: 'פונקציית טריגר | פונקציות טריגר',
|
||||||
|
routine: 'שגרה | שגרות',
|
||||||
|
drop: 'הסר',
|
||||||
|
commit: 'בצע',
|
||||||
|
rollback: 'שחזר',
|
||||||
|
ddl: 'DDL',
|
||||||
|
collation: 'אוסף',
|
||||||
|
resultsTable: 'טבלת תוצאות',
|
||||||
|
unableEditFieldWithoutPrimary: 'לא ניתן לערוך שדה ללא מפתח ראשי בתוצאות',
|
||||||
|
editCell: 'ערוך תא',
|
||||||
|
deleteRows: 'מחק שורה | מחק {count} שורות',
|
||||||
|
confirmToDeleteRows: 'האם אתה מאשר למחוק שורה אחת? | האם אתה מאשר למחוק {count} שורות?',
|
||||||
|
addNewRow: 'הוסף שורה חדשה',
|
||||||
|
numberOfInserts: 'מספר הכנסות',
|
||||||
|
affectedRows: 'שורות מושפעות',
|
||||||
|
createNewDatabase: 'צור מסד נתונים חדש',
|
||||||
|
databaseName: 'שם מסד הנתונים',
|
||||||
|
serverDefault: 'ברירת מחדל של השרת',
|
||||||
|
deleteDatabase: 'מחק מסד נתונים',
|
||||||
|
editDatabase: 'ערוך מסד נתונים',
|
||||||
|
clearChanges: 'נקה שינויים',
|
||||||
|
addNewField: 'הוסף שדה חדש',
|
||||||
|
manageIndexes: 'נהל אינדקסים',
|
||||||
|
manageForeignKeys: 'נהל מפתחות זרים',
|
||||||
|
allowNull: 'אפשר NULL',
|
||||||
|
zeroFill: 'מילוי אפסים',
|
||||||
|
customValue: 'ערך מותאם אישית',
|
||||||
|
onUpdate: 'בעת עדכון',
|
||||||
|
deleteField: 'מחק שדה',
|
||||||
|
createNewIndex: 'צור אינדקס חדש',
|
||||||
|
addToIndex: 'הוסף לאינדקס',
|
||||||
|
createNewTable: 'צור טבלה חדשה',
|
||||||
|
emptyTable: 'רוקן טבלה',
|
||||||
|
duplicateTable: 'שכפל טבלה',
|
||||||
|
deleteTable: 'מחק טבלה',
|
||||||
|
exportTable: 'ייצא טבלה',
|
||||||
|
emptyConfirm: 'האם אתה מאשר לרוקן',
|
||||||
|
thereAreNoIndexes: 'אין אינדקסים',
|
||||||
|
thereAreNoForeign: 'אין מפתחות זרים',
|
||||||
|
createNewForeign: 'צור מפתח זר חדש',
|
||||||
|
referenceTable: 'טבלת התייחסות',
|
||||||
|
referenceField: 'שדה התייחסות',
|
||||||
|
foreignFields: 'שדות זרים',
|
||||||
|
invalidDefault: 'ברירת מחדל לא חוקית',
|
||||||
|
onDelete: 'בעת מחיקה',
|
||||||
|
selectStatement: 'הצהרת SELECT',
|
||||||
|
triggerStatement: 'הצהרת טריגר',
|
||||||
|
sqlSecurity: 'אבטחת SQL',
|
||||||
|
updateOption: 'אפשרות עדכון',
|
||||||
|
deleteView: 'מחק תצוגה',
|
||||||
|
createNewView: 'צור תצוגה חדשה',
|
||||||
|
createNewMaterializedView: 'צור תצוגה ממומשת חדשה',
|
||||||
|
deleteTrigger: 'מחק טריגר',
|
||||||
|
createNewTrigger: 'צור טריגר חדש',
|
||||||
|
currentUser: 'משתמש נוכחי',
|
||||||
|
routineBody: 'גוף השגרה',
|
||||||
|
dataAccess: 'גישה לנתונים',
|
||||||
|
thereAreNoParameters: 'אין פרמטרים',
|
||||||
|
createNewParameter: 'צור פרמטר חדש',
|
||||||
|
createNewRoutine: 'צור שגרה שמורה חדשה',
|
||||||
|
deleteRoutine: 'מחק שגרה שמורה',
|
||||||
|
functionBody: 'גוף הפונקציה',
|
||||||
|
createNewFunction: 'צור פונקציה חדשה',
|
||||||
|
deleteFunction: 'מחק פונקציה',
|
||||||
|
schedulerBody: 'גוף המתזמן',
|
||||||
|
createNewScheduler: 'צור מתזמן חדש',
|
||||||
|
deleteScheduler: 'מחק מתזמן',
|
||||||
|
preserveOnCompletion: 'שמור בסיום',
|
||||||
|
tableFiller: 'ממלא טבלאות',
|
||||||
|
fakeDataLanguage: 'שפת נתונים מזויפים',
|
||||||
|
queryDuration: 'משך השאילתה',
|
||||||
|
setNull: 'הגדר NULL',
|
||||||
|
processesList: 'רשימת תהליכים',
|
||||||
|
processInfo: 'מידע על תהליך',
|
||||||
|
manageUsers: 'נהל משתמשים',
|
||||||
|
createNewSchema: 'צור סכימה חדשה',
|
||||||
|
schemaName: 'שם הסכימה',
|
||||||
|
editSchema: 'ערוך סכימה',
|
||||||
|
deleteSchema: 'מחק סכימה',
|
||||||
|
noSchema: 'אין סכימה',
|
||||||
|
runQuery: 'הרץ שאילתה',
|
||||||
|
thereAreNoTableFields: 'אין שדות בטבלה',
|
||||||
|
newTable: 'טבלה חדשה',
|
||||||
|
newView: 'תצוגה חדשה',
|
||||||
|
newMaterializedView: 'תצוגה ממומשת חדשה',
|
||||||
|
newTrigger: 'טריגר חדש',
|
||||||
|
newRoutine: 'שגרה חדשה',
|
||||||
|
newFunction: 'פונקציה חדשה',
|
||||||
|
newScheduler: 'מתזמן חדש',
|
||||||
|
newTriggerFunction: 'פונקציית טריגר חדשה',
|
||||||
|
thereAreNoQueriesYet: 'אין עדיין שאילתות',
|
||||||
|
searchForQueries: 'חפש שאילתות',
|
||||||
|
killProcess: 'סיים תהליך',
|
||||||
|
exportSchema: 'ייצא סכ',
|
||||||
|
importSchema: 'ייבא סכימה',
|
||||||
|
newInsertStmtEvery: 'הצהרת INSERT חדשה כל',
|
||||||
|
processingTableExport: 'מעבד {table}',
|
||||||
|
fetchingTableExport: 'מביא נתוני {table}',
|
||||||
|
writingTableExport: 'כותב נתוני {table}',
|
||||||
|
checkAllTables: 'סמן את כל הטבלאות',
|
||||||
|
uncheckAllTables: 'בטל סימון כל הטבלאות',
|
||||||
|
killQuery: 'הרוג שאילתה',
|
||||||
|
insertRow: 'הכנס שורה | הכנס שורות',
|
||||||
|
commitMode: 'מצב ביצוע',
|
||||||
|
autoCommit: 'ביצוע אוטומטי',
|
||||||
|
manualCommit: 'ביצוע ידני',
|
||||||
|
importQueryErrors: 'אזהרה: אירעה {n} שגיאה | אזהרה: אירעו {n} שגיאות',
|
||||||
|
executedQueries: 'בוצעה {n} שאילתה | בוצעו {n} שאילתות',
|
||||||
|
disableFKChecks: 'בטל בדיקות מפתח זר',
|
||||||
|
formatQuery: 'עצב שאילתה',
|
||||||
|
queryHistory: 'היסטוריית שאילתות',
|
||||||
|
clearQuery: 'נקה שאילתה',
|
||||||
|
fillCell: 'מלא תא',
|
||||||
|
executeSelectedQuery: 'בצע שאילתה נבחרת',
|
||||||
|
noResultsPresent: 'אין תוצאות',
|
||||||
|
sqlExportOptions: 'אפשרויות ייצוא SQL',
|
||||||
|
targetTable: 'טבלת יעד',
|
||||||
|
switchDatabase: 'החלף מסד נתונים',
|
||||||
|
searchForElements: 'חפש אלמנטים',
|
||||||
|
searchForSchemas: 'חפש סכימות',
|
||||||
|
savedQueries: 'שאילתות שמורות'
|
||||||
|
},
|
||||||
|
application: { // Application related terms
|
||||||
|
settings: 'הגדרות',
|
||||||
|
console: 'קונסולה',
|
||||||
|
general: 'כללי',
|
||||||
|
themes: 'ערכות נושא',
|
||||||
|
update: 'עדכון',
|
||||||
|
about: 'אודות',
|
||||||
|
language: 'שפה',
|
||||||
|
shortcuts: 'קיצורי דרך',
|
||||||
|
key: 'מקש | מקשים', // Keyboard key
|
||||||
|
event: 'אירוע',
|
||||||
|
light: 'בהיר',
|
||||||
|
dark: 'כהה',
|
||||||
|
autoCompletion: 'השלמה אוטומטית',
|
||||||
|
application: 'יישום',
|
||||||
|
editor: 'עורך',
|
||||||
|
changelog: 'יומן שינויים',
|
||||||
|
small: 'קטן',
|
||||||
|
medium: 'בינוני',
|
||||||
|
large: 'גדול',
|
||||||
|
appearance: 'מראה',
|
||||||
|
color: 'צבע',
|
||||||
|
label: 'תווית',
|
||||||
|
icon: 'סמל',
|
||||||
|
customIcon: 'סמל מותאם אישית',
|
||||||
|
fileName: 'שם קובץ',
|
||||||
|
choseFile: 'בחר קובץ',
|
||||||
|
data: 'נתונים',
|
||||||
|
password: 'סיסמה',
|
||||||
|
required: 'נדרש',
|
||||||
|
madeWithJS: 'נוצר עם 💛 ו-JavaScript!',
|
||||||
|
checkForUpdates: 'בדוק עדכונים',
|
||||||
|
noUpdatesAvailable: 'אין עדכונים זמינים',
|
||||||
|
checkingForUpdate: 'בודק עדכונים',
|
||||||
|
checkFailure: 'הבדיקה נכשלה, נסה שוב מאוחר יותר',
|
||||||
|
updateAvailable: 'עדכון זמין',
|
||||||
|
downloadingUpdate: 'מוריד עדכון',
|
||||||
|
updateDownloaded: 'העדכון הורד',
|
||||||
|
restartToInstall: 'הפעל מחדש את Antares כדי להתקין',
|
||||||
|
includeBetaUpdates: 'כלול עדכוני בטא',
|
||||||
|
notificationsTimeout: 'זמן התראות',
|
||||||
|
openNewTab: 'פתח כרטיסייה חדשה',
|
||||||
|
unsavedChanges: 'שינויים שלא נשמרו',
|
||||||
|
discardUnsavedChanges: 'יש לך שינויים שלא נשמרו. סגירת כרטיסייה זו תגרום לאובדן השינויים.',
|
||||||
|
applicationTheme: 'ערכת נושא ליישום',
|
||||||
|
editorTheme: 'ערכת נושא לעורך',
|
||||||
|
wrapLongLines: 'גלישת שורות ארוכות',
|
||||||
|
markdownSupported: 'תמיכה ב-Markdown',
|
||||||
|
plantATree: 'נטע עץ',
|
||||||
|
dataTabPageSize: 'תוצאות לעמוד',
|
||||||
|
noOpenTabs: 'אין כרטיסיות פתוחות, נווט בסרגל השמאלי או:',
|
||||||
|
restorePreviousSession: 'שחזר הפעלה קודמת',
|
||||||
|
closeTab: 'סגור כרטיסייה',
|
||||||
|
goToDownloadPage: 'עבור לדף ההורדה',
|
||||||
|
disableBlur: 'בטל טשטוש',
|
||||||
|
missingOrIncompleteTranslation: 'תרגום חסר או לא שלם?',
|
||||||
|
findOutHowToContribute: 'גלה כיצד לתרום',
|
||||||
|
reportABug: 'דווח על באג',
|
||||||
|
nextTab: 'כרטיסייה הבאה',
|
||||||
|
previousTab: 'כרטיסייה קודמת',
|
||||||
|
selectTabNumber: 'בחר כרטיסייה מספר {param}',
|
||||||
|
toggleConsole: 'הצג/הסתר קונסולה',
|
||||||
|
addShortcut: 'הוסף קיצור דרך',
|
||||||
|
editShortcut: 'ערוך קיצור דרך',
|
||||||
|
deleteShortcut: 'מחק קיצור דרך',
|
||||||
|
restoreDefaults: 'שחזר ברירות מחדל',
|
||||||
|
restoreDefaultsQuestion: 'האם אתה מאשר לשחזר את ערכי ברירת המחדל?',
|
||||||
|
registerAShortcut: 'רשום קיצור דרך',
|
||||||
|
invalidShortcutMessage: 'שילוב לא חוקי, המשך להקליד',
|
||||||
|
shortcutAlreadyExists: 'קיצור הדרך כבר קיים',
|
||||||
|
saveContent: 'שמור תוכן',
|
||||||
|
openAllConnections: 'פתח את כל החיבורים',
|
||||||
|
openSettings: 'פתח הגדרות',
|
||||||
|
runOrReload: 'הרץ או טען מחדש',
|
||||||
|
openFilter: 'פתח מסנן',
|
||||||
|
nextResultsPage: 'עמוד תוצאות הבא',
|
||||||
|
previousResultsPage: 'עמוד תוצאות קודם',
|
||||||
|
editFolder: 'ערוך תיקייה',
|
||||||
|
folderName: 'שם תיקייה',
|
||||||
|
deleteFolder: 'מחק תיקייה',
|
||||||
|
newFolder: 'תיקייה חדשה',
|
||||||
|
outOfFolder: 'מחוץ לתיקייה',
|
||||||
|
editConnectionAppearance: 'ערוך מראה חיבור',
|
||||||
|
defaultCopyType: 'סוג העתקה ברירת מחדל',
|
||||||
|
showTableSize: 'הצג גודל טבלה בסרגל הצד',
|
||||||
|
showTableSizeDescription: 'MySQL/MariaDB בלבד. הפעלת אפשרות זו עלולה להשפיע על הביצועים בסכימה עם טבלאות רבות.',
|
||||||
|
switchSearchMethod: 'החלף שיטת חיפוש',
|
||||||
|
phpArray: 'מערך PHP',
|
||||||
|
closeAllTabs: 'סגור את כל הכרטיסיות',
|
||||||
|
closeOtherTabs: 'סגור כרטיסיות אחרות',
|
||||||
|
closeTabsToLeft: 'סגור כרטיסיות משמאל',
|
||||||
|
closeTabsToRight: 'סגור כרטיסיות מימין',
|
||||||
|
csvFieldDelimiter: 'מפריד שדות',
|
||||||
|
csvLinesTerminator: 'מסיים שורות',
|
||||||
|
csvStringDelimiter: 'מפריד מחרוזות',
|
||||||
|
csvIncludeHeader: 'כלול כותרת',
|
||||||
|
csvExportOptions: 'אפשרויות ייצוא CSV',
|
||||||
|
exportData: 'ייצא נתונים',
|
||||||
|
exportDataExplanation: 'ייצא חיבורים שמורים ל-Antares. תתבקש להזין סיסמה להצפנת הקובץ המיוצא.',
|
||||||
|
importData: 'ייבא נתונים',
|
||||||
|
importDataExplanation: 'מייבא קובץ .antares המכיל חיבורים. תצטרך להזין את הסיסמה שהוגדרה בזמן הייצוא.',
|
||||||
|
includeConnectionPasswords: 'כלול סיסמאות חיבור',
|
||||||
|
includeFolders: 'כלול תיקיות',
|
||||||
|
encryptionPassword: 'סיסמת הצפנה',
|
||||||
|
encryptionPasswordError: 'סיסמת ההצפנה חייבת להיות באורך של 8 תווים לפחות.',
|
||||||
|
ignoreDuplicates: 'התעלם מכפילויות',
|
||||||
|
wrongImportPassword: 'סיסמת ייבוא שגויה',
|
||||||
|
wrongFileFormat: 'פורמט קובץ שגוי',
|
||||||
|
dataImportSuccess: 'הנתונים יובאו בהצלחה',
|
||||||
|
note: 'הערה | הערות',
|
||||||
|
thereAreNoNotesYet: 'אין עדיין הערות',
|
||||||
|
addNote: 'הוסף הערה',
|
||||||
|
editNote: 'ערוך הערה',
|
||||||
|
saveAsNote: 'שמור כהערה',
|
||||||
|
showArchivedNotes: 'הצג הערות בארכיון',
|
||||||
|
hideArchivedNotes: 'הסתר הערות בארכיון',
|
||||||
|
tag: 'תג', // Note tag
|
||||||
|
saveFile: 'שמור קובץ',
|
||||||
|
saveFileAs: 'שמור קובץ בשם',
|
||||||
|
openFile: 'פתח קובץ',
|
||||||
|
openNotes: 'פתח הערות',
|
||||||
|
debugConsole: 'קונסולת ניפוי', // <- console tab name
|
||||||
|
executedQueries: 'שאילתות שבוצעו', // <- console tab name
|
||||||
|
sizeLimitError: 'חריגה מהגודל המקסימלי של {size}'
|
||||||
|
},
|
||||||
|
faker: { // Faker.js methods, used in random generated content
|
||||||
|
address: 'כתובת',
|
||||||
|
commerce: 'מסחר',
|
||||||
|
company: 'חברה',
|
||||||
|
database: 'מסד נתונים',
|
||||||
|
date: 'תאריך',
|
||||||
|
finance: 'פיננסים',
|
||||||
|
git: 'Git',
|
||||||
|
hacker: 'האקר',
|
||||||
|
internet: 'אינטרנט',
|
||||||
|
lorem: 'לורם',
|
||||||
|
name: 'שם',
|
||||||
|
music: 'מוזיקה',
|
||||||
|
phone: 'טלפון',
|
||||||
|
random: 'אקראי',
|
||||||
|
system: 'מערכת',
|
||||||
|
time: 'זמן',
|
||||||
|
vehicle: 'רכב',
|
||||||
|
zipCode: 'מיקוד',
|
||||||
|
zipCodeByState: 'מיקוד לפי מדינה',
|
||||||
|
city: 'עיר',
|
||||||
|
cityPrefix: 'קידומת עיר',
|
||||||
|
citySuffix: 'סיומת עיר',
|
||||||
|
streetName: 'שם רחוב',
|
||||||
|
streetAddress: 'כתובת רחוב',
|
||||||
|
streetSuffix: 'סיומת רחוב',
|
||||||
|
streetPrefix: 'קידומת רחוב',
|
||||||
|
secondaryAddress: 'כתובת משנית',
|
||||||
|
county: 'מחוז',
|
||||||
|
country: 'מדינה',
|
||||||
|
countryCode: 'קוד מדינה',
|
||||||
|
state: 'מדינה',
|
||||||
|
stateAbbr: 'קיצור מדינה',
|
||||||
|
latitude: 'קו רוחב',
|
||||||
|
longitude: 'קו אורך',
|
||||||
|
direction: 'כיוון',
|
||||||
|
cardinalDirection: 'כיוון קרדינלי',
|
||||||
|
ordinalDirection: 'כיוון אורדינלי',
|
||||||
|
nearbyGPSCoordinate: 'קואורדינטת GPS קרובה',
|
||||||
|
timeZone: 'אזור זמן',
|
||||||
|
color: 'צבע',
|
||||||
|
department: 'מחלקה',
|
||||||
|
productName: 'שם מוצר',
|
||||||
|
price: 'מחיר',
|
||||||
|
productAdjective: 'תואר מוצר',
|
||||||
|
productMaterial: 'חומר מוצר',
|
||||||
|
product: 'מוצר',
|
||||||
|
productDescription: 'תיאור מוצר',
|
||||||
|
suffixes: 'סיומות',
|
||||||
|
companyName: 'שם חברה',
|
||||||
|
companySuffix: 'סיומת חברה',
|
||||||
|
catchPhrase: 'סיסמה',
|
||||||
|
bs: 'BS',
|
||||||
|
catchPhraseAdjective: 'תואר סיסמה',
|
||||||
|
catchPhraseDescriptor: 'מתאר סיסמה',
|
||||||
|
catchPhraseNoun: 'שם עצם סיסמה',
|
||||||
|
bsAdjective: 'תואר BS',
|
||||||
|
bsBuzz: 'באז BS',
|
||||||
|
bsNoun: 'שם עצם BS',
|
||||||
|
column: 'עמודה',
|
||||||
|
type: 'סוג',
|
||||||
|
collation: 'קולציה',
|
||||||
|
engine: 'מנוע',
|
||||||
|
past: 'עבר',
|
||||||
|
now: 'עכשיו',
|
||||||
|
|
||||||
|
future: 'עתיד',
|
||||||
|
between: 'בין',
|
||||||
|
recent: 'לאחרונה',
|
||||||
|
soon: 'בקרוב',
|
||||||
|
month: 'חודש',
|
||||||
|
weekday: 'יום בשבוע',
|
||||||
|
account: 'חשבון',
|
||||||
|
accountName: 'שם החשבון',
|
||||||
|
routingNumber: 'מספר ניתוב',
|
||||||
|
mask: 'מסכה',
|
||||||
|
amount: 'סכום',
|
||||||
|
transactionType: 'סוג העסקה',
|
||||||
|
currencyCode: 'קוד מטבע',
|
||||||
|
currencyName: 'שם המטבע',
|
||||||
|
currencySymbol: 'סמל המטבע',
|
||||||
|
bitcoinAddress: 'כתובת ביטקוין',
|
||||||
|
litecoinAddress: 'כתובת לייטקוין',
|
||||||
|
creditCardNumber: 'מספר כרטיס אשראי',
|
||||||
|
creditCardCVV: 'CVV של כרטיס אשראי',
|
||||||
|
ethereumAddress: 'כתובת אתריום',
|
||||||
|
iban: 'איבן',
|
||||||
|
bic: 'BIC',
|
||||||
|
transactionDescription: 'תיאור העסקה',
|
||||||
|
branch: 'סניף',
|
||||||
|
commitEntry: 'ערך קומיט',
|
||||||
|
commitMessage: 'הודעת קומיט',
|
||||||
|
commitSha: 'SHA של קומיט',
|
||||||
|
shortSha: 'SHA קצר',
|
||||||
|
abbreviation: 'קיצור',
|
||||||
|
adjective: 'שם תואר',
|
||||||
|
noun: 'שם עצם',
|
||||||
|
verb: 'פועל',
|
||||||
|
ingverb: 'פועל בצורת -ing',
|
||||||
|
phrase: 'ביטוי',
|
||||||
|
avatar: 'אווטאר',
|
||||||
|
email: 'אימייל',
|
||||||
|
exampleEmail: 'דוגמת אימייל',
|
||||||
|
userName: 'שם משתמש',
|
||||||
|
protocol: 'פרוטוקול',
|
||||||
|
url: 'כתובת URL',
|
||||||
|
domainName: 'שם דומיין',
|
||||||
|
domainSuffix: 'סיומת דומיין',
|
||||||
|
domainWord: 'מילת דומיין',
|
||||||
|
ip: 'IP',
|
||||||
|
ipv6: 'IPv6',
|
||||||
|
userAgent: 'User Agent',
|
||||||
|
mac: 'כתובת MAC',
|
||||||
|
password: 'סיסמה',
|
||||||
|
word: 'מילה',
|
||||||
|
words: 'מילים',
|
||||||
|
sentence: 'משפט',
|
||||||
|
slug: 'סלאג',
|
||||||
|
sentences: 'משפטים',
|
||||||
|
paragraph: 'פסקה',
|
||||||
|
paragraphs: 'פסקאות',
|
||||||
|
text: 'טקסט',
|
||||||
|
lines: 'שורות',
|
||||||
|
genre: 'ז\'אנר',
|
||||||
|
firstName: 'שם פרטי',
|
||||||
|
lastName: 'שם משפחה',
|
||||||
|
middleName: 'שם אמצעי',
|
||||||
|
findName: 'שם מלא',
|
||||||
|
jobTitle: 'תפקיד',
|
||||||
|
gender: 'מין',
|
||||||
|
prefix: 'תחילית',
|
||||||
|
suffix: 'סיומת',
|
||||||
|
title: 'כותרת',
|
||||||
|
jobDescriptor: 'תיאור תפקיד',
|
||||||
|
jobArea: 'תחום תפקיד',
|
||||||
|
jobType: 'סוג תפקיד',
|
||||||
|
phoneNumber: 'מספר טלפון',
|
||||||
|
phoneNumberFormat: 'פורמט מספר טלפון',
|
||||||
|
phoneFormats: 'פורמטים של מספר טלפון',
|
||||||
|
number: 'מספר',
|
||||||
|
float: 'מספר עשרוני',
|
||||||
|
arrayElement: 'אלמנט במערך',
|
||||||
|
arrayElements: 'אלמנטים במערך',
|
||||||
|
objectElement: 'אלמנט באובייקט',
|
||||||
|
uuid: 'UUID',
|
||||||
|
boolean: 'בוליאני',
|
||||||
|
image: 'תמונה',
|
||||||
|
locale: 'לוקאל',
|
||||||
|
alpha: 'אלפא',
|
||||||
|
alphaNumeric: 'אלפאנומרי',
|
||||||
|
hexaDecimal: 'הקסדצימלי',
|
||||||
|
fileName: 'שם קובץ',
|
||||||
|
commonFileName: 'שם קובץ נפוץ',
|
||||||
|
mimeType: 'סוג MIME',
|
||||||
|
commonFileType: 'סוג קובץ נפוץ',
|
||||||
|
commonFileExt: 'סיומת קובץ נפוצה',
|
||||||
|
fileType: 'סוג קובץ',
|
||||||
|
fileExt: 'סיומת קובץ',
|
||||||
|
directoryPath: 'נתיב תיקייה',
|
||||||
|
filePath: 'נתיב קובץ',
|
||||||
|
semver: 'גרסת Semver',
|
||||||
|
manufacturer: 'יצרן',
|
||||||
|
model: 'דגם',
|
||||||
|
fuel: 'דלק',
|
||||||
|
vin: 'מספר רכב (VIN)'
|
||||||
|
}
|
||||||
|
};
|
@@ -7,6 +7,7 @@ import { deDE } from './de-DE';
|
|||||||
import { enUS } from './en-US';
|
import { enUS } from './en-US';
|
||||||
import { esES } from './es-ES';
|
import { esES } from './es-ES';
|
||||||
import { frFR } from './fr-FR';
|
import { frFR } from './fr-FR';
|
||||||
|
import { heIL } from './he-IL';
|
||||||
import { idID } from './id-ID';
|
import { idID } from './id-ID';
|
||||||
import { itIT } from './it-IT';
|
import { itIT } from './it-IT';
|
||||||
import { jaJP } from './ja-JP';
|
import { jaJP } from './ja-JP';
|
||||||
@@ -17,6 +18,8 @@ import { ruRU } from './ru-RU';
|
|||||||
import { ukUA } from './uk-UA';
|
import { ukUA } from './uk-UA';
|
||||||
import { viVN } from './vi-VN';
|
import { viVN } from './vi-VN';
|
||||||
import { zhCN } from './zh-CN';
|
import { zhCN } from './zh-CN';
|
||||||
|
import { zhTW } from './zh-TW';
|
||||||
|
|
||||||
const messages = {
|
const messages = {
|
||||||
'en-US': enUS,
|
'en-US': enUS,
|
||||||
'it-IT': itIT,
|
'it-IT': itIT,
|
||||||
@@ -34,7 +37,9 @@ const messages = {
|
|||||||
'nl-NL': nlNL,
|
'nl-NL': nlNL,
|
||||||
'ca-ES': caES,
|
'ca-ES': caES,
|
||||||
'cs-CZ': csCZ,
|
'cs-CZ': csCZ,
|
||||||
'uk-UA': ukUA
|
'uk-UA': ukUA,
|
||||||
|
'zh-TW': zhTW,
|
||||||
|
'he-IL': heIL
|
||||||
};
|
};
|
||||||
|
|
||||||
type NestedPartial<T> = {
|
type NestedPartial<T> = {
|
||||||
@@ -46,6 +51,8 @@ export type AvailableLocale = keyof typeof messages
|
|||||||
|
|
||||||
const i18n = createI18n<[NestedPartial<MessageSchema>], AvailableLocale>({
|
const i18n = createI18n<[NestedPartial<MessageSchema>], AvailableLocale>({
|
||||||
fallbackLocale: 'en-US',
|
fallbackLocale: 'en-US',
|
||||||
|
silentTranslationWarn: true,
|
||||||
|
silentFallbackWarn: true,
|
||||||
allowComposition: true,
|
allowComposition: true,
|
||||||
messages
|
messages
|
||||||
});
|
});
|
||||||
|
@@ -15,7 +15,7 @@ export const nlNL = {
|
|||||||
results: 'Resultaten',
|
results: 'Resultaten',
|
||||||
size: 'Grootte',
|
size: 'Grootte',
|
||||||
mimeType: 'Mime-Type',
|
mimeType: 'Mime-Type',
|
||||||
download: 'Download',
|
download: 'Download', // Same as English
|
||||||
add: 'Toevoegen',
|
add: 'Toevoegen',
|
||||||
data: 'Data',
|
data: 'Data',
|
||||||
properties: 'Eigenschappen',
|
properties: 'Eigenschappen',
|
||||||
@@ -65,7 +65,13 @@ export const nlNL = {
|
|||||||
outputFormat: 'Uitvoerformaat',
|
outputFormat: 'Uitvoerformaat',
|
||||||
singleFile: 'Enkel {ext}-bestand',
|
singleFile: 'Enkel {ext}-bestand',
|
||||||
zipCompressedFile: 'ZIP gecomprimeerd {ext}-bestand',
|
zipCompressedFile: 'ZIP gecomprimeerd {ext}-bestand',
|
||||||
include: 'Inclusief'
|
include: 'Inclusief',
|
||||||
|
search: 'Zoek',
|
||||||
|
copyName: 'Kopieer naam',
|
||||||
|
title: 'Titel',
|
||||||
|
archive: 'Archief',
|
||||||
|
undo: 'Ongedaan maken',
|
||||||
|
moveTo: 'Verplaats naar'
|
||||||
},
|
},
|
||||||
connection: {
|
connection: {
|
||||||
connectionName: 'Naam verbinding',
|
connectionName: 'Naam verbinding',
|
||||||
@@ -100,7 +106,10 @@ export const nlNL = {
|
|||||||
readOnlyMode: 'Alleen lezen modus',
|
readOnlyMode: 'Alleen lezen modus',
|
||||||
untrustedConnection: 'Niet vertrouwde verbinding',
|
untrustedConnection: 'Niet vertrouwde verbinding',
|
||||||
allConnections: 'Alle verbindingen',
|
allConnections: 'Alle verbindingen',
|
||||||
searchForConnections: 'Zoek naar verbindingen'
|
searchForConnections: 'Zoek naar verbindingen',
|
||||||
|
singleConnection: 'Enkele verbinding',
|
||||||
|
connection: 'Verbinding',
|
||||||
|
keepAliveInterval: 'Keep alive interval'
|
||||||
},
|
},
|
||||||
database: {
|
database: {
|
||||||
schema: 'Schema',
|
schema: 'Schema',
|
||||||
@@ -260,7 +269,15 @@ export const nlNL = {
|
|||||||
targetTable: 'Doeltabel',
|
targetTable: 'Doeltabel',
|
||||||
switchDatabase: 'Wissel van database',
|
switchDatabase: 'Wissel van database',
|
||||||
importQueryErrors: 'Waarschuwing: {n} fout is opgetreden | Waarschuwing: {n} fouten opgetreden',
|
importQueryErrors: 'Waarschuwing: {n} fout is opgetreden | Waarschuwing: {n} fouten opgetreden',
|
||||||
executedQueries: '{n} query uitgevoerd | {n} queries uitgevoerd'
|
executedQueries: '{n} query uitgevoerd | {n} queries uitgevoerd',
|
||||||
|
insert: 'Invoegen',
|
||||||
|
exportTable: 'Exporteer tabel',
|
||||||
|
savedQueries: 'Opgeslagen queries',
|
||||||
|
searchForElements: 'Zoek naar elementen',
|
||||||
|
searchForSchemas: 'Zoek naar schema\'s',
|
||||||
|
materializedview: 'Materialized view | Materialized views',
|
||||||
|
createNewMaterializedView: 'Materialized view maken',
|
||||||
|
newMaterializedView: 'Nieuwe materialized view'
|
||||||
},
|
},
|
||||||
application: {
|
application: {
|
||||||
settings: 'Instellingen',
|
settings: 'Instellingen',
|
||||||
@@ -367,7 +384,30 @@ export const nlNL = {
|
|||||||
wrongFileFormat: 'Bestand is geen geldig .antares bestand',
|
wrongFileFormat: 'Bestand is geen geldig .antares bestand',
|
||||||
required: 'Verplicht',
|
required: 'Verplicht',
|
||||||
choseFile: 'Selecteer bestand',
|
choseFile: 'Selecteer bestand',
|
||||||
password: 'Wachtwoord'
|
password: 'Wachtwoord',
|
||||||
|
note: 'Notitie',
|
||||||
|
data: 'Data',
|
||||||
|
event: 'Event',
|
||||||
|
key: 'Key',
|
||||||
|
customIcon: 'Aangepast pictogram',
|
||||||
|
fileName: 'bestandsnaam',
|
||||||
|
newFolder: 'Nieuwe map',
|
||||||
|
outOfFolder: 'Out of folder',
|
||||||
|
dataImportSuccess: 'Data succesvol geïmporteerd',
|
||||||
|
thereAreNoNotesYet: 'Er zijn nog geen notities',
|
||||||
|
addNote: 'Voeg notitie toe',
|
||||||
|
editNote: 'Bewerk notitie',
|
||||||
|
saveAsNote: 'Sla op als notitie',
|
||||||
|
showArchivedNotes: 'Toon gearchiveerde notities',
|
||||||
|
hideArchivedNotes: 'Verberg gearchiveerde notities',
|
||||||
|
tag: 'Tag',
|
||||||
|
saveFile: 'Bestand opslaan',
|
||||||
|
saveFileAs: 'Bestand opslaan als',
|
||||||
|
openFile: 'Open bestand',
|
||||||
|
openNotes: 'Open notities',
|
||||||
|
debugConsole: 'Debug Console',
|
||||||
|
executedQueries: 'Voer queries uit',
|
||||||
|
sizeLimitError: 'Maximum grootte {size} overschreden'
|
||||||
},
|
},
|
||||||
faker: {
|
faker: {
|
||||||
address: 'Adres',
|
address: 'Adres',
|
||||||
@@ -434,7 +474,7 @@ export const nlNL = {
|
|||||||
engine: 'Engine',
|
engine: 'Engine',
|
||||||
past: 'Verleden',
|
past: 'Verleden',
|
||||||
now: 'Nu',
|
now: 'Nu',
|
||||||
future: 'Future',
|
future: 'Toekomstig',
|
||||||
between: 'Between',
|
between: 'Between',
|
||||||
recent: 'Recent',
|
recent: 'Recent',
|
||||||
soon: 'Soon',
|
soon: 'Soon',
|
||||||
@@ -447,11 +487,11 @@ export const nlNL = {
|
|||||||
amount: 'Amount',
|
amount: 'Amount',
|
||||||
transactionType: 'Transaction type',
|
transactionType: 'Transaction type',
|
||||||
currencyCode: 'Currency code',
|
currencyCode: 'Currency code',
|
||||||
currencyName: 'Currency name',
|
currencyName: 'Valutanaam',
|
||||||
currencySymbol: 'Currency symbol',
|
currencySymbol: 'Valutateken',
|
||||||
bitcoinAddress: 'Bitcoin address',
|
bitcoinAddress: 'Bitcoin adres',
|
||||||
litecoinAddress: 'Litecoin address',
|
litecoinAddress: 'Litecoin adres',
|
||||||
creditCardNumber: 'Credit card number',
|
creditCardNumber: 'Credit card nummer',
|
||||||
creditCardCVV: 'Credit card CVV',
|
creditCardCVV: 'Credit card CVV',
|
||||||
ethereumAddress: 'Ethereum adres',
|
ethereumAddress: 'Ethereum adres',
|
||||||
iban: 'IBAN',
|
iban: 'IBAN',
|
||||||
@@ -487,10 +527,10 @@ export const nlNL = {
|
|||||||
sentence: 'Zin',
|
sentence: 'Zin',
|
||||||
slug: 'Slug',
|
slug: 'Slug',
|
||||||
sentences: 'Zinnen',
|
sentences: 'Zinnen',
|
||||||
paragraph: 'Paragraph',
|
paragraph: 'Paragraaf',
|
||||||
paragraphs: 'Paragraphs',
|
paragraphs: 'Paragrafen',
|
||||||
text: 'Text',
|
text: 'Tekst',
|
||||||
lines: 'Lines',
|
lines: 'Regels',
|
||||||
genre: 'Genre',
|
genre: 'Genre',
|
||||||
firstName: 'Voornaam',
|
firstName: 'Voornaam',
|
||||||
lastName: 'Achternaam',
|
lastName: 'Achternaam',
|
||||||
@@ -500,7 +540,7 @@ export const nlNL = {
|
|||||||
gender: 'Gender',
|
gender: 'Gender',
|
||||||
prefix: 'Prefix',
|
prefix: 'Prefix',
|
||||||
suffix: 'Suffix',
|
suffix: 'Suffix',
|
||||||
title: 'Title',
|
title: 'Titel',
|
||||||
jobDescriptor: 'Job descriptor',
|
jobDescriptor: 'Job descriptor',
|
||||||
jobArea: 'Job area',
|
jobArea: 'Job area',
|
||||||
jobType: 'Job type',
|
jobType: 'Job type',
|
||||||
@@ -514,24 +554,24 @@ export const nlNL = {
|
|||||||
objectElement: 'Object element',
|
objectElement: 'Object element',
|
||||||
uuid: 'Uuid',
|
uuid: 'Uuid',
|
||||||
boolean: 'Boolean',
|
boolean: 'Boolean',
|
||||||
image: 'Image',
|
image: 'Afbeelding',
|
||||||
locale: 'Locale',
|
locale: 'Locale',
|
||||||
alpha: 'Alpha',
|
alpha: 'Alpha',
|
||||||
alphaNumeric: 'Alphanumeric',
|
alphaNumeric: 'Alfanumeriek',
|
||||||
hexaDecimal: 'Hexadecimal',
|
hexaDecimal: 'Hexadecimaal',
|
||||||
fileName: 'File name',
|
fileName: 'Bestandsnaam',
|
||||||
commonFileName: 'Common file name',
|
commonFileName: 'Common file name',
|
||||||
mimeType: 'Mime type',
|
mimeType: 'Mime type',
|
||||||
commonFileType: 'Common file type',
|
commonFileType: 'Common file type',
|
||||||
commonFileExt: 'Common file extension',
|
commonFileExt: 'Common file extension',
|
||||||
fileType: 'File type',
|
fileType: 'Filetype',
|
||||||
fileExt: 'File extension',
|
fileExt: 'File extension',
|
||||||
directoryPath: 'Directory path',
|
directoryPath: 'Directory path',
|
||||||
filePath: 'File path',
|
filePath: 'File path',
|
||||||
semver: 'Semver',
|
semver: 'Semver',
|
||||||
manufacturer: 'Manufacturer',
|
manufacturer: 'Fabrikant',
|
||||||
model: 'Model',
|
model: 'Model',
|
||||||
fuel: 'Fuel',
|
fuel: 'Brandstof',
|
||||||
vin: 'Vin'
|
vin: 'Vin'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@@ -61,7 +61,17 @@ export const ruRU = {
|
|||||||
actionSuccessful: '{action} успешно',
|
actionSuccessful: '{action} успешно',
|
||||||
outputFormat: 'Формат вывода',
|
outputFormat: 'Формат вывода',
|
||||||
singleFile: 'Один {ext} файл',
|
singleFile: 'Один {ext} файл',
|
||||||
zipCompressedFile: 'ZIP сжатие {ext} файла'
|
zipCompressedFile: 'ZIP сжатие {ext} файла',
|
||||||
|
include: 'Включая',
|
||||||
|
none: 'Нет',
|
||||||
|
singleQuote: 'Одинарная кавычка',
|
||||||
|
doubleQuote: 'Двойная кавычка',
|
||||||
|
copyName: 'Скопировать имя',
|
||||||
|
search: 'Поиск',
|
||||||
|
title: 'Название',
|
||||||
|
archive: 'Архив',
|
||||||
|
undo: 'Отменить',
|
||||||
|
moveTo: 'Переместить в'
|
||||||
},
|
},
|
||||||
connection: {
|
connection: {
|
||||||
connectionName: 'Название соединения',
|
connectionName: 'Название соединения',
|
||||||
@@ -96,7 +106,10 @@ export const ruRU = {
|
|||||||
readOnlyMode: 'Режим только чтение',
|
readOnlyMode: 'Режим только чтение',
|
||||||
untrustedConnection: 'Ненадежное соединение',
|
untrustedConnection: 'Ненадежное соединение',
|
||||||
allConnections: 'Все соединения',
|
allConnections: 'Все соединения',
|
||||||
searchForConnections: 'Поиск соединений'
|
searchForConnections: 'Поиск соединений',
|
||||||
|
keepAliveInterval: 'Интервал поддержания соединения',
|
||||||
|
singleConnection: 'Одно соединение',
|
||||||
|
connection: 'Соединение'
|
||||||
},
|
},
|
||||||
database: {
|
database: {
|
||||||
schema: 'Схема',
|
schema: 'Схема',
|
||||||
@@ -255,7 +268,16 @@ export const ruRU = {
|
|||||||
sqlExportOptions: 'Опции SQL экспорта',
|
sqlExportOptions: 'Опции SQL экспорта',
|
||||||
targetTable: 'Целевая таблица',
|
targetTable: 'Целевая таблица',
|
||||||
importQueryErrors: 'Внимание: {n} ошибка возникла | Внимание: {n} ошибок произошло',
|
importQueryErrors: 'Внимание: {n} ошибка возникла | Внимание: {n} ошибок произошло',
|
||||||
executedQueries: '{n} запрос выполнен | {n} запросов выполнено'
|
executedQueries: '{n} запрос выполнен | {n} запросов выполнено',
|
||||||
|
insert: 'Вставить',
|
||||||
|
materializedview: 'Материализованное представление | Материализованные представления',
|
||||||
|
exportTable: 'Экспорт таблицы',
|
||||||
|
createNewMaterializedView: 'Создать новое материализованное представление',
|
||||||
|
newMaterializedView: 'Новое материализованное представление',
|
||||||
|
switchDatabase: 'Переключить базу данных',
|
||||||
|
searchForElements: 'Поиск элементов',
|
||||||
|
searchForSchemas: 'Поиск схем',
|
||||||
|
savedQueries: 'Сохранённые запросы'
|
||||||
},
|
},
|
||||||
application: {
|
application: {
|
||||||
settings: 'Настройки',
|
settings: 'Настройки',
|
||||||
@@ -313,9 +335,9 @@ export const ruRU = {
|
|||||||
previousTab: 'Предыдущая вкладка',
|
previousTab: 'Предыдущая вкладка',
|
||||||
selectTabNumber: 'Выбрать вкладку под номером {param}',
|
selectTabNumber: 'Выбрать вкладку под номером {param}',
|
||||||
toggleConsole: 'Переключиться на консоль',
|
toggleConsole: 'Переключиться на консоль',
|
||||||
addShortcut: 'Добавить горячие клавиши',
|
addShortcut: 'Добавить горячую клавишу',
|
||||||
editShortcut: 'Изменить горячие клавиши',
|
editShortcut: 'Изменить горячую клавишу',
|
||||||
deleteShortcut: 'Удалить горячие клавиши',
|
deleteShortcut: 'Удалить горячую клавишу',
|
||||||
restoreDefaults: 'Восстановить по-умолчанию',
|
restoreDefaults: 'Восстановить по-умолчанию',
|
||||||
restoreDefaultsQuestion: 'Вы подтверждаете восстановление значений по-умолчанию?',
|
restoreDefaultsQuestion: 'Вы подтверждаете восстановление значений по-умолчанию?',
|
||||||
registerAShortcut: 'Зарегистрировать горячие клавиши',
|
registerAShortcut: 'Зарегистрировать горячие клавиши',
|
||||||
@@ -329,13 +351,14 @@ export const ruRU = {
|
|||||||
openFilter: 'Открыть фильтр',
|
openFilter: 'Открыть фильтр',
|
||||||
nextResultsPage: 'Следующая страница',
|
nextResultsPage: 'Следующая страница',
|
||||||
previousResultsPage: 'Предыдущая страница',
|
previousResultsPage: 'Предыдущая страница',
|
||||||
editFolder: 'Изменить директорию',
|
editFolder: 'Изменить папку',
|
||||||
folderName: 'Название директории',
|
folderName: 'Название папки',
|
||||||
deleteFolder: 'Удалить директорию',
|
deleteFolder: 'Удалить папки',
|
||||||
editConnectionAppearance: 'Изменить внешний вид соединения',
|
editConnectionAppearance: 'Изменить внешний вид соединения',
|
||||||
defaultCopyType: 'Тип копирования по-умолчанию',
|
defaultCopyType: 'Тип копирования по-умолчанию',
|
||||||
showTableSize: 'Показывать размер таблицы в сайдбаре',
|
showTableSize: 'Показывать размер таблицы в сайдбаре',
|
||||||
showTableSizeDescription: 'Только MySQL/MariaDB. Включение этого параметра может повлиять на производительность схемы с большим количеством таблиц.',
|
showTableSizeDescription:
|
||||||
|
'Только MySQL/MariaDB. Включение этого параметра может повлиять на производительность схемы с большим количеством таблиц.',
|
||||||
searchForSchemas: 'Поиск схем',
|
searchForSchemas: 'Поиск схем',
|
||||||
searchForElements: 'Поиск элементов',
|
searchForElements: 'Поиск элементов',
|
||||||
switchSearchMethod: 'Переключить способ поиска',
|
switchSearchMethod: 'Переключить способ поиска',
|
||||||
@@ -343,7 +366,49 @@ export const ruRU = {
|
|||||||
closeOtherTabs: 'Закрыть остальные вкладки',
|
closeOtherTabs: 'Закрыть остальные вкладки',
|
||||||
closeTabsToLeft: 'Закрыть вкладки слева',
|
closeTabsToLeft: 'Закрыть вкладки слева',
|
||||||
closeTabsToRight: 'Закрыть вкладки справа',
|
closeTabsToRight: 'Закрыть вкладки справа',
|
||||||
phpArray: 'PHP массив'
|
phpArray: 'PHP массив',
|
||||||
|
event: 'Событие',
|
||||||
|
customIcon: 'Пользовательская иконка',
|
||||||
|
fileName: 'Имя файла',
|
||||||
|
choseFile: 'Выбрать файл',
|
||||||
|
data: 'Данные',
|
||||||
|
password: 'Пароль',
|
||||||
|
required: 'Обязательный',
|
||||||
|
newFolder: 'Новая папка',
|
||||||
|
outOfFolder: 'Вне папки',
|
||||||
|
csvFieldDelimiter: 'Разделитель полей CSV',
|
||||||
|
csvLinesTerminator: 'Терминатор строк CSV',
|
||||||
|
csvStringDelimiter: 'Разделитель строк CSV',
|
||||||
|
csvIncludeHeader: 'Включить заголовок',
|
||||||
|
csvExportOptions: 'Опции экспорта CSV',
|
||||||
|
exportData: 'Экспорт данных',
|
||||||
|
exportDataExplanation:
|
||||||
|
'Экспорт сохранённых соединений в Antares. Вам будет предложено ввести пароль для шифрования экспортируемого файла.',
|
||||||
|
importData: 'Импорт данных',
|
||||||
|
importDataExplanation: 'Импортирует файл .antares, содержащий соединения. Вам нужно будет ввести пароль, заданный во время экспорта.',
|
||||||
|
includeConnectionPasswords: 'Включить пароли соединений',
|
||||||
|
includeFolders: 'Включить папки',
|
||||||
|
encryptionPassword: 'Пароль шифрования',
|
||||||
|
encryptionPasswordError: 'Пароль шифрования должен содержать не менее 8 символов.',
|
||||||
|
ignoreDuplicates: 'Игнорировать дубликаты',
|
||||||
|
wrongImportPassword: 'Неверный пароль импорта',
|
||||||
|
wrongFileFormat: 'Неверный формат файла',
|
||||||
|
dataImportSuccess: 'Данные успешно импортированы',
|
||||||
|
note: 'Заметка | Заметки',
|
||||||
|
thereAreNoNotesYet: 'Заметок пока нет',
|
||||||
|
addNote: 'Добавить заметку',
|
||||||
|
editNote: 'Редактировать заметку',
|
||||||
|
saveAsNote: 'Сохранить как заметку',
|
||||||
|
showArchivedNotes: 'Показать архивированные заметки',
|
||||||
|
hideArchivedNotes: 'Скрыть архивированные заметки',
|
||||||
|
tag: 'Тег',
|
||||||
|
saveFile: 'Сохранить файл',
|
||||||
|
saveFileAs: 'Сохранить файл как',
|
||||||
|
openFile: 'Открыть файл',
|
||||||
|
openNotes: 'Открыть заметки',
|
||||||
|
debugConsole: 'Отладочная консоль',
|
||||||
|
executedQueries: 'Выполненные запросы',
|
||||||
|
sizeLimitError: 'Превышен максимальный размер {size}'
|
||||||
},
|
},
|
||||||
faker: {
|
faker: {
|
||||||
address: 'Адрес',
|
address: 'Адрес',
|
||||||
|
@@ -9,11 +9,13 @@ export const localesNames: Record<string, string> = {
|
|||||||
'vi-VN': 'Tiếng Việt',
|
'vi-VN': 'Tiếng Việt',
|
||||||
'ja-JP': '日本語',
|
'ja-JP': '日本語',
|
||||||
'zh-CN': '简体中文',
|
'zh-CN': '简体中文',
|
||||||
|
'zh-TW': '正體中文',
|
||||||
'ru-RU': 'Русский',
|
'ru-RU': 'Русский',
|
||||||
'id-ID': 'Bahasa Indonesia',
|
'id-ID': 'Bahasa Indonesia',
|
||||||
'ko-KR': '한국어',
|
'ko-KR': '한국어',
|
||||||
'nl-NL': 'Nederlands',
|
'nl-NL': 'Nederlands',
|
||||||
'ca-ES': 'Català',
|
'ca-ES': 'Català',
|
||||||
'cs-CZ': 'Čeština',
|
'cs-CZ': 'Čeština',
|
||||||
'uk-UA': 'Українська'
|
'uk-UA': 'Українська',
|
||||||
|
'he-IL': 'עברית'
|
||||||
};
|
};
|
||||||
|
569
src/renderer/i18n/zh-TW.ts
Normal file
569
src/renderer/i18n/zh-TW.ts
Normal file
@@ -0,0 +1,569 @@
|
|||||||
|
export const zhTW = {
|
||||||
|
general: {
|
||||||
|
// 通用術語
|
||||||
|
edit: '編輯',
|
||||||
|
save: '保存',
|
||||||
|
close: '關閉',
|
||||||
|
delete: '刪除',
|
||||||
|
confirm: '確定',
|
||||||
|
cancel: '取消',
|
||||||
|
send: '發送',
|
||||||
|
refresh: '重新整理',
|
||||||
|
autoRefresh: '自動重新整理',
|
||||||
|
version: '版本',
|
||||||
|
donate: '捐贈',
|
||||||
|
run: '執行',
|
||||||
|
results: '結果',
|
||||||
|
size: '大小',
|
||||||
|
mimeType: 'MIME類型',
|
||||||
|
download: '下載',
|
||||||
|
add: '新增',
|
||||||
|
data: '資料',
|
||||||
|
properties: '屬性',
|
||||||
|
name: '名稱',
|
||||||
|
clear: '清除',
|
||||||
|
options: '選項',
|
||||||
|
insert: '插入',
|
||||||
|
discard: '丟棄',
|
||||||
|
stay: '等待',
|
||||||
|
author: '作者',
|
||||||
|
upload: '上傳',
|
||||||
|
browse: '瀏覽',
|
||||||
|
content: '內容',
|
||||||
|
cut: '剪下',
|
||||||
|
copy: '複製',
|
||||||
|
paste: '貼上',
|
||||||
|
duplicate: '副本',
|
||||||
|
tools: '工具',
|
||||||
|
seconds: '秒',
|
||||||
|
all: '全部',
|
||||||
|
new: '新',
|
||||||
|
select: '選擇',
|
||||||
|
change: '變更',
|
||||||
|
include: '包含',
|
||||||
|
includes: '包含',
|
||||||
|
completed: '已完成',
|
||||||
|
aborted: '中止',
|
||||||
|
disabled: '已禁用',
|
||||||
|
enable: '啟用',
|
||||||
|
disable: '禁用',
|
||||||
|
contributors: '貢獻者',
|
||||||
|
pin: '固定',
|
||||||
|
unpin: '取消固定',
|
||||||
|
folder: '檔案夾 | 檔案夾',
|
||||||
|
none: '無',
|
||||||
|
singleQuote: '單引號',
|
||||||
|
doubleQuote: '雙引號',
|
||||||
|
deleteConfirm: '您是否確認取消',
|
||||||
|
uploadFile: '上傳檔案',
|
||||||
|
format: '格式碼', // 格式碼
|
||||||
|
history: '曆史',
|
||||||
|
filter: '過濾器',
|
||||||
|
manualValue: '手動值',
|
||||||
|
selectAll: '選擇全部',
|
||||||
|
pageNumber: '頁數',
|
||||||
|
directoryPath: '目錄路徑',
|
||||||
|
actionSuccessful: '{action} 成功',
|
||||||
|
outputFormat: '輸出格式',
|
||||||
|
singleFile: '單個 {ext} 檔案',
|
||||||
|
zipCompressedFile: 'ZIP 壓縮 {ext} 檔案',
|
||||||
|
copyName: '複製名稱',
|
||||||
|
search: '搜索',
|
||||||
|
title: '標題',
|
||||||
|
archive: '封存',
|
||||||
|
undo: '重做',
|
||||||
|
moveTo: '移動到'
|
||||||
|
},
|
||||||
|
connection: {
|
||||||
|
// 資料庫連接
|
||||||
|
connection: '連線',
|
||||||
|
connectionName: '連線名稱',
|
||||||
|
hostName: '主機名',
|
||||||
|
client: '資料庫類型',
|
||||||
|
port: '連線埠',
|
||||||
|
user: '使用者',
|
||||||
|
password: '密碼',
|
||||||
|
credentials: '憑證',
|
||||||
|
connect: '連線',
|
||||||
|
connected: '已連線',
|
||||||
|
disconnect: '斷開連線',
|
||||||
|
disconnected: '斷開連線',
|
||||||
|
ssl: 'SSL',
|
||||||
|
enableSsl: '啟用 SSL',
|
||||||
|
privateKey: '私鑰',
|
||||||
|
certificate: '證書',
|
||||||
|
caCertificate: 'CA 證書',
|
||||||
|
ciphers: '密碼',
|
||||||
|
untrustedConnection: '不受信任的連線',
|
||||||
|
passphrase: '密碼提示',
|
||||||
|
sshTunnel: 'SSH 通道',
|
||||||
|
enableSsh: '啟用 SSH',
|
||||||
|
connectionString: '連接字符串',
|
||||||
|
addConnection: '新增連線',
|
||||||
|
createConnection: '建立連線',
|
||||||
|
createNewConnection: '建立新連線',
|
||||||
|
askCredentials: '詢問憑據',
|
||||||
|
testConnection: '測試連線',
|
||||||
|
editConnection: '編輯連線',
|
||||||
|
deleteConnection: '刪除連線',
|
||||||
|
connectionSuccessfullyMade: '連線成功了!',
|
||||||
|
readOnlyMode: '唯讀模式',
|
||||||
|
allConnections: '所有連線',
|
||||||
|
searchForConnections: '搜索連線',
|
||||||
|
keepAliveInterval: '保持活躍間隔',
|
||||||
|
singleConnection: '單一連線'
|
||||||
|
},
|
||||||
|
database: {
|
||||||
|
// 資料庫庫相關術語
|
||||||
|
schema: '模式(schema)',
|
||||||
|
type: '類型',
|
||||||
|
insert: '插入',
|
||||||
|
indexes: '索引',
|
||||||
|
foreignKeys: '外鍵',
|
||||||
|
length: '長度',
|
||||||
|
unsigned: '無符號',
|
||||||
|
default: '預設',
|
||||||
|
comment: '註釋',
|
||||||
|
key: '鍵 | 鍵',
|
||||||
|
order: '排序',
|
||||||
|
expression: '表達式',
|
||||||
|
autoIncrement: '自動增量',
|
||||||
|
engine: '引擎',
|
||||||
|
field: '字段 | 字段',
|
||||||
|
approximately: '大約',
|
||||||
|
total: '總計',
|
||||||
|
table: '表 | 表',
|
||||||
|
view: '視圖 | 視圖',
|
||||||
|
definer: '定義者',
|
||||||
|
algorithm: '算法',
|
||||||
|
trigger: '觸發器 | 觸發器',
|
||||||
|
storedRoutine: '存儲例程 | 存儲例程',
|
||||||
|
scheduler: '調度器 | 調度器',
|
||||||
|
event: '事件',
|
||||||
|
parameters: '參數',
|
||||||
|
function: '函數 | 函數',
|
||||||
|
deterministic: '確定的',
|
||||||
|
context: '上下文',
|
||||||
|
export: '匯出',
|
||||||
|
import: '匯入',
|
||||||
|
returns: '回傳',
|
||||||
|
timing: '定時',
|
||||||
|
state: '狀態',
|
||||||
|
execution: '執行',
|
||||||
|
starts: '開始',
|
||||||
|
ends: '結束',
|
||||||
|
variables: '變數',
|
||||||
|
processes: '進程',
|
||||||
|
database: '資料庫',
|
||||||
|
array: '數據',
|
||||||
|
structure: '結構',
|
||||||
|
row: '行 | 行',
|
||||||
|
cell: '單元格 | 單元格',
|
||||||
|
triggerFunction: '觸發器函數 | 觸發器函數',
|
||||||
|
routine: '例程 | 例程',
|
||||||
|
drop: 'Drop',
|
||||||
|
commit: '提交',
|
||||||
|
rollback: '回滾',
|
||||||
|
ddl: '資料定義語言',
|
||||||
|
collation: '排序規則',
|
||||||
|
resultsTable: '結果表',
|
||||||
|
unableEditFieldWithoutPrimary: '無法編輯結果集中一個沒有主鍵的字段',
|
||||||
|
editCell: '編輯單元格',
|
||||||
|
deleteRows: '刪除行 | 刪除 {count} 行',
|
||||||
|
confirmToDeleteRows: '您是否確認要刪除一行? | 您是否確認要刪除 {count} 行?',
|
||||||
|
addNewRow: '新增行',
|
||||||
|
numberOfInserts: '插入的數量',
|
||||||
|
affectedRows: '受影響的行',
|
||||||
|
createNewDatabase: '建立新資料庫',
|
||||||
|
databaseName: '資料庫名稱',
|
||||||
|
serverDefault: '預設伺服器',
|
||||||
|
deleteDatabase: '刪除資料庫',
|
||||||
|
editDatabase: '編輯資料庫',
|
||||||
|
clearChanges: '清除變更',
|
||||||
|
addNewField: '新增新字段',
|
||||||
|
manageIndexes: '管理索引',
|
||||||
|
manageForeignKeys: '管理外鍵',
|
||||||
|
allowNull: '允許 NULL',
|
||||||
|
zeroFill: 'zeroFill',
|
||||||
|
customValue: '自定義值',
|
||||||
|
onUpdate: '在更新',
|
||||||
|
deleteField: '刪除字段',
|
||||||
|
createNewIndex: '建立新索引',
|
||||||
|
addToIndex: '新增到索引',
|
||||||
|
createNewTable: '建立新表',
|
||||||
|
emptyTable: '清空表',
|
||||||
|
duplicateTable: '重複表',
|
||||||
|
deleteTable: '刪除表',
|
||||||
|
exportTable: '導出表',
|
||||||
|
emptyConfirm: '您是否確認清空',
|
||||||
|
thereAreNoIndexes: '沒有索引',
|
||||||
|
thereAreNoForeign: '沒有外鍵',
|
||||||
|
createNewForeign: '建立新外鍵',
|
||||||
|
referenceTable: '參考表',
|
||||||
|
referenceField: '參考字段',
|
||||||
|
foreignFields: '外鍵字段',
|
||||||
|
invalidDefault: '無效預設值',
|
||||||
|
onDelete: '在刪除',
|
||||||
|
selectStatement: '選擇語句',
|
||||||
|
triggerStatement: '觸發器語句',
|
||||||
|
sqlSecurity: 'SQL 安全',
|
||||||
|
updateOption: '更新選項',
|
||||||
|
deleteView: '刪除視圖',
|
||||||
|
createNewView: '建立新視圖',
|
||||||
|
deleteTrigger: '刪除觸發器',
|
||||||
|
createNewTrigger: '建立新觸發器',
|
||||||
|
currentUser: '當前使用者',
|
||||||
|
routineBody: '例程主體',
|
||||||
|
dataAccess: '數據訪問',
|
||||||
|
thereAreNoParameters: '沒有參數',
|
||||||
|
createNewParameter: '建立新參數',
|
||||||
|
createNewRoutine: '建立新存儲例程',
|
||||||
|
deleteRoutine: '刪除存儲例程',
|
||||||
|
functionBody: '函數體',
|
||||||
|
createNewFunction: '建立新函數',
|
||||||
|
deleteFunction: '刪除函數',
|
||||||
|
schedulerBody: '調度器主體',
|
||||||
|
createNewScheduler: '建立新調度器',
|
||||||
|
deleteScheduler: '刪除調度器',
|
||||||
|
preserveOnCompletion: '完成時保留',
|
||||||
|
tableFiller: '表填充器',
|
||||||
|
fakeDataLanguage: '僞造的數據語言',
|
||||||
|
queryDuration: '查詢持續時間',
|
||||||
|
setNull: '設定 NULL',
|
||||||
|
processesList: '進程列表',
|
||||||
|
processInfo: '進程信息',
|
||||||
|
manageUsers: '管理使用者',
|
||||||
|
createNewSchema: '建立新模式(schema)',
|
||||||
|
schemaName: '模式名稱',
|
||||||
|
editSchema: '編輯模式',
|
||||||
|
deleteSchema: '刪除模式',
|
||||||
|
noSchema: '沒有模式',
|
||||||
|
runQuery: '運行查詢',
|
||||||
|
thereAreNoTableFields: '沒有表的字段',
|
||||||
|
newTable: '新表',
|
||||||
|
newView: '新視圖',
|
||||||
|
newTrigger: '新觸發器',
|
||||||
|
newRoutine: '新例程',
|
||||||
|
newFunction: '新函數',
|
||||||
|
newScheduler: '新調度器',
|
||||||
|
newTriggerFunction: '新觸發器函數',
|
||||||
|
thereAreNoQueriesYet: '目前還沒有任何查詢',
|
||||||
|
searchForQueries: '搜索查詢',
|
||||||
|
killProcess: '終止進程',
|
||||||
|
exportSchema: '導出模式(schema)',
|
||||||
|
importSchema: '導入模式(schema)',
|
||||||
|
newInsertStmtEvery: '每條新的 INSERT 語句',
|
||||||
|
processingTableExport: '處理 {table}',
|
||||||
|
fetchingTableExport: '正在獲取 {table} 數據',
|
||||||
|
writingTableExport: '正在寫入 {table} 數據',
|
||||||
|
checkAllTables: '檢查所有表',
|
||||||
|
uncheckAllTables: '不檢查所有表',
|
||||||
|
killQuery: '終止查詢',
|
||||||
|
insertRow: '插入單行 | 插入多行',
|
||||||
|
commitMode: '提交模式',
|
||||||
|
autoCommit: '自動提交',
|
||||||
|
manualCommit: '手動提交',
|
||||||
|
importQueryErrors: '警告: 發生了 {n} 個錯誤 | 警告: 發生了 {n} 個錯誤',
|
||||||
|
executedQueries: '{n} 個查詢已執行 | {n} 個查詢已執行',
|
||||||
|
disableFKChecks: '禁用外鍵檢查',
|
||||||
|
formatQuery: '格式查詢',
|
||||||
|
queryHistory: '查詢曆史',
|
||||||
|
clearQuery: '清除查詢',
|
||||||
|
fillCell: '填充單元格',
|
||||||
|
executeSelectedQuery: '執行所選查詢',
|
||||||
|
noResultsPresent: '沒有結果',
|
||||||
|
sqlExportOptions: 'SQL 導出選項',
|
||||||
|
targetTable: '目標表',
|
||||||
|
switchDatabase: '切換資料庫',
|
||||||
|
searchForElements: '搜索元素',
|
||||||
|
searchForSchemas: '搜索模式(schema)',
|
||||||
|
savedQueries: '已保存的查詢'
|
||||||
|
},
|
||||||
|
application: {
|
||||||
|
// 應用程式相關術語
|
||||||
|
settings: '設定',
|
||||||
|
console: '控製臺',
|
||||||
|
general: '常規',
|
||||||
|
themes: '主題',
|
||||||
|
update: '更新',
|
||||||
|
about: '關於',
|
||||||
|
language: '語言',
|
||||||
|
shortcuts: '捷徑',
|
||||||
|
key: '按鍵 | 按鍵', // 鍵盤按鍵
|
||||||
|
event: '事件',
|
||||||
|
light: '明亮',
|
||||||
|
dark: '暗黑',
|
||||||
|
autoCompletion: '自動完成',
|
||||||
|
application: '應用程式',
|
||||||
|
editor: '編輯器',
|
||||||
|
changelog: '變更日誌',
|
||||||
|
small: '小',
|
||||||
|
medium: '中',
|
||||||
|
large: '大',
|
||||||
|
appearance: '外觀',
|
||||||
|
color: '顔色',
|
||||||
|
label: '標簽',
|
||||||
|
icon: '圖示',
|
||||||
|
fileName: '檔案名稱',
|
||||||
|
choseFile: '選擇檔案',
|
||||||
|
data: '數據',
|
||||||
|
password: '密碼',
|
||||||
|
required: '依賴',
|
||||||
|
madeWithJS: '使用 💛 和 JavaScript 製作!',
|
||||||
|
checkForUpdates: '檢查更新',
|
||||||
|
noUpdatesAvailable: '無可用更新',
|
||||||
|
checkingForUpdate: '正在檢查更新',
|
||||||
|
checkFailure: '檢查失敗,請稍後再試',
|
||||||
|
updateAvailable: '可用更新',
|
||||||
|
downloadingUpdate: '正在下載更新',
|
||||||
|
updateDownloaded: '已下載更新',
|
||||||
|
restartToInstall: '重啟 Antares 以進行安裝',
|
||||||
|
includeBetaUpdates: '包含測試版更新',
|
||||||
|
notificationsTimeout: '通知超時',
|
||||||
|
openNewTab: '打開一個新標簽',
|
||||||
|
unsavedChanges: '未保存的變更',
|
||||||
|
discardUnsavedChanges: '您有一些未保存的變更, 關閉此標簽將放棄這些變更.',
|
||||||
|
applicationTheme: '應用程式主題',
|
||||||
|
editorTheme: '編輯器主題',
|
||||||
|
wrapLongLines: '將長行換行顯示',
|
||||||
|
markdownSupported: '支援 Markdown',
|
||||||
|
plantATree: '種植一棵樹',
|
||||||
|
dataTabPageSize: '資料標簽的頁面大小',
|
||||||
|
noOpenTabs: '沒有打開的標簽, 請在左側欄上導航或:',
|
||||||
|
restorePreviousSession: '恢複上一個會話',
|
||||||
|
closeTab: '關閉標簽',
|
||||||
|
goToDownloadPage: '轉到下載頁面',
|
||||||
|
disableBlur: '禁用模糊',
|
||||||
|
missingOrIncompleteTranslation: '有缺失或不完整的翻譯?',
|
||||||
|
findOutHowToContribute: '了解如何做出貢獻',
|
||||||
|
reportABug: '報告錯誤',
|
||||||
|
nextTab: '下一個標簽',
|
||||||
|
previousTab: '上一個標簽',
|
||||||
|
selectTabNumber: '選擇標簽編號 {param}',
|
||||||
|
toggleConsole: '切換控製臺',
|
||||||
|
addShortcut: '新增捷徑',
|
||||||
|
editShortcut: '編輯捷徑',
|
||||||
|
deleteShortcut: '刪除捷徑',
|
||||||
|
restoreDefaults: '恢複預設',
|
||||||
|
restoreDefaultsQuestion: '是否確認恢複預設值?',
|
||||||
|
registerAShortcut: '註冊捷徑',
|
||||||
|
invalidShortcutMessage: '無效組合,請繼續鍵入',
|
||||||
|
shortcutAlreadyExists: '捷徑已存在',
|
||||||
|
saveContent: '保存內容',
|
||||||
|
openAllConnections: '打開所有連接',
|
||||||
|
openSettings: '打開設定',
|
||||||
|
openScratchpad: '打開草稿欄',
|
||||||
|
runOrReload: '運行或重新加載',
|
||||||
|
openFilter: '打開過濾器',
|
||||||
|
nextResultsPage: '下一個結果頁',
|
||||||
|
previousResultsPage: '上一個結果頁',
|
||||||
|
editFolder: '編輯檔案夾',
|
||||||
|
folderName: '檔案夾名稱',
|
||||||
|
deleteFolder: '刪除檔案夾',
|
||||||
|
editConnectionAppearance: '編輯連接的外觀',
|
||||||
|
defaultCopyType: '預設複製類型',
|
||||||
|
showTableSize: '在側邊欄顯示表大小',
|
||||||
|
showTableSizeDescription: '僅限 MySQL/MariaDB. 啓用此選項可能會影響許多表的模式(schema)的性能.',
|
||||||
|
switchSearchMethod: '切換搜索方法',
|
||||||
|
phpArray: 'PHP 陣列',
|
||||||
|
closeAllTabs: '關閉所有標簽',
|
||||||
|
closeOtherTabs: '關閉其他標簽',
|
||||||
|
closeTabsToLeft: '關閉左側的標簽',
|
||||||
|
closeTabsToRight: '關閉右側的標簽',
|
||||||
|
csvFieldDelimiter: '字段分隔符',
|
||||||
|
csvLinesTerminator: '行終止符',
|
||||||
|
csvStringDelimiter: '字符串分隔符',
|
||||||
|
csvIncludeHeader: '包含頁眉',
|
||||||
|
csvExportOptions: 'CSV 導出選項',
|
||||||
|
exportData: '導出數據',
|
||||||
|
exportDataExplanation: '將保存的連接導出到 Antares. 係統將要求您輸入密碼以加密導出的檔案.',
|
||||||
|
importData: '導入數據',
|
||||||
|
importDataExplanation: '導入包含連接的 .antares 檔案. 您需要輸入在導出過程中定義的密碼.',
|
||||||
|
includeConnectionPasswords: '包含連接密碼',
|
||||||
|
includeFolders: '包含檔案夾',
|
||||||
|
encryptionPassword: '加密密碼',
|
||||||
|
encryptionPasswordError: '加密密碼的長度必須至少為 8 個字符.',
|
||||||
|
ignoreDuplicates: '忽略重複',
|
||||||
|
wrongImportPassword: '錯誤的導入密碼',
|
||||||
|
wrongFileFormat: '錯誤的檔案格式',
|
||||||
|
dataImportSuccess: '數據已成功導入',
|
||||||
|
note: '筆記 | 筆記',
|
||||||
|
thereAreNoNotesYet: '目前還沒有筆記',
|
||||||
|
addNote: '新增筆記',
|
||||||
|
editNote: '編輯筆記',
|
||||||
|
saveAsNote: '另存為筆記',
|
||||||
|
showArchivedNotes: '顯示歸檔筆記',
|
||||||
|
hideArchivedNotes: '隱藏歸檔筆記',
|
||||||
|
tag: '筆記標簽', // Note tag,
|
||||||
|
saveFile: '保存檔案',
|
||||||
|
saveFileAs: '將檔案另存為',
|
||||||
|
openFile: '打開檔案',
|
||||||
|
openNotes: '打開筆記'
|
||||||
|
},
|
||||||
|
faker: {
|
||||||
|
// Faker.js 方法,用於隨機生成的內容
|
||||||
|
address: '地址',
|
||||||
|
commerce: '商業',
|
||||||
|
company: '公司',
|
||||||
|
database: '資料庫',
|
||||||
|
date: '日期',
|
||||||
|
finance: '財務',
|
||||||
|
git: 'Git',
|
||||||
|
hacker: '駭客',
|
||||||
|
internet: '網際網路',
|
||||||
|
lorem: 'Lorem',
|
||||||
|
name: '姓名',
|
||||||
|
music: '音樂',
|
||||||
|
phone: '電話',
|
||||||
|
random: '隨機',
|
||||||
|
system: '系統',
|
||||||
|
time: '時間',
|
||||||
|
vehicle: '車輛',
|
||||||
|
zipCode: '郵政編碼',
|
||||||
|
zipCodeByState: '各州的郵政編碼',
|
||||||
|
city: '城市',
|
||||||
|
cityPrefix: '城市前綴',
|
||||||
|
citySuffix: '城市字尾',
|
||||||
|
streetName: '街道名稱',
|
||||||
|
streetAddress: '街道地址',
|
||||||
|
streetSuffix: '街道字尾',
|
||||||
|
streetPrefix: '街道前綴',
|
||||||
|
secondaryAddress: '次要地址',
|
||||||
|
county: '縣',
|
||||||
|
country: '國家',
|
||||||
|
countryCode: '國家代碼',
|
||||||
|
state: '州',
|
||||||
|
stateAbbr: '州簡稱',
|
||||||
|
latitude: '緯度',
|
||||||
|
longitude: '經度',
|
||||||
|
direction: '\'方向\'',
|
||||||
|
cardinalDirection: '方位',
|
||||||
|
ordinalDirection: '順序方向',
|
||||||
|
nearbyGPSCoordinate: '附近的 GPS 坐標',
|
||||||
|
timeZone: '時區',
|
||||||
|
color: '顔色',
|
||||||
|
department: '部門',
|
||||||
|
productName: '産品名稱',
|
||||||
|
price: '價格',
|
||||||
|
productAdjective: '産品形容詞',
|
||||||
|
productMaterial: '産品材料',
|
||||||
|
product: '産品',
|
||||||
|
productDescription: '産品說明',
|
||||||
|
suffixes: '字尾',
|
||||||
|
companyName: '公司名稱',
|
||||||
|
companySuffix: '公司字尾',
|
||||||
|
catchPhrase: '流行語',
|
||||||
|
bs: 'BS',
|
||||||
|
catchPhraseAdjective: '流行語形容詞',
|
||||||
|
catchPhraseDescriptor: '流行語說明',
|
||||||
|
catchPhraseNoun: '流行語名詞',
|
||||||
|
bsAdjective: 'BS 形容詞',
|
||||||
|
bsBuzz: 'BS 嗡嗡聲',
|
||||||
|
bsNoun: 'BS 名稱',
|
||||||
|
column: '列',
|
||||||
|
type: '類型',
|
||||||
|
collation: '排序規則',
|
||||||
|
engine: '引擎',
|
||||||
|
past: '過去',
|
||||||
|
now: '現在',
|
||||||
|
future: '未來',
|
||||||
|
between: '之間',
|
||||||
|
recent: '最近',
|
||||||
|
soon: '很快',
|
||||||
|
month: '月',
|
||||||
|
weekday: '工作日',
|
||||||
|
account: '帳戶',
|
||||||
|
accountName: '帳戶名稱',
|
||||||
|
routingNumber: '路由編號',
|
||||||
|
mask: '掩碼',
|
||||||
|
amount: '金額',
|
||||||
|
transactionType: '交易類型',
|
||||||
|
currencyCode: '貨幣代碼',
|
||||||
|
currencyName: '貨幣名稱',
|
||||||
|
currencySymbol: '貨幣符號',
|
||||||
|
bitcoinAddress: '位元幣地址',
|
||||||
|
litecoinAddress: '萊特幣地址',
|
||||||
|
creditCardNumber: '信用卡號碼',
|
||||||
|
creditCardCVV: '信用卡CVV',
|
||||||
|
ethereumAddress: '以太坊地址',
|
||||||
|
iban: 'Iban',
|
||||||
|
bic: 'Bic',
|
||||||
|
transactionDescription: '交易描述',
|
||||||
|
branch: '分支',
|
||||||
|
commitEntry: '提交條目',
|
||||||
|
commitMessage: '提交信息',
|
||||||
|
commitSha: '提交 SHA',
|
||||||
|
shortSha: '短的 SHA',
|
||||||
|
abbreviation: '縮寫',
|
||||||
|
adjective: '形容詞',
|
||||||
|
noun: '名詞',
|
||||||
|
verb: '動詞',
|
||||||
|
ingverb: '英式動詞',
|
||||||
|
phrase: '短語',
|
||||||
|
avatar: '頭像',
|
||||||
|
email: '電子信箱',
|
||||||
|
exampleEmail: '示例電子郵件',
|
||||||
|
userName: '使用者名',
|
||||||
|
protocol: '協議',
|
||||||
|
url: '統一資源定位地址',
|
||||||
|
domainName: '域名',
|
||||||
|
domainSuffix: '域名字尾',
|
||||||
|
domainWord: '域詞',
|
||||||
|
ip: 'Ip',
|
||||||
|
ipv6: 'Ipv6',
|
||||||
|
userAgent: '使用者代理',
|
||||||
|
mac: 'Mac',
|
||||||
|
password: '密碼',
|
||||||
|
word: '單詞',
|
||||||
|
words: '單詞',
|
||||||
|
sentence: '句子',
|
||||||
|
slug: 'Slug',
|
||||||
|
sentences: '句子',
|
||||||
|
paragraph: '段落',
|
||||||
|
paragraphs: '段落',
|
||||||
|
text: '文本',
|
||||||
|
lines: '行',
|
||||||
|
genre: '類型',
|
||||||
|
firstName: '名',
|
||||||
|
lastName: '姓氏',
|
||||||
|
middleName: '中間名',
|
||||||
|
findName: '全名',
|
||||||
|
jobTitle: '職位名稱',
|
||||||
|
gender: '性別',
|
||||||
|
prefix: '前綴',
|
||||||
|
suffix: '字尾',
|
||||||
|
title: '頭銜',
|
||||||
|
jobDescriptor: '工作描述',
|
||||||
|
jobArea: '工作領域',
|
||||||
|
jobType: '工作類型',
|
||||||
|
phoneNumber: '電話號碼',
|
||||||
|
phoneNumberFormat: '電話號碼格式',
|
||||||
|
phoneFormats: '電話格式',
|
||||||
|
number: '號碼',
|
||||||
|
float: 'Float',
|
||||||
|
arrayElement: '陣列元素',
|
||||||
|
arrayElements: '陣列元素',
|
||||||
|
objectElement: '物件元素',
|
||||||
|
uuid: 'Uuid',
|
||||||
|
boolean: '布林',
|
||||||
|
image: '鏡像',
|
||||||
|
locale: '區域',
|
||||||
|
alpha: '阿爾法',
|
||||||
|
alphaNumeric: 'α 數字',
|
||||||
|
hexaDecimal: '十六進製',
|
||||||
|
fileName: '檔案名',
|
||||||
|
commonFileName: '普通檔案名',
|
||||||
|
mimeType: 'MIME類型',
|
||||||
|
commonFileType: '常見檔案類型',
|
||||||
|
commonFileExt: '常見檔案擴展名',
|
||||||
|
fileType: '檔案類型',
|
||||||
|
fileExt: '檔案擴展名',
|
||||||
|
directoryPath: '目錄路徑',
|
||||||
|
filePath: '檔案路徑',
|
||||||
|
semver: 'Semver',
|
||||||
|
manufacturer: '製造商',
|
||||||
|
model: '型號',
|
||||||
|
fuel: 'Fuel',
|
||||||
|
vin: 'Vin'
|
||||||
|
}
|
||||||
|
};
|
@@ -12,7 +12,7 @@ import { createApp } from 'vue';
|
|||||||
import App from '@/App.vue';
|
import App from '@/App.vue';
|
||||||
import { i18n } from '@/i18n';
|
import { i18n } from '@/i18n';
|
||||||
import { useApplicationStore } from '@/stores/application';
|
import { useApplicationStore } from '@/stores/application';
|
||||||
import { useConsoleStore } from '@/stores/console';
|
import { QueryLog, useConsoleStore } from '@/stores/console';
|
||||||
import { useNotificationsStore } from '@/stores/notifications';
|
import { useNotificationsStore } from '@/stores/notifications';
|
||||||
import { useSettingsStore } from '@/stores/settings';
|
import { useSettingsStore } from '@/stores/settings';
|
||||||
|
|
||||||
@@ -37,11 +37,26 @@ i18n.global.locale = locale;
|
|||||||
// IPC exceptions
|
// IPC exceptions
|
||||||
ipcRenderer.on('unhandled-exception', (event, error) => {
|
ipcRenderer.on('unhandled-exception', (event, error) => {
|
||||||
useNotificationsStore().addNotification({ status: 'error', message: error.message });
|
useNotificationsStore().addNotification({ status: 'error', message: error.message });
|
||||||
|
useConsoleStore().putLog('debug', {
|
||||||
|
level: 'error',
|
||||||
|
process: 'main',
|
||||||
|
message: error.message,
|
||||||
|
date: new Date()
|
||||||
|
});
|
||||||
|
});
|
||||||
|
ipcRenderer.on('non-blocking-exception', (event, error) => {
|
||||||
|
useNotificationsStore().addNotification({ status: 'error', message: error.message });
|
||||||
|
useConsoleStore().putLog('debug', {
|
||||||
|
level: 'error',
|
||||||
|
process: 'main',
|
||||||
|
message: error.message,
|
||||||
|
date: new Date()
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
// IPC query logs
|
// IPC query logs
|
||||||
ipcRenderer.on('query-log', (event, logRecord) => {
|
ipcRenderer.on('query-log', (event, logRecord: QueryLog) => {
|
||||||
useConsoleStore().putLog(logRecord);
|
useConsoleStore().putLog('query', logRecord);
|
||||||
});
|
});
|
||||||
|
|
||||||
ipcRenderer.on('toggle-console', () => {
|
ipcRenderer.on('toggle-console', () => {
|
||||||
|
@@ -32,8 +32,8 @@ export default class {
|
|||||||
return ipcRenderer.invoke('unregister-shortcuts');
|
return ipcRenderer.invoke('unregister-shortcuts');
|
||||||
}
|
}
|
||||||
|
|
||||||
static readFile (path: string): Promise<string> {
|
static readFile (params: {filePath: string; encoding: string}): Promise<string> {
|
||||||
return ipcRenderer.invoke('read-file', path);
|
return ipcRenderer.invoke('read-file', params);
|
||||||
}
|
}
|
||||||
|
|
||||||
static writeFile (path: string, content: unknown) {
|
static writeFile (path: string, content: unknown) {
|
||||||
|
@@ -1,18 +1,19 @@
|
|||||||
import { ConnectionParams, IpcResponse } from 'common/interfaces/antares';
|
import { ConnectionParams, IpcResponse } from 'common/interfaces/antares';
|
||||||
import { ipcRenderer } from 'electron';
|
import { ipcRenderer } from 'electron';
|
||||||
|
|
||||||
import connStringConstruct from '../libs/connStringDecode';
|
|
||||||
import { unproxify } from '../libs/unproxify';
|
import { unproxify } from '../libs/unproxify';
|
||||||
|
|
||||||
export default class {
|
export default class {
|
||||||
static makeTest (params: ConnectionParams & { pgConnString?: string }): Promise<IpcResponse> {
|
static makeTest (params: ConnectionParams & { connString?: string }): Promise<IpcResponse> {
|
||||||
const newParams = connStringConstruct(params) as ConnectionParams;
|
return ipcRenderer.invoke('test-connection', unproxify(params));
|
||||||
return ipcRenderer.invoke('test-connection', unproxify(newParams));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static connect (params: ConnectionParams & { pgConnString?: string }): Promise<IpcResponse> {
|
static connect (params: ConnectionParams & { connString?: string }): Promise<IpcResponse> {
|
||||||
const newParams = connStringConstruct(params) as ConnectionParams;
|
return ipcRenderer.invoke('connect', unproxify(params));
|
||||||
return ipcRenderer.invoke('connect', unproxify(newParams));
|
}
|
||||||
|
|
||||||
|
static abortConnection (uid: string): void {
|
||||||
|
ipcRenderer.send('abort-connection', uid);
|
||||||
}
|
}
|
||||||
|
|
||||||
static checkConnection (uid: string): Promise<boolean> {
|
static checkConnection (uid: string): Promise<boolean> {
|
||||||
|
@@ -36,6 +36,10 @@ export default class {
|
|||||||
return ipcRenderer.invoke('get-table-indexes', unproxify(params));
|
return ipcRenderer.invoke('get-table-indexes', unproxify(params));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static getTableChecks (params: { uid: string; schema: string; table: string }): Promise<IpcResponse> {
|
||||||
|
return ipcRenderer.invoke('get-table-checks', unproxify(params));
|
||||||
|
}
|
||||||
|
|
||||||
static getTableDll (params: { uid: string; schema: string; table: string }): Promise<IpcResponse<string>> {
|
static getTableDll (params: { uid: string; schema: string; table: string }): Promise<IpcResponse<string>> {
|
||||||
return ipcRenderer.invoke('get-table-ddl', unproxify(params));
|
return ipcRenderer.invoke('get-table-ddl', unproxify(params));
|
||||||
}
|
}
|
||||||
|
9
src/renderer/libs/camelize.ts
Normal file
9
src/renderer/libs/camelize.ts
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
export const camelize = (text: string) => {
|
||||||
|
const textArr = text.split('-');
|
||||||
|
for (let i = 0; i < textArr.length; i++) {
|
||||||
|
if (i === 0) continue;
|
||||||
|
textArr[i] = textArr[i].charAt(0).toUpperCase() + textArr[i].slice(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
return textArr.join('');
|
||||||
|
};
|
@@ -1,50 +0,0 @@
|
|||||||
import { ConnectionParams } from 'common/interfaces/antares';
|
|
||||||
import * as formatter from 'pg-connection-string'; // parses a connection string
|
|
||||||
|
|
||||||
const formatHost = (host: string) => {
|
|
||||||
const results = host === 'localhost' ? '127.0.0.1' : host;
|
|
||||||
return results;
|
|
||||||
};
|
|
||||||
|
|
||||||
const checkForSSl = (conn: string) => {
|
|
||||||
return conn.includes('ssl=true');
|
|
||||||
};
|
|
||||||
|
|
||||||
const connStringConstruct = (args: ConnectionParams & { pgConnString?: string }): ConnectionParams => {
|
|
||||||
if (!args.pgConnString)
|
|
||||||
return args;
|
|
||||||
|
|
||||||
if (typeof args.pgConnString !== 'string')
|
|
||||||
return args;
|
|
||||||
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
||||||
const stringArgs: any = formatter.parse(args.pgConnString);
|
|
||||||
|
|
||||||
const client = args.client || 'pg';
|
|
||||||
|
|
||||||
args.client = client;
|
|
||||||
args.host = formatHost(stringArgs.host);
|
|
||||||
args.database = stringArgs.database;
|
|
||||||
args.port = stringArgs.port || '5432';
|
|
||||||
args.user = stringArgs.user;
|
|
||||||
args.password = stringArgs.password;
|
|
||||||
|
|
||||||
// ssh
|
|
||||||
args.ssh = stringArgs.ssh || args.ssh;
|
|
||||||
args.sshHost = stringArgs.sshHost;
|
|
||||||
args.sshUser = stringArgs.sshUser;
|
|
||||||
args.sshPass = stringArgs.sshPass;
|
|
||||||
args.sshKey = stringArgs.sshKey;
|
|
||||||
args.sshPort = stringArgs.sshPort;
|
|
||||||
|
|
||||||
// ssl mode
|
|
||||||
args.ssl = checkForSSl(args.pgConnString);
|
|
||||||
args.cert = stringArgs.sslcert;
|
|
||||||
args.key = stringArgs.sslkey;
|
|
||||||
args.ca = stringArgs.sslrootcert;
|
|
||||||
args.ciphers = stringArgs.ciphers;
|
|
||||||
|
|
||||||
return args;
|
|
||||||
};
|
|
||||||
|
|
||||||
export default connStringConstruct;
|
|
@@ -256,6 +256,10 @@ option:checked {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
|
a {
|
||||||
|
border-bottom-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.tab-link {
|
.tab-link {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
|
@@ -255,6 +255,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
&.result-tabs .tab-item {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.workspace-query-runner .workspace-query-runner-footer .workspace-query-buttons .btn {
|
.workspace-query-runner .workspace-query-runner-footer .workspace-query-buttons .btn {
|
||||||
color: $body-font-color-dark;
|
color: $body-font-color-dark;
|
||||||
}
|
}
|
||||||
@@ -349,11 +354,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.query-console {
|
.console {
|
||||||
border-top: 1px solid #444;
|
border-top: 1px solid #444;
|
||||||
background-color: $bg-color-dark;
|
background-color: $bg-color-dark;
|
||||||
|
|
||||||
.query-console-log {
|
.console-log {
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
background: $bg-color-gray;
|
background: $bg-color-gray;
|
||||||
|
@@ -173,11 +173,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.query-console {
|
.console {
|
||||||
border-top: 1px solid darken($bg-color-light-gray, 15%);
|
border-top: 1px solid darken($bg-color-light-gray, 15%);
|
||||||
background-color: $bg-color-light;
|
background-color: $bg-color-light;
|
||||||
|
|
||||||
.query-console-log {
|
.console-log {
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
background: $bg-color-light-gray;
|
background: $bg-color-light-gray;
|
||||||
|
@@ -5,7 +5,11 @@ import { ipcRenderer } from 'electron';
|
|||||||
import * as Store from 'electron-store';
|
import * as Store from 'electron-store';
|
||||||
import { defineStore } from 'pinia';
|
import { defineStore } from 'pinia';
|
||||||
|
|
||||||
|
import { i18n } from '@/i18n';
|
||||||
import { useWorkspacesStore } from '@/stores/workspaces';
|
import { useWorkspacesStore } from '@/stores/workspaces';
|
||||||
|
|
||||||
|
import { useNotificationsStore } from './notifications';
|
||||||
|
|
||||||
let key = localStorage.getItem('key');
|
let key = localStorage.getItem('key');
|
||||||
|
|
||||||
export interface SidebarElement {
|
export interface SidebarElement {
|
||||||
@@ -16,8 +20,11 @@ export interface SidebarElement {
|
|||||||
color?: string;
|
color?: string;
|
||||||
name?: string;
|
name?: string;
|
||||||
icon?: null | string;
|
icon?: null | string;
|
||||||
|
hasCustomIcon?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface CustomIcon {base64: string; uid: string}
|
||||||
|
|
||||||
if (!key) { // If no key in local storace
|
if (!key) { // If no key in local storace
|
||||||
const storedKey = ipcRenderer.sendSync('get-key');// Ask for key stored on disk
|
const storedKey = ipcRenderer.sendSync('get-key');// Ask for key stored on disk
|
||||||
|
|
||||||
@@ -44,7 +51,8 @@ export const useConnectionsStore = defineStore('connections', {
|
|||||||
state: () => ({
|
state: () => ({
|
||||||
connections: persistentStore.get('connections', []) as ConnectionParams[],
|
connections: persistentStore.get('connections', []) as ConnectionParams[],
|
||||||
lastConnections: persistentStore.get('lastConnections', []) as {uid: string; time: number}[],
|
lastConnections: persistentStore.get('lastConnections', []) as {uid: string; time: number}[],
|
||||||
connectionsOrder: persistentStore.get('connectionsOrder', []) as SidebarElement[]
|
connectionsOrder: persistentStore.get('connectionsOrder', []) as SidebarElement[],
|
||||||
|
customIcons: persistentStore.get('custom_icons', []) as CustomIcon[]
|
||||||
}),
|
}),
|
||||||
getters: {
|
getters: {
|
||||||
getConnectionByUid: state => (uid:string) => state.connections.find(connection => connection.uid === uid),
|
getConnectionByUid: state => (uid:string) => state.connections.find(connection => connection.uid === uid),
|
||||||
@@ -74,7 +82,8 @@ export const useConnectionsStore = defineStore('connections', {
|
|||||||
.find(connection => connection.uid === uid),
|
.find(connection => connection.uid === uid),
|
||||||
getFolders: state => state.connectionsOrder.filter(conn => conn.isFolder),
|
getFolders: state => state.connectionsOrder.filter(conn => conn.isFolder),
|
||||||
getConnectionFolder: state => (uid:string) => state.connectionsOrder
|
getConnectionFolder: state => (uid:string) => state.connectionsOrder
|
||||||
.find(folder => folder.isFolder && folder.connections.includes(uid))
|
.find(folder => folder.isFolder && folder.connections.includes(uid)),
|
||||||
|
getIconByUid: state => (uid:string) => state.customIcons.find(i => i.uid === uid)
|
||||||
},
|
},
|
||||||
actions: {
|
actions: {
|
||||||
addConnection (connection: ConnectionParams) {
|
addConnection (connection: ConnectionParams) {
|
||||||
@@ -198,7 +207,8 @@ export const useConnectionsStore = defineStore('connections', {
|
|||||||
client: conn.client,
|
client: conn.client,
|
||||||
uid: conn.uid,
|
uid: conn.uid,
|
||||||
icon: conn.icon,
|
icon: conn.icon,
|
||||||
name: conn.name
|
name: conn.name,
|
||||||
|
hasCustomIcon: conn.hasCustomIcon
|
||||||
});
|
});
|
||||||
|
|
||||||
connIndex = connections.findIndex((conn, i) => conn.uid === el.uid && i !== el.index);
|
connIndex = connections.findIndex((conn, i) => conn.uid === el.uid && i !== el.index);
|
||||||
@@ -247,15 +257,41 @@ export const useConnectionsStore = defineStore('connections', {
|
|||||||
this.connectionsOrder = (this.connectionsOrder as SidebarElement[]).filter(el => !emptyFolders.includes(el.uid));
|
this.connectionsOrder = (this.connectionsOrder as SidebarElement[]).filter(el => !emptyFolders.includes(el.uid));
|
||||||
persistentStore.set('connectionsOrder', this.connectionsOrder);
|
persistentStore.set('connectionsOrder', this.connectionsOrder);
|
||||||
},
|
},
|
||||||
|
// Custom Icons
|
||||||
|
addIcon (svg: string) {
|
||||||
|
if (svg.length > 16384) {
|
||||||
|
const { t } = i18n.global;
|
||||||
|
useNotificationsStore().addNotification({
|
||||||
|
status: 'error',
|
||||||
|
message: t('application.sizeLimitError', { size: '16KB' })
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const icon: CustomIcon = {
|
||||||
|
uid: uidGen('I'),
|
||||||
|
base64: svg
|
||||||
|
};
|
||||||
|
|
||||||
|
this.customIcons.push(icon);
|
||||||
|
persistentStore.set('custom_icons', this.customIcons);
|
||||||
|
},
|
||||||
|
removeIcon (uid: string) {
|
||||||
|
this.customIcons = this.customIcons.filter((i: CustomIcon) => i.uid !== uid);
|
||||||
|
persistentStore.set('custom_icons', this.customIcons);
|
||||||
|
},
|
||||||
importConnections (importObj: {
|
importConnections (importObj: {
|
||||||
connections: ConnectionParams[];
|
connections: ConnectionParams[];
|
||||||
connectionsOrder: SidebarElement[];
|
connectionsOrder: SidebarElement[];
|
||||||
|
customIcons: CustomIcon[];
|
||||||
}) {
|
}) {
|
||||||
this.connections = [...this.connections, ...importObj.connections];
|
this.connections = [...this.connections, ...importObj.connections];
|
||||||
this.connectionsOrder = [...this.connectionsOrder, ...importObj.connectionsOrder];
|
this.connectionsOrder = [...this.connectionsOrder, ...importObj.connectionsOrder];
|
||||||
|
this.customIcons = [...this.customIcons, ...importObj.customIcons];
|
||||||
|
|
||||||
persistentStore.set('connections', this.connections);
|
persistentStore.set('connections', this.connections);
|
||||||
persistentStore.set('connectionsOrder', this.connectionsOrder);
|
persistentStore.set('connectionsOrder', this.connectionsOrder);
|
||||||
|
persistentStore.set('customIcons', this.customIcons);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
@@ -1,56 +1,63 @@
|
|||||||
import { defineStore } from 'pinia';
|
import { defineStore } from 'pinia';
|
||||||
|
|
||||||
import { useWorkspacesStore } from './workspaces';
|
|
||||||
const logsSize = 1000;
|
const logsSize = 1000;
|
||||||
|
|
||||||
export interface ConsoleRecord {
|
export type LogType = 'query' | 'debug'
|
||||||
|
export interface QueryLog {
|
||||||
cUid: string;
|
cUid: string;
|
||||||
sql: string;
|
sql: string;
|
||||||
date: Date;
|
date: Date;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface DebugLog {
|
||||||
|
level: 'log' | 'info' | 'warn' | 'error' | string;
|
||||||
|
process: 'renderer' | 'main' | 'worker';
|
||||||
|
message: string;
|
||||||
|
date: Date;
|
||||||
|
}
|
||||||
|
|
||||||
export const useConsoleStore = defineStore('console', {
|
export const useConsoleStore = defineStore('console', {
|
||||||
state: () => ({
|
state: () => ({
|
||||||
records: [] as ConsoleRecord[],
|
isConsoleOpen: false,
|
||||||
consolesHeight: new Map<string, number>(),
|
queryLogs: [] as QueryLog[],
|
||||||
consolesOpened: new Set([])
|
debugLogs: [] as DebugLog[],
|
||||||
|
selectedTab: 'query' as LogType,
|
||||||
|
consoleHeight: 0
|
||||||
}),
|
}),
|
||||||
getters: {
|
getters: {
|
||||||
getLogsByWorkspace: state => (uid: string) => state.records.filter(r => r.cUid === uid),
|
getLogsByWorkspace: state => (uid: string) => state.queryLogs.filter(r => r.cUid === uid)
|
||||||
isConsoleOpen: state => (uid: string) => state.consolesOpened.has(uid),
|
|
||||||
consoleHeight: state => {
|
|
||||||
const uid = useWorkspacesStore().getSelected;
|
|
||||||
return state.consolesHeight.get(uid) || 0;
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
actions: {
|
actions: {
|
||||||
putLog (record: ConsoleRecord) {
|
putLog (type: LogType, record: QueryLog | DebugLog) {
|
||||||
this.records.push(record);
|
if (type === 'query') {
|
||||||
|
this.queryLogs.push(record);
|
||||||
|
|
||||||
if (this.records.length > logsSize)
|
if (this.queryLogs.length > logsSize)
|
||||||
this.records = this.records.slice(0, logsSize);
|
this.queryLogs = this.queryLogs.slice(0, logsSize);
|
||||||
|
}
|
||||||
|
else if (type === 'debug') {
|
||||||
|
this.debugLogs.push(record);
|
||||||
|
|
||||||
|
if (this.debugLogs.length > logsSize)
|
||||||
|
this.debugLogs = this.debugLogs.slice(0, logsSize);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
openConsole () {
|
openConsole () {
|
||||||
const uid = useWorkspacesStore().getSelected;
|
this.isConsoleOpen = true;
|
||||||
this.consolesOpened.add(uid);
|
this.consoleHeight = 250;
|
||||||
this.consolesHeight.set(uid, 250);
|
|
||||||
},
|
},
|
||||||
closeConsole () {
|
closeConsole () {
|
||||||
const uid = useWorkspacesStore().getSelected;
|
this.isConsoleOpen = false;
|
||||||
this.consolesOpened.delete(uid);
|
this.consoleHeight = 0;
|
||||||
this.consolesHeight.set(uid, 0);
|
|
||||||
},
|
},
|
||||||
resizeConsole (height: number) {
|
resizeConsole (height: number) {
|
||||||
const uid = useWorkspacesStore().getSelected;
|
|
||||||
if (height < 30)
|
if (height < 30)
|
||||||
this.closeConsole();
|
this.closeConsole();
|
||||||
else
|
else
|
||||||
this.consolesHeight.set(uid, height);
|
this.consoleHeight = height;
|
||||||
},
|
},
|
||||||
toggleConsole () {
|
toggleConsole () {
|
||||||
const uid = useWorkspacesStore().getSelected;
|
if (this.isConsoleOpen)
|
||||||
|
|
||||||
if (this.consolesOpened.has(uid))
|
|
||||||
this.closeConsole();
|
this.closeConsole();
|
||||||
else
|
else
|
||||||
this.openConsole();
|
this.openConsole();
|
||||||
|
@@ -1,6 +1,8 @@
|
|||||||
import { uidGen } from 'common/libs/uidGen';
|
import { uidGen } from 'common/libs/uidGen';
|
||||||
import { defineStore } from 'pinia';
|
import { defineStore } from 'pinia';
|
||||||
|
|
||||||
|
import { useConsoleStore } from './console';
|
||||||
|
|
||||||
export interface Notification {
|
export interface Notification {
|
||||||
uid: string;
|
uid: string;
|
||||||
status: string;
|
status: string;
|
||||||
@@ -15,6 +17,13 @@ export const useNotificationsStore = defineStore('notifications', {
|
|||||||
addNotification (payload: { status: string; message: string }) {
|
addNotification (payload: { status: string; message: string }) {
|
||||||
const notification: Notification = { uid: uidGen('N'), ...payload };
|
const notification: Notification = { uid: uidGen('N'), ...payload };
|
||||||
this.notifications.unshift(notification);
|
this.notifications.unshift(notification);
|
||||||
|
|
||||||
|
useConsoleStore().putLog('debug', {
|
||||||
|
level: notification.status,
|
||||||
|
process: 'renderer',
|
||||||
|
message: notification.message,
|
||||||
|
date: new Date()
|
||||||
|
});
|
||||||
},
|
},
|
||||||
removeNotification (uid: string) {
|
removeNotification (uid: string) {
|
||||||
this.notifications = (this.notifications as Notification[]).filter(item => item.uid !== uid);
|
this.notifications = (this.notifications as Notification[]).filter(item => item.uid !== uid);
|
||||||
|
@@ -147,7 +147,7 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
else
|
else
|
||||||
this.selectedWorkspace = uid;
|
this.selectedWorkspace = uid;
|
||||||
},
|
},
|
||||||
async connectWorkspace (connection: ConnectionParams & { pgConnString?: string }, mode?: string) {
|
async connectWorkspace (connection: ConnectionParams & { connString?: string }, args?: {mode?: string; signal?: AbortSignal}) {
|
||||||
this.workspaces = (this.workspaces as Workspace[]).map(workspace => workspace.uid === connection.uid
|
this.workspaces = (this.workspaces as Workspace[]).map(workspace => workspace.uid === connection.uid
|
||||||
? {
|
? {
|
||||||
...workspace,
|
...workspace,
|
||||||
@@ -155,112 +155,136 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
breadcrumbs: {},
|
breadcrumbs: {},
|
||||||
loadedSchemas: new Set(),
|
loadedSchemas: new Set(),
|
||||||
database: connection.database,
|
database: connection.database,
|
||||||
connectionStatus: mode === 'switch' ? 'connected' : 'connecting'
|
connectionStatus: args?.mode === 'switch' ? 'connected' : 'connecting'
|
||||||
}
|
}
|
||||||
: workspace);
|
: workspace);
|
||||||
|
|
||||||
const connectionsStore = useConnectionsStore();
|
const connectionsStore = useConnectionsStore();
|
||||||
const notificationsStore = useNotificationsStore();
|
const notificationsStore = useNotificationsStore();
|
||||||
const settingsStore = useSettingsStore();
|
const settingsStore = useSettingsStore();
|
||||||
|
return new Promise((resolve, reject) => {
|
||||||
try {
|
const abortHandler = () => {
|
||||||
const { status, response } = await Connection.connect(connection);
|
|
||||||
|
|
||||||
if (status === 'error') {
|
|
||||||
notificationsStore.addNotification({ status, message: response });
|
|
||||||
this.workspaces = (this.workspaces as Workspace[]).map(workspace => workspace.uid === connection.uid
|
this.workspaces = (this.workspaces as Workspace[]).map(workspace => workspace.uid === connection.uid
|
||||||
? {
|
? {
|
||||||
...workspace,
|
...workspace,
|
||||||
structure: [],
|
structure: [],
|
||||||
breadcrumbs: {},
|
breadcrumbs: {},
|
||||||
loadedSchemas: new Set(),
|
loadedSchemas: new Set(),
|
||||||
connectionStatus: 'failed'
|
connectionStatus: 'disconnected'
|
||||||
}
|
}
|
||||||
: workspace);
|
: workspace);
|
||||||
}
|
return reject(new Error('Connection aborted by user'));
|
||||||
else {
|
};
|
||||||
let clientCustomizations: Customizations;
|
|
||||||
const { updateLastConnection } = connectionsStore;
|
|
||||||
|
|
||||||
updateLastConnection(connection.uid);
|
args?.signal?.addEventListener('abort', abortHandler);
|
||||||
|
|
||||||
switch (connection.client) {
|
(async () => {
|
||||||
case 'mysql':
|
try {
|
||||||
case 'maria':
|
const { status, response } = await Connection.connect(connection);
|
||||||
clientCustomizations = customizations.mysql;
|
|
||||||
break;
|
|
||||||
case 'pg':
|
|
||||||
clientCustomizations = customizations.pg;
|
|
||||||
break;
|
|
||||||
case 'sqlite':
|
|
||||||
clientCustomizations = customizations.sqlite;
|
|
||||||
break;
|
|
||||||
case 'firebird':
|
|
||||||
clientCustomizations = customizations.firebird;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
const dataTypes = clientCustomizations.dataTypes;
|
|
||||||
const indexTypes = clientCustomizations.indexTypes;
|
|
||||||
|
|
||||||
const { status, response: version } = await Schema.getVersion(connection.uid);
|
if (status === 'error') {
|
||||||
|
notificationsStore.addNotification({ status, message: response });
|
||||||
|
this.workspaces = (this.workspaces as Workspace[]).map(workspace => workspace.uid === connection.uid
|
||||||
|
? {
|
||||||
|
...workspace,
|
||||||
|
structure: [],
|
||||||
|
breadcrumbs: {},
|
||||||
|
loadedSchemas: new Set(),
|
||||||
|
connectionStatus: 'failed'
|
||||||
|
}
|
||||||
|
: workspace);
|
||||||
|
|
||||||
if (status === 'error')
|
return reject(new Error(response));
|
||||||
notificationsStore.addNotification({ status, message: version });
|
|
||||||
|
|
||||||
// Check if Maria or MySQL
|
|
||||||
const isMySQL = version.name.includes('MySQL');
|
|
||||||
const isMaria = version.name.includes('Maria');
|
|
||||||
|
|
||||||
if (isMySQL && connection.client !== 'mysql') {
|
|
||||||
const connProxy = Object.assign({}, connection);
|
|
||||||
connProxy.client = 'mysql';
|
|
||||||
connectionsStore.editConnection(connProxy);
|
|
||||||
}
|
|
||||||
else if (isMaria && connection.client === 'mysql') {
|
|
||||||
const connProxy = Object.assign({}, connection);
|
|
||||||
connProxy.client = 'maria';
|
|
||||||
connectionsStore.editConnection(connProxy);
|
|
||||||
}
|
|
||||||
|
|
||||||
const cachedTabs: WorkspaceTab[] = settingsStore.restoreTabs ? persistentStore.get(connection.uid, []) as WorkspaceTab[] : [];
|
|
||||||
|
|
||||||
if (cachedTabs.length) {
|
|
||||||
tabIndex[connection.uid] = cachedTabs.reduce((acc: number, curr) => {
|
|
||||||
if (curr.index > acc) acc = curr.index;
|
|
||||||
return acc;
|
|
||||||
}, null);
|
|
||||||
}
|
|
||||||
|
|
||||||
const selectedTab = cachedTabs.length
|
|
||||||
? connection.database
|
|
||||||
? cachedTabs.filter(tab => tab.type === 'query' || tab.database === connection.database)[0]?.uid
|
|
||||||
: cachedTabs[0].uid
|
|
||||||
: null;
|
|
||||||
|
|
||||||
this.workspaces = (this.workspaces as Workspace[]).map(workspace => workspace.uid === connection.uid
|
|
||||||
? {
|
|
||||||
...workspace,
|
|
||||||
client: connection.client,
|
|
||||||
dataTypes,
|
|
||||||
indexTypes,
|
|
||||||
customizations: clientCustomizations,
|
|
||||||
structure: response,
|
|
||||||
connectionStatus: 'connected',
|
|
||||||
tabs: cachedTabs,
|
|
||||||
selectedTab,
|
|
||||||
version
|
|
||||||
}
|
}
|
||||||
: workspace);
|
else if (status === 'abort')
|
||||||
|
return reject(new Error('Connection aborted by user'));
|
||||||
|
else {
|
||||||
|
let clientCustomizations: Customizations;
|
||||||
|
const { updateLastConnection } = connectionsStore;
|
||||||
|
|
||||||
this.refreshCollations(connection.uid);
|
updateLastConnection(connection.uid);
|
||||||
this.refreshVariables(connection.uid);
|
|
||||||
this.refreshEngines(connection.uid);
|
switch (connection.client) {
|
||||||
this.refreshUsers(connection.uid);
|
case 'mysql':
|
||||||
}
|
case 'maria':
|
||||||
}
|
clientCustomizations = customizations.mysql;
|
||||||
catch (err) {
|
break;
|
||||||
notificationsStore.addNotification({ status: 'error', message: err.stack });
|
case 'pg':
|
||||||
}
|
clientCustomizations = customizations.pg;
|
||||||
|
break;
|
||||||
|
case 'sqlite':
|
||||||
|
clientCustomizations = customizations.sqlite;
|
||||||
|
break;
|
||||||
|
case 'firebird':
|
||||||
|
clientCustomizations = customizations.firebird;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
const dataTypes = clientCustomizations.dataTypes;
|
||||||
|
const indexTypes = clientCustomizations.indexTypes;
|
||||||
|
|
||||||
|
const { status, response: version } = await Schema.getVersion(connection.uid);
|
||||||
|
|
||||||
|
if (status === 'error')
|
||||||
|
notificationsStore.addNotification({ status, message: version });
|
||||||
|
|
||||||
|
// Check if Maria or MySQL
|
||||||
|
const isMySQL = version.name.includes('MySQL');
|
||||||
|
const isMaria = version.name.includes('Maria');
|
||||||
|
|
||||||
|
if (isMySQL && connection.client !== 'mysql') {
|
||||||
|
const connProxy = Object.assign({}, connection);
|
||||||
|
connProxy.client = 'mysql';
|
||||||
|
connectionsStore.editConnection(connProxy);
|
||||||
|
}
|
||||||
|
else if (isMaria && connection.client === 'mysql') {
|
||||||
|
const connProxy = Object.assign({}, connection);
|
||||||
|
connProxy.client = 'maria';
|
||||||
|
connectionsStore.editConnection(connProxy);
|
||||||
|
}
|
||||||
|
|
||||||
|
const cachedTabs: WorkspaceTab[] = settingsStore.restoreTabs ? persistentStore.get(connection.uid, []) as WorkspaceTab[] : [];
|
||||||
|
|
||||||
|
if (cachedTabs.length) {
|
||||||
|
tabIndex[connection.uid] = cachedTabs.reduce((acc: number, curr) => {
|
||||||
|
if (curr.index > acc) acc = curr.index;
|
||||||
|
return acc;
|
||||||
|
}, null);
|
||||||
|
}
|
||||||
|
|
||||||
|
const selectedTab = cachedTabs.length
|
||||||
|
? connection.database
|
||||||
|
? cachedTabs.filter(tab => tab.type === 'query' || tab.database === connection.database)[0]?.uid
|
||||||
|
: cachedTabs[0].uid
|
||||||
|
: null;
|
||||||
|
|
||||||
|
this.workspaces = (this.workspaces as Workspace[]).map(workspace => workspace.uid === connection.uid
|
||||||
|
? {
|
||||||
|
...workspace,
|
||||||
|
client: connection.client,
|
||||||
|
dataTypes,
|
||||||
|
indexTypes,
|
||||||
|
customizations: clientCustomizations,
|
||||||
|
structure: response,
|
||||||
|
connectionStatus: 'connected',
|
||||||
|
tabs: cachedTabs,
|
||||||
|
selectedTab,
|
||||||
|
version
|
||||||
|
}
|
||||||
|
: workspace);
|
||||||
|
|
||||||
|
args?.signal?.removeEventListener('abort', abortHandler);
|
||||||
|
this.refreshCollations(connection.uid);
|
||||||
|
this.refreshVariables(connection.uid);
|
||||||
|
this.refreshEngines(connection.uid);
|
||||||
|
this.refreshUsers(connection.uid);
|
||||||
|
resolve(true);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch (err) {
|
||||||
|
notificationsStore.addNotification({ status: 'error', message: err.stack });
|
||||||
|
}
|
||||||
|
})();
|
||||||
|
});
|
||||||
},
|
},
|
||||||
async refreshStructure (uid: string) {
|
async refreshStructure (uid: string) {
|
||||||
const notificationsStore = useNotificationsStore();
|
const notificationsStore = useNotificationsStore();
|
||||||
@@ -403,9 +427,9 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
|
|
||||||
this.selectTab({ uid, tab: 0 });
|
this.selectTab({ uid, tab: 0 });
|
||||||
},
|
},
|
||||||
async switchConnection (connection: ConnectionParams & { pgConnString?: string }) {
|
async switchConnection (connection: ConnectionParams & { connString?: string }) {
|
||||||
await Connection.disconnect(connection.uid);
|
await Connection.disconnect(connection.uid);
|
||||||
return this.connectWorkspace(connection, 'switch');
|
return this.connectWorkspace(connection, { mode: 'switch' });
|
||||||
},
|
},
|
||||||
addWorkspace (uid: string) {
|
addWorkspace (uid: string) {
|
||||||
const workspace: Workspace = {
|
const workspace: Workspace = {
|
||||||
|
Reference in New Issue
Block a user