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
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
Ruben Fiszel
cdf7a285a4
fix(cli): support whileloop in flow cli sync
2024-05-11 02:06:14 +02:00
Ruben Fiszel
fb369fb4a8
fix: selectedRow for a table is set on table actions
2024-05-11 00:47:52 +02:00
Ruben Fiszel
0ab51e8929
app nits
2024-05-10 23:56:55 +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
055c15e855
fix: fix build
2024-05-10 01:24:46 +02:00
Ruben Fiszel
f203ce6da0
fix compile
2024-05-09 23:42:17 +02:00
Ruben Fiszel
fd5dfde201
fix(cli): add excludes to the codebase conf
2024-05-09 18:52:38 +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
Ruben Fiszel
c88cf18ccd
increase max worker connections to 5
2024-05-03 08:39:51 +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
ccebe282d5
box flowmodulestatus to reduce stack allocation of flowvalue
2024-05-02 10:28:04 +02:00
Ruben Fiszel
59ecd1de29
box flowmodule to reduce stack allocation of flowvalue
2024-05-02 10:06:16 +02:00
Ruben Fiszel
f1cd473253
fix: re-release nit
2024-05-02 01:10:41 +02:00
Ruben Fiszel
961c89f3ec
fix: improve schedule editor UX
2024-05-02 00:42:50 +02:00
Ruben Fiszel
4032737cd4
fix: add WM_WORKER_GROUP to get worker group from script
2024-05-01 21:22:53 +02:00
Ruben Fiszel
fdf237c4ed
feat: add distributed global cache for go
2024-04-26 11:31:21 +02:00
Ruben Fiszel
e27d2c0d35
feat: add distributed global cache for go
2024-04-26 11:31:21 +02:00
Ruben Fiszel
c5de8365ec
feat: support multiple labels for jobs (wm_label -> wm_labels)
2024-04-24 11:32:25 +02:00
Ruben Fiszel
ba4efb7b7e
feat: add label and schedule filters to runs page
2024-04-23 22:48:21 +02:00
HugoCasa
9e36ae066c
feat: hide scripts with on function main from operators + badge/filter for devs ( #3584 )
...
* feat: save in DB whether script has not main function
* fix: if cannot parse script args, clear schema
* feat: no main function badge and filter
* fix: sqlx
* fix: no main
2024-04-22 15:59:13 +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
e571d3c4d0
fix ee links
2024-04-17 22:38:03 +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
Ruben Fiszel
a1d2c59fce
feat: flow concurrency limits support custom concurrency key
2024-04-09 22:03:39 +02:00
HugoCasa
b168256a90
feat: git sync group changes by folder ( #3517 )
...
* feat: git sync group changes by folder
* chore: update ee ref
2024-04-05 23:07:27 +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
Ruben Fiszel
8c106a7790
allow_http by default for s3
2024-04-03 13:58:52 +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
Ruben Fiszel
773b524b04
feat: approval steps description
2024-03-27 14:04:14 +01:00
HugoCasa
0e0d964fc8
feat: add visible to runner only default value ( #3472 )
2024-03-26 19:07:21 +01:00
Ruben Fiszel
6b842b3c53
feat: add set_flow_user_states and get_flow_user_states api and sdk support
2024-03-26 17:31:17 +01:00
HugoCasa
6b719fecea
feat: add workspace environment vars (custom contextual vars) ( #3455 )
...
* feat: custom contextual variables
* chore: sqlx prepare
* fix: main merge
2024-03-23 11:40:55 +01:00
Ruben Fiszel
7714221f3e
feat: large log disk and distributed storage compaction
2024-03-23 10:55:29 +01:00
Ruben Fiszel
cdb865dac0
improve cred store error
2024-03-22 18:00:06 +01:00
HugoCasa
c2d18a6d6f
feat keep sql columns ordering ( #3444 )
...
* feat: keep pg columns ordering
* feat: pass column order through flow status
* feat: sql ordering for all sql langs
* fix: sqlx build on mac + rename to _metadata
* Update JobPreview.svelte
* Update +page.svelte
* Update +page.svelte
* Update LogPanel.svelte
* Update +page.svelte
* Update LogPanel.svelte
* Update JobPreview.svelte
* fix: build
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-03-22 10:34:32 +01:00
Ruben Fiszel
16b3b659e9
chore: update deps
2024-03-21 13:37:17 +01:00
Ruben Fiszel
f8d3ba12af
generalize cache object store
2024-03-21 08:50:10 +01:00
Ruben Fiszel
7dafa3d62a
fix compile on non ee
2024-03-20 15:09:28 +01:00
Ruben Fiszel
a0a42067fb
feat: s3 cache config added to instance settings + parallelized tar pulling
2024-03-20 14:19:34 +01:00
Ruben Fiszel
8056ce49af
removing pulling all piptars at start
2024-03-17 11:21:43 +01:00
Ruben Fiszel
958df4f62c
feat: refactor logging to improve performance by order of magnitude for longer jobs
2024-03-16 17:55:34 +01:00
Ruben Fiszel
543d2a1577
fix: s3 cache is an instance settings ( #3421 )
...
* s3
* s3
2024-03-15 15:09:05 +01:00
Ruben Fiszel
74a8816eea
fix readme
2024-03-15 10:09:08 +01:00
Ruben Fiszel
7d00d4718e
fix: be less agressive with log streaming for long jobs
2024-03-14 19:42:41 +01:00