Ruben Fiszel
6b49f47c5c
feat: nativets can use the wmill library + setClient not required anymore ( #3714 )
...
* all
* all
* all
* all
2024-05-13 08:26:03 +02:00
Ruben Fiszel
5766278737
improve empty resource types instructions
2024-05-12 21:07:23 +02:00
Ruben Fiszel
aae70ac6cb
feat: logs can be downloaded directly from server/frontend if using shared volume
2024-05-12 04:16:04 +02:00
Ruben Fiszel
14c1555089
fix: improve status exit dedicated workers
2024-05-11 02:44:49 +02:00
Ruben Fiszel
36e61b4565
fix: improve nodejs mode after esm update
2024-05-11 02:15:28 +02:00
HugoCasa
cb4b2f60ff
feat: worker metrics ( #3697 )
...
* feat: worker metrics
* fix: limit worker metrics to superadmin
* fix: limit worker metrics to superadmin + feat: queue metrics charts
* fix: improve graphs
2024-05-10 20:50:09 +02:00
Ruben Fiszel
1f64715043
feat: local typescript codebase as bundle ( #3694 )
...
* codebases
* codebases
* foo
* foo
* foo
* foo
* fix(frontend): Disable the insert button when required fields are empty strings (#3659 )
* fix(frontend): use normal password mask for the sensitive fields of the resource editor
* handle super admins in password arg input
* chore(main): release 1.323.2 (#3660 )
* chore(main): release 1.323.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
* foo
* all
* s3_helpers move
* progress
* all
* progress
* progress
* progress
* progress
* codebase final
* update without ee
* sqlx
* all
* all
* all
* all
* all
* all
* all
* all
* all
* all
* all
* all
* all
* all
* all
* update
* all
* all
* all
---------
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-09 18:35:50 +02:00
HugoCasa
4c3cb5f9e7
fix: can cancel only if can disable schedule + stop worker on force cancel + soft cancel job parent on job cancel ( #3670 )
...
* fix: can cancel only if can disable schedule + stop worker on force cancel + cancel job parents
* fix: sqlx build
* fix: flow reschedule check + soft cancel only direct parent
* fix: sqlx prepare
* fix: only soft cancel parent if force cancel and job is a flow step
2024-05-07 17:17:43 +02:00
HugoCasa
cb132671d3
feat: critical error side channel ( #3625 )
...
* feat: critical error side channel
* feat: trigger workspace error handler or critical channel on schedule error handling failure
* fix: build
* feat: finish critical error side channel
* feat: channels instead of just emails + move to EE
* fix: remove superfluous func
* fix: nits + ee ref
* fix: open source build
* fix: nits
* chore: update ee ref
2024-05-02 20:21:23 +02:00
Ruben Fiszel
03e89023c7
improve expr interpreter for flows to handle results?.X
2024-05-02 11:51:52 +02:00
Ruben Fiszel
59ecd1de29
box flowmodule to reduce stack allocation of flowvalue
2024-05-02 10:06:16 +02:00
Ruben Fiszel
12353d5879
add cloud compile flag
2024-05-02 09:39:40 +02:00
Ruben Fiszel
157e4d8e53
improve bun dedicated worker to use nodejs
2024-05-01 02:10:58 +02:00
Ruben Fiszel
2c8f2668c2
migrate bun dedicated worker to readline
2024-05-01 00:38:16 +02:00
Ruben Fiszel
b7c54a9eec
print lines for dedicated worker in debug mode
2024-04-30 23:48:21 +02:00
Ruben Fiszel
b5db06d742
add base_internal_url to dedicated python workers
2024-04-30 22:48:40 +02:00
Ruben Fiszel
c6e1fa8dc4
add stderr to debug log of dedicated workers
2024-04-30 21:10:05 +02:00
Ruben Fiszel
1cac7bf239
more logs for dedicated workers
2024-04-30 17:19:34 +02:00
Ruben Fiszel
2cb1595cae
fix(python): supports folders starting with numbers for execution
2024-04-30 11:23:48 +02:00
Ruben Fiszel
4c3567cbf1
fix: fix console logs in REST scripts
2024-04-30 10:46:20 +02:00
HugoCasa
3feaf90273
feat: add resource and variable picker for rest scripts ( #3628 )
...
* feat: add resource and variable picker for rest scripts
* feat: add reserved variables to rest scripts
2024-04-29 12:13:21 +02:00
Ruben Fiszel
89aec0d7c7
feat(cli): split inline sscripts for apps like for flows
2024-04-28 14:55:33 +02:00
Ruben Fiszel
75730d410d
rm go bin if cloud hosted
2024-04-26 13:42:24 +02:00
Ruben Fiszel
e2798ef7a3
rm go bin if cloud hosted
2024-04-26 13:40:52 +02:00
HugoCasa
e8905b2734
feat: pg add json support ( #3620 )
2024-04-26 13:28:15 +02:00
Ruben Fiszel
bbc8bece4c
fix backend tests
2024-04-26 13:27:24 +02:00
Ruben Fiszel
1ee928dd9e
small fixes
2024-04-26 11:38:44 +02:00
Ruben Fiszel
e27d2c0d35
feat: add distributed global cache for go
2024-04-26 11:31:21 +02:00
HugoCasa
efe8b1a339
feat: add support for readonly application intent in mssql ( #3591 )
2024-04-23 14:08:51 +02:00
Ruben Fiszel
5f4188890e
fix: improve re-scheduled for estimation in concurrency limits
2024-04-21 12:41:30 +02:00
Ruben Fiszel
8cb1e4846c
increase pg size limit for cloud
2024-04-21 10:20:50 +02:00
wendrul
c3325c2cbf
Instrument logs ( #3566 )
...
* Add spans to show worker_name and job_id
Always show worker_name and job_id when relevant, by creating spans that
live as long as the worker and the job.
* Remove redundant worker names from fn run_worker
Remove the now redundant worker_name tracing, as the information now
lives at the span level
* Use span when spawning new thread
* Instrument more pertinent functions
Move spans to more pertinent functions. Remove more redundant info, and
change worker_name to just worker
* Change tracing subscriber to log path:line_no
Change from logging target (module name usually) to file path and line
number
2024-04-18 01:11:14 +02:00
Ruben Fiszel
da3ded6196
fix: measure memory usage on postgres scripts
2024-04-18 01:05:16 +02:00
Ruben Fiszel
cb6efb08a2
feat: show more for logs on s3 directly possible from browser log viewer
2024-04-17 21:42:46 +02:00
HugoCasa
c23fdc1585
fix: add mysql decimal support ( #3557 )
2024-04-15 14:26:17 +02:00
Ruben Fiszel
a1d2c59fce
feat: flow concurrency limits support custom concurrency key
2024-04-09 22:03:39 +02:00
Ruben Fiszel
6ad1b37844
fix: improve performance of for-loops with parralelism
2024-04-09 19:47:50 +02:00
Ruben Fiszel
05998e91a1
fix: improve performance of for-loops with parralelism
2024-04-09 19:41:56 +02:00
Ruben Fiszel
65b280c84b
prevent parallelism from timing out lock monitor
2024-04-09 18:50:19 +02:00
Ruben Fiszel
424a5e344e
fix: improve deadlocks for parallel branches with parallelism constraints
2024-04-09 11:52:40 +02:00
Ruben Fiszel
34fd745b2f
more error messages
2024-04-09 10:27:14 +02:00
Ruben Fiszel
ce18be6431
fix: improve deadlocks for parallel branches with parallelism constraints
2024-04-09 01:38:55 +02:00
Ruben Fiszel
10d739537d
fix: parallel flow with parallelism constraint could deadlock
2024-04-06 13:25:34 +02:00
Ruben Fiszel
ab89792187
nit global cache python improvements
2024-04-04 22:07:14 +02:00
Ruben Fiszel
1402c72212
fix: improve global cache deps
2024-04-04 21:33:44 +02:00
Ruben Fiszel
a67f093184
fix: improve chars splitting for logs with utf-8 chars
2024-04-04 13:38:19 +02:00
Ruben Fiszel
d5c1a5707b
fix: fix char excess size module for logs truncation
2024-04-04 03:25:11 +02:00
Ruben Fiszel
de66141362
add checksum log to s3 piptar pull
2024-04-02 20:55:31 +02:00
Ruben Fiszel
288b9c8ce4
feat: while loop as new flow primitive
2024-04-02 17:38:11 +02:00
Ruben Fiszel
e66d4b6708
continue on error option for steps
2024-04-02 10:32:47 +02:00