b6a7124f33
feat: cancel button when waiting to connect database, closes #830
2024-08-28 18:05:04 +02:00
3e223b475e
feat: in-app debug console, closes #824
2024-07-01 18:16:18 +02:00
d3f71e65ce
feat(MySQL): option to enable single connection mode
2024-02-18 14:37:45 +01:00
8928510fb5
refactor: use Record to type objects
2024-01-19 18:03:20 +01:00
e7bec0aaaf
perf: migration from font icons to svg icons
2023-09-17 18:49:37 +02:00
8d605ee287
feat: keep alive interval in seconds
2023-09-04 16:27:50 +02:00
fbe271af37
refactor: adaptation for changes to i18n
2023-09-04 15:27:56 +02:00
b838916937
Merge branch 'develop' of https://github.com/antares-sql/antares into pr/digitalgopnik/633
2023-09-04 14:59:21 +02:00
54df0e4aa8
style: implement eslint simple-import-sort
2023-08-18 15:57:31 +02:00
Christian Ratz
c0c33f8237
Merge branch 'develop' into feat/ssh-keep-alive-interval
2023-08-04 11:12:48 +02:00
Christian Ratz
b4731d67a5
feat: customize keep-alive-interval for ssh-tunnel
2023-08-04 11:06:35 +02:00
1dd2147b68
refactor(translation): complete refactor of translations structure
2023-08-03 18:28:50 +02:00
89815bf5e7
feat(PostgreSQL): ability to switch the database, closes #432
2023-06-13 18:10:52 +02:00
17eeb6d38e
feat: keepalive on mysql/postgre connections, should fix #577
2023-05-14 18:48:21 +02:00
95bb41e9db
feat(Firebird SQL): display table content and query results
2022-11-04 16:31:10 +01:00
7ab84bde57
initial firebird commit
2022-11-02 14:18:50 +01:00
19205e0736
style: general lint fix
2022-08-09 16:18:21 +02:00
3f9e6d85ca
perf: improved resize of text editor resizing console height
2022-07-18 11:58:22 +02:00
ec5ab73b19
feat: search form in all connections modal
2022-07-04 12:27:04 +02:00
6573fe69ac
fix: connection string field doesn't appear switching to postgre when editing a connection
2022-06-29 11:20:08 +02:00
7fc01227e7
refactor: ts and composition api on more components
2022-06-04 18:37:16 +02:00
b0d464952f
Merge branch 'master' of https://github.com/antares-sql/antares into pr/toriphes/245
2022-05-14 09:57:09 +02:00
58611bf07f
fix: file upload input not working
2022-05-10 14:43:08 +02:00
Giulio Ganci
302c66457d
feat(UI): ForeignKeySelect implements BaseSelect component
2022-05-09 11:29:25 +02:00
Giulio Ganci
22622df2cf
feat(UI): initial BaseSelect integration
2022-05-08 09:45:37 +02:00
0d52282aa8
refactor: migration to pinia
2022-04-30 00:47:37 +02:00
daef6f91b0
test: improved e2e tests
2022-04-25 18:26:11 +02:00
fc1d6fba7f
refactor: mysql client ts refactor
2022-04-12 17:08:05 +02:00
6cc098c6f0
feat(core): option to allow untrusted SSL connections
2022-04-10 10:49:27 +02:00
f12e6a96dd
fix(UI): connection buttons out of screen on small displays, closes #213
2022-03-24 17:34:24 +01:00
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
3fc227d2de
feat(SQLite): readonly mode
2021-11-16 13:21:33 +01:00
c54438d6d3
feat(SQLite): connection add/edit masks
2021-11-13 11:34:30 +01:00
9407a29922
feat: support to SSH private keys with passphrase, closes #118
2021-10-07 14:58:31 +02:00
26446fb7ed
fix: closing ask credential modal during a connection doesn't stops loading, closes #114
2021-10-05 18:20:38 +02:00
f19f9e23a2
refactor(UI): changed buttons icon position
2021-07-09 15:51:02 +02:00
439356a019
feat: context menu option to duplicate connections
2021-07-09 11:18:40 +02:00
c6897af22d
feat(MySQL): possibility to set a default schema in connection parameters
2021-07-09 10:26:16 +02:00
27a153ef43
refactor(UI): improved new connection panels appearence
2021-07-08 18:43:31 +02:00
8cd76e711c
feat(UI): new connection add panel
2021-07-08 17:43:33 +02:00
9af71a6e34
feat(UI): new connection edit panel
2021-07-08 15:06:20 +02:00