Commit Graph

278 Commits

Author SHA1 Message Date
Fabio Di Stasio 0014f48079 refactor: migrated to ace from monaco-editor 2020-12-21 11:06:41 +01:00
Fabio Di Stasio fc35f271d7 feat: better security connections credentials storage 2020-12-18 18:44:32 +01:00
Fabio Di Stasio 65ad0e954d ci: update travis configuration 2020-12-18 17:38:06 +01:00
Fabio Di Stasio 8cafade8b1 chore(release): 0.0.11 2020-12-15 17:24:04 +01:00
Fabio Di Stasio d13b708377 chore: update REDME.md 2020-12-15 17:23:24 +01:00
Fabio Di Stasio 206597e5b8 feat: foreign keys management 2020-12-15 17:08:36 +01:00
Fabio Di Stasio c5458159d1 fix: unable to switch tabs when no table selected 2020-12-11 18:22:07 +01:00
Fabio Di Stasio 1476e899d1 feat: auto focus on first input in modals 2020-12-11 18:09:17 +01:00
Fabio Di Stasio 797ab70e7c chore: update links 2020-12-11 16:05:32 +01:00
Fabio Di Stasio f81312aeb0 feat: query tabs auto focus 2020-12-11 15:55:18 +01:00
Fabio Di Stasio 3ed5ea023e fix: some properties do not reset after fields changes 2020-12-11 12:57:24 +01:00
Fabio286 9291a7a7b4 fix: file field editor not show 2020-12-10 15:15:32 +01:00
Fabio Di Stasio 5cfdc9b92d fix: wrong field type detection 2020-12-09 18:22:46 +01:00
Fabio Di Stasio 15b08d7ea8 fix: data tab sort not maintained at refresh 2020-12-08 18:41:08 +01:00
Fabio Di Stasio acebe435ff fix: improved changes dedection in props tab 2020-12-07 19:11:29 +01:00
Fabio Di Stasio 5712b80022 feat: improved data table sorts 2020-12-07 17:51:48 +01:00
Fabio Di Stasio d38583262e fix: deletion of rows with non-numeric ID 2020-12-07 15:07:59 +01:00
Fabio Di Stasio e0e2131981 chore: update README.md 2020-12-04 11:43:27 +01:00
Fabio Di Stasio 7470bddd70 chore(release): 0.0.10 2020-12-04 11:20:51 +01:00
Fabio Di Stasio 33d1fa2290 feat: unsaved changes reminder 2020-12-04 11:19:16 +01:00
Fabio Di Stasio a4122b4eaa feat: drop and truncate tables 2020-12-03 16:15:10 +01:00
Fabio Di Stasio e6602d1bfa feat: create new tables 2020-12-03 13:00:54 +01:00
Fabio Di Stasio f8cf90a89e fix: index deletion issue 2020-12-01 17:29:16 +01:00
Fabio Di Stasio 41505bde65 feat: index management 2020-12-01 16:48:20 +01:00
Fabio Di Stasio 8ebc3bce92 chore: remove deprecated eslint-plugin-standard 2020-11-30 18:24:12 +01:00
Fabio Di Stasio 45e9cdc591
Merge pull request #40 from Fabio286/dependabot/npm_and_yarn/eslint-plugin-standard-5.0.0
build(deps-dev): bump eslint-plugin-standard from 4.1.0 to 5.0.0
2020-11-30 18:20:47 +01:00
Fabio Di Stasio 3cbfc0e148 chore: update README.md 2020-11-30 10:04:31 +01:00
Fabio Di Stasio a47e9e1b1f
Merge pull request #41 from EStarium/dependabot/npm_and_yarn/electron-11.0.2
build(deps-dev): bump electron from 10.1.6 to 11.0.2
2020-11-28 09:16:34 +01:00
Fabio Di Stasio e95d29c7c3 feat: approximate totals in table tata tab 2020-11-25 11:47:35 +01:00
Fabio Di Stasio e954f04828 refactor: improved structure for table options modal 2020-11-23 12:25:44 +01:00
dependabot[bot] 85c800f85b
build(deps-dev): bump electron from 10.1.6 to 11.0.2
Bumps [electron](https://github.com/electron/electron) from 10.1.6 to 11.0.2.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v10.1.6...v11.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-23 05:58:15 +00:00
dependabot[bot] e0482244d7
build(deps-dev): bump eslint-plugin-standard from 4.1.0 to 5.0.0
Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.1.0 to 5.0.0.
- [Release notes](https://github.com/standard/eslint-plugin-standard/releases)
- [Commits](https://github.com/standard/eslint-plugin-standard/compare/v4.1.0...v5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-23 05:47:45 +00:00
Fabio Di Stasio 27769f204f feat: display all keys in properties tab 2020-11-20 17:24:02 +01:00
Fabio Di Stasio dfb24c65f3 fix: sqlEscaper function wrong quotes conversion 2020-11-20 09:16:18 +01:00
Fabio Di Stasio 0fe71572a5 fix: some problems with properties and data tabs when changing database from sidebar 2020-11-18 18:21:15 +01:00
Fabio Di Stasio db577bfef0 ci: temporary removed Linux ARM build 2020-11-16 17:17:33 +01:00
Fabio Di Stasio 0805b96a75 feat: tables options edit 2020-11-16 17:16:39 +01:00
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