Commit Graph

14 Commits

Author SHA1 Message Date
Fabio Di Stasio 4f8bc26349 refactor: improved Proxy handlement on ipc 2022-04-24 12:17:29 +02:00
Fabio Di Stasio 434b9f8284 refactor: toRaw to handle Proxy objects on ipc 2022-04-22 23:33:12 +02:00
Fabio Di Stasio e60789f320 refactor: unproxify ipc params 2022-04-22 12:17:27 +02:00
Fabio Di Stasio 443170bbb1 refactor: vue3 migration in progress 2022-04-21 14:39:24 +02: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
Fabio 3d0a83f2cf feat: database creation 2020-09-25 12:39:58 +02:00
Fabio c1cdd03938 refactor: simplified and improved project structure 2020-09-24 13:09:01 +02:00
Fabio fd6d5177ef fix: wrong table height calc in some cases 2020-08-19 16:25:42 +02:00
Fabio 9599b43f78 refactor: changed event names to kebab-case 2020-08-18 18:03:59 +02:00
Fabio 4e508061fd Removed knex 2020-06-07 14:38:38 +02:00
Fabio f5917de5d0 Additions, again 2020-05-19 18:06:05 +02:00
Fabio c23deb3760 DIsconnection 2020-05-18 18:06:32 +02:00
Fabio aea94f0325 Additions 2020-05-14 15:21:57 +02:00