Commit Graph

111 Commits

Author SHA1 Message Date
Fabio Di Stasio d20414b692 chore(release): 0.1.0 2021-03-21 13:01:35 +01:00
Fabio Di Stasio fccfe92453 fix(PostgreSQL): various issues in query results 2021-03-19 18:49:26 +01:00
Fabio Di Stasio d892fa6fb3 feat(PostgreSQL): partial postgre implementation 2021-03-16 18:42:03 +01:00
Fabio Di Stasio 7d0c929fb8 chore(release): 0.0.20 2021-03-13 19:30:57 +01:00
fabio286 239cb4488f ci: snap store config 2021-03-08 12:40:56 +01:00
Fabio Di Stasio fb5adbe676 chore: update package.json to support Windows portable build 2021-03-06 17:29:00 +01:00
fabio286 9cd51c8d8b chore: update package.json 2021-03-06 17:11:03 +01:00
Fabio Di Stasio 8dfaa3b7be chore(release): 0.0.19 2021-03-05 17:29:12 +01:00
Fabio Di Stasio db4430609e feat(MySQL): support to new mysql8 authentication, closes #45 2021-03-02 12:03:01 +01:00
Fabio Di Stasio b4ead6992c perf(UI): improvements of date time inputs 2021-02-27 17:52:54 +01:00
Fabio Di Stasio 4494e637f7 chore(release): 0.0.18 2021-02-25 19:09:02 +01:00
Fabio Di Stasio 76d92cd106 fix: issue managing function/routine parameters 2021-02-24 12:46:31 +01:00
Fabio Di Stasio 9b60bfff8d build: dropped use of lodash 2021-02-19 17:41:33 +01:00
Fabio Di Stasio 014257147e chore(release): 0.0.17 2021-02-17 18:50:45 +01:00
Fabio Di Stasio a176174b8d feat: fake table data generator 2021-02-13 18:45:16 +01:00
Fabio Di Stasio 2aace28e80 chore(release): 0.0.16 2021-02-06 12:41:42 +01:00
Fabio Di Stasio ab70ff239e build: update dependencies 2021-01-25 09:29:36 +01:00
dependabot[bot] 36352f8028
build(deps): bump electron-store from 6.0.1 to 7.0.0
Bumps [electron-store](https://github.com/sindresorhus/electron-store) from 6.0.1 to 7.0.0.
- [Release notes](https://github.com/sindresorhus/electron-store/releases)
- [Commits](https://github.com/sindresorhus/electron-store/compare/v6.0.1...v7.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-25 06:46:59 +00:00
Fabio Di Stasio 04fcaf2f6e chore(release): 0.0.15 2021-01-23 16:06:55 +01:00
Fabio Di Stasio 8ff6e70145 feat: functions and schedulers in query suggestions 2021-01-18 18:41:28 +01:00
Fabio Di Stasio afcf1c86ed chore(release): 0.0.14 2021-01-16 11:47:57 +01:00
Fabio Di Stasio 1e7d4ca347 feat: schedulers delete 2021-01-14 18:11:36 +01:00
Fabio Di Stasio 27fd9ec203 chore(release): 0.0.13 2021-01-06 12:00:30 +01:00
Fabio Di Stasio 3b4f1475df chore(release): 0.0.12 2020-12-24 10:58:03 +01:00
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 8cafade8b1 chore(release): 0.0.11 2020-12-15 17:24:04 +01:00
Fabio Di Stasio 7470bddd70 chore(release): 0.0.10 2020-12-04 11:20:51 +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
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 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 249926b8e0 feat: ability to edit table fields 2020-11-13 12:39:40 +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 a0b96aa06c chore: update dependencies 2020-10-26 09:26:25 +01:00
Fabio 580105e9f3 chore(release): 0.0.8 2020-10-18 10:29:37 +02:00
Fabio ce25cd0a31 fix: no connection passed to connection's edit modal 2020-10-05 09:21:33 +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 5fc4df426c chore(release): 0.0.7 2020-10-03 12:13:17 +02:00
Fabio c1cdd03938 refactor: simplified and improved project structure 2020-09-24 13:09:01 +02:00
dependabot[bot] 4516783b13
build(deps): bump vuex-persist from 2.3.0 to 3.1.0
Bumps [vuex-persist](https://github.com/championswimmer/vuex-persist) from 2.3.0 to 3.1.0.
- [Release notes](https://github.com/championswimmer/vuex-persist/releases)
- [Changelog](https://github.com/championswimmer/vuex-persist/blob/master/CHANGELOG.md)
- [Commits](https://github.com/championswimmer/vuex-persist/compare/v2.3.0...v3.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-21 05:45:49 +00:00
Fabio 5334a44271 refactor: improved structure of connection core 2020-09-17 17:58:12 +02:00
Fabio286 3e08ba221d build: local vue-template-compiler 2020-09-06 16:47:51 +02:00
Fabio 48f77bae01 feat: support to multiple queries in the same tab 2020-09-06 08:41:57 +02:00
Fabio 51ccce3da4 chore(release): 0.0.6 2020-09-03 13:46:16 +02:00
Fabio Di Stasio 8390f8aa55
Merge pull request #31 from EStarium/dependabot/npm_and_yarn/electron-10.1.0
build(deps-dev): bump electron from 9.2.1 to 10.1.0
2020-08-31 17:39:49 +02:00