Commit Graph

1741 Commits

Author SHA1 Message Date
Fabio Di Stasio e49823f5c4 chore(release): 0.0.9 2020-11-13 17:55:43 +01:00
Fabio Di Stasio 76351005b4 chore: update dependencies 2020-11-13 17:49:09 +01:00
Fabio Di Stasio 3e5770f7de fix: zero fill field option was not saved 2020-11-13 16:37:52 +01:00
Fabio Di Stasio 242ddec744 feat: table fields deletion 2020-11-13 16:19:59 +01:00
Fabio Di Stasio 07654039b6 feat: table fields addition 2020-11-13 15:04:51 +01:00
Fabio Di Stasio 249926b8e0 feat: ability to edit table fields 2020-11-13 12:39:40 +01:00
Fabio Di Stasio ae47a978c1
Merge pull request #39 from EStarium/dependabot/npm_and_yarn/node-sass-5.0.0
build(deps-dev): bump node-sass from 4.14.1 to 5.0.0
2020-11-02 09:06:12 +01:00
dependabot[bot] bc53b0b332
build(deps-dev): bump node-sass from 4.14.1 to 5.0.0
Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 5.0.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.14.1...v5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-02 05:52:03 +00:00
Fabio d4175bcbda ci: ARM build configuration 2020-10-28 12:58:16 +01:00
Fabio c9ba2e5962 fix: F9 key shortcut refresh all query tabs instead of just selected one 2020-10-27 17:04:39 +01:00
Fabio 2e49d86677 refactor(core): improved how application gets query fields and keys 2020-10-27 16:41:00 +01:00
Fabio c393f86947 fix: issue with tabs horizontal scroll with wheel 2020-10-26 09:28:29 +01:00
Fabio a0b96aa06c chore: update dependencies 2020-10-26 09:26:25 +01:00
Fabio 2dc16e8ea8 feat(ui): display table properties tab 2020-10-24 14:47:35 +02:00
Fabio ee183886f6 fix(mysql): error getting foreign key list 2020-10-23 16:21:36 +02:00
Fabio cef6f681c8 refactor(ui): improve scss 2020-10-23 13:58:47 +02:00
Fabio ea9b489f5f fix: duplicate header fields on join result tables 2020-10-21 14:58:22 +02:00
Fabio 1658432fd3 feat: support to aliased tables 2020-10-20 13:30:36 +02:00
Fabio a8cd17748f fix: wrong result fields type and order with some queries 2020-10-20 13:12:12 +02:00
Fabio 580105e9f3 chore(release): 0.0.8 2020-10-18 10:29:37 +02:00
Fabio 0626f6f775 refactor(render): improved buttons style 2020-10-18 10:27:02 +02:00
Fabio 12f5e479f3 chore: update README.md 2020-10-17 17:01:38 +02:00
Fabio 04804b07c7 feat(render): field type and length on table header mouse hover 2020-10-17 10:12:40 +02:00
Fabio 053418ee90 refactor(mysql): moved specific queries inside MySQLClient class 2020-10-16 17:26:47 +02:00
Fabio 426628f268 feat: pie chart with table size in database explore bar 2020-10-15 17:22:19 +02:00
Fabio d4ecaf65e5 fix: context menu outside window when near bottom or right edge 2020-10-14 19:32:36 +02:00
Fabio 27d114beef refactor: remap of procedures, triggers and schedulers data objects 2020-10-14 19:00:13 +02:00
Fabio 936de04cd3 refactor: remap of table data object 2020-10-12 18:45:15 +02:00
Fabio b7c779eef6 fix: disable cell editor for not editable results 2020-10-10 16:54:00 +02:00
Fabio d560c384f5 fix: missing header for some query results 2020-10-09 22:44:05 +02:00
Fabio 9ecd88870d feat: data table autorefresh, closes #36 2020-10-08 18:51:08 +02:00
Fabio 07d1e82325 perf: improved refresh of data tables 2020-10-07 20:42:04 +02:00
Fabio ce25cd0a31 fix: no connection passed to connection's edit modal 2020-10-05 09:21:33 +02:00
Fabio Di Stasio 319d9beef1
Merge pull request #35 from EStarium/dependabot/npm_and_yarn/eslint-plugin-vue-7.0.1
build(deps-dev): bump eslint-plugin-vue from 6.2.2 to 7.0.1
2020-10-05 08:58:15 +02:00
dependabot[bot] 4272efe73b
build(deps-dev): bump eslint-plugin-vue from 6.2.2 to 7.0.1
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 6.2.2 to 7.0.1.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v6.2.2...v7.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-05 05:42:39 +00:00
Fabio ed5cf0a8e4 refactor: improvements to edit connection modal 2020-10-04 18:32:54 +02:00
Fabio c70e5b422c fix: missing connection name when "ask for crendential" selected 2020-10-04 18:31:40 +02:00
Fabio 0bf2c8dc9d feat: query and data tabs keyboard shortcuts (F5, F9) 2020-10-04 17:32:15 +02:00
Fabio d563cec70d feat: close modals pressing ESC 2020-10-04 17:21:21 +02:00
Fabio 6ee4ef4b8b chore: improved changelog 2020-10-03 12:20:09 +02:00
Fabio 5fc4df426c chore(release): 0.0.7 2020-10-03 12:13:17 +02:00
Fabio 799a5fef5b build: reduced webpack console output 2020-10-03 12:12:41 +02:00
Fabio 54717e1f6a feat: edit database collation 2020-10-03 12:11:42 +02:00
Fabio 4288a1fd33 feat: databases deletion 2020-10-01 15:08:35 +02:00
Fabio 52449e0420 refactor: enhanced automatic schema selection 2020-09-29 16:43:20 +02:00
Fabio 96f38297c1 chore: update README.md 2020-09-28 10:14:12 +02:00
Fabio 3e737cba62 fix: empty databases not shown in explore bar 2020-09-27 19:06:13 +02: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 Di Stasio 437e41bff0
Merge pull request #34 from EStarium/dependabot/npm_and_yarn/vuex-persist-3.1.0
build(deps): bump vuex-persist from 2.3.0 to 3.1.0
2020-09-21 08:02:46 +02:00