Ruben Fiszel
4f30b1fb82
feat: store failed_retries per module state and display failed retries in flow status viewer
2024-05-23 19:16:26 +02:00
HugoCasa
126459f972
feat: improve permissioned audit logs ( #3799 )
...
* fix: increase token label size in db
* Revert "Revert "feat: improve premissioned audit logs (#3793 )" (#3798 )"
This reverts commit afae33f5f8 .
* feat: add username to email function
* fix: nit
* fix: add docstring to global func
2024-05-23 17:23:50 +02:00
wendrul
e5b5d72a6f
fix: show code option in tree view ( #3803 )
...
* fix: show code option in tree view
* Update TreeViewRoot.svelte
2024-05-23 16:49:18 +02:00
wendrul
503a83fab8
Add concurrency key for inline scripts in flows ( #3801 )
2024-05-23 14:59:18 +02:00
Ruben Fiszel
afae33f5f8
Revert "feat: improve premissioned audit logs ( #3793 )" ( #3798 )
...
This reverts commit 35f8eecf2d .
2024-05-23 11:12:51 +02:00
Ruben Fiszel
9ab3be51a6
fix: update bun to 1.1.9
2024-05-23 09:24:38 +02:00
HugoCasa
35f8eecf2d
feat: improve premissioned audit logs ( #3793 )
...
* feat: improve premissioned audit logs
* chore: update ee ref
* fix: build
* fix: sqlx
2024-05-23 08:55:48 +02:00
Jeremy Worden
2f9b6aa2d2
Update lib.rs ( #3795 )
...
add ldap=>python-ldap remapping
2024-05-23 08:53:42 +02:00
Ruben Fiszel
2de07c751e
chore(main): release 1.335.0 ( #3792 )
...
* chore(main): release 1.335.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-22 23:20:31 +02:00
Ruben Fiszel
7af0036b7f
add concurrency_key to exported workspace scripts
2024-05-22 23:12:13 +02:00
Ruben Fiszel
5917d79c18
fix(cli): add concurrency key to script
2024-05-22 22:22:19 +02:00
wendrul
1d2d9ebadf
Add warning for omitted obscured jobs ( #3790 )
...
* Add warning for omitted obscured jobs
* Update RunsTable.svelte
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-05-22 21:14:52 +02:00
Faton Ramadani
92c93a029a
fix(frontend): Fix aggrid infinite refresh ( #3789 )
...
* fix(frontend): Fix AgGrid infinit refresh when args changed
* fix(frontend): Fix AgGrid infinit refresh when args changed
* fix(frontend): remove dead code
2024-05-22 16:57:45 +02:00
HugoCasa
50acb84aff
feat: improve user audit logs and stats ( #3786 )
...
* fix: improve user audit logs and stats
* chore: sqlx
* fix: no features build
* fix: sqlx
* fix: no features build
* chore: update ee ref
2024-05-22 16:51:04 +02:00
Ruben Fiszel
9a1611db6f
make drop cache not an error
2024-05-22 13:16:53 +02:00
Ruben Fiszel
88195e473f
remove jemalloc specific image
2024-05-22 11:44:37 +02:00
Ruben Fiszel
7e8ffece6b
chore(main): release 1.334.0 ( #3785 )
...
* chore(main): release 1.334.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-22 00:44:47 +02:00
Ruben Fiszel
92b884cd3a
nit
2024-05-22 00:44:25 +02:00
Ruben Fiszel
29bf7d3bd0
fix: add allow http toggle to object store settings
2024-05-22 00:36:04 +02:00
Faton Ramadani
4d1faece6d
feat(frontend): Added support for title and placeholder for ArgInputs ( #3779 )
...
* feat(frontend): Added support for customLabel and placeholder
* feat(frontend): correctly handle labels
* feat(frontend): rename customLabel into title
* feat(frontend): fix layout
* feat(frontend): properly implement placeholder
* feat(frontend): properly implement placeholder
* feat(frontend): add missing undefined check
* feat(frontend): remove code duplication
2024-05-21 21:58:48 +02:00
Faton Ramadani
373ae6ff4b
feat(frontend): Improve multiselect perf ( #3770 )
...
* feat(frontend): wip
* feat(frontend): Fork multiselect
* feat(frontend): cleanup
* feat(frontend): fix design
* feat(frontend): trie search
* feat(frontend): simplify search
* feat(frontend): simplify search
* feat(frontend): fix open
2024-05-21 19:47:19 +02:00
Faton Ramadani
1c1f11fc39
fix(frontend): Fix path overflow on the Runs page ( #3781 )
2024-05-21 19:46:53 +02:00
wendrul
d663cd2543
Win 130 concurrency observability fixes ( #3782 )
...
* Resize badge and add filter by key button
* Make status filters icononly with tooltip
* nit: replace current job None with empty
* tooltip should be on the same row with flex
* Expand selected on ToggleButtonMore
* Make a common definition of UnifiedJob fields
2024-05-21 19:28:05 +02:00
Ruben Fiszel
c142e92123
chore(main): release 1.333.5 ( #3776 )
...
* chore(main): release 1.333.5
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-21 12:26:03 +02:00
wendrul
ce29e43c91
Fix list jobs and intervals mismatch ( #3767 )
...
* fix: mismatch when filtering on concurrency key
Fix a mismatch between to endpoints when filtering by concurrency key
* Add ObscuredJob type on openapi spec
* Correct unit for graph
* Finish frontend changes
* Add field indicating if obscured jobs were omitted
* impl from for ListQueueQuery and factor logic
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-05-21 12:21:25 +02:00
Ruben Fiszel
868c5254d5
fix: improve concurrency key migration
2024-05-21 12:18:05 +02:00
Ruben Fiszel
e39b02d2a3
fix: drop the linux file cache regularly to avoid triggering OOM killer
2024-05-21 10:21:14 +02:00
Faton Ramadani
c901085c2d
fix(frontend): Fix full height component for public apps ( #3777 )
...
* fix(frontend): fix fullHeight component for public apps
* fix(frontend): fix fullHeight component for public apps
* fix(frontend): fix fullHeight component for public apps
2024-05-21 10:07:00 +02:00
Faton Ramadani
01243cc0f1
fix(frontend): Fix selected value when the default value of a select component is null ( #3778 )
2024-05-21 09:06:12 +02:00
Ruben Fiszel
90c5082653
fix: lighten watermark on public apps for ee
2024-05-21 07:50:47 +02:00
Ruben Fiszel
55ef2f96bb
frontend nits
2024-05-21 07:28:31 +02:00
Ruben Fiszel
95fbfbdad5
chore(main): release 1.333.4 ( #3775 )
...
* chore(main): release 1.333.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-20 23:30:48 +02:00
Ruben Fiszel
43b78ad787
fix(cli): make bun the default language in absence of wmill defaultTs 2
2024-05-20 23:27:08 +02:00
Ruben Fiszel
977e04b686
chore(main): release 1.333.3 ( #3774 )
...
* chore(main): release 1.333.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-20 23:16:05 +02:00
Ruben Fiszel
2f312038a7
update git sync hub script
2024-05-20 23:15:05 +02:00
Ruben Fiszel
afb3e53599
fix(cli): make bun the default language in absence of wmill defaultTs
2024-05-20 23:09:38 +02:00
Ruben Fiszel
27c1f112f8
use jemalloc for normal ee
2024-05-20 20:03:01 +02:00
Ruben Fiszel
d21502d478
nit compile
2024-05-20 19:45:00 +02:00
Ruben Fiszel
fae845ffd3
chore(main): release 1.333.2 ( #3772 )
...
* chore(main): release 1.333.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-20 19:19:42 +02:00
d10sfan
c442a09bb1
AgGrid - Allow to de-select all rows with setSelectedIndex ( #3760 )
...
* AgGrid - Allow to de-select all rows with setSelectedIndex
* Update frontend/src/lib/components/apps/components/display/table/AppAggridTable.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Else & check for null instead of -1
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2024-05-20 18:59:56 +02:00
Ruben Fiszel
f8bd664362
only enable profiling if env variable is present
2024-05-20 18:57:26 +02:00
Ruben Fiszel
31d69561cc
allow dynamic heap profiling using jemalloc live prof_active
2024-05-20 18:44:03 +02:00
Faton Ramadani
41c33d0554
fix(frontend): fix AgGrid pagination refresh ( #3773 )
...
* feat(frontend): fix AgGrid pagination refresh
* feat(frontend): fix AgGrid pagination refresh
2024-05-20 15:25:18 +02:00
Ruben Fiszel
ac3e1a8342
chore(main): release 1.333.1 ( #3771 )
...
* chore(main): release 1.333.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-20 12:35:28 +02:00
Ruben Fiszel
b6ff540f6e
remove extra tracing
2024-05-20 12:34:15 +02:00
Ruben Fiszel
35e735d787
further memory reduction
2024-05-20 11:38:11 +02:00
Ruben Fiszel
fcfbf9504d
use RawValue for Flow value and hub script schema
2024-05-20 10:45:52 +02:00
d10sfan
dbdba29b00
Add support for form schema property setting textarea rows value ( #3759 )
2024-05-20 10:24:46 +02:00
Ruben Fiszel
c1810d164b
fix(backend): improve memory usage by making schema RawValue instead of serde_json::Value
2024-05-20 10:11:47 +02:00
Ruben Fiszel
ceccfbc174
chore(main): release 1.333.0 ( #3769 )
...
* chore(main): release 1.333.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-19 22:31:57 +02:00