Commit Graph

1032 Commits

Author SHA1 Message Date
allcontributors[bot] 45d599ad7f docs: update README.md [skip ci] 2022-05-23 16:13:51 +02:00
Fabio Di Stasio 9082960310 feat(translation): russian translation, closes #266 2022-05-23 16:11:54 +02:00
Fabio Di Stasio 5d5f1da97b perf(UI): max height for query text area increased 2022-05-19 09:30:43 +02:00
Fabio Di Stasio c95c593c74
chore: create CODE_OF_CONDUCT.md 2022-05-15 19:08:06 +02:00
Fabio Di Stasio c5baf2b0d3 fix: query tab content disappears reordering or closing other tabs, closes #261 2022-05-15 18:15:05 +02:00
Fabio Di Stasio a082514f88 fix(PostgreSQL): idle timeout disabled 2022-05-15 17:37:54 +02:00
Fabio Di Stasio c826888b0d fix: SSH tunnel connection error with private key, closes #260 2022-05-14 11:24:24 +02:00
Fabio Di Stasio 9ee1b3023d build: electron-updater downgrade [skip ci] 2022-05-10 19:16:06 +02:00
Fabio Di Stasio 79d9acb471 chore(release): 0.5.4 2022-05-10 18:13:30 +02:00
Fabio Di Stasio e02565c0d9 perf(UI): left alignment for numbers in result tables, closes #249 2022-05-10 15:19:47 +02:00
Fabio Di Stasio ff272440bd fix: unable to insert auto-generated datetime fields 2022-05-10 15:14:34 +02:00
Fabio Di Stasio e62f280528 fix: app blocked by BIT fields with no default, closes #256 2022-05-10 15:13:08 +02:00
Fabio Di Stasio 6d6151814e fix: SSH tunnel not working 2022-05-10 14:44:45 +02:00
Fabio Di Stasio 58611bf07f fix: file upload input not working 2022-05-10 14:43:08 +02:00
Ngô Quốc Đạt e0f85f469f Added missing translations for vi-VN 2022-05-08 16:29:48 +02:00
Fabio Di Stasio a93e71d751 chore(release): 0.5.3 2022-05-08 09:25:59 +02:00
Fabio Di Stasio 2a7433da16 refactor: removed pinia ipc plugins 2022-05-08 00:12:23 +02:00
Fabio Di Stasio fd5dca2450 ci: e2e tests on separate github action 2022-05-07 23:20:31 +02:00
Fabio Di Stasio da6481f458 build: fix compilation issues 2022-05-07 22:50:11 +02:00
Fabio Di Stasio c7417809f4 refactor: minor improvement in changelog parsing 2022-05-07 16:13:22 +02:00
Fabio Di Stasio 5cb8ec65ad refactor: ts improvements 2022-05-07 09:46:07 +02:00
Fabio Di Stasio e4c5d9b404 fix(MySQL): creating temporary tables on export to overcome view dependency errors 2022-05-06 17:20:06 +02:00
Fabio Di Stasio bfdb463390 fix: unable to set an empty string as field default 2022-05-05 23:09:10 +02:00
Fabio Di Stasio 9fcc7d1cef fix(MySQL): support to ANSI_QUOTES mode not working, closes #243 2022-05-05 17:18:18 +02:00
Fabio Di Stasio 70cb92521f refactor: Invitation to contribute in translations on settings 2022-05-04 11:24:48 +02:00
Fabio Di Stasio 981d31957f
Merge pull request #232 from antares-sql/dependabot/npm_and_yarn/electron-updater-5.0.1
build(deps): bump electron-updater from 4.6.5 to 5.0.1
2022-05-03 18:12:04 +02:00
Fabio Di Stasio 619478c072
Merge pull request #230 from antares-sql/dependabot/npm_and_yarn/electron-builder-23.0.3
build(deps-dev): bump electron-builder from 22.14.13 to 23.0.3
2022-05-03 17:01:40 +02:00
Fabio Di Stasio eb1afed108 fix: LIKE operator in table filter not properly working, closes #242 2022-05-03 14:34:27 +02:00
Fabio Di Stasio 0fa22fbe72 feat: default open schema if only one present 2022-05-01 10:46:32 +02:00
Fabio Di Stasio 5e4abd3e81 fix: prevents query tabs targets previous schema if not in explorebar, closes #236 2022-05-01 10:23:03 +02:00
dependabot[bot] 81d897c7b3
build(deps): bump electron-updater from 4.6.5 to 5.0.1
Bumps [electron-updater](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater) from 4.6.5 to 5.0.1.
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-updater/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/electron-updater@5.0.1/packages/electron-updater)

---
updated-dependencies:
- dependency-name: electron-updater
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-30 15:34:36 +00:00
dependabot[bot] b148c210a6
build(deps-dev): bump electron-builder from 22.14.13 to 23.0.3
Bumps [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) from 22.14.13 to 23.0.3.
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/v23.0.3/packages/electron-builder)

---
updated-dependencies:
- dependency-name: electron-builder
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-30 15:34:19 +00:00
Fabio Di Stasio 75aa299f8d
Merge pull request #238 from antares-sql/vue3-migration
Vue3 migration
2022-04-30 17:31:02 +02:00
Fabio Di Stasio f4795eb92a chore: update CONTRIBUTING.md 2022-04-30 17:26:08 +02:00
Fabio Di Stasio 18b66b5032 fix: missing tabs uid 2022-04-30 17:15:33 +02:00
Fabio Di Stasio cdbadbb11a remove @vue/compat 2022-04-30 16:11:44 +02:00
Fabio Di Stasio 47e1f27bb8 fix: unable to disconnect from database 2022-04-30 12:15:00 +02:00
Fabio Di Stasio 4be0f6bbbc Merge branch 'master' of https://github.com/Fabio286/antares into vue3-migration 2022-04-30 12:03:32 +02:00
Fabio Di Stasio ff8bb45d6d fix: missing storeToRefs imports 2022-04-30 11:45:49 +02:00
Fabio Di Stasio 0d52282aa8 refactor: migration to pinia 2022-04-30 00:47:37 +02:00
Fabio Di Stasio e9dedfaf32 fix: query editor table fields suggestion 2022-04-28 13:22:15 +02:00
Fabio Di Stasio 9f0ec5e0ce vue devtools integrated in chromium devtools 2022-04-28 10:34:44 +02:00
Giulio Ganci 1174bab0cc fix: verbose devtool loggin with missing sourcemap 2022-04-27 22:11:30 +02:00
Fabio Di Stasio 9dd685b062 refactor: initial pinia implementation 2022-04-27 18:23:48 +02:00
Fabio Di Stasio 0821586bb3 standalone vue-devtools 2022-04-27 18:23:05 +02:00
Fabio Di Stasio 350d53642e fix: unable to add parameters to new routines/functions 2022-04-26 13:01:21 +02:00
Giulio Ganci 88eb9f7ab8 fix: can not use vue teleport with props as root element 2022-04-25 22:51:24 +02:00
Giulio Ganci b0195260c3 fix foreign key dropdown with wrong value 2022-04-25 22:27:26 +02:00
Giulio Ganci dfe3728269 no more this.$set needed in vue3 2022-04-25 22:11:53 +02:00
Fabio Di Stasio daef6f91b0 test: improved e2e tests 2022-04-25 18:26:11 +02:00