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 |
|
|
daef6f91b0
|
test: improved e2e tests
|
2022-04-25 18:26:11 +02:00 |
|
|
d61acf8a00
|
refactor(SQLite): improved sqlite window title
|
2022-04-25 17:37:12 +02:00 |
|
|
8b04a2b7dd
|
refactor: teleport for modals
|
2022-04-25 13:45:07 +02:00 |
|
|
6780401cb7
|
refactor: vue3 transitions
|
2022-04-24 23:24:21 +02:00 |
|
|
b8e734d827
|
refactor: v-model on custom components
|
2022-04-24 23:10:25 +02:00 |
|
|
4f8bc26349
|
refactor: improved Proxy handlement on ipc
|
2022-04-24 12:17:29 +02:00 |
|
Giulio Ganci
|
3eb781021c
|
enabling vue compat
|
2022-04-23 16:15:54 +02:00 |
|
Giulio Ganci
|
3cca3ed2b3
|
fix: undefined uid variable in the setting bar
|
2022-04-23 09:03:28 +02:00 |
|
|
434b9f8284
|
refactor: toRaw to handle Proxy objects on ipc
|
2022-04-22 23:33:12 +02:00 |
|
|
690cdcb2eb
|
fix(SQLite): tables with sqlite in name not visible, closes #239
|
2022-04-22 23:01:30 +02:00 |
|
|
c50cbc577f
|
fix: various warnings and exceptions
|
2022-04-22 17:49:13 +02:00 |
|
|
6af0c33461
|
fix: locale change
|
2022-04-22 17:45:12 +02:00 |
|
|
e60789f320
|
refactor: unproxify ipc params
|
2022-04-22 12:17:27 +02:00 |
|
|
afa23f3ef1
|
refactor: emits in components
|
2022-04-22 12:16:02 +02:00 |
|
|
7c4b605467
|
Merge branch 'master' of https://github.com/Fabio286/antares into vue3-migration
|
2022-04-21 14:42:33 +02:00 |
|
|
443170bbb1
|
refactor: vue3 migration in progress
|
2022-04-21 14:39:24 +02:00 |
|
Cleverson
|
eaf38df1b7
|
Fixed a typo
Fixed a typo
|
2022-04-20 16:14:14 -03:00 |
|
|
472fa6f430
|
fix: wrong path module importation
|
2022-04-17 13:00:53 +02:00 |
|
|
79f32ca442
|
refactor: db import ts refactor
|
2022-04-17 13:00:53 +02:00 |
|
|
ce0f278caf
|
refactor: db exporter ts refactor
|
2022-04-17 13:00:53 +02:00 |
|
|
6adc93e1cd
|
refactor: ipc handlers ts refactor
|
2022-04-17 13:00:53 +02:00 |
|
|
5e2ad8c377
|
refactor: sqlite client ts refactor
|
2022-04-17 13:00:53 +02:00 |
|
|
d85662cb7d
|
refactor: posgtre client ts refactor
|
2022-04-17 13:00:53 +02:00 |
|
|
e3907914f2
|
build: fixed module resolution and workers webpack config
|
2022-04-17 13:00:53 +02:00 |
|
|
c6c14fbf2b
|
refactor: mysql client ts refactor
|
2022-04-17 13:00:53 +02:00 |
|
|
9a0f982723
|
fix: wrong path module importation
|
2022-04-17 12:27:46 +02:00 |
|
|
75a41769bf
|
refactor: db import ts refactor
|
2022-04-17 12:01:07 +02:00 |
|
|
5dbc127b51
|
refactor: db exporter ts refactor
|
2022-04-15 23:13:23 +02:00 |
|
|
a315eeae6c
|
refactor: ipc handlers ts refactor
|
2022-04-15 14:56:13 +02:00 |
|
|
25a6fded2e
|
refactor: sqlite client ts refactor
|
2022-04-14 18:25:13 +02:00 |
|
|
42fcded9f1
|
refactor: posgtre client ts refactor
|
2022-04-14 09:15:16 +02:00 |
|
|
186cb85d2e
|
build: fixed module resolution and workers webpack config
|
2022-04-12 17:59:22 +02:00 |
|
|
fc1d6fba7f
|
refactor: mysql client ts refactor
|
2022-04-12 17:08:05 +02:00 |
|
Cleverson
|
744c623914
|
Update pt-BR.js
|
2022-04-11 09:22:24 -03:00 |
|
|
6cc098c6f0
|
feat(core): option to allow untrusted SSL connections
|
2022-04-10 10:49:27 +02:00 |
|
|
40828cb3ff
|
Merge pull request #208 from antares-sql/feat/postgre-import-export
feat(PostgreSQL): import/export
|
2022-04-07 17:56:37 +02:00 |
|
|
6086ca4a80
|
feat(PostgreSQL): sql dump importer
|
2022-04-07 12:49:34 +02:00 |
|
|
796f61bf2f
|
feat: french translation updated, closes #222
|
2022-04-04 10:29:11 +02:00 |
|
|
0f9c991f53
|
fix(PostgreSQL): wrong values exporting table content
|
2022-04-02 11:44:55 +02:00 |
|
|
638a88a1fb
|
perf(PostgreSQL): improved views exportation
|
2022-04-01 18:36:02 +02:00 |
|
|
026d74c8c8
|
fix: ssh tunnel not properly working, closes #220
|
2022-04-01 09:51:03 +02:00 |
|
|
77f8cac6cf
|
refactor: update repo links
|
2022-03-31 16:04:47 +02:00 |
|
|
408ddeda56
|
perf(PostgreSQL): improved dump file
|
2022-03-27 11:41:35 +02:00 |
|
|
f12e6a96dd
|
fix(UI): connection buttons out of screen on small displays, closes #213
|
2022-03-24 17:34:24 +01:00 |
|
|
a8ca8f2f76
|
feat(PostgreSQL): export functions and procedures
|
2022-03-23 13:26:46 +01:00 |
|
Cleverson
|
9601c59392
|
Update pt-BR.js
|
2022-03-22 14:38:24 -03:00 |
|
Cleverson
|
14d20a30c1
|
Added some missing translations for pt-BR
Added some translations for pt-BR
|
2022-03-22 14:29:33 -03:00 |
|