Commit Graph

2781 Commits

Author SHA1 Message Date
Ruben Fiszel 04058fa29e fix: improve default value for approval flows 2024-03-17 14:10:31 +01:00
HugoCasa 284283e70e feat: db schema explorer collapsed by default (#3427) 2024-03-16 19:15:03 +01:00
Ruben Fiszel 958df4f62c feat: refactor logging to improve performance by order of magnitude for longer jobs 2024-03-16 17:55:34 +01:00
Henri Courdent 35e41a2665 Fix approval helpers (#3423) 2024-03-15 18:05:44 +01:00
Ruben Fiszel 543d2a1577 fix: s3 cache is an instance settings (#3421)
* s3

* s3
2024-03-15 15:09:05 +01:00
Faton Ramadani 9d74f0a0b6 fix(frontend): correctly change the currentPage when perPage changes (#3420) 2024-03-15 11:27:11 +01:00
Ruben Fiszel 059420b05b fix: improve bun assistant for relative paths 2024-03-15 11:09:01 +01:00
HugoCasa a24e561c83 fix: db studio include tables of all schemas (#3418) 2024-03-15 08:16:08 +00:00
Faton Ramadani 8b188035c9 fix(frontend): fix oneOf configuration (#3414) 2024-03-14 16:48:31 +01:00
HugoCasa 13146dd9b8 feat: enable automatic billing by default (#3403)
* feat: enable automatic billing by default

* chore: set ee ref

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2024-03-14 15:22:50 +01:00
Henri Courdent e44a3071b7 Added icons & color handling for hub (#3404)
* Added icons & color handling for hub

* Fix Edgedb icon
2024-03-14 15:21:31 +01:00
Faton Ramadani 5367e1f5d8 feat(frontend): use the DisplayResult component in the Expanded resul… (#3410)
* feat(frontend): use the DisplayResult component in the Expanded result drawer

* fix(frontend): Fix table-row styling
2024-03-14 12:42:13 +01:00
Faton Ramadani c8962d4dc2 fix(frontend): Fix color picker layout (#3411) 2024-03-14 10:40:09 +01:00
Faton Ramadani 3b0218e32d fix(frontend): Flow step input description (#3409)
* fix(frontend): Add missing descrpition in a flow step input

* fix(frontend): Add missing descrpition in a flow step input
2024-03-14 09:17:59 +01:00
Ruben Fiszel c5ead4e84a fix: improve error handler settings 2024-03-13 22:52:44 +01:00
Ruben Fiszel 696b69b7a1 fix: tabs can now be moved within apps 2024-03-13 19:27:37 +01:00
Ruben Fiszel 1affe1db41 nit static inputs 2024-03-13 18:56:46 +01:00
Ruben Fiszel b612d78d84 fix: fix static inputs in apps 2024-03-13 18:50:55 +01:00
Ruben Fiszel 108d19bced fix: improve bun type assistant (#3402)
* fix ATA

* improve ATA

* improve ATA

* improve ATA
2024-03-13 16:55:43 +01:00
Ruben Fiszel 3651883058 fix: make oauth settings more resilient to being ill-defined 2024-03-13 15:27:03 +01:00
Ruben Fiszel b017fb6ec8 nits 2024-03-13 02:18:14 +01:00
HugoCasa a7f05ba612 fix: initial path when changing path of draft only scripts and flows (#3400)
Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2024-03-13 00:27:05 +01:00
Henri Courdent 36c7ac0557 End of script ugly logo and Delete button for mac (#3370)
* End of script ugly logo and Delete button for mac

* Del command for Mac

* Non-mac test
2024-03-12 23:45:49 +01:00
Ruben Fiszel 08d4ece37f nit UX 2024-03-12 21:52:22 +01:00
Ruben Fiszel 16c615e038 feat: configurable languages and orders 2024-03-12 21:50:24 +01:00
Faton Ramadani 853bb844d9 feat(frontend): DB Studio improvements (#3389)
* fix(frontend): wip

* fix(frontend): validate column def

* fix(frontend): add column definition loading sate

* fix(frontend): only reload columns if static

* fix(frontend): improve validation

* fix(frontend): improve reactivity

* fix(frontend): fix colum defs sync

* fix(frontend): fix colum defs sync + insert

* fix(frontend): fix insert

* fix(frontend): fix

* fix(frontend): fix insert

* fix(frontend): fix insert

* fix(frontend): fix hideSearch + hideInsert

* fix(frontend): fix early return

* fix(frontend): fix delete + policy

* fix(frontend): fix delete

* fix(frontend): restrict resource + table to static only
2024-03-12 17:42:32 +01:00
HugoCasa cf4358a14b feat: instance usernames (#3382)
* feat: instance usernames

* fix: sqlx + ee ref

* feat: make one-off button for enabling

* chore: set ee ref

* fix: permissions and nits

* fix: admin instance username + sqlx build

* fix: revert stupid change

* fix: only create instance username when setting enabled

* chore: update to ee latest
2024-03-12 11:55:18 +01:00
Faton Ramadani cc05ec419d fix(frontend): Disabled delete node + correctly update debug menu when nodes are deleted (#3387)
* fix(frontend): Disabled delete node + correctly handle debug menu

* fix(frontend): improve reactivity
2024-03-11 09:58:07 +01:00
Faton Ramadani 1ea5a68132 fix(frontend): add script history in the script menu on the homepage … (#3388)
* fix(frontend): add script history in the script menu on the homepage + move test an iteration

* fix(frontend): fix Test an iteration position
2024-03-11 09:34:43 +01:00
Ruben Fiszel 73bc9e81ab fix: reset to default tag 2024-03-10 20:36:12 +01:00
Jacob Reynolds ef3c6f4741 Fixing typo in LogViewer.svelte (#3385) 2024-03-10 09:53:59 +01:00
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
Henri Courdent be5ba1b377 Workflow as code Changelog (#3371) 2024-03-07 17:57:31 +01:00
Faton Ramadani 94d0cdec23 fix(frontend): fix snowflake columnsDefs (#3377) 2024-03-07 08:39:03 +01:00
HugoCasa ea7a8a10f2 feat: add quickbooks oauth (#3359) 2024-03-06 16:05:24 +01:00
Ruben Fiszel 3ba9aa4e35 small exists_worker_with_tag nit 2024-03-06 15:57:48 +01:00
Ruben Fiszel f4fd7afbb3 fix: improve custom concurrency key handling 2024-03-06 15:53:01 +01:00
Ruben Fiszel 174c977dc1 fix go-client 2024-03-05 18:54:01 +01:00
Henri Courdent 51fb8e08d8 Search components works even with space at the end (#3345) 2024-03-05 15:38:18 +01:00
Ruben Fiszel 426c2a87b5 feat: workflow as code with timelines 2024-03-05 12:45:24 +01:00
Faton Ramadani c97bea1087 fix(frontend): Fix PSQL select (#3343) 2024-03-05 12:29:46 +01:00
Faton Ramadani 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 93233937f9 fix: allow multiselect in dynamic forms 2024-03-02 00:01:05 +01:00
Ruben Fiszel cf571cea1c fix schedule creator 2024-03-01 21:25:25 +01:00
Ruben Fiszel 306082d31a feat: add schedule page to script settings 2024-03-01 20:27:27 +01:00
Henri Courdent e409d209b1 Update changelog & logo runs (#3329) 2024-03-01 18:56:30 +01:00
Ruben Fiszel adacb60bb5 fix: maintain order in flow inputs when never reordering 2024-03-01 11:43:36 +01:00