Commit Graph
1675 Commits
Author SHA1 Message Date
Ruben Fiszel 4eeb0d5a39 feat: bun is now the default typescript language 2024-03-09 15:20:47 +01:00
Ruben Fiszel ee961a31f0 feat: implement s3 oidc support + azure workload identity support 2024-03-08 22:51:16 +01:00
Faton Ramadani f7e77a6fdf fix(frontend): fix theme fork (#3380) 2024-03-08 14:37:42 +01:00
Faton Ramadani 1b451397e4 fix(frontend): improve table selection (#3347)
* fix(frontend): improve table selection

* fix(frontend): remove console.logs

* fix(frontend): fix snowflake

* fix(frontend): add condition to clear the columns

* fix(frontend): limit the reactivity

* fix(frontend): clean up
2024-03-08 11:40:33 +01:00
Faton Ramadani 94d0cdec23 fix(frontend): fix snowflake columnsDefs (#3377) 2024-03-07 08:39:03 +01:00
Henri Courdent 51fb8e08d8 Search components works even with space at the end (#3345) 2024-03-05 15:38:18 +01:00
Faton Ramadani c97bea1087 fix(frontend): Fix PSQL select (#3343) 2024-03-05 12:29:46 +01:00
Faton RamadaniandHugoCasa c4f43bd2e7 feat(frontend): Added support for mysql, mssql and snowflake in the Database Studio (#3250)
* feat(frontend): Added support for mysql in the Database Studio

* feat(frontend): generic db

* feat(frontend): generic column def wip

* fix(frontend): adapt queries

* fix(frontend): adapt queries

* fix(frontend): wip

* fix(frontend): wip

* feat(frontend): remove useless runnable calls

* feat(frontend): MySQL + PSQL done, mssql wip

* feat(frontend): clean up

* feat(frontend): clean up

* feat(frontend): mssql: select + count done

* feat(frontend): mssql: update, insert and delete + fix policies

* feat(frontend): typo

* feat(frontend): fix build

* feat(frontend): improve perf + UI

* feat(frontend): add snowflake

* feat(frontend): fix count

* feat(frontend): debounce input

* feat(frontend): fix deploy button

* feat(frontend): remove ghost rows

* feat(frontend): Fix search

* feat(frontend): Fix search

* feat(fontend): remove bigquery

* feat(fontend): Fix performance issues + sorting

* feat(fontend): Fix lastRow

* feat(fontend): Fix build + search

* feat(fontend): fix mysql metadata

* feat(fontend): simplify code

* feat(fontend): remove cache + fix the number of calls

* feat(fontend): clean up

* feat(fontend): clean up

* feat(fontend): remove dead code

* feat(fontend): fix infinite scroll

* feat(fontend): fix count

* feat(fontend): remove unnecessary clearRows

* feat(fontend): add missing delete policy

* feat(fontend): fix search

* feat(fontend): fix search

* feat(fontend): roll back infiniteInitialRowCount

* feat(fontend): roll back infiniteInitialRowCount

* feat(fontend): add bigquery (#3326)

* feat(fontend): add bigquery

---------

Co-authored-by: HugoCasa <hugo@casademont.ch>

* feat(fontend): remove code duplication

* feat(fontend): add mapping for postgres

---------

Co-authored-by: HugoCasa <hugo@casademont.ch>
2024-03-05 08:52:20 +01:00
Ruben Fiszel 4d54afc828 fix: app forms change value on default value changes 2024-02-29 12:39:41 +01:00
Ruben Fiszel 2fa8b67a84 nit 2024-02-28 17:21:12 +01:00
Ruben Fiszel 7a7b192b88 fix: fix app expr break 2024-02-28 16:33:50 +01:00
Ruben Fiszel e3c51539a0 fix: fix app expr break 2024-02-28 15:48:26 +01:00
Ruben Fiszel fdfabd2c78 improve expr eval 2024-02-28 14:46:18 +01:00
Ruben Fiszel 6e963c2356 fix: fix app expr break 2024-02-28 14:41:54 +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
HugoCasa 1ee45a1f7d feat: allow to pin database in sql scripts (#3304) 2024-02-27 19:59:52 +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
HugoCasa a673b6b5ac fix: improve erorr handling when error on app component run request (#3273) 2024-02-22 17:58:15 +01:00
Ruben Fiszel 5dcb8d8239 improve app reactivity with onDemandOnly 2024-02-22 07:20:52 +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
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
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
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 52b2b5048d fix: prevent postgres timeout abuse 2024-02-19 19:59:43 +01:00
Ruben Fiszel 23563b6b36 fix(app): make custom components available in public apps 2024-02-19 14:44:14 +01:00
Ruben Fiszel 9bc528067b feat: no logos for whitelabel licenses 2024-02-19 14:26:00 +01:00
Ruben Fiszel f8d5918b9c fix: add support for onSelect to app select 2024-02-18 18:43:50 +01:00
Ruben Fiszel c4c3fd7975 fix: add support for onToggle for app checkboxes 2024-02-18 18:31:49 +01:00
Faton Ramadani 950869169f fix(frontend): Fix table action recompute (#3221)
* fix(frontend): Fix table action recompute

* fix(frontend): fix hover colors
2024-02-15 17:40:13 +01:00
Faton Ramadani ebea5618d4 fix(frontend): update a few svelte packages (#3222) 2024-02-15 16:58:59 +01:00
Ruben Fiszel 78f32b9a79 fix: run recompute on success for toggles on click and set default value 2024-02-15 02:14:40 +01:00
Ruben Fiszel 234c1a6c68 implement noInitialize for runnable component 2024-02-14 22:13:28 +01:00
Ruben Fiszel db80a6bc08 update sveltekit to 2.0 (#3214)
* update svelte

* update sveltekit

* fix checks

* fix checks
2024-02-14 00:52:50 +01:00
Ruben Fiszel b43f46351b use debouncedinput for apptable search 2024-02-13 21:43:00 +01:00
Ruben Fiszel d2ce6b1980 debug runs clear after successful run 2024-02-13 21:23:33 +01:00
HugoCasa 16f0bf3df3 fix: improve transformer script gen (#3211)
* fix: improve transformer script gen

* fix: revert bad change
2024-02-13 17:36:04 +01:00
Ruben Fiszel 7719e7080d add tracing debug around user auth 2024-02-13 13:30:33 +01:00
Ruben Fiszel 15a0a442e4 fix: search on table set page to 0 2024-02-13 12:03:29 +01:00
Faton Ramadani bebed53d54 feat(frontend): add confirmation modal to the app button (#3199)
* feat(frontend): add confirmation modal to the app button

* feat(frontend): add missing await

* feat(frontend): select the component immediatly
2024-02-12 10:53:49 +01:00
HugoCasa 6eb1e27a74 feat: flow inputs ai gen (#3191)
* feat: flow inputs ai gen

* fix: prevent flow builder crash on AI gen

* fix: nits

* fix: adjust tab behavior
2024-02-10 19:51:44 +01:00
Henri Courdent 2a7c6667e2 Small helper on download button (#3190) 2024-02-09 18:51:35 +01:00