mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
Merge branch 'master' of https://github.com/dbgate/dbgate
This commit is contained in:
commit
cb32d2152e
2
.github/workflows/build-app-pro.yaml
vendored
2
.github/workflows/build-app-pro.yaml
vendored
@ -136,7 +136,7 @@ jobs:
|
|||||||
mv ../dbgate-merged/app/dist/*.deb artifacts/ || true
|
mv ../dbgate-merged/app/dist/*.deb artifacts/ || true
|
||||||
mv ../dbgate-merged/app/dist/*.dmg artifacts/ || true
|
mv ../dbgate-merged/app/dist/*.dmg artifacts/ || true
|
||||||
|
|
||||||
mv app/dist/*.yml artifacts/ || true
|
mv ../dbgate-merged/app/dist/*.yml artifacts/ || true
|
||||||
rm artifacts/builder-debug.yml
|
rm artifacts/builder-debug.yml
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
|
@ -8,6 +8,10 @@ Builds:
|
|||||||
- linux - application for linux
|
- linux - application for linux
|
||||||
- win - application for Windows
|
- win - application for Windows
|
||||||
|
|
||||||
|
### 5.4.2
|
||||||
|
- FIXED: DbGate now works correctly with Oracle 10g
|
||||||
|
- FIXED: Fixed update channel for premium edition
|
||||||
|
|
||||||
### 5.4.1
|
### 5.4.1
|
||||||
- FIXED: Broken older plugins #881
|
- FIXED: Broken older plugins #881
|
||||||
- ADDED: Premium edition - "Start trial" button
|
- ADDED: Premium edition - "Start trial" button
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "5.4.2-beta.7",
|
"version": "5.4.3",
|
||||||
"name": "dbgate-all",
|
"name": "dbgate-all",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*",
|
"packages/*",
|
||||||
|
@ -73,7 +73,7 @@ const driver = {
|
|||||||
options.tlsCAFile = ssl.sslCaFile;
|
options.tlsCAFile = ssl.sslCaFile;
|
||||||
options.tlsCertificateKeyFile = ssl.sslCertFile || ssl.sslKeyFile;
|
options.tlsCertificateKeyFile = ssl.sslCertFile || ssl.sslKeyFile;
|
||||||
options.tlsCertificateKeyFilePassword = ssl.password;
|
options.tlsCertificateKeyFilePassword = ssl.password;
|
||||||
options.tlsAllowInvalidCertificates = !ssl.rejectUnauthorized;
|
// options.tlsAllowInvalidCertificates = !ssl.rejectUnauthorized;
|
||||||
options.tlsInsecure = !ssl.rejectUnauthorized;
|
options.tlsInsecure = !ssl.rejectUnauthorized;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user