Giulio Ganci
a6f5645a22
feat(UI): better real-time import stats
2022-03-05 18:55:11 +01:00
Fabio Di Stasio
1a9fc37285
fix(MySQL): missing initial delimiter for exported procedures
2022-03-01 19:05:53 +01:00
Fabio Di Stasio
45cda7a7cc
Merge branch 'master' of https://github.com/Fabio286/antares into pr/toriphes/129
2022-02-26 10:14:00 +01:00
Fabio Di Stasio
573ac6d42e
perf: use fork() for the import process
2022-02-24 13:14:57 +01:00
Fabio Di Stasio
748d44977e
perf: use fork() for the export process
2022-02-18 18:16:13 +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
Giulio Ganci
4e9f8d16ee
feat: initial mysql import support
2021-12-28 15:30:07 +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
a08074b446
Merge branch 'master' of https://github.com/Fabio286/antares into pr/toriphes/126
2021-10-31 15:14:49 +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
Fabio Di Stasio
89fdd210ca
fix: row selection problems after a deletion fail, closes #128
2021-10-29 22:43:22 +02:00
Giulio Ganci
0de2321920
feat: initial db export implementation
2021-10-29 12:58:37 +02:00
Giulio Ganci
430490ad93
feat: added macos basic shortcusts and menu
2021-10-24 13:02:37 +02:00
Giulio Ganci
a35566f273
feat(UI): double click on the title bar will toggle window fullscreen size
2021-10-24 13:00:36 +02:00
Giulio Ganci
7657d05edf
feat(UI): improved topbar look&feel on MacOS
2021-10-23 18:15:32 +02:00
Fabio Di Stasio
30b487c37f
refactor(UI): removed text from refresh buttons
2021-10-20 18:14:02 +02:00
Fabio Di Stasio
aef17be36c
fix(PostgreSQL): issue with uppercase characters in table field names
2021-10-19 17:42:31 +02:00
Giulio Ganci
7dc33c78aa
fix: regression during resize results table on filters change
2021-10-18 21:23:22 +02:00
Giulio Ganci
69cd083054
fix: query failure when a filter with a numeric value is used
2021-10-18 21:13:19 +02:00
Giulio Ganci
91788054e6
feat(UI): hide filter bar if there are no more rows in it
2021-10-18 21:11:09 +02:00
Giulio Ganci
968a67ce3d
refactor(UI): removed duplicate add filter button
2021-10-18 19:15: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
8a86344484
refactor(UI): display new shortcuts in empty query tab
2021-10-16 18:46:17 +02:00
Fabio Di Stasio
d2d0c3ca41
refactor(UI): changed query clear shortcut
2021-10-16 18:43:23 +02:00
Giulio Ganci
9046b858b1
feat(UI): ctrl|cmd+t, ctrl|cmd+w shortcut to open/close workspace tabs
2021-10-16 17:05:26 +02:00
Ngô Quốc Đạt
dd25827e40
Add "passphrase" to Vietnamese translation
2021-10-16 18:52:39 +07:00
Fabio Di Stasio
4069ade36d
feat(UI): CTRL+A to select all result rows
2021-10-16 09:58:32 +02: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
Fabio Di Stasio
db1641b74f
fix(UI): window reload pressing enter in schema creation modal, closes #113
2021-10-05 09:16:45 +02:00
Ngo Quoc Dat
a5ca3ea204
Add new language: Tiếng Việt
2021-10-04 18:30:44 +07:00
Fabio Di Stasio
7a63608f54
feat(UI): auto detect system theme as default app theme
2021-10-01 15:48:02 +02:00
Fabio Di Stasio
13aa47cd44
feat: processes list exportation
2021-09-26 11:36:42 +02: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
abd46aa322
perf(core): better communication of internal exceptions
2021-09-15 15:31:57 +02:00
Fabio Di Stasio
d4888ad8fb
fix: adding a connection default values not change when switching clients, closes #101
2021-09-15 11:08:00 +02:00
Fabio Di Stasio
95b60df8fc
fix(MySQL): connections stuck at startup if 5 or more tabs are restored
2021-09-13 10:03:27 +02:00
Fabio Di Stasio
265ed66d25
feat: start search when typing with focus on the left bar
2021-09-12 11:55:16 +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
6115eb9409
refactor: improvements in explorebar events on tables
2021-09-06 18:02:54 +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