Commit Graph

994 Commits

Author SHA1 Message Date
Ruben Fiszel f40d37013f fix: always consider electron as external for bundles 2024-07-30 09:38:19 +02:00
Ruben Fiszel 64053cc9ca bump deno and deno_core to 1.45.4 2024-07-30 08:43:52 +02:00
Ruben Fiszel d3c818d570 fix: improve native runtime with axios support 2024-07-29 21:13:02 +02:00
HugoCasa e2388989bb feat: get completed flow node result by api/download + eval list result json path optim (#4108)
* feat: get completed flow node result by api

* fix: missing file

* feat: fallback to completed job + fix dfs

* feat: download all results + eval improvement

* fix: nit regex

* fix: nit
2024-07-29 20:30:55 +02:00
Ruben Fiszel 12ec75551e feat: remove nativets in favor of bun with native pragma 2024-07-29 19:20:00 +02:00
Ruben Fiszel 70aa9c7542 nit less cloning 2024-07-28 23:31:50 +02:00
Ruben Fiszel b1deb491e3 simplify noop code handling 2024-07-28 20:10:59 +02:00
Ruben Fiszel b45ec20b83 fix: add the nobundling option for bun 2024-07-28 10:56:04 +02:00
Ruben Fiszel 9b2c2c96b4 small nit BASE_URL 2024-07-28 10:25:33 +02:00
Ruben Fiszel a76904d8d2 fix: allow colors for bun and log error directly 2024-07-26 22:42:24 +02:00
Ruben Fiszel eedc39c100 feat: pre-bundle bun scripts (#4132) 2024-07-26 19:00:30 +02:00
HugoCasa 2b9b4eedc3 feat: multi sql statement with pg fix (#4134)
* Revert "Revert "feat: multi statement sql (#4104)" (#4133)"

This reverts commit c578f05e2d.

* fix: sort pg args
2024-07-26 09:23:39 +02:00
Ruben Fiszel c578f05e2d Revert "feat: multi statement sql (#4104)" (#4133)
This reverts commit 5bc0e96171.
2024-07-26 01:24:03 +02:00
HugoCasa 5bc0e96171 feat: multi statement sql (#4104)
* feat: multi statement pg

* fix: add other flavors

* feat: make pg params start at 1 and sequential

* fix: improve sql statement parsing

* add tests

* fix: allow no semi in last statement

* fix: merge conflict

* fix: minor improvement

* fix: parser version
2024-07-25 20:46:04 +02:00
Ruben Fiszel b7a92cada6 fix npm_mode check from raw_deps 2024-07-25 12:58:04 +02:00
Ruben Fiszel 248c7472e8 fix: support npmjs mode for raw deps of package.json from CLI 2024-07-25 09:53:18 +02:00
Ruben Fiszel 2f1d7349b9 fix: move bun cache to non mounted volume to benefit from cache optimization 2024-07-24 18:25:21 +02:00
Ruben Fiszel c8574c39dc avoid loops in symlinks 2024-07-24 16:45:04 +02:00
Ruben Fiszel 21bcdbb0be only use symlinks from buntar to job 2024-07-24 16:04:52 +02:00
Ruben Fiszel 103071eda6 only use symlinks from buntar to job 2024-07-24 15:54:46 +02:00
Ruben Fiszel cf746c0179 fix: use symlink and straight copy as fallback methods for buntar 2024-07-24 15:45:08 +02:00
Ruben Fiszel 495911817d fix: delete buntar if any issue while creating it 2024-07-24 15:23:06 +02:00
Ruben Fiszel 6938c4b323 remove shared from hardlinks 2024-07-24 15:14:27 +02:00
Ruben Fiszel 080b8b5d8c fix: generate lockfile with npm when npm mode is used 2024-07-24 14:48:25 +02:00
Ruben Fiszel 211e80b69e fix: make result_json path stable for python executors 2024-07-23 17:39:40 +02:00
Ruben Fiszel b15ba1bff1 feat: use hardlinks instead of tar to improve bun cache performances 2024-07-23 15:30:09 +02:00
Ruben Fiszel be25101377 fix: add WM_SCHEDULED_FOR to contextual variables and early stop of flows 2024-07-18 02:10:15 +02:00
Ruben Fiszel a140e2b19e fix: improve generate flow locks 2024-07-15 20:14:42 +02:00
Ruben Fiszel 7f2cbb40f6 feat: improve flow status viewer (show branch chosen + all iterations in for loop) (#4074)
* all

* all

* all

* all

* all
2024-07-13 18:53:24 +02:00
Ruben Fiszel 3efffba0cb nit expect 2024-07-09 08:45:36 +02:00
Ruben Fiszel d674d93bcc more observability for dedicated workers 2024-07-09 08:26:40 +02:00
Ruben Fiszel e65dfa5d0c fix: make dedicated workers work with dates in bun 2024-07-09 07:58:17 +02:00
Ruben Fiszel c0529647b9 fix: fix previous_result not always working for failure steps 2024-07-09 00:01:58 +02:00
Ruben Fiszel ccf965e87d fix: improve failure id assignment for parallel forloop 2024-07-08 15:50:38 +02:00
HugoCasa af3fd09d80 fix(backend): make value of flow_version not null (#4039)
* fix: flow versioning nit: make value of flow version not null

* fix: sqlx

* fix: missing code change

* fix: improve nit migration
2024-07-08 11:56:53 +02:00
Ruben Fiszel b7b83a7d42 fix: improve dedicated workers for flows 2024-07-04 18:12:59 +02:00
Ruben Fiszel 1e3523cd79 fix: improve dedicated workers for flows 2024-07-04 16:34:41 +02:00
Ruben Fiszel 0ada83a80a fix: fix wrong interaction between suspended steps and forloop parallelism 2024-07-04 14:53:43 +02:00
Ruben Fiszel 2812792326 fix: memory optimization for flow with big args (#4019) 2024-07-04 10:08:42 +02:00
HugoCasa 2ecf44f44f fix(backend): switch job run to user db (#4017) 2024-07-03 21:51:59 +02:00
HugoCasa 7f2289d4d5 feat: flow versioning (#4009)
* feat: flow versioning

* fix: sqlx

* fix: update schedule test for flow versioning

* fix: with_deployment_msg + UI nits

* fix: nit

* fix: improve down migration

* patch: keep latest flow version in flow table for backward compat

* fix: app deployments in list view

* chore: update ee ref

* fix: merge

* fix: tests
2024-07-03 15:53:45 +02:00
HugoCasa c986ccb261 fix: make gql params optional by default + use default value if undefined (#4003)
* fix: make gql params optional by default + use default value if undefined

* fix: tests

* fix: improve tests
2024-07-01 16:25:26 +02:00
Ruben Fiszel c7e03a134a fix: add support for result.json for powershell 2024-07-01 08:48:33 +02:00
Ruben Fiszel afed03565f make nsjsail mode compatible with arm64 by making lib64 non mandatory 2024-06-28 15:11:41 +02:00
Ruben Fiszel 6ddeb07270 fix: fix OIDC 2024-06-28 00:44:03 +02:00
HugoCasa 9125b32a43 fix: snowflake datetime display format (#3995) 2024-06-27 21:30:44 +02:00
HugoCasa 86f124f8ed fix: parallel branchall disordered skip failure retrieval (#3975)
* fix: parallel branchall disordered skip failure retrieval

* fix: use regex for branchall index

* patch(frontend): default to parallel branch all
2024-06-26 12:23:09 +02:00
HugoCasa 4885ac9f4a fix: hide draft only items in pickers and from ops (#3977)
* fix: hide draft only scripts to ops and in pickers/flow builder

* fix: default to hiding draft only scripts

* fix: hide script drafts from ops

* fix: generalize to hide draft only/no main func by default

* fix: archived openapi nit
2024-06-26 12:21:45 +02:00
Ruben Fiszel ece86d9d14 fix: improve perf of forloop with parallelism massively 2024-06-22 14:14:15 +02:00
HugoCasa 6933f06f1c feat: add extra metadata to folders/resources/types + path prefix filtering for all + improve groups UI (#3936)
* feat: add extra metadata to folders/schedules/resources/types

* feat: add path prefix filter to api

* chore: updatee ref

* feat: improve groups UI

* fix: nit

* fix: nit
2024-06-22 01:29:23 +02:00