Fabio Di Stasio
0b861d962d
chore(release): 0.5.2
2022-04-10 10:55:23 +02:00
Fabio Di Stasio
40828cb3ff
Merge pull request #208 from antares-sql/feat/postgre-import-export
...
feat(PostgreSQL): import/export
2022-04-07 17:56:37 +02:00
Fabio Di Stasio
77f8cac6cf
refactor: update repo links
2022-03-31 16:04:47 +02:00
Fabio Di Stasio
88cd097ec0
chore(release): 0.5.1
2022-03-25 09:26:04 +01:00
Fabio Di Stasio
a67071e284
feat(PostgreSQL): export tables
2022-03-21 18:32:45 +01:00
Fabio Di Stasio
88eb113e53
chore: update README.md
2022-03-12 17:42:34 +01:00
Fabio Di Stasio
9109b2c328
chore(release): 0.5.0
2022-03-12 14:25:04 +01:00
Fabio Di Stasio
dd070d008d
Merge pull request #129 from toriphes/feat/db-import-export
...
feat(MySQL): db import export
2022-03-12 14:17:48 +01:00
Fabio Di Stasio
f3759b6541
perf(MySQL): prevent memory leak on large dump import
2022-03-10 10:23:22 +01:00
Fabio Di Stasio
8e983ad2cb
refactor(PostgreSQL): minor refactor on UI and code for pg connection string
2022-03-06 09:45:55 +01:00
Topollo
6305752ad1
feat(PostgreSQL): ✨ Postgress connection string feature for local and server connection string
...
This feature is based on this [issue](https://github.com/Fabio286/antares/issues/193 ) I tested with the following posgress connection strings postgresql://postgres:pgpassword@127.0.0.1:5432/my_local_databse?connection=local postgres://serveruser:serverpass@test.db.elephantsql.com/my_remote_databse?connection=server postgres://serveruser:serverpass@test.db.elephantsql.com:5432/my_remote_databse postgresql://postgres:pgpassword@127.0.0.1:5432/my_local_databse.
The connection string decoder is loaded before "test-connection", "check-connection", and "connect"
2022-03-06 09:45:55 +01:00
Giulio Ganci
a6f5645a22
feat(UI): better real-time import stats
2022-03-05 18:55:11 +01:00
Fabio Di Stasio
7c00055034
Merge branch 'master' of https://github.com/Fabio286/antares into pr/toriphes/129
2022-02-28 22:00:13 +01:00
Fabio Di Stasio
ad713fcf35
chore(release): 0.4.4
2022-02-27 14:07:24 +01:00
Fabio Di Stasio
4051eff382
build: webpack workers configuration
2022-02-17 18:47:50 +01:00
Fabio Di Stasio
328ab61757
Merge branch 'master' of https://github.com/Fabio286/antares into pr/toriphes/129
2022-02-16 09:14:46 +01:00
Fabio Di Stasio
c5eb73ed3f
chore: update electron
2022-02-15 09:21:14 +01:00
Fabio Di Stasio
2c7c97852f
chore(release): 0.4.3
2022-01-30 12:39:54 +01:00
Fabio Di Stasio
48ebf23bd1
feat(MySQL): spatial fields support ( #165 )
...
* feat: POINT field support
* feat(MySQL): support to LINESTRING, POLYGON and GEOMETRY fields
* refactor: removed links from map attribution
* feat(MySQL): support to MULTIPOINT, MULTILINESTRING, MULTIPOLYGON and GEOMCOLLECTION fields
* test: temporary fix on Windows tests
2022-01-30 11:45:24 +01:00
Fabio Di Stasio
64deedc5ad
test: temporary skip tests on WIndows
2022-01-30 11:44:01 +01:00
Fabio Di Stasio
1356011ba3
fix(Windows): temporary fix to Windows 7 style frame on app startup, closes #169
2022-01-27 23:40:03 +01:00
Fabio Di Stasio
745b55a942
chore: update dependencies
2022-01-25 09:08:45 +01:00
Fabio Di Stasio
f28531a225
build: resolved dependency conflicts
2022-01-16 11:50:35 +01:00
Fabio Di Stasio
8fb1f0803e
fix: cell copy returns "undefined" in some conditions, closes #170
2022-01-14 18:37:37 +01:00
Fabio Di Stasio
020ce36312
chore(release): 0.4.2
2022-01-10 08:50:00 +01:00
Giulio Ganci
8f9385d508
feat: save window state
...
open the main window in the last used position of the screen
2021-12-28 17:12:10 +01:00
Fabio Di Stasio
3d56ec7b49
Merge pull request #157 from Fabio286/dependabot/npm_and_yarn/eslint-plugin-promise-6.0.0
...
build(deps-dev): bump eslint-plugin-promise from 5.2.0 to 6.0.0
2021-12-24 18:04:58 +01:00
Fabio Di Stasio
48c3e6afc4
perf: hash for foreign key default names
2021-12-23 11:47:17 +01:00
dependabot[bot]
50a5c8fe1e
build(deps-dev): bump eslint-plugin-promise from 5.2.0 to 6.0.0
...
Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise ) from 5.2.0 to 6.0.0.
- [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases )
- [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/development/CHANGELOG.md )
- [Commits](https://github.com/xjamundx/eslint-plugin-promise/commits )
---
updated-dependencies:
- dependency-name: eslint-plugin-promise
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-20 19:03:06 +00:00
Fabio Di Stasio
8a6f5eac59
chore(release): 0.4.1
2021-12-11 10:28:29 +01:00
Fabio Di Stasio
a5fdcc1a85
feat: language format detection for text fields
2021-12-10 23:30:03 +01:00
Fabio Di Stasio
992a033cb2
fix: false positive with Windows Defender
2021-12-01 09:23:40 +01:00
Fabio Di Stasio
5267b37eaf
chore: updated appx icons
2021-11-28 16:28:54 +01:00
Fabio Di Stasio
37ccb6b00d
test: basic e2e tests
2021-11-25 18:34:33 +01:00
Fabio Di Stasio
c46224635a
chore(release): 0.4.0
2021-11-24 17:27:51 +01:00
dependabot[bot]
9816965e18
build(deps-dev): bump electron from 15.3.2 to 16.0.1
...
Bumps [electron](https://github.com/electron/electron ) from 15.3.2 to 16.0.1.
- [Release notes](https://github.com/electron/electron/releases )
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md )
- [Commits](https://github.com/electron/electron/compare/v15.3.2...v16.0.1 )
---
updated-dependencies:
- dependency-name: electron
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22 19:05:55 +00:00
Fabio Di Stasio
7d345cf795
Merge pull request #141 from Fabio286/feat/sqlite-implementation
...
feat:sqlite implementation
2021-11-19 16:11:00 +01:00
Fabio Di Stasio
60e5556a3e
chore(release): 0.3.9
2021-11-14 10:51:45 +01:00
Fabio Di Stasio
f2fcc98839
feat(SQLite): table data visualization
2021-11-13 23:00:53 +01:00
Fabio Di Stasio
b3f10220b3
build: transparent background for appx icon
2021-11-12 13:12:05 +01:00
dependabot[bot]
5532ddbda9
build(deps): bump marked from 3.0.8 to 4.0.0
...
Bumps [marked](https://github.com/markedjs/marked ) from 3.0.8 to 4.0.0.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json )
- [Commits](https://github.com/markedjs/marked/compare/v3.0.8...v4.0.0 )
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-08 19:06:33 +00:00
Fabio Di Stasio
17c6686163
Merge pull request #133 from Fabio286/dependabot/npm_and_yarn/webpack-dev-server-4.4.0
...
build(deps-dev): bump webpack-dev-server from 3.11.2 to 4.4.0
2021-11-02 22:23:56 +01:00
Fabio Di Stasio
2b16c0ece4
Merge pull request #132 from Fabio286/dependabot/npm_and_yarn/sass-loader-12.3.0
...
build(deps-dev): bump sass-loader from 10.2.0 to 12.3.0
2021-11-02 22:02:07 +01:00
dependabot[bot]
ba1416dce2
build(deps-dev): bump webpack-dev-server from 3.11.2 to 4.4.0
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 3.11.2 to 4.4.0.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.11.2...v4.4.0 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-02 20:55:42 +00:00
Fabio Di Stasio
cacab55f55
refactor: minor changes to support eslint-plugin-vue 8
2021-11-02 21:51:53 +01:00
dependabot[bot]
3189d625e3
build(deps-dev): bump sass-loader from 10.2.0 to 12.3.0
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 10.2.0 to 12.3.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v10.2.0...v12.3.0 )
---
updated-dependencies:
- dependency-name: sass-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-01 19:07:14 +00:00
dependabot[bot]
f71ed39b88
build(deps-dev): bump eslint-plugin-vue from 7.20.0 to 8.0.3
...
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) from 7.20.0 to 8.0.3.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v7.20.0...v8.0.3 )
---
updated-dependencies:
- dependency-name: eslint-plugin-vue
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-01 19:05:26 +00:00
Fabio Di Stasio
729aa9781a
chore: update README.md and CONTRIBUTING.md
2021-10-31 16:07:53 +01:00
Fabio Di Stasio
0cd182546b
build: electron-webpack replacement ( #130 )
...
* some changes
* improvements and dedicated webpeck configs for render and main
* added debugging setup
* vscode main process debug config
* vue3 devtools
2021-10-31 10:36:45 +01:00
Fabio Di Stasio
9506bb862a
chore(release): 0.3.8
2021-10-23 10:18:46 +02:00
Fabio Di Stasio
8d0aa73d1e
chore: update dependencies
2021-10-21 10:51:07 +02:00
Fabio Di Stasio
c8594c0549
chore(release): 0.3.7
2021-10-08 09:13:23 +02:00
dependabot[bot]
add95292ad
build(deps): bump ssh2-promise from 0.2.0 to 1.0.2
...
Bumps [ssh2-promise](https://github.com/sanketbajoria/ssh2-promise ) from 0.2.0 to 1.0.2.
- [Release notes](https://github.com/sanketbajoria/ssh2-promise/releases )
- [Commits](https://github.com/sanketbajoria/ssh2-promise/commits )
---
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-10-01 13:52:48 +00:00
Fabio Di Stasio
7ea7b369ab
chore: update dependencies
2021-10-01 15:33:10 +02:00
dependabot[bot]
cce59d0ca8
build(deps-dev): bump electron from 14.0.1 to 15.0.0
...
Bumps [electron](https://github.com/electron/electron ) from 14.0.1 to 15.0.0.
- [Release notes](https://github.com/electron/electron/releases )
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md )
- [Commits](https://github.com/electron/electron/compare/v14.0.1...v15.0.0 )
---
updated-dependencies:
- dependency-name: electron
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 19:06:30 +00:00
Fabio Di Stasio
94a53fec6c
chore(release): 0.3.6
2021-09-26 11:39:19 +02:00
dependabot[bot]
638cd4bfb7
build(deps): bump @electron/remote from 1.2.2 to 2.0.1
...
Bumps [@electron/remote](https://github.com/electron/remote ) from 1.2.2 to 2.0.1.
- [Release notes](https://github.com/electron/remote/releases )
- [Changelog](https://github.com/electron/remote/blob/main/.releaserc.json )
- [Commits](https://github.com/electron/remote/compare/v1.2.2...v2.0.1 )
---
updated-dependencies:
- dependency-name: "@electron/remote"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-20 19:06:45 +00:00
Fabio Di Stasio
abd46aa322
perf(core): better communication of internal exceptions
2021-09-15 15:31:57 +02:00
Fabio Di Stasio
6bfc229b77
chore(release): 0.3.5
2021-09-13 15:03:02 +02:00
Fabio Di Stasio
d31b051f4b
chore: update dependencies
2021-09-13 15:02:28 +02:00
Fabio Di Stasio
ed5189fdc1
chore(release): 0.3.4
2021-09-12 11:59:01 +02:00
Fabio Di Stasio
0203f69e95
feat: new create function tabs
2021-09-07 18:20:45 +02:00
dependabot[bot]
3a26d4f509
build(deps-dev): bump electron from 13.3.0 to 14.0.0
...
Bumps [electron](https://github.com/electron/electron ) from 13.3.0 to 14.0.0.
- [Release notes](https://github.com/electron/electron/releases )
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md )
- [Commits](https://github.com/electron/electron/compare/v13.3.0...v14.0.0 )
---
updated-dependencies:
- dependency-name: electron
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-06 19:44:11 +00:00
dependabot[bot]
d91ffcccca
build(deps): bump @mdi/font from 5.9.55 to 6.1.95
...
Bumps [@mdi/font](https://github.com/Templarian/MaterialDesign-Webfont ) from 5.9.55 to 6.1.95.
- [Release notes](https://github.com/Templarian/MaterialDesign-Webfont/releases )
- [Commits](https://github.com/Templarian/MaterialDesign-Webfont/compare/v5.9.55...v6.1.95 )
---
updated-dependencies:
- dependency-name: "@mdi/font"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-06 19:06:42 +00:00
Fabio Di Stasio
dcf368b350
chore: update dependencies
2021-09-01 18:17:11 +02:00
Fabio Di Stasio
2918c3cb92
chore(release): 0.3.3
2021-08-22 10:41:48 +02:00
dependabot[bot]
334c7a31d2
build(deps): bump marked from 2.1.3 to 3.0.0
...
Bumps [marked](https://github.com/markedjs/marked ) from 2.1.3 to 3.0.0.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js )
- [Commits](https://github.com/markedjs/marked/compare/v2.1.3...v3.0.0 )
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-16 19:05:09 +00:00
Fabio Di Stasio
14c64c537c
chore(release): 0.3.2
2021-08-06 14:44:45 +02:00
Fabio Di Stasio
97b3563e25
chore: update dependencies
2021-08-06 14:38:25 +02:00
Fabio Di Stasio
3abff36136
feat: contextual menu option to duplicate table fields
2021-08-04 09:59:50 +02:00
Fabio Di Stasio
420255cdd4
chore(release): 0.3.1
2021-07-27 10:27:02 +02:00
Fabio Di Stasio
425f0663f9
chore(release): 0.3.0
2021-07-23 17:38:31 +02:00
Fabio Di Stasio
d1d8592f79
build: downgrade to ss2-promise 0.2.0 due build problems
2021-07-22 11:34:21 +02:00
Fabio Di Stasio
e6ef5ffa56
refactor: improved the way how schema is passed to client classes
2021-07-21 14:40:29 +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
14d5842056
chore(release): 0.2.1
2021-07-09 16:07:07 +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
5c21b67b3d
chore(release): 0.2.0
2021-07-03 12:29:13 +02:00
Fabio Di Stasio
7cc5e7b67f
chore(release): 0.1.13
2021-06-19 13:04:11 +02:00
Fabio Di Stasio
b77e77f3bb
chore: update dependencies
2021-06-14 09:11:37 +02:00
Fabio Di Stasio
71910ca5c8
chore(release): 0.1.12
2021-06-09 09:03:18 +02:00
Fabio Di Stasio
cce5adbac7
feat(PostgreSQL): trigger rename and delete
2021-06-08 09:12:43 +02:00
Fabio Di Stasio
ab54eb086f
chore: update dependencies
2021-06-05 10:15:08 +02:00
Fabio Di Stasio
c9ccf786cd
chore(release): 0.1.11
2021-06-02 15:47:12 +02:00
fabio286
e0e6483d1f
build: update dependencies
2021-06-02 12:13:43 +02:00
Fabio Di Stasio
f502620779
chore(release): 0.1.10
2021-05-29 11:41:48 +02:00
Fabio Di Stasio
c568acae14
build: update dependencies
2021-05-25 10:09:09 +02:00
Fabio Di Stasio
7a46a119d8
chore(release): 0.1.9
2021-05-23 11:35:54 +02:00
Fabio Di Stasio
b4b2f3d0cf
chore(release): 0.1.8
2021-05-22 16:25:52 +02:00
Fabio Di Stasio
7a766f04e6
perf: improved the way how field default value are handled
2021-05-22 16:24:19 +02:00
Fabio Di Stasio
f6b77d1243
build: update dependencies
2021-05-22 16:12:08 +02:00
Fabio Di Stasio
d26f168250
build: update build script
2021-05-17 19:08:36 +02:00
Fabio Di Stasio
5efcad4d3f
chore(release): 0.1.7
2021-05-16 21:08:52 +02:00
Fabio Di Stasio
0e425a9c6d
build: removed linux arm64 build from build process
2021-05-16 19:50:06 +02:00
Fabio Di Stasio
9a7cd90d5c
build: arm mac (apple silicon) build configuration
2021-05-14 22:24:50 +02:00
fabio286
026400d242
build: arm linux build configuration
2021-05-14 18:59:58 +02:00
Fabio Di Stasio
4bd8cbbf6c
build: moved to sass from node-sass
2021-05-14 17:27:56 +02:00
Fabio Di Stasio
1382bc9300
Merge pull request #64 from Fabio286/dependabot/npm_and_yarn/pgsql-ast-parser-8.1.1
...
build(deps): bump pgsql-ast-parser from 7.2.1 to 8.1.1
2021-05-14 17:21:10 +02:00
Fabio Di Stasio
496490b14a
build: update dependencies and build config
2021-05-11 12:00:22 +02:00
dependabot[bot]
672573d8c2
build(deps): bump pgsql-ast-parser from 7.2.1 to 8.1.1
...
Bumps [pgsql-ast-parser](https://github.com/oguimbal/pgsql-ast-parser ) from 7.2.1 to 8.1.1.
- [Release notes](https://github.com/oguimbal/pgsql-ast-parser/releases )
- [Changelog](https://github.com/oguimbal/pgsql-ast-parser/blob/master/changelog.md )
- [Commits](https://github.com/oguimbal/pgsql-ast-parser/compare/7.2.1...8.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 06:16:49 +00:00
Fabio Di Stasio
d923453919
chore(release): 0.1.6
2021-05-08 17:33:25 +02:00
Fabio Di Stasio
79cef61fea
build: revert to electron-builder@22.9.1 due Windows build issues
2021-05-08 17:13:24 +02:00
Fabio Di Stasio
dec334737f
chore: update dependencies
2021-05-08 16:41:18 +02:00
Fabio Di Stasio
19d16e46bb
build: update dependencies
2021-05-06 22:55:10 +02:00
Fabio Di Stasio
29e2d92b5b
fix: no quotes around strings in field default custom value
2021-05-05 17:13:12 +02:00
Fabio Di Stasio
370ad6a536
chore(release): 0.1.5
2021-04-30 17:37:04 +02:00
Fabio Di Stasio
bf3367b41d
build: minor changes to build and dependencies
2021-04-28 12:11:39 +02:00
Fabio Di Stasio
fd4f032a6f
build: mssql temporarily removed from dependencies
2021-04-28 11:55:29 +02:00
Fabio Di Stasio
1b09909126
fix: semicolon inside strings breaks queries, closes #59
2021-04-28 11:50:07 +02:00
Fabio Di Stasio
ccacd3e2c3
Merge pull request #56 from Fabio286/dependabot/npm_and_yarn/electron-12.0.5
...
build(deps-dev): bump electron from 11.4.3 to 12.0.5
2021-04-26 10:08:32 +02:00
Fabio Di Stasio
15948b30c9
refactor: modifications for electron 12 support
2021-04-26 10:07:47 +02:00
dependabot[bot]
2d85295093
build(deps-dev): bump electron from 11.4.3 to 12.0.5
...
Bumps [electron](https://github.com/electron/electron ) from 11.4.3 to 12.0.5.
- [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/v11.4.3...v12.0.5 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 06:25:55 +00:00
dependabot[bot]
cd58e2d8ca
build(deps-dev): bump stylelint-config-standard from 21.0.0 to 22.0.0
...
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard ) from 21.0.0 to 22.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases )
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/21.0.0...22.0.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 06:25:16 +00:00
Fabio Di Stasio
1df57dc705
chore(release): 0.1.4
2021-04-22 15:18:07 +02:00
Fabio286
5ceddb8e00
perf(UI): improved connection status indicator
2021-04-21 16:41:42 +02:00
Fabio Di Stasio
9ffd443a66
feat(UI): format and clear queries
2021-04-19 19:15:06 +02:00
Fabio Di Stasio
1b0a63ff31
chore(release): 0.1.3
2021-04-17 10:36:07 +02:00
Fabio Di Stasio
c0f54b9514
build: update dependencies
2021-04-14 10:42:00 +02:00
Fabio Di Stasio
dea5ec7513
chore(release): 0.1.2
2021-04-11 12:39:56 +02:00
Fabio Di Stasio
1e938adc5d
feat: in-app last release changelog
2021-04-11 12:35:16 +02:00
Fabio Di Stasio
c2f76e490a
chore(release): 0.1.1
2021-04-03 12:21:34 +02:00
Fabio Di Stasio
feef5e30ee
feat(PostgreSQL): tables addition
2021-03-28 11:55:15 +02:00
Fabio Di Stasio
2ca2988832
chore: appx build configuration
2021-03-26 16:52:49 +01:00
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
dependabot[bot]
da33e77361
build(deps-dev): bump electron from 9.2.1 to 10.1.0
...
Bumps [electron](https://github.com/electron/electron ) from 9.2.1 to 10.1.0.
- [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/v9.2.1...v10.1.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-08-31 06:47:39 +00:00
dependabot[bot]
a4841ab63b
build(deps-dev): bump sass-loader from 9.0.3 to 10.0.1
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 9.0.3 to 10.0.1.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v9.0.3...v10.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-08-31 06:44:49 +00:00
Fabio
196a3e0185
feat: monaco-editor as query editor
2020-08-20 18:06:02 +02:00
Fabio
fd6d5177ef
fix: wrong table height calc in some cases
2020-08-19 16:25:42 +02:00
Fabio
69def94c88
chore(release): 0.0.5
2020-08-17 17:39:28 +02:00
dependabot[bot]
a4b94bc19c
build(deps-dev): bump standard-version from 8.0.2 to 9.0.0
...
Bumps [standard-version](https://github.com/conventional-changelog/standard-version ) from 8.0.2 to 9.0.0.
- [Release notes](https://github.com/conventional-changelog/standard-version/releases )
- [Changelog](https://github.com/conventional-changelog/standard-version/blob/master/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/standard-version/compare/v8.0.2...v9.0.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-08-17 06:28:16 +00:00
Fabio
5473858323
refactor: changed material design icon pack
2020-08-12 10:48:18 +02:00
Fabio
a15e6249e1
chore: dependabot interval and minor changes in README.md
2020-08-07 17:27:25 +02:00
dependabot[bot]
f787439009
Bump sass-loader from 9.0.2 to 9.0.3
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 9.0.2 to 9.0.3.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v9.0.2...v9.0.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-08-06 06:11:22 +00:00
Fabio
b03d461e21
build: fix to build configuration on Travis
2020-08-05 22:09:23 +02:00
Fabio
092e8a0732
style: 🎨 stylelint implementation
2020-07-31 18:16:28 +02:00
dependabot[bot]
cdf964ef07
Bump webpack from 4.44.0 to 4.44.1
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.44.0 to 4.44.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.44.0...v4.44.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-31 05:22:32 +00:00
dependabot[bot]
e014f81a9c
Bump vue-i18n from 8.19.0 to 8.20.0
...
Bumps [vue-i18n](https://github.com/kazupon/vue-i18n ) from 8.19.0 to 8.20.0.
- [Release notes](https://github.com/kazupon/vue-i18n/releases )
- [Changelog](https://github.com/kazupon/vue-i18n/blob/v8.x/CHANGELOG.md )
- [Commits](https://github.com/kazupon/vue-i18n/compare/v8.19.0...v8.20.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-30 05:32:52 +00:00
Fabio
d69e411581
Moved to electron 9
2020-07-29 15:56:29 +02:00
dependabot[bot]
145d1dd1ad
Bump electron-updater from 4.3.1 to 4.3.4
...
Bumps [electron-updater](https://github.com/electron-userland/electron-builder ) from 4.3.1 to 4.3.4.
- [Release notes](https://github.com/electron-userland/electron-builder/releases )
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/CHANGELOG.md )
- [Commits](https://github.com/electron-userland/electron-builder/commits )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-28 07:50:07 +00:00
dependabot[bot]
b183eacae1
Bump electron-builder from 22.7.0 to 22.8.0
...
Bumps [electron-builder](https://github.com/electron-userland/electron-builder ) from 22.7.0 to 22.8.0.
- [Release notes](https://github.com/electron-userland/electron-builder/releases )
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/CHANGELOG.md )
- [Commits](https://github.com/electron-userland/electron-builder/compare/v22.7.0...v22.8.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-28 05:20:18 +00:00
Fabio Di Stasio
1ecb6d892c
Merge pull request #19 from EStarium/dependabot/npm_and_yarn/webpack-4.44.0
...
Bump webpack from 4.43.0 to 4.44.0
2020-07-27 07:59:02 +02:00
dependabot[bot]
7a4d8286a6
Bump webpack from 4.43.0 to 4.44.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.43.0 to 4.44.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.43.0...v4.44.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-27 05:41:17 +00:00
dependabot[bot]
dd5ec2c661
Bump vue-i18n from 8.18.2 to 8.19.0
...
Bumps [vue-i18n](https://github.com/kazupon/vue-i18n ) from 8.18.2 to 8.19.0.
- [Release notes](https://github.com/kazupon/vue-i18n/releases )
- [Changelog](https://github.com/kazupon/vue-i18n/blob/v8.x/CHANGELOG.md )
- [Commits](https://github.com/kazupon/vue-i18n/compare/v8.18.2...v8.19.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-27 05:39:54 +00:00
Fabio
ac01511c10
Update version
2020-07-24 17:34:39 +02:00
dependabot[bot]
fd5a8548c7
Bump mssql from 6.2.0 to 6.2.1
...
Bumps [mssql](https://github.com/tediousjs/node-mssql ) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/tediousjs/node-mssql/releases )
- [Changelog](https://github.com/tediousjs/node-mssql/blob/master/CHANGELOG.txt )
- [Commits](https://github.com/tediousjs/node-mssql/compare/v6.2.0...v6.2.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-23 05:45:56 +00:00
Fabio
425ecf838d
Row multi select
2020-07-22 18:30:52 +02:00
dependabot[bot]
e9fffcc37e
Bump codemirror from 5.55.0 to 5.56.0
...
Bumps [codemirror](https://github.com/codemirror/CodeMirror ) from 5.55.0 to 5.56.0.
- [Release notes](https://github.com/codemirror/CodeMirror/releases )
- [Changelog](https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codemirror/CodeMirror/compare/5.55.0...5.56.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-21 05:56:20 +00:00
dependabot[bot]
376d74c7dc
Bump electron-devtools-installer from 3.1.0 to 3.1.1
...
Bumps [electron-devtools-installer](https://github.com/MarshallOfSound/electron-devtools-installer ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/MarshallOfSound/electron-devtools-installer/releases )
- [Changelog](https://github.com/MarshallOfSound/electron-devtools-installer/blob/master/.releaserc.json )
- [Commits](https://github.com/MarshallOfSound/electron-devtools-installer/compare/v3.1.0...v3.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-17 05:20:01 +00:00
dependabot[bot]
b23b4f18b9
Bump pg from 8.2.2 to 8.3.0
...
Bumps [pg](https://github.com/brianc/node-postgres ) from 8.2.2 to 8.3.0.
- [Release notes](https://github.com/brianc/node-postgres/releases )
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md )
- [Commits](https://github.com/brianc/node-postgres/compare/pg@8.2.2...pg@8.3.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-10 05:36:39 +00:00
dependabot[bot]
2f6d16c730
Bump lodash from 4.17.15 to 4.17.19
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-09 05:34:34 +00:00
Fabio Di Stasio
b8e09e7003
Merge pull request #10 from EStarium/dependabot/npm_and_yarn/pg-8.2.2
...
Bump pg from 8.2.1 to 8.2.2
2020-07-08 09:02:13 +02:00