Ruben Fiszel
584594aed6
chore(main): release 1.332.1 ( #3766 )
...
* chore(main): release 1.332.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-18 10:12:45 +02:00
Ruben Fiszel
91662f773d
fix(cli): improve handling of schema for script bundles
2024-05-18 10:00:19 +02:00
HugoCasa
916240c452
fix(frontend): improve json display for large table objects ( #3765 )
...
* fix(frontend): fix check for displaying table-col
* fix: improve display result json limit for tables
* fix: nit
* Update frontend/src/lib/components/DisplayResult.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* fix: nit
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2024-05-17 18:45:13 +02:00
Ruben Fiszel
265ae920e8
chore(main): release 1.332.0 ( #3755 )
...
* chore(main): release 1.332.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-17 00:35:22 +02:00
Faton Ramadani
d2b1d388ba
feat(frontend): Fix App Select component initial value ( #3752 )
...
* feat(frontend): Fix App Select component initial value
* Update AppSelect.svelte
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-05-17 00:31:32 +02:00
Ruben Fiszel
1465951b61
chore(main): release 1.331.2 ( #3754 )
...
* chore(main): release 1.331.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-16 23:46:36 +02:00
Ruben Fiszel
1b06286419
chore(main): release 1.331.1 ( #3753 )
...
* chore(main): release 1.331.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-16 21:41:32 +02:00
Ruben Fiszel
5fc3ab9f7c
nits
2024-05-16 20:34:15 +02:00
HugoCasa
333dcf6780
fix(frontend): improve queue metrics graphs performance ( #3749 )
...
* fix(frontend): improve queue metrics graphs performance
* fix: check
2024-05-16 16:47:39 +02:00
Ruben Fiszel
4cd6515395
chore(main): release 1.331.0 ( #3737 )
...
* chore(main): release 1.331.0
* Apply automatic changes
* Update CHANGELOG.md
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-15 21:06:57 +02:00
wendrul
60b036c1ae
Add concurrency limits observability ( #3586 )
...
* Add concurrency_key table and field to payload
Add a new table custom_concurrency_key for storing concurrency keys on a
per job basis. Add the field to the job payload to populate the table on
creation of a new job.
* Rename to custom_concurrency_key
Be more explicit about the nature of the option variable by calling it
a more appropriate name.
* Delete concurrency_keys on delete_expire_items
* Propagate db errors up
* Add ref to EE changes
* update sqlx
* Add concurrency_key to tests
* Revert renaming of FlowValue field
FlowValue field concurrency_key must be named concurrency_key for
serialization purposes.
* Remove debug print statement
* Get concurrency_key from Job
Whether it is a Completed job or a queued one, add a ways to get the
associated concurrency key
* Add endpoint to get concurrency_key
* Add endpoint and button to get job concurrency_key
Add a line with a link on the FlowMetadata that goes to the
concurrency_groups page. add endpoint to get the concurrency_key of a
job
* Merge concurrency_key tables into one
migration + change all related querrys
* Add concurrency plot to the runs page
* Prepare sqlx
* Add concurrency Key filter on UI
* Prepare sqlx
* Prepare sqlx
* Fix filter and order query
The limit makes more sense if we cut the older rows, so order by
started_at
* Factor interpolation to reuse on concurrency key
Factor the arg interpolation logic into a function and finish the
processing of concurrency key before insertion
* Remove old concurrency key processing logic
* Second transaction with userdb
To send all concurrency intervals but revealing only uuids of accessible
jobs, make a second transaction with the userdb.
* Remove old second endpoint
the intervals endpoint now also gets the concurrencyt key information
for all jobs
* Show external jobs
* Put filters into a dropdown
Create a ToggleButtonMore and put elements into a dropdown
* Add toggle between two graphs
* Add filter functionality to concurrency graph
* Improve concurrency graph front
* Fix concurrency groups page
* Prepare sqlx
* Add ref to ee
* Change migration to create new table instead
Instead of renaming the custom_concurrency_key_ended atble, we create a
new table and we will delete custom_concurrency_key_ended in the future
when it is no longer linked to any jobs
* Do small UI improvements
* Fix range fusion by not filtering past jobs
Instead of filtering jobs in the backend on a startedAfter value, limit
the query to 1000 and query all possible towards the past to get a good
context for the graph in most sane situations
* Improve frontend UI
2024-05-15 20:15:14 +02:00
Faton Ramadani
86c5c5b5df
feat(frontend): add nullable arg ( #3729 )
...
* feat(frontend): add nullable arg
* feat(frontend): Limit nullable toggle for strings and numbers
* feat(frontend): Limit nullable toggle to strings
* feat(frontend): fix validation
* feat(frontend): Disable nullable when required + add missing config in script editor
2024-05-15 17:30:40 +02:00
Ruben Fiszel
c3e705ceb6
fix workspace redirect bug
2024-05-15 16:20:02 +02:00
Faton Ramadani
41e81aa81f
feat(frontend): Add context section ( #3745 )
...
* feat(frontend): Add context section
* feat(frontend): Add missing tooltip
2024-05-15 16:09:48 +02:00
Faton Ramadani
2f6f88bd8c
feat(frontend): full height component ( #3676 )
...
* feat(frontend): wip
* feat(frontend): Full Height component
* feat(frontend): wip
* feat(frontend): add fullHeight indicator
* feat(frontend): add indicator for component that won't render
* feat(frontend): update collision algo
* fix(frontend): Full height component done
* fix(frontend): Remove the hidden check from preview
* feat(frontend): code cleanup
* feat(frontend): code cleanup
* feat(frontend): code cleanup
* feat(frontend): code cleanup
* feat(frontend): Fix height issue + fix toggle display
* feat(frontend): Fix insertNewGridITem
* feat(frontend): code cleanup
* feat(frontend): mobile fullHeigt
* feat(frontend): fix wording
* feat(frontend): add missing constants
* feat(frontend): fix typo
* feat(frontend): remove dead code
* feat(frontend): improve the structure
* feat(frontend): done
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-05-15 14:52:05 +02:00
HugoCasa
c4159f2286
fix(frontend): improve auto data table headers when array of arrays ( #3738 )
2024-05-15 12:29:31 +02:00
HugoCasa
bff0a50a03
fix(frontend): rename correctly delete workspace button ( #3736 )
2024-05-15 11:55:50 +02:00
Ruben Fiszel
00c0e1f2a1
chore(main): release 1.330.1 ( #3733 )
...
* chore(main): release 1.330.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-15 10:35:42 +02:00
Ruben Fiszel
3ccb714e92
chore(main): release 1.330.0 ( #3731 )
...
* chore(main): release 1.330.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-15 08:30:25 +02:00
HugoCasa
f7f7a6d85f
feat: add php ( #3725 )
...
* feat: add php
* fix: nsjail + frontend build
2024-05-15 08:12:11 +02:00
Ruben Fiszel
3d9e291292
fix(bun): improve relative path type assistant in monaco for bun
2024-05-15 07:58:01 +02:00
Ruben Fiszel
a9e52e9a30
chore(main): release 1.329.0 ( #3722 )
...
* chore(main): release 1.329.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-15 06:33:47 +02:00
Ruben Fiszel
4300a8f6f5
improve agcharts2
2024-05-15 06:30:42 +02:00
Ruben Fiszel
9474e7c68a
fix: fix agchart rendering
2024-05-15 06:27:34 +02:00
Ruben Fiszel
25367fee4e
nit workspace selection
2024-05-15 06:11:44 +02:00
Ruben Fiszel
bc5c3652aa
fix: improve display result output limit
2024-05-15 05:59:31 +02:00
Ruben Fiszel
e71d63f2e4
improve log display
2024-05-14 23:22:11 +02:00
Faton Ramadani
1532f5b239
feat(frontend): Add date format ( #3675 )
...
* feat(frontend): Add date format
* feat(frontend): Add date format
* feat(frontend): add missing case
* feat(frontend): add date format
* fix(frontend): added missing tooltip + added default value to the date component
2024-05-14 22:15:16 +02:00
Ruben Fiszel
c425ec2f45
feat: improve log storage + expand all logs in a flow
2024-05-14 22:11:52 +02:00
Faton Ramadani
2cb04d544e
fix(frontend): Fix FileInput state when hidden ( #3730 )
2024-05-14 17:12:09 +02:00
Ruben Fiszel
f719681996
chore(main): release 1.328.0 ( #3716 )
...
* chore(main): release 1.328.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-13 22:52:57 +02:00
Faton Ramadani
97bf818dce
fix(frontend): fix slider component styling ( #3720 )
2024-05-13 22:48:23 +02:00
Ruben Fiszel
45b8f8dab7
fix: fix edit button on script row
2024-05-13 22:47:00 +02:00
HugoCasa
e689165ba0
feat(frontend): allows to specify column order for rich display ( #3709 )
...
* feat(frontend): allows to specify column order for rich display
* patch: rename table-cell to table-row-object
* fix: nested table row object
2024-05-13 18:08:37 +02:00
Ruben Fiszel
7a4d44e8b6
chore(main): release 1.327.0 ( #3715 )
...
* chore(main): release 1.327.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-13 08:30:37 +02:00
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
ef8d273c7d
chore(main): release 1.326.1 ( #3712 )
...
* chore(main): release 1.326.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-12 21:23:23 +02:00
Ruben Fiszel
5766278737
improve empty resource types instructions
2024-05-12 21:07:23 +02:00
Ruben Fiszel
0b43847da6
fix: un-inline monaco editor workers for faster initial load
2024-05-12 17:43:55 +02:00
Ruben Fiszel
8f54d35d56
chore(main): release 1.326.0 ( #3711 )
...
* chore(main): release 1.326.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-12 04:32:14 +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
26c4ccfdfe
ux nits
2024-05-11 18:27:11 +02:00
Ruben Fiszel
24346770ed
chore(main): release 1.325.2 ( #3710 )
...
* chore(main): release 1.325.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-11 02:48:14 +02:00
Ruben Fiszel
df05a2f32c
chore(main): release 1.325.1 ( #3708 )
...
* chore(main): release 1.325.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-11 02:26:37 +02:00
Ruben Fiszel
411c64742d
nit concat oauth fix
2024-05-11 00:54:38 +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
Ruben Fiszel
6eea9fcbc3
chore(main): release 1.325.0 ( #3707 )
...
* chore(main): release 1.325.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-10 21:02:21 +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
11dcab2068
chore(main): release 1.324.2 ( #3699 )
...
* chore(main): release 1.324.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-10 01:48:01 +02:00