Commit Graph

3114 Commits

Author SHA1 Message Date
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
cdf3afc9e0 fix getMainButtons 2024-03-01 21:03:58 +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
Ruben Fiszel
a03fad6528 fix: description of fields accept new lines 2024-03-01 08:53:54 +01:00
Ruben Fiszel
00c79a54ff fix: improve dev mode for flows 2024-03-01 01:12:20 +01:00
Ruben Fiszel
00fbacdab4 fix: AI copilot available in the vscode flow editor (#3314)
* all

* foo

* add ai to vscode for flows

* add ai to vscode for flows

* foo

* foo
2024-02-29 20:22:44 +01:00
JDWNL
84e2989b2f Fixed language issues. (#3317) 2024-02-29 13:56:46 +01:00
Ruben Fiszel
75cb2dca34 nit import removal 2024-02-29 13:07:00 +01:00
Ruben Fiszel
25f6544f50 improve multi-select style 2024-02-29 13:00:42 +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
HugoCasa
e382b9a787 fix: table-col/row switch issue in display result (#3311) 2024-02-28 16:17: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
212d93004e improve bun auto-type fetching 2024-02-28 13:25:41 +01:00
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