Ngo Quoc Dat
c2c0394624
Update vi-VN translation
2021-12-13 08:48:07 +07:00
Fabio Di Stasio
a5fdcc1a85
feat: language format detection for text fields
2021-12-10 23:30:03 +01:00
Fabio Di Stasio
1df21da47c
refactor: moved to new vue slots API
2021-12-10 17:34:44 +01:00
Fabio Di Stasio
8da0224876
fix(MySQL): wrong datetime fields default in table filler in some cases
2021-12-09 18:26:59 +01:00
Fabio Di Stasio
359e14a9eb
fix(MySQL): wrong value for fields "on update" in some conditions
2021-12-09 12:22:38 +01:00
Fabio Di Stasio
813aa320d9
perf(UI): avoid columns size change when editing cells or scrolling results
2021-12-08 11:19:10 +01:00
Fabio Di Stasio
aaa5549609
fix: cell disappear on edit in one column tables
2021-12-08 10:37:23 +01:00
Fabio Di Stasio
35cb7e1dc4
fix: select all rows with ctrl+a when editing a cell
2021-12-08 10:09:01 +01:00
Fabio Di Stasio
e8af2d24a8
perf(UI): disable save button in table creation when no fields are added
2021-11-25 17:23:46 +01:00
Fabio Di Stasio
d7f1aa97af
fix(SQLite): update rows with a text primary key
2021-11-25 16:25:40 +01:00
Fabio Di Stasio
cc99491fe4
fix(UI): notifications timeout anomalies
2021-11-24 16:59:07 +01:00
Fabio Di Stasio
5d48fe08c7
feat(PostgreSQL): read-only mode
2021-11-24 14:24:52 +01:00
Fabio Di Stasio
4437d44486
feat(MySQL): read-only mode
2021-11-24 13:04:14 +01:00
Fabio Di Stasio
9fe3680bbb
perf: update italian traslation
2021-11-24 09:52:10 +01:00
Fabio Di Stasio
da1947e4ef
fix(UI): hide tools menu if no tools available
2021-11-24 09:19:42 +01:00
Fabio Di Stasio
98165cacaa
fix(SQLite): hide schema creation
2021-11-19 16:50:15 +01:00
Fabio Di Stasio
7d345cf795
Merge pull request #141 from Fabio286/feat/sqlite-implementation
...
feat:sqlite implementation
2021-11-19 16:11:00 +01:00
Fabio Di Stasio
f40e9c592e
feat(SQLite): triggers management
2021-11-19 15:36:07 +01:00
Fabio Di Stasio
7671c585f5
feat(SQLite): views management
2021-11-19 13:13:35 +01:00
Fabio Di Stasio
93b4a7063b
perf(SQLite): improvements in field length detection
2021-11-18 19:43:08 +01:00
Fabio Di Stasio
3efeb45c46
feat(SQLite): tables management
2021-11-18 11:36:46 +01:00
Fabio Di Stasio
3fc227d2de
feat(SQLite): readonly mode
2021-11-16 13:21:33 +01:00
Fabio Di Stasio
604b371920
feat(SQLite): cell update in data tabs
2021-11-16 12:56:03 +01:00
Fabio Di Stasio
fd321beece
feat(SQLite): keys support
2021-11-16 12:27:51 +01:00
Fabio Di Stasio
94c899eb82
perf(SQLite): improvements in data visualization
2021-11-15 18:09:34 +01:00
Kilian Stallinger
c8e1605b08
Hotfix quote style on delete-table-rows handler
...
Use single quote as intended for ID in delete query.
2021-11-15 16:21:09 +01:00
Fabio Di Stasio
f2fcc98839
feat(SQLite): table data visualization
2021-11-13 23:00:53 +01:00
Fabio Di Stasio
c54438d6d3
feat(SQLite): connection add/edit masks
2021-11-13 11:34:30 +01:00
Fabio Di Stasio
b3f10220b3
build: transparent background for appx icon
2021-11-12 13:12:05 +01:00
Fabio Di Stasio
d19f475fc2
perf(UI): improved function and routine parameters modals
2021-11-12 12:22:39 +01:00
Fabio Di Stasio
b5fee79e90
refactor: minor changes to support marked 4.0.0
2021-11-10 11:48:06 +01:00
Fabio Di Stasio
3369d3dc2d
refactor: prefix to internal rows id
2021-11-08 15:12:37 +01:00
Fabio Di Stasio
fd25f881f9
feat: schema size in explore bar
2021-11-06 16:36:54 +01:00
Fabio Di Stasio
5ca3a22dc5
feat(MySQL): enable/disable schedulers from contextual menu
2021-11-06 12:21:33 +01:00
Fabio Di Stasio
5c668249cf
feat(MySQL): scheduler status indicator in explore bar
2021-11-05 18:23:02 +01:00
Fabio Di Stasio
39b9a59143
fix(PostgreSQL): bigint fetched as string instead of number, closes #134
2021-11-05 11:41:12 +01:00
Giulio Ganci
d25c62b4da
feat: delete dump file when the export is canceled
2021-11-04 23:09:28 +01:00
Giulio Ganci
8cf738bac8
fix(MySQL): export crash with large databases
2021-11-04 22:36:45 +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
cacab55f55
refactor: minor changes to support eslint-plugin-vue 8
2021-11-02 21:51:53 +01:00
Fabio Di Stasio
409ed54608
perf: split the export select query to avoid running out of memory
2021-11-01 16:12:20 +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
Giulio Ganci
1ddf8f0dbe
fix: copy&paste and basic usability on macOS
2021-10-23 17:56:42 +02:00
Fabio Di Stasio
4cfab365c2
build: added .nvmrc
2021-10-21 18:17:40 +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
2fcd080bd4
fix(PostgreSQL): issue with uppercase characters in table and field names, closes #116
2021-10-06 12:08:37 +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
7de3bb9346
refactor(core): compatibility with electron/remote 2.x
2021-09-21 11:16:07 +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
Fabio Di Stasio
21e3e79ddf
fix(UI): context menu of tables cut if close to bottom edge
2021-08-31 19:58:20 +02:00
Fabio Di Stasio
3ad190b18c
Merge branch 'master' of https://github.com/Fabio286/antares
2021-08-22 10:37:27 +02:00
Fabio Di Stasio
d5b2bde2ea
fix(UI): no round borders on left of file upload inputs
2021-08-22 10:37:23 +02:00
fabio286
a42348ef5c
chore: deletion of wrong file name case component
2021-08-20 13:42:29 +02:00
Fabio Di Stasio
8b93c49778
feat: new create view tabs
2021-08-18 17:28:41 +02:00
Fabio Di Stasio
0842e00098
feat: new table empty state
2021-08-17 18:54:23 +02:00
Fabio Di Stasio
bc82289d54
perf(UI): visual improvements of tables
2021-08-16 19:44:55 +02:00
Fabio Di Stasio
c9fa941578
feat: new create table tabs
2021-08-13 16:50:59 +02:00
Fabio Di Stasio
4048df3c7b
fix(MySQL): editing a view causes error for missing database in some conditions
2021-08-12 10:29:13 +02:00
Fabio Di Stasio
198368605b
perf(UI): improved view setting tab
2021-08-12 10:07:31 +02:00
Fabio Di Stasio
8f0ac26b69
refactor: better component names
2021-08-12 09:54:13 +02:00
Fabio Di Stasio
b35fc5b78b
fix(UI): multiple temp tabs opened switching to tables from other elements
2021-08-11 18:04:14 +02:00
Fabio Di Stasio
622b519cbb
fix: table options not loaded on restored setting tabs at startup
2021-08-11 16:16:58 +02:00
Fabio Di Stasio
71e2c911ae
perf(UI): element options in setting tabs accessible directly
2021-08-10 18:12:13 +02:00
Fabio Di Stasio
756d49b259
perf(UI): primary app color on selected text backgrouns
2021-08-10 13:14:48 +02:00
Fabio Di Stasio
97b3563e25
chore: update dependencies
2021-08-06 14:38:25 +02:00
Fabio Di Stasio
e834fe31ac
feat(UI): automatic scroll on selected tab
2021-08-05 13:44:48 +02:00
Fabio Di Stasio
065de3a0a2
feat(UI): query tab name based on content
2021-08-05 13:30:33 +02:00
Fabio Di Stasio
1573de5b1f
feat(UI): button to clear sidebar search input
2021-08-05 12:47:24 +02:00
Fabio Di Stasio
04fc1bbee0
feat(UI): automatic scroll to selected tab element in left bar
2021-08-05 12:09:54 +02:00
Fabio Di Stasio
dea378014d
perf: approximate table total updated on table refresh
2021-08-04 15:52:26 +02:00
Fabio Di Stasio
3abff36136
feat: contextual menu option to duplicate table fields
2021-08-04 09:59:50 +02:00
Fabio Di Stasio
70354aa828
feat(UI): shortcuts info on empty query tab
2021-08-03 17:59:15 +02:00
Fabio Di Stasio
372049ae64
perf(UI): loading animation on tables and table context menu improvements
2021-08-03 15:43:13 +02:00
Fabio Di Stasio
07ee1ae828
fix: tab selected when clicking closing cross
2021-07-29 16:45:28 +02:00
Fabio Di Stasio
cbe0e2980a
perf: update italian translation
2021-07-27 17:31:51 +02:00
Fabio Di Stasio
a8a47ed5f7
fix(UI): tabs or explorebar elements selected with mouse wheel or right button
2021-07-23 22:41:53 +02:00
Fabio Di Stasio
e106d100b5
refactor: mousedown instead click on tabs and explorebar elements
2021-07-23 15:45:06 +02:00
Fabio Di Stasio
d7fdf53932
fix: wrong editor height with some conditions
2021-07-23 10:56:41 +02:00
Fabio Di Stasio
62f7e57d0c
fix: manual page input not disabled when only one page is available
2021-07-23 09:01:50 +02:00
Fabio Di Stasio
14577d14bb
fix: sort order of tables is lost switching pages
2021-07-22 18:22:47 +02:00
Fabio Di Stasio
a0105cf1c3
fix(UI): not disabled buttons during save table setting tabs
2021-07-22 13:13:26 +02:00
Fabio Di Stasio
77c5d28032
fix: new field default value unknown instead 'noval'
2021-07-22 13:06:54 +02:00
Fabio Di Stasio
adc5477673
feat: option to restore session on startup
2021-07-22 10:41:06 +02:00
Fabio Di Stasio
1e543aa6b0
fix: reload twice after element rename
2021-07-21 18:50:22 +02:00
Fabio Di Stasio
c41e059b0b
fix: wrong loaded schema change
2021-07-21 17:56:55 +02:00
Fabio Di Stasio
e6ef5ffa56
refactor: improved the way how schema is passed to client classes
2021-07-21 14:40:29 +02:00
Fabio Di Stasio
a73a2f483e
feat: option to select schema in query tabs
2021-07-20 19:19:54 +02:00
Fabio Di Stasio
0a9983d30d
feat: new function, procedure and scheduler tabs
2021-07-20 16:59:59 +02:00
Fabio Di Stasio
58b91ebfe0
feat: new trigger function tabs
2021-07-19 22:38:56 +02:00
Fabio Di Stasio
e78ca2417e
fix(UI): multiple trigger tabs open on single click on explore bar
2021-07-19 11:28:11 +02:00
Fabio Di Stasio
e1855a262d
feat(UI): empty workspace view
2021-07-18 16:10:36 +02:00
Fabio Di Stasio
6b725b1d40
fix: issues with trigger temp tabs
2021-07-17 16:09:57 +02:00
Fabio Di Stasio
f6faad98f8
feat: new trigger setting tabs
2021-07-17 13:10:54 +02:00
Fabio Di Stasio
320aa8ba04
feat: close tabs if element deleted
2021-07-17 10:46:24 +02:00
Fabio Di Stasio
9f0280b991
Merge branch 'master' of https://github.com/Fabio286/antares into new-tab-system
2021-07-17 10:00:46 +02:00
Fabio Di Stasio
04fa320820
fix: clear empty indexes and foreign keys on confirm respective modals
2021-07-17 09:59:45 +02:00
Fabio Di Stasio
f7c3aa883d
fix: tab won't open after table or view creation
2021-07-17 09:57:49 +02:00
Fabio Di Stasio
f7a74df009
feat: new unsaved change reminder
2021-07-16 23:24:55 +02:00
Fabio Di Stasio
003c02b1fb
feat: new view setting tabs
2021-07-16 18:52:18 +02:00
Fabio Di Stasio
ef21ea7448
feat: rename tabs if element is renamed
2021-07-16 17:27:37 +02:00
Fabio Di Stasio
525c964c62
fix: enabled copy context on non editable rows
2021-07-16 17:09:02 +02:00
Fabio Di Stasio
7845e3e501
feat(UI): new table settings tabs
2021-07-15 19:51:18 +02:00
Fabio Di Stasio
0c29e0d566
perf(UI): improvements in setting bar connections sort
2021-07-15 18:31:44 +02:00
Fabio Di Stasio
d38097d056
feat(UI): sortable tabs
2021-07-14 20:30:54 +02:00
Fabio Di Stasio
c87b8dc738
refactor: passing schema from table context options
2021-07-14 18:15:13 +02:00
Fabio Di Stasio
ed6e7fa72d
refactor(UI): improved breadcrumbs and tabs
2021-07-14 16:10:34 +02:00
Fabio Di Stasio
f0fa7c81b7
fix(UI): table icon in view data tabs
2021-07-14 12:33:26 +02:00
Fabio Di Stasio
5bb4e496f2
feat(MySQL): improved schema detection for queries
2021-07-14 12:31:37 +02:00
Fabio Di Stasio
01057332b0
feat(UI): display schema in data tabs
2021-07-14 12:31:12 +02:00
Fabio Di Stasio
ab382dfbcd
feat: new data tabs
2021-07-13 19:23:02 +02:00
Fabio Di Stasio
88c4cdc8e2
feat(UI): close temp data tabs
2021-07-13 16:53:47 +02:00