Commit Graph

6429 Commits

Author SHA1 Message Date
Ruben Fiszel
90b108bfef sqlx 2024-04-16 11:15:24 +02:00
Ruben Fiszel
7580c39815 sqlx 2024-04-16 11:04:54 +02:00
Ruben Fiszel
0a9e1326fe fix: tighten delete permissions 2024-04-16 10:41:14 +02:00
HugoCasa
86869ff61a fix: db update cell issue when some col values are null (#3558)
* fix: db update cell issue when some col values are null

* fix: use sql cond instead + delete + format
2024-04-15 19:15:49 +02:00
Faton Ramadani
261c5bf4a4 fix(frontend): fix text alignement, email input before icon and fix m… (#3561)
* fix(frontend): fix text alignement, email input before icon and fix modal/drawer z-index

* fix(frontend): fix text alignement, email input before icon and fix modal/drawer z-index
2024-04-15 17:19:56 +02:00
Faton Ramadani
7ccfbd7c12 feat(frontend): ImproveApp Editor UI (#3514)
Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2024-04-15 16:27:44 +02:00
Ruben Fiszel
8a6d636dd0 chore(main): release 1.307.0 (#3555)
* chore(main): release 1.307.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-04-15 16:18:12 +02:00
wendrul
3eb571cfb4 Add dev environment setup instructions (#3559)
Add instructions to set up the local instance on the README
2024-04-15 16:16:27 +02:00
Ruben Fiszel
352585c5a1 fix: tighten delete folder permissions 2024-04-15 15:44:37 +02:00
HugoCasa
c23fdc1585 fix: add mysql decimal support (#3557) 2024-04-15 14:26:17 +02:00
Faton Ramadani
d92df3f3cd feat(frontend): Add actions to Database Studio (#3556)
* feat(frontend): Add actions to Database Studio

* feat(frontend): Add actions to Database Studio
2024-04-15 14:07:35 +02:00
Faton Ramadani
0895238f31 fix(frontend): fix the initial dimension of the markdown component (#3554) 2024-04-15 09:05:51 +02:00
Ruben Fiszel
ca6d1093af nits 2024-04-15 01:12:24 +02:00
Ruben Fiszel
4ab558f0b3 chore(main): release 1.306.4 (#3552)
* chore(main): release 1.306.4

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-04-14 23:24:36 +02:00
Ruben Fiszel
30b962e2b8 fix: improve unsaved confirmation modal on flow draft 2024-04-14 23:17:06 +02:00
Ruben Fiszel
05390f9825 add more exports 2024-04-14 19:51:59 +02:00
Ruben Fiszel
a00aa76d94 chore(main): release 1.306.3 (#3550)
* chore(main): release 1.306.3

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-04-12 19:55:06 +02:00
Ruben Fiszel
662de85b2f fix: fix actions buttons error 2024-04-12 19:52:13 +02:00
Ruben Fiszel
a2f3d3978d chore(main): release 1.306.2 (#3549)
* chore(main): release 1.306.2

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-04-12 19:39:41 +02:00
Ruben Fiszel
38f7468724 fix: fix actions buttons error 2024-04-12 19:36:28 +02:00
Ruben Fiszel
9e2b9d3d7f chore(main): release 1.306.1 (#3547)
* chore(main): release 1.306.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-04-12 16:25:39 +02:00
Faton Ramadani
51abd01b8c Fix aggrid 2 (#3548)
* fix(frontend): Correctly handle undefined actions

* fix(frontend): Correctly handle undefined actions

* fix(frontend): Correctly handle undefined actions

* fix(frontend): add missinng migration code
2024-04-12 16:25:30 +02:00
Faton Ramadani
54986fa225 fix(frontend): Correctly handle undefined actions (#3546)
* fix(frontend): Correctly handle undefined actions

* fix(frontend): Correctly handle undefined actions

* fix(frontend): Correctly handle undefined actions
2024-04-12 16:20:49 +02:00
Ruben Fiszel
a0e0625bea chore(main): release 1.306.0 (#3542)
* chore(main): release 1.306.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-04-12 16:03:18 +02:00
Faton Ramadani
47f04f79f3 fix(frontend): Correctly handle undefined actions (#3545) 2024-04-12 15:58:12 +02:00
Faton Ramadani
093f6d7dc3 feat(frontend): add maplock + properly display marker title (#3544) 2024-04-12 13:50:26 +02:00
Faton Ramadani
c8f79cd56c fix(frontend): Fix AgGrid action selection (#3543) 2024-04-12 13:05:24 +02:00
Faton Ramadani
e053f270a8 feat(frontend): Ag grid actions (#3535)
* feat(frontend): wip

* feat(frontend): wip

* feat(frontend): implement cellRenderer

* feat(frontend): wip

* feat(frontend): wip

* feat(frontend): Fix actions width

* feat(frontend): Fix interactions

* feat(frontend): Fix styling

* feat(frontend): Correctly handleAgGrid EE

* feat(frontend): Fix select

* feat(frontend): Fix select

* feat(frontend): Fix how row is passed

* feat(frontend): Fix update

* feat(frontend): Correctly implement cache

* feat(frontend): Correctly implement cache

* feat(frontend): simplify how refreshActions work

* feat(frontend): improve comparaison

* feat(frontend): simplify refreshactins

* feat(frontend): clean up

* feat(frontend): clean up

* feat(frontend): add inputs output + fix row eval

* feat(frontend): add config to wrap actions

* feat(frontend): add config to wrap actions

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2024-04-12 11:45:24 +02:00
Faton Ramadani
7a3590fb84 fix(frontend): Fix s3 uploader (#3539)
* fix(frontend): Correctly handle multiple files

* fix(frontend): Correctly handle multiple files

* fix(frontend): improve comparaison

* feat(frontend): fix drag and drop
2024-04-12 11:45:11 +02:00
Ruben Fiszel
cf17f907df chore(main): release 1.305.3 (#3540)
* chore(main): release 1.305.3

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-04-12 09:55:15 +02:00
Ruben Fiszel
800813759d fix: improve app icon renderer and app html renderer 2024-04-12 09:51:54 +02:00
Ruben Fiszel
fdfacba0f1 nits 2024-04-11 20:40:34 +02:00
Ruben Fiszel
51fad8c8a9 chore(main): release 1.305.2 (#3537)
* chore(main): release 1.305.2

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-04-11 20:08:21 +02:00
Ruben Fiszel
aad1bbe47b fix: unsaved changes on deploy of flow 2024-04-11 20:03:29 +02:00
Ruben Fiszel
831d513a79 chore(main): release 1.305.1 (#3532)
* chore(main): release 1.305.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-04-11 18:46:54 +02:00
Ruben Fiszel
f0b2e8cdb0 fix: improve goto behavior 2024-04-11 17:58:22 +02:00
Ruben Fiszel
61d3037de7 fix intempestive settings reload on selectedComponent change 2024-04-11 17:52:22 +02:00
Ruben Fiszel
cc3c1c4074 nit invert icon logo 2024-04-11 17:27:38 +02:00
Ruben Fiszel
e1b1c6a17b change default openapi file 2024-04-11 16:03:54 +02:00
Ruben Fiszel
b6e966f3d8 fix: load lazily the app icons 2024-04-11 14:57:48 +02:00
Ruben Fiszel
ca9a2221ce nit for whitelabelling 2024-04-11 10:14:36 +02:00
Ruben Fiszel
bc759d1f05 nits 2024-04-11 09:48:34 +02:00
Ruben Fiszel
b8b90bbe69 nit update peerDeps 2024-04-11 09:37:17 +02:00
Ruben Fiszel
9dd66cdbf8 fix: update monaco configurations 2024-04-11 09:29:25 +02:00
Ruben Fiszel
548949e39e fix: remove requirement on full wasm parser for row insert of db studio 2024-04-11 01:12:47 +02:00
Ruben Fiszel
c08eb0abc8 fix: remove requirement on full wasm parser for row insert of db studio 2024-04-11 01:12:41 +02:00
Ruben Fiszel
3228147058 add webpackIgnore annotations 2024-04-10 22:01:30 +02:00
Ruben Fiszel
178683554c update cli deps 2024-04-10 16:31:23 +02:00
Ruben Fiszel
80a5d6ed6a fix: fix plug connection for apps with array items 2024-04-10 16:02:45 +02:00
Faton Ramadani
dedd815770 fix(frontend): fix text alignement (#3533) 2024-04-10 15:27:39 +02:00