Commit Graph

1640 Commits

Author SHA1 Message Date
Ruben Fiszel
cd43297ec8 fix: improve handling of parallel flow branches of more than 30s 2024-02-27 16:33:13 +01:00
HugoCasa
9aa587c36f feat: add ee flag to common (#3300) 2024-02-27 12:06:48 +01:00
Ruben Fiszel
51269e4652 fix: fix scheduling of overlapping flows 2024-02-27 00:50:03 +01:00
Ruben Fiszel
83120fe4b4 fix: crash on init script failure 2024-02-26 19:50:33 +01:00
Ruben Fiszel
103e289aa7 more debug lines, remove telemetry for agents 2024-02-26 17:02:40 +01:00
HugoCasa
bc9e2381b8 fix: add bigint support to mysql (#3294) 2024-02-26 16:59:36 +01:00
Ruben Fiszel
c540c92fdc fix: add HOME to pip install 2024-02-26 15:33:45 +01:00
Ruben Fiszel
d951d17b78 fix: add HOME to pip install 2024-02-26 15:27:56 +01:00
Ruben Fiszel
e3b1e5fe06 fix: handle better flow hanging monitor 2024-02-26 15:09:39 +01:00
Ruben Fiszel
05e671ca3f fix: improve relative bun loader 2024-02-25 19:18:10 +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
594fa42767 reactivate parquet features 2024-02-24 17:55:17 +01:00
Ruben Fiszel
75d736ca7e reactivate parquet features 2024-02-24 17:44:43 +01:00
Ruben Fiszel
c3ef987e28 chore: fasten compilation time 2024-02-24 17:10:55 +01:00
Ruben Fiszel
82c8b1d1dd chore: fasten compilation time 2024-02-24 16:29:35 +01:00
Ruben Fiszel
2d6ba9528b fix: improve support for singlescriptflow 2024-02-23 21:06:55 +01:00
Ruben Fiszel
2ee069a1b8 fix(python): handle recursive python imports with loop 2024-02-20 19:42:11 +01:00
Ruben Fiszel
c7d04bfa88 fix: prevent bigquery/snowflake against abuse timeout 2024-02-20 01:56:04 +01:00
Ruben Fiszel
585134e6af feat: allow arbitrary timeout on graphql 2024-02-20 00:45:42 +01:00
Ruben Fiszel
e4c763d513 feat: add support for mem peak to nativets scripts 2024-02-19 23:38:27 +01:00
Ruben Fiszel
6e82575309 fix: prevent native http against timeout abuse 2024-02-19 23:28:06 +01:00
Ruben Fiszel
d414e9fff9 refactor future wrapper for queries 2024-02-19 22:11:45 +01:00
Ruben Fiszel
37e80ca1a4 fix(psql): add mem peak to postgresql 2024-02-19 20:51:09 +01:00
Ruben Fiszel
fa9d5af10e respect query timeout for pg queries 2024-02-19 20:11:28 +01:00
Ruben Fiszel
52b2b5048d fix: prevent postgres timeout abuse 2024-02-19 19:59:43 +01:00
HugoCasa
9288d909b9 fix: bigquery timeout (#3244)
* fix: bigquery timeout

* fix: use default timeout instead
2024-02-19 17:56:19 +01:00
HugoCasa
aa71b7363b fix: remove oom prio macos (#3245) 2024-02-19 12:36:57 +01:00
HugoCasa
987a764476 fix: backend build on macos (#3243) 2024-02-19 09:58:12 +01:00
Ruben Fiszel
879a6cda00 chore: remove warnings 2024-02-18 14:03:00 +01:00
Ruben Fiszel
6fdfc1f112 fix: update internal deno runtime to 0.262.0 (#3240)
* feat: scim token and saml metadata setting in UI directly

* chore(main): release 1.271.0 (#3237)

* chore(main): release 1.271.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>

* fix test

* all

* update all

* fix frontend

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-02-18 13:19:35 +01:00
Ruben Fiszel
ccbb1d9305 add support for pip index url 2024-02-17 15:58:20 +01:00
Mikhail Zagurskiy
6a9b11463f Fix build for Windows (#3235)
* Fix build for Windows

* Fix typo
2024-02-17 10:45:38 +01:00
Ruben Fiszel
487fa7f0c9 fix(mysql): support integer with float type 2024-02-16 18:33:21 +01:00
Ruben Fiszel
3a1993e978 fix(deno): add allow-net 2024-02-16 00:32:31 +01:00
HugoCasa
af1b4c0dde fix: add timestamp array support in pg (#3229) 2024-02-15 17:18:41 +01:00
Ruben Fiszel
7719e7080d add tracing debug around user auth 2024-02-13 13:30:33 +01:00
Ruben Fiszel
4c742c5e0f fix: init scripts are tagged with 'init_script' 2024-02-13 11:04:15 +01:00
Ruben Fiszel
2583ba0c22 improve verbosity of overlapping flow runs 2024-02-11 12:21:57 +01:00
Ruben Fiszel
81bdd81817 fix compile 2024-02-10 00:40:53 +01:00
Ruben Fiszel
c2ef54d6ad fix: improve no flow overlap + schedule args loading 2024-02-10 00:37:35 +01:00
Ryan Doyle
5d792d3d6f fix: Properly handle pip index urls in pip-compile (#3192)
- URLs that contain simple auth seem to have that stripped before being
  passed to underlying pip if it needs to be called by pip-compile.
- This forces explicit passing of the complete, authenticated url
  string to pip, through pip-compile, via pip-compile's "--pip-args"
  argument.
2024-02-10 00:29:08 +01:00
Ruben Fiszel
5408eafdc1 add tracing debug to pip compile 2024-02-09 22:38:52 +01:00
Ruben Fiszel
ec67ebf5cd add tracing debug to pip install command args 2024-02-09 22:35:59 +01:00
Bryan
48b572de8e fix: add --unstable-http arg to deno (#3186) 2024-02-09 00:35:34 +01:00
Ruben Fiszel
de858f3cc6 nit clarify error 2024-02-08 16:05:39 +01:00
Ruben Fiszel
d59d324d72 fix: handle better \u0000 in python result 2024-02-08 16:02:38 +01:00
Ruben Fiszel
1ed9901aec fix: only create shared dir symlink if not exists 2024-02-07 00:42:23 +01:00
HugoCasa
b52fc09098 fix: improve ts wrappers (#3163) 2024-02-06 17:54:32 +01:00
Ruben Fiszel
e14db77991 fix: scheduling of flows is done immediately 2024-02-05 18:58:55 +01:00
Ruben Fiszel
2568ea0ee2 feat: add flow debug info endpoint + button 2024-02-04 22:16:12 +01:00