Commit Graph

1119 Commits

Author SHA1 Message Date
Jan Prochazka
65eb89de95
Merge pull request #73 from dbgate/dependabot/npm_and_yarn/axios-0.21.1
Bump axios from 0.19.2 to 0.21.1
2021-05-19 19:52:51 +02:00
Jan Prochazka
9c1179c451
Merge pull request #117 from dbgate/dependabot/npm_and_yarn/lodash-4.17.21
Bump lodash from 4.17.15 to 4.17.21
2021-05-19 19:44:18 +02:00
Jan Prochazka
319e08f5f3 start app after load plugins 2021-05-19 19:39:12 +02:00
Jan Prochazka
c4491050cd removed splash, plugins load info 2021-05-19 19:36:12 +02:00
Jan Prochazka
050b46813f start app fix 2021-05-17 18:20:31 +02:00
Jan Prochazka
6eb16ad750 fixed shift processing in datagrid 2021-05-17 17:55:25 +02:00
Jan Prochazka
482a823f4f better UX in model refresh 2021-05-17 17:50:04 +02:00
Jan Prochazka
9d933d669a fixed race conditions when starting app 2021-05-17 17:42:53 +02:00
Jan Prochazka
cae882c8d6 styling fix 2021-05-16 20:21:36 +02:00
Jan Prochazka
70d06deeb0 model age in statusbar, sync model is not automatic by default 2021-05-16 20:14:46 +02:00
Jan Prochazka
6dfe9b798b Commandline arguments #108 2021-05-16 19:21:52 +02:00
Jan Prochazka
a8e3a6cfec env variables configuration 2021-05-16 14:29:59 +02:00
Jan Prochazka
be053acf3c horizontal scroll in datagrid #113 2021-05-16 14:21:36 +02:00
Jan Prochazka
91741655b7 fixes single object analyser 2021-05-16 14:11:35 +02:00
dependabot[bot]
ef25ea1885
Bump lodash from 4.17.15 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-16 12:00:59 +00:00
Jan Prochazka
2376cb30db fix 2021-05-16 13:58:22 +02:00
Jan Prochazka
8bffa4a7dd more flexible connection dialog, improved UX when connecting to redshift 2021-05-16 11:22:48 +02:00
Jan Prochazka
6d7cc7d441 design 2021-05-16 09:40:41 +02:00
Jan Prochazka
acc49273c1 postgre sql analyser - works also for redshift 2021-05-16 08:56:56 +02:00
Jan Prochazka
640b53e45f small refactor 2021-05-15 22:08:15 +02:00
Jan Prochazka
7857771056 postgre modification detection algorithm 2021-05-15 22:03:23 +02:00
Jan Prochazka
87e75c6ba1 mysql analyser - new changes detection 2021-05-15 21:30:12 +02:00
Jan Prochazka
cf5afb43eb improved modification detection algorithm - for mssql 2021-05-15 21:14:00 +02:00
Jan Prochazka
2eb1c04fcf DatabaseAnalyser.createQuery core moved to base class 2021-05-15 18:41:30 +02:00
Jan Prochazka
032eaf9eb0 single object analysis refactor 2021-05-15 18:13:20 +02:00
Jan Prochazka
c5605d63ca driver plugins supports more drivers. Added derived drivers for MariaDB, CockroachDB, Amazon Redshift 2021-05-15 08:49:58 +02:00
dependabot[bot]
7c5f274f83
Bump axios from 0.19.2 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-15 06:21:37 +00:00
Jan Prochazka
23225cf86b try to fix sqlite problem 2021-05-13 08:41:45 +02:00
Jan Prochazka
872468899d electron - open sqlite database with drag & drop or in open file menu 2021-05-06 18:33:50 +02:00
Jan Prochazka
7a008e5a9d sqlite bulk insert 2021-05-06 15:57:50 +02:00
Jan Prochazka
1888de8728 sqlite stream reader 2021-05-06 15:23:45 +02:00
Jan Prochazka
1638095c98 database file label 2021-05-06 11:17:30 +02:00
Jan Prochazka
62cedd23b7 extracted getConnectionLabel functionality 2021-05-06 11:08:03 +02:00
Jan Prochazka
3d882f47a7 connection modal fix 2021-05-06 10:50:11 +02:00
Jan Prochazka
88ddc28208 scripts related to server 2021-05-06 10:34:24 +02:00
Jan Prochazka
800666f813 expand button fix 2021-05-06 09:48:07 +02:00
Jan Prochazka
0b8add848a execute command disabled, when query has not connection 2021-05-06 09:43:32 +02:00
Jan Prochazka
cd7edcb443 disconnect command (hard disconnect in electron, soft disconnect in webapp) 2021-05-06 09:34:05 +02:00
Jan Prochazka
e739aed80d sqlite table analyser 2021-05-05 20:04:49 +02:00
Jan Prochazka
28e19402f3 Merge branch 'master' into sqlite 2021-05-03 21:09:41 +02:00
Jan Prochazka
67e8eb32f7 svelte select fix 2021-05-03 21:08:45 +02:00
Jan Prochazka
7d34458553 fixed race condition when using SSH tunnel #110 2021-05-03 20:39:41 +02:00
Jan Prochazka
8b747796e7 Merge branch 'master' into sqlite 2021-05-03 18:43:34 +02:00
Jan Prochazka
8baad56315 toolbar shows tab related commands aligned to right 2021-04-30 20:35:43 +02:00
Jan Prochazka
14bbc7b057 duplicate tab popup menu 2021-04-30 18:46:44 +02:00
Jan Prochazka
7b6ca27b66 add to favorites moved from toolbar into tab context menu 2021-04-30 18:03:34 +02:00
Jan Prochazka
38aae142ea loading structure status fix 2021-04-30 17:30:18 +02:00
Jan Prochazka
bd6c116cc0 timg safe compare token fixes #91 2021-04-30 17:21:35 +02:00
Jan Prochazka
7d789d5712 #109 all tables button in export fixed + added All collections button for nosql 2021-04-29 20:44:46 +02:00
Jan Prochazka
a8b71d452b ssh tunnel keyfile auth fix #106 2021-04-29 14:05:32 +02:00