Commit Graph
2806 Commits
Author SHA1 Message Date
Ruben Fiszel 4ee18c4f91 improve bun auto-type fetching 2024-02-28 13:22:12 +01:00
Ruben Fiszel 15bbccf0eb fix: add limits to bun auto-type fetching 2024-02-28 12:54:02 +01:00
Ruben Fiszel acb8e68a7a feat: improve performance of exprs in apps using memoized expr functors 2024-02-28 10:52:58 +01:00
Ruben Fiszel 0ce781a7ef remove logs 2024-02-28 09:53:56 +01:00
Ruben Fiszel a629ebbaad fix: allow eval with return in last line 2024-02-28 09:45:05 +01:00
lfanew 6039c84c5b Fix custom env var tooltip link (#3307) 2024-02-27 23:38:59 +01:00
HugoCasa 1ee45a1f7d feat: allow to pin database in sql scripts (#3304) 2024-02-27 19:59:52 +01:00
Ruben Fiszel cd43297ec8 fix: improve handling of parallel flow branches of more than 30s 2024-02-27 16:33:13 +01:00
Ruben Fiszel 931bd47d9b improve runs filter 2024-02-27 00:08:37 +01:00
Henri Courdent 6211dfc900 How to upgrade message on cloud (#3293)
* How to upgrade message on cloud

* Inlined message
2024-02-26 20:01:20 +01:00
Faton Ramadani b823277a05 fix(frontend): Fix the overlapping buttons in the Schedule to run later popup (#3290) 2024-02-26 15:11:57 +01:00
Ruben Fiszel 27f78bbe01 fix: improve conditional wrapper and prevent more app errors 2024-02-26 12:44:53 +01:00
Faton Ramadani 51e42514ea fix(frontend): fix layout (#3289) 2024-02-26 10:34:47 +01:00
Faton Ramadani 3f00ac1de9 feat(frontend): Update shortcuts design (#3285)
* feat(frontend): Improve text colors + button shortcuts

* feat(frontend): revert theme changes

* fix(frontend): fix shortcuts

* fix(frontend): fix delete shortcut
2024-02-26 10:30:16 +01:00
Ruben Fiszel 7dd4623de8 fix compile build 2024-02-26 08:57:05 +01:00
Ruben Fiszel efbba24581 feat: more resilient flows in case of crash during transitions 2024-02-25 18:25:40 +01:00
Ruben Fiszel 7769762b94 sqlx 2024-02-25 12:00:23 +01:00
Ruben Fiszel dc1c31577e fix: improve performance of list users 2024-02-25 11:41:41 +01:00
Ruben Fiszel bd6337b0ae fix: improve s3file browser tester 2024-02-24 17:25:07 +01:00
Ruben Fiszel 02951b4815 fix: improve completed_job index 2024-02-24 00:13:28 +01:00
Ruben Fiszel 81be9c4d60 fix: make setting owner for folders a transaction 2024-02-23 23:12:50 +01:00
Ruben Fiszel 2d6ba9528b fix: improve support for singlescriptflow 2024-02-23 21:06:55 +01:00
HugoCasa 3ba8db87eb feat: add filters for schedules (#3276) 2024-02-23 17:31:05 +01:00
HugoCasa a673b6b5ac fix: improve erorr handling when error on app component run request (#3273) 2024-02-22 17:58:15 +01:00
Ruben Fiszel b90a985eb4 fix: fix argenum breaking frontend bug 2024-02-22 17:42:59 +01:00
Henri Courdent f9d39b5b9f Workspace settings and links (#3267)
* Workspace settings and links

* Encryption not EE

* Upgrade button

* Customer portal to dark
2024-02-22 14:45:12 +01:00
Ruben Fiszel 75eaa4bd30 fix: improve scim handling of renames on azure 2024-02-22 14:35:40 +01:00
Ruben Fiszel 5dcb8d8239 improve app reactivity with onDemandOnly 2024-02-22 07:20:52 +01:00
HugoCasa 864caa90db fix: improve display result header (#3265)
* fix: improve display result header

* fix: improve code
2024-02-22 00:21:04 +01:00
Ruben Fiszel beea9cb2d8 improve multi resource type resource picker 2024-02-22 00:13:49 +01:00
Ruben Fiszel 82ca8d0224 fix empty tags on schedules 2024-02-21 23:16:06 +01:00
Ruben Fiszel d66596647b fix: improve aggrid behavior edit when filtered 2024-02-21 22:18:47 +01:00
Faton Ramadani b2de1c6ba6 fix(frontend): Fix the selection of the first row (#3263) 2024-02-21 16:46:44 +01:00
Ruben Fiszel 11846561e2 improve togglebuttongroup 2024-02-21 15:35:50 +01:00
Faton Ramadani 2425b44bc5 Subfolder indicator (#3262)
* feat(frontend): add an indicator that path can have subfolders

* feat(frontend): add an indicator that path can have subfolders
2024-02-21 14:50:23 +01:00
Faton Ramadani c8dd90198d fix(frontend): Select the row when clicking on a checkbox (#3260) 2024-02-21 13:50:47 +01:00
Faton RamadaniandRuben Fiszel d302e8ff46 feat(frontend): add support for datetime and time (#3256)
* feat(frontend): add support for datetime and time

* feat(frontend): Time component

* feat(frontend): add datetime

* feat(frontend): fix default dimensions

* feat(frontend): fix default dimensions

* feat(frontend): add missing case

* feat(frontend): fix datetime picker + improve time picker

* feat(frontend): compute date validity

* feat(frontend): fix placeholder

* feat(frontend): adapt tooltips + add missing min/max

* feat(frontend): remove console.log

* Update components.ts

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2024-02-21 12:44:39 +01:00
Ruben Fiszel d143a5a569 fix: add default time to datetime picker 2024-02-21 12:42:54 +01:00
Ruben Fiszel 3f657861fa fix(frontend): improve handling of optional enums 2024-02-21 12:25:10 +01:00
Faton Ramadani 4c44554b4c feat(frontend): App debug mode (#3252)
* feat(frontend): App debug mode

* feat(frontend): App debug mode

* feat(frontend): App debug mode

* feat(frontend): App debug mode

* feat(frontend): App debug mode done

* feat(frontend): App debug mode done
2024-02-20 23:50:29 +01:00
Ruben Fiszel 207eb0ce0f fix: improve database studio 2024-02-20 14:41:10 +01:00
HugoCasa 6efaf4d2d3 fix: ai fill deep copy before slicing modules + minor improvements (#3255)
* fix: AI fill deep copy before slicing modules

* feat: green to accept + improve single input gen prompt

* fix: prompt nit
2024-02-20 14:31:59 +01:00
Henri Courdent a2edfa85ae Resource before custom object (#3253) 2024-02-20 13:19:08 +01:00
Ruben Fiszel c5c3180f0d feat(app): fields inputs can be picked to not trigger recompute individually 2024-02-20 12:24:20 +01:00
Faton Ramadani 498287776b feat(frontend): Fix tailwind classes on the Select component (#3249) 2024-02-20 09:16:13 +01:00
Faton Ramadani 07b1dcd980 feat(frontend): Button rework (#3216)
* feat(frontend): wip

* feat(frontend): wip

* feat(frontend): wip

* fix(frontend): improve buttons

* fix(frontend): improve buttons wip

* fix(frontend): wip

* fix(frontend): rework done

* feat(frontend): Fix grey buttons
2024-02-20 09:15:29 +01:00
Ruben Fiszel e4c763d513 feat: add support for mem peak to nativets scripts 2024-02-19 23:38:27 +01:00
HugoCasa 4679d74370 feat: usage-based billing (#3247)
* feat: usage-based billing

* fix: missing field

* fix: sqlx build
2024-02-19 21:09:59 +01:00
Ruben Fiszel 52b2b5048d fix: prevent postgres timeout abuse 2024-02-19 19:59:43 +01:00
Ruben Fiszel f4a8acddf4 randomId drop target 2024-02-19 17:35:00 +01:00