Commit Graph

795 Commits

Author SHA1 Message Date
Fabio Di Stasio 88c4cdc8e2 feat(UI): close temp data tabs 2021-07-13 16:53:47 +02:00
Fabio Di Stasio 15ff211a41 Merge branch 'master' of https://github.com/Fabio286/antares into new-tab-system 2021-07-13 09:19:26 +02:00
Fabio Di Stasio 5c855a520a fix: solved a vulnerability in table names 2021-07-13 09:17:22 +02:00
Fabio Di Stasio 7488bc7a17 refactor(core): better way to obtain schema 2021-07-13 09:09:25 +02:00
dependabot[bot] fd85cf43a2
build(deps): bump ssh2-promise from 0.1.9 to 1.0.0
Bumps [ssh2-promise](https://github.com/sanketbajoria/ssh2-promise) from 0.1.9 to 1.0.0.
- [Release notes](https://github.com/sanketbajoria/ssh2-promise/releases)
- [Commits](https://github.com/sanketbajoria/ssh2-promise/commits/1.0.0)

---
updated-dependencies:
- dependency-name: ssh2-promise
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-12 19:05:27 +00:00
Fabio Di Stasio a87079cd17 feat(UI): temporary table data tabs 2021-07-12 19:18:29 +02:00
Fabio Di Stasio 14d5842056 chore(release): 0.2.1 2021-07-09 16:07:07 +02:00
Fabio Di Stasio f19f9e23a2 refactor(UI): changed buttons icon position 2021-07-09 15:51:02 +02:00
Fabio Di Stasio 0252a064d9 feat(UI): contextual menu shortcuts to create new elements on folders 2021-07-09 15:12:16 +02:00
Fabio Di Stasio 439356a019 feat: context menu option to duplicate connections 2021-07-09 11:18:40 +02:00
Fabio Di Stasio c6897af22d feat(MySQL): possibility to set a default schema in connection parameters 2021-07-09 10:26:16 +02:00
Fabio Di Stasio 7e40dbfba3
Merge pull request #84 from Fabio286/new-commection-mode
feat: new connection mode
2021-07-08 18:50:23 +02:00
Fabio Di Stasio 27a153ef43 refactor(UI): improved new connection panels appearence 2021-07-08 18:43:31 +02:00
Fabio Di Stasio 56fcc2650b fix: clear corrupted configurations to avoid exceptions 2021-07-08 18:42:19 +02:00
Fabio Di Stasio 9622dbec6b chore: update rules 2021-07-08 18:41:17 +02:00
Fabio Di Stasio a0ab63bdb5 fix(UI): connection tab indicator when scrolling 2021-07-08 17:58:43 +02:00
Fabio Di Stasio 8cd76e711c feat(UI): new connection add panel 2021-07-08 17:43:33 +02:00
Fabio Di Stasio 9af71a6e34 feat(UI): new connection edit panel 2021-07-08 15:06:20 +02:00
Fabio Di Stasio e7b3c28826 chore: update README.md 2021-07-07 12:59:27 +02:00
Fabio Di Stasio 7570b0add8 fix: avoid to trigger schema loading multiple times 2021-07-06 09:36:35 +02:00
Christian Ratz 1801bef019
feat: SSH Tunnel functionality (#81)
* added ssh-tunnel-functionality for mysql-connections

* remove autoformat-stuff

* added identity for using ssh-key

* added identity to mysqlclient to use sshkey

* removed debug console.log

* added ssh-tunnel-functionality for postgresqlclient

* changed naming to sshKey for sshKey-input

* refactoring code

* fix lint

* set dbConfig.ssl to null initially
2021-07-05 09:30:52 +02:00
Fabio Di Stasio 0db5ebd7bf chore: update README logo 2021-07-03 13:47:37 +02:00
Fabio Di Stasio 5c21b67b3d chore(release): 0.2.0 2021-07-03 12:29:13 +02:00
Fabio Di Stasio 08d5b1b329 feat: contextual option to duplicate tables 2021-07-03 12:27:50 +02:00
Fabio Di Stasio 61a42d51f5 fix(UI): contextual sub-menu alignment when close to the lower edge of the window 2021-07-03 12:01:19 +02:00
Fabio Di Stasio d96907ca2d fix(PostgreSQL): error opening setting tab for some stored routines 2021-07-03 11:39:57 +02:00
Fabio Di Stasio 75bbd5f66e feat(PostgreSQL): trigger functions support 2021-07-03 11:29:14 +02:00
Fabio Di Stasio faa07a077c fix: fields default not correctly set in table filler 2021-07-01 19:18:57 +02:00
Fabio Di Stasio 7ca69e51ae refactor(UI): round corners to editor autocomplete 2021-06-30 19:43:30 +02:00
Fabio Di Stasio d868c772b9 feat(UI): context option to copy cell or row value 2021-06-30 19:27:24 +02:00
Fabio Di Stasio a69bdeb20d feat(UI): resizer border mouse hover animation 2021-06-30 09:49:32 +02:00
Fabio Di Stasio 51db2795bb refactor(UI): minor UI improvements 2021-06-29 23:31:18 +02:00
Fabio Di Stasio 2d278aa14e fix: rows loses internal id after export 2021-06-29 23:23:11 +02:00
Fabio Di Stasio f74bca7bb4 perf: improved contextual menu appearance 2021-06-29 18:22:40 +02:00
Fabio Di Stasio 978a7c5f5b feat(UI): active tab animation 2021-06-28 18:34:39 +02:00
Fabio Di Stasio 0110756204 fix(UI): editor blinking on first connection with a dark theme 2021-06-27 12:28:55 +02:00
Fabio Di Stasio 7df0cf8389 feat(PostgreSQL): triggers creation 2021-06-26 16:36:05 +02:00
Fabio Di Stasio 3aef7e953e fix: vulnerability in server error toast messages 2021-06-25 09:35:20 +02:00
Fabio Di Stasio a975df38dd fix: unhandled exception in connection test 2021-06-25 09:29:59 +02:00
Fabio Di Stasio a0a025e450 perf(UI): increased application border-radius 2021-06-24 21:49:46 +02:00
Fabio Di Stasio 7cc5e7b67f chore(release): 0.1.13 2021-06-19 13:04:11 +02:00
Fabio Di Stasio e2ebb04a90 feat(UI): ability to manually insert page number in DATA tabs, closes #65 2021-06-19 12:13:09 +02:00
Fabio Di Stasio e579f37438 feat(UI): option to change query editors font size, closes #77 2021-06-19 11:54:15 +02:00
Fabio Di Stasio 3829b94bf7 refactor: solved deprecation warning for url.format() 2021-06-18 21:08:21 +02:00
Fabio Di Stasio 5c8ee66f43 feat(PostgreSQL): alter trigger support 2021-06-17 22:01:18 +02:00
Fabio Di Stasio b77e77f3bb chore: update dependencies 2021-06-14 09:11:37 +02:00
Fabio Di Stasio 1d5614278c ci: moved to node 14 in build actions 2021-06-14 09:11:23 +02:00
Fabio Di Stasio 8a20befd09 fix(UI): various fixes in displaying content with small window size 2021-06-13 11:16:21 +02:00
Fabio Di Stasio 4133fc452f fix(MySQL): pool connections not released after MySQL errors, causing endless load animation 2021-06-11 15:02:45 +02:00
Fabio Di Stasio 690a4541f9 perf: remove comments from queries before execution 2021-06-11 14:32:51 +02:00