Commit Graph

3242 Commits

Author SHA1 Message Date
Ruben Fiszel
a49b9ce367 fix: make autodatatable more resilient 2024-04-05 20:55:11 +02:00
Ruben Fiszel
e9570fa52a fix: make autodatatable more resilient 2024-04-05 20:40:18 +02:00
Ruben Fiszel
c15b5a4f17 improve renderer for large html 2024-04-05 20:23:18 +02:00
Ruben Fiszel
241674fe62 fix: remove information in approval page of a flow 2024-04-05 20:06:27 +02:00
Ruben Fiszel
8fcfbf79be improve validate signature 2024-04-05 17:54:27 +02:00
Ruben Fiszel
74a839a06f fix: make date time input more resilient 2024-04-05 17:10:03 +02:00
Ruben Fiszel
da43671757 fix: fix lightweight arg input min size 2024-04-05 16:51:13 +02:00
Ruben Fiszel
d70ecf0e01 fix: show flow user states in flow state preview 2024-04-05 16:43:38 +02:00
Ruben Fiszel
1e48746edc fix: prevent operators from loading secrets through toggle 2024-04-05 09:53:42 +02:00
Ruben Fiszel
421b1aea6f prevent operators from loading secrets through toggle 2024-04-05 09:03:16 +02:00
Ruben Fiszel
af7867b92e fix: improve multiselect for approval steps 2024-04-05 00:04:51 +02:00
Henri Courdent
f8da994475 Changelog frontend (#3510) 2024-04-04 17:26:41 +02:00
Ruben Fiszel
06ad0b41cf nit fix metadatagen 2024-04-04 15:09:21 +02:00
HugoCasa
9b6ed95ef2 feat: private hub (#3491)
* feat: private hub v0

* feat: add UI setting

* Update ee.rs

* Update ee.rs

* fix: remove ee symlink

* fix: add back CE ee.rs

* feat: disable s3 embedding loading when private hub

* feat: reload embeddings on hub url change

* fix: only reload embeddings db on server mode

* patch: set default hub url const

* fix: nit
2024-04-04 04:16:53 +02:00
Henri Courdent
01fdd6f353 While loop clarification (#3501) 2024-04-04 04:16:42 +02:00
HugoCasa
6efaa199b4 feat: slack team connected to multiple workspaces (#3500)
* feat: slack team connected to multiple workspaces

* chore: update ee ref
2024-04-03 17:47:23 +02:00
Ruben Fiszel
61450fbe2d ux nits 2024-04-03 12:31:11 +02:00
HugoCasa
dbde94888c fix: date-fns tooltip info again (#3498) 2024-04-02 21:32:51 +02:00
Ruben Fiszel
0921a3712c fix: add access to the schedules page to operators 2024-04-02 21:27:40 +02:00
Ruben Fiszel
bb7c95a2b2 improve upload progress bar 2024-04-02 21:16:30 +02:00
Ruben Fiszel
288b9c8ce4 feat: while loop as new flow primitive 2024-04-02 17:38:11 +02:00
Faton Ramadani
7ad4d1ffe4 fix(frontend): Fix updateCellValue (#3497)
* fix(frontend): Fix updateCellValue

* fix(frontend): Fix updateCellValue
2024-04-02 11:23:07 +02:00
HugoCasa
e59bb7ada6 fix: date-fns tooltip format info (#3496)
* fix: date-fns tooltip

* fix: date-fns docs version
2024-04-02 10:41:09 +02:00
Ruben Fiszel
e66d4b6708 continue on error option for steps 2024-04-02 10:32:47 +02:00
Faton Ramadani
f2c20baf90 feat(frontend): Add an onRecompute callback to handle recompute side … (#3493)
* feat(frontend): Add an onRecompute callback to handle recompute side effects

* feat(frontend): use cb array

* feat(frontend): use cb array

* feat(frontend): clean up

* feat(frontend): clean up

* feat(frontend): code improvement
2024-04-02 09:44:53 +02:00
Ruben Fiszel
f89975dc8a fix: tree view show more 2024-03-30 15:53:54 +01:00
Ruben Fiszel
57932cf839 fix: make submit form order static 2024-03-30 15:00:52 +01:00
Ruben Fiszel
acaf11522d increase max concurrent run demo workspace 2024-03-30 13:47:03 +01:00
Ruben Fiszel
fcbcd4a514 improve runnable picker of app 2024-03-29 18:30:44 +01:00
Ruben Fiszel
387946f536 display result nits 2024-03-29 17:08:13 +01:00
Ruben Fiszel
94221cdd87 exclude demo from per workspace restrictions 2024-03-29 13:38:36 +01:00
Ruben Fiszel
2de5c08d59 fix recognize email in error handler 2024-03-29 12:50:12 +01:00
Faton Ramadani
e3512b3eac feat(frontend): add a refresh component control to the DB Studio (#3490)
* feat(frontend): add a refresh component control to the DB Studio

* feat(frontend): add a refresh component control to the DB Studio

* feat(frontend): clean up

* feat(frontend): improve recompute to handle sub runnable

* feat(frontend): clean up
2024-03-29 12:40:58 +01:00
HugoCasa
e0b34edcc8 feat: add workspace free-tier usage (#3489)
* feat: separate workspace and user usage

* fix: sqlx build
2024-03-29 10:56:44 +01:00
Ruben Fiszel
5e59c137e0 fix View Logs 2024-03-28 17:49:29 +01:00
HugoCasa
dd4f48d244 fix: show start to finish time for flows instead of cumulative (#3486)
* fix: show start to finish time for flows instead of cumulative

* fix: build
2024-03-28 15:50:18 +01:00
HugoCasa
0fc22938c9 fix: show script path when schedule summary is empty (#3487) 2024-03-28 15:50:05 +01:00
Ruben Fiszel
72c419ee5a nit markdown for scripts 2024-03-28 11:57:57 +01:00
Faton Ramadani
953b0396a6 feat(frontend): Add support for clearFiles in the file input component (#3483) 2024-03-28 11:44:10 +01:00
Faton Ramadani
4e07d6cad6 fix(frontend): Fix the pane delete button (#3482) 2024-03-28 11:43:45 +01:00
HugoCasa
ff2f24a013 fix: db studio multiple schemas support (#3479)
* fix: db studio multiple schemas support

* fix: frontend check (unused urlize flow)
2024-03-27 23:56:05 +01:00
Ruben Fiszel
c4337d55ae support gh markdown for script, flows, resource description 2024-03-27 23:04:19 +01:00
Ruben Fiszel
6626871823 feat: support gh markdown for script, flows, resource descriptions 2024-03-27 19:07:19 +01:00
Ruben Fiszel
933f24a3ea improve autosize + add markdown support for scripts and workflows 2024-03-27 18:19:37 +01:00
Ruben Fiszel
e1059d7163 fix: fix clean cache deleting config 2024-03-27 17:15:29 +01:00
Ruben Fiszel
e7abaa3aa1 nits map 2024-03-27 14:53:47 +01:00
Henri Courdent
a509986947 Template frontend script (#3476) 2024-03-27 14:25:52 +01:00
Ruben Fiszel
773b524b04 feat: approval steps description 2024-03-27 14:04:14 +01:00
Ruben Fiszel
d3f13925d4 feat: add map support in renderer 2024-03-27 10:14:44 +01:00
Ruben Fiszel
1e9bee2915 fix: display approval step at top level regardless of depth 2024-03-27 09:46:09 +01:00