Commit Graph

7452 Commits

Author SHA1 Message Date
Henri Courdent cce09fcf1c Update changelog list 20_08 (#4269) 2024-08-20 18:54:26 +02:00
Faton Ramadani da25c96d5d fix(frontend): Fix initial FlowGraph rendering on Chrome (#4268) 2024-08-20 18:23:30 +02:00
Ruben Fiszel c3a1615997 fix(app): database studio/empty table count reset 2024-08-20 18:11:57 +02:00
Ruben Fiszel 55b85b9979 ignore empty FORCE_WORKER_TAGS 2024-08-20 17:03:59 +02:00
Ruben Fiszel b80257720a fix: handle more gracefully worker without tags 2024-08-20 16:27:01 +02:00
Faton Ramadani 36257cf729 Fix flow graph input step preview (#4265) 2024-08-20 16:20:19 +02:00
Ruben Fiszel 1969c0eea4 chore(main): release 1.382.1 (#4263)
* chore(main): release 1.382.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-08-20 14:48:18 +02:00
Faton Ramadani 5b27b1f88c fix(frontend): Fix flow graph step preview (#4264) 2024-08-20 14:42:31 +02:00
Ruben Fiszel 5b90b76a9a chore(main): release 1.382.0 (#4256)
* chore(main): release 1.382.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-08-20 12:47:12 +02:00
Ruben Fiszel 3235d5955f nit diff editor 2024-08-20 12:46:31 +02:00
Ruben Fiszel f15e18ed50 version diff editor takes screen height 2024-08-20 12:43:35 +02:00
Faton Ramadani 82e73d8505 feat(frontend): improve versions history by adding a diff viewer with… (#4261)
* feat(frontend): improve versions history by adding a diff viewer with the previous version

* feat(frontend): support diff with all previous versions

* feat(frontend): support diff with all previous versions

* feat(frontend): improving version diff

* feat(frontend): improve UI
2024-08-20 12:19:44 +02:00
Ruben Fiszel fa06d20380 fix: add FORCE_WORKER_TAGS & fix workers page when default worker group is missing 2024-08-20 12:15:23 +02:00
Ruben Fiszel 5f220f49a9 fix(bun): disable large transpiling cache 2024-08-20 08:49:51 +02:00
Ruben Fiszel 40b66062dd fix(cli): improve error message of cli 2024-08-19 22:18:56 +02:00
Ruben Fiszel 94d92e9020 Update client.ts 2024-08-19 17:16:22 +02:00
Ruben Fiszel 47c5ca7ada fix(typescript-client): runFlowAsync by default assume job doesn't outlive flow 2024-08-19 17:03:06 +02:00
Ruben Fiszel 23a6fbf26d fix: frontend/package.json & frontend/package-lock.json to reduce vulnerabilities (#4255)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-08-19 14:17:47 +02:00
HugoCasa 5ac3bac960 fix(frontend): nit worker limits (#4258) 2024-08-19 14:15:29 +02:00
Ruben Fiszel 086eb0b3b5 nit remove debug text 2024-08-19 12:34:56 +02:00
Ruben Fiszel abdd73fdd1 fix: improve resource picker handling of objects 2024-08-19 11:35:16 +02:00
Faton Ramadani 58d2005268 use xyflow internally instead of svelvet for graph rendering (#4173)
* fix(frontend): wip

* fix(frontend): wip

* fix(frontend): fix while loops + theme

* fix(frontend): wip

* fix(frontend): wip

* fix(frontend): same view as before

* fix(frontend): wip

* fix(frontend): wip

* feat(frontend): flow status viewer

* fix(frontend): wip

* feat(frontend): migrate to xyflow

* feat(frontend): dataflow

* feat(frontend): clean up

* feat(frontend): clean up

* feat(frontend): clean up

* feat(frontend): fix min-height

* feat(frontend): clean up

* feat(frontend): add missing insert button for empty loops

* feat(frontend): Fix insert

* feat(frontend): Fix branch one

* feat(frontend): Support default branch for branch one

* feat(frontend): fix add and delete branches

* feat(frontend): Make the iterations menu work

* feat(frontend): Fix graph height in the flow status viewer

* feat(frontend): code improvement

* feat(frontend): add missing trigger

* feat(frontend): add support for triggers

* feat(frontend): fix move

* feat(frontend): fix No branch for branch one

* feat(frontend): fix light theme

* feat(frontend): fix build

* feat(frontend): remove dead code

* feat(frontend): fix move

* feat(frontend): fix vertical alignement

* feat(frontend): fix viewport

* feat(frontend): style fix

* feat(frontend): fix viewgraph

* feat(frontend): fix build

* feat(frontend): Fix node position

* feat(frontend): UI nits

* feat(frontend): UI nits

* feat(frontend): fix zoom level + fix insert button position

* feat(frontend): svelvet clean up

* feat(frontend): fix paste button position

* feat(frontend): clean up

* feat(frontend): migrate Decision Tree

* feat(frontend): clean up

* feat(frontend): add callback

* feat(frontend): migrate Decision Tree

* feat(frontend): fix build

* feat(frontend): fix branches

* feat(frontend): fix branches

* feat(frontend): fix insert

* feat(frontend): wip

* feat(frontend): done

* feat(frontend): done

* feat(frontend): fix reactivity

* feat(frontend): fix z-index issues

* feat(frontend): fix bg issue

* feat(frontend): fix border status

* add padding to flow height

* Update FlowGraphV2.svelte

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2024-08-19 09:17:56 +02:00
Ruben Fiszel b7895c6532 chore(main): release 1.381.0 (#4248)
* chore(main): release 1.381.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-08-16 17:34:20 +02:00
HugoCasa 904b5b4ea1 feat: cache common hub scripts in image (#4249)
* feat: cache common hub scripts in image

* Delete backend/src/hubPaths.json

* fix: missing file

* fix: dockerfile

* fix: cache by path

* fix

* fix

* precreate cache folder
2024-08-16 17:30:44 +02:00
Ruben Fiszel 7235aa5d65 fix: improve password field lifetime incorrectly recycled too early 2024-08-16 17:28:10 +02:00
Ruben Fiszel 8537444d0c fix: workspace specific default tags do not override step level custom tags 2024-08-16 17:00:34 +02:00
HugoCasa 069dfe9601 sqlx for refresh cgroup readings (#4251) 2024-08-16 14:11:56 +02:00
HugoCasa 55df0a4746 feat: add env to refresh cgroup readings (#4250) 2024-08-16 14:00:38 +02:00
Ruben Fiszel daaca4e161 fix(cli): add inject and define options 2024-08-15 19:04:11 +02:00
Ruben Fiszel 352152c491 export runFlow and runFlowAsync 2024-08-15 15:17:32 +02:00
Ruben Fiszel 901c7ed181 fix(typescript-client): add runFlow and runFlowAsync 2024-08-15 14:21:33 +02:00
Ruben Fiszel 363bb08af5 fix: improve row update of aggrid table actions II 2024-08-15 12:47:21 +02:00
Ruben Fiszel 8114c95084 improve row update of aggrid table actions 2024-08-15 12:07:46 +02:00
HugoCasa 20905cee00 email triggers panel loading (#4247) 2024-08-15 11:12:10 +02:00
Ruben Fiszel 737ae3ead9 nit highlight code 2024-08-15 10:46:57 +02:00
HugoCasa 4ede41f34b fix(frontend): improve UI for email triggers (#4243)
* fix(frontend): improve UI for email triggers

* fix: nits
2024-08-15 10:06:35 +02:00
Ruben Fiszel 61a8532c62 chore(main): release 1.380.0 (#4242)
* chore(main): release 1.380.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-08-14 19:48:20 +02:00
Ruben Fiszel 39e40a23ae nit npn check fix 2024-08-14 19:19:26 +02:00
HugoCasa 44cf3f886f feat: opt-in job args in audit logs (#4241)
* feat: job args in audit logs

* update ee ref
2024-08-14 19:00:52 +02:00
Ruben Fiszel 02f04e2331 feat: recoverable error handlers 2024-08-14 18:45:29 +02:00
Ruben Fiszel 0e35ab098a fix tests 2024-08-14 17:35:30 +02:00
Ruben Fiszel 3195f37a84 feat: togglable continue on disapproval/timeout of approvals 2024-08-14 17:24:21 +02:00
Ruben Fiszel 8c457960a5 dockerfile improvements 2024-08-14 15:49:33 +02:00
Ruben Fiszel 4f1c8fc4b1 small resilience nits 2024-08-14 15:24:05 +02:00
Ruben Fiszel 2104eaeaf5 chore(main): release 1.379.4 (#4238)
* chore(main): release 1.379.4

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-08-14 14:48:36 +02:00
Ruben Fiszel 246f3661fc fix: fix transformer issue after proxy change for apps 2024-08-14 14:45:55 +02:00
Ruben Fiszel 1f7ece08c9 all 2024-08-14 14:34:58 +02:00
Ruben Fiszel 0dc3759d80 continue on error 2024-08-14 14:34:58 +02:00
HugoCasa e47d0c40ea fix: use job timeout for snowflake timeout (#4240) 2024-08-14 14:27:43 +02:00
HugoCasa 8942e80ebb fix: handle time with tz col type in pg (#4239) 2024-08-14 13:25:56 +02:00