Fabio Di Stasio
9dd685b062
refactor: initial pinia implementation
2022-04-27 18:23:48 +02:00
Fabio Di Stasio
6af0c33461
fix: locale change
2022-04-22 17:45:12 +02:00
Fabio Di Stasio
7c4b605467
Merge branch 'master' of https://github.com/Fabio286/antares into vue3-migration
2022-04-21 14:42:33 +02:00
Fabio Di Stasio
443170bbb1
refactor: vue3 migration in progress
2022-04-21 14:39:24 +02:00
Cleverson
eaf38df1b7
Fixed a typo
...
Fixed a typo
2022-04-20 16:14:14 -03:00
Cleverson
744c623914
Update pt-BR.js
2022-04-11 09:22:24 -03:00
Fabio Di Stasio
6cc098c6f0
feat(core): option to allow untrusted SSL connections
2022-04-10 10:49:27 +02:00
Fabio Di Stasio
796f61bf2f
feat: french translation updated, closes #222
2022-04-04 10:29:11 +02:00
Cleverson
9601c59392
Update pt-BR.js
2022-03-22 14:38:24 -03:00
Cleverson
14d20a30c1
Added some missing translations for pt-BR
...
Added some translations for pt-BR
2022-03-22 14:29:33 -03:00
Fabio Di Stasio
e9079adb25
feat(UI): option to disable blur effects, closes #209
2022-03-22 16:13:44 +01:00
Fabio Di Stasio
8f3efabb69
feat: export database as zip sql file
2022-03-18 18:12:13 +01:00
Fabio Di Stasio
dd070d008d
Merge pull request #129 from toriphes/feat/db-import-export
...
feat(MySQL): db import export
2022-03-12 14:17:48 +01:00
Fabio Di Stasio
9db6bfd255
refactor: show contributors in settings
2022-03-06 16:02:24 +01:00
Fabio Di Stasio
8e983ad2cb
refactor(PostgreSQL): minor refactor on UI and code for pg connection string
2022-03-06 09:45:55 +01:00
Topollo
6305752ad1
feat(PostgreSQL): ✨ Postgress connection string feature for local and server connection string
...
This feature is based on this [issue](https://github.com/Fabio286/antares/issues/193 ) I tested with the following posgress connection strings postgresql://postgres:pgpassword@127.0.0.1:5432/my_local_databse?connection=local postgres://serveruser:serverpass@test.db.elephantsql.com/my_remote_databse?connection=server postgres://serveruser:serverpass@test.db.elephantsql.com:5432/my_remote_databse postgresql://postgres:pgpassword@127.0.0.1:5432/my_local_databse.
The connection string decoder is loaded before "test-connection", "check-connection", and "connect"
2022-03-06 09:45:55 +01:00
Giulio Ganci
a6f5645a22
feat(UI): better real-time import stats
2022-03-05 18:55:11 +01:00
Fabio Di Stasio
832fb0fb03
Merge branch 'feat/db-import-export' of https://github.com/toriphes/antares into pr/toriphes/129
2022-02-16 09:16:14 +01:00
Fabio Di Stasio
328ab61757
Merge branch 'master' of https://github.com/Fabio286/antares into pr/toriphes/129
2022-02-16 09:14:46 +01:00
Fabio Di Stasio
76743e8f7c
feat: execution notification for ROLLBACK and COMMIT
2022-02-15 09:23:07 +01:00
Fabio Di Stasio
4ed2f9a939
feat(MySQL): manual commit mode
2022-02-15 09:23:07 +01:00
Fabio Di Stasio
aa8fc545d7
Rename zh_CN.js to zh-CN.js
2022-01-20 09:02:20 +01:00
goYou
6ef565cf07
feat: add Simplified Chinese translation
2022-01-20 01:50:18 +08:00
Giulio Ganci
4e9f8d16ee
feat: initial mysql import support
2021-12-28 15:30:07 +01:00
Fabio Di Stasio
a59f77f618
feat(MySQL): ability to cancel queries
2021-12-19 11:59:09 +01:00
Ngo Quoc Dat
c2c0394624
Update vi-VN translation
2021-12-13 08:48:07 +07:00
Fabio Di Stasio
9fe3680bbb
perf: update italian traslation
2021-11-24 09:52:10 +01:00
Fabio Di Stasio
3fc227d2de
feat(SQLite): readonly mode
2021-11-16 13:21:33 +01:00
Fabio Di Stasio
534659f9ae
feat(PostgreSQL): enable/disable triggers from contextual menu
2021-11-04 21:54:42 +01:00
Fabio Di Stasio
c00fd1381f
fix: temporary solution on MacOS for unsigned app updates
2021-11-03 14:46:13 +01:00
Fabio Di Stasio
d9d3bf2bc9
perf: avoid to load schema elements if already loaded in export modal
2021-11-01 14:52:45 +01:00
Fabio Di Stasio
9e9de7b5c5
Merge branch 'master' of https://github.com/Fabio286/antares into pr/toriphes/129
2021-11-01 10:09:37 +01:00
Giulio Ganci
b2a5b40c03
feat: mysql export for trigger, views, schedulers, functions and routines
2021-10-31 17:22:59 +01:00
Fabio Di Stasio
0cd182546b
build: electron-webpack replacement ( #130 )
...
* some changes
* improvements and dedicated webpeck configs for render and main
* added debugging setup
* vscode main process debug config
* vue3 devtools
2021-10-31 10:36:45 +01:00
Giulio Ganci
0de2321920
feat: initial db export implementation
2021-10-29 12:58:37 +02:00
Fabio Di Stasio
f9ee7d0450
perf(UI): resize results table on filters change
2021-10-18 11:58:29 +02:00
Giulio Ganci
0e15c39797
feat(UI): multi column table filters
2021-10-17 23:54:00 +02:00
Fabio Di Stasio
d2d0c3ca41
refactor(UI): changed query clear shortcut
2021-10-16 18:43:23 +02:00
Ngô Quốc Đạt
dd25827e40
Add "passphrase" to Vietnamese translation
2021-10-16 18:52:39 +07:00
Fabio Di Stasio
9407a29922
feat: support to SSH private keys with passphrase, closes #118
2021-10-07 14:58:31 +02:00
Fabio Di Stasio
26446fb7ed
fix: closing ask credential modal during a connection doesn't stops loading, closes #114
2021-10-05 18:20:38 +02:00
isamu
76e5849c78
Add new language: Japanese
2021-10-05 17:22:07 +09:00
Ngo Quoc Dat
a5ca3ea204
Add new language: Tiếng Việt
2021-10-04 18:30:44 +07:00
Fabio Di Stasio
85f625daf7
feat: copy cell/row or kill connections on context menu from processes list
2021-09-26 11:19:48 +02:00
Fabio Di Stasio
3959333662
feat: workspace query history
2021-09-17 18:32:28 +02:00
Fabio Di Stasio
09c07acd5c
feat: new create trigger function tabs
2021-09-11 10:24:21 +02:00
Fabio Di Stasio
3c5a69adc9
feat: new create scheduler tabs
2021-09-10 18:23:32 +02:00
Fabio Di Stasio
0203f69e95
feat: new create function tabs
2021-09-07 18:20:45 +02:00
Fabio Di Stasio
3fd26a0523
feat: new create routine tabs
2021-09-06 17:29:34 +02:00
Fabio Di Stasio
e217d5181b
feat: new create trigger tabs
2021-09-02 18:08:23 +02:00