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
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
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
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
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
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
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
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
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
Ruben Fiszel
969ebc8852
chore(main): release 1.324.1 ( #3698 )
...
* chore(main): release 1.324.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-09 19:39:14 +02:00
Ruben Fiszel
cedc1027c4
chore(main): release 1.324.0 ( #3666 )
...
* chore(main): release 1.324.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-09 18:53:46 +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
0d9a7dd38e
fix: load large args of previous runs dynamically ( #3688 )
...
* fix: load large args of previous runs dynamically
* fix: lower limit size
2024-05-08 14:35:37 +02:00
Ruben Fiszel
cce104f80e
chore(main): release 1.323.6 ( #3665 )
...
* chore(main): release 1.323.6
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-02 19:46:39 +02:00
Ruben Fiszel
a74497cd90
chore(main): release 1.323.5 ( #3663 )
...
* chore(main): release 1.323.5
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-02 01:20:36 +02:00
Ruben Fiszel
8e275db48d
chore(main): release 1.323.4 ( #3662 )
...
* chore(main): release 1.323.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-02 00:49:18 +02:00
Ruben Fiszel
47e785bb54
chore(main): release 1.323.3 ( #3661 )
...
* chore(main): release 1.323.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-01 21:26:45 +02:00
Ruben Fiszel
d9758527c4
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 >
2024-05-01 20:31:18 +02:00
Ruben Fiszel
1a0b9e7d0e
chore(main): release 1.323.1 ( #3657 )
...
* chore(main): release 1.323.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-01 14:44:49 +02:00
Ruben Fiszel
506a806154
chore(main): release 1.323.0 ( #3654 )
...
* chore(main): release 1.323.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-05-01 11:00:23 +02:00
Ruben Fiszel
415815d3ef
chore(main): release 1.322.0 ( #3650 )
...
* chore(main): release 1.322.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-30 22:07:09 +02:00
Ruben Fiszel
b53aaa49e8
chore(main): release 1.321.6 ( #3645 )
...
* chore(main): release 1.321.6
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-30 16:23:45 +02:00
Ruben Fiszel
f121dcbd7c
chore(main): release 1.321.5 ( #3642 )
...
* chore(main): release 1.321.5
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-30 11:28:14 +02:00
Ruben Fiszel
3ada18f99a
chore(main): release 1.321.4 ( #3640 )
...
* chore(main): release 1.321.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-30 01:53:10 +02:00
Ruben Fiszel
98a47e6366
chore(main): release 1.321.3 ( #3639 )
...
* chore(main): release 1.321.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-30 01:38:06 +02:00
Ruben Fiszel
d0e7438c26
chore(main): release 1.321.2 ( #3638 )
...
* chore(main): release 1.321.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-30 01:21:54 +02:00
Ruben Fiszel
b1d5969e9c
chore(main): release 1.321.1 ( #3637 )
...
* chore(main): release 1.321.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-30 00:12:15 +02:00
Ruben Fiszel
45ed2175de
chore(main): release 1.321.0 ( #3633 )
...
* chore(main): release 1.321.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-29 12:17:51 +02:00
Ruben Fiszel
4d0aea49a2
chore(main): release 1.320.3 ( #3629 )
...
* chore(main): release 1.320.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-28 16:14:51 +02:00
Ruben Fiszel
39c7988d83
chore(main): release 1.320.2 ( #3627 )
...
* chore(main): release 1.320.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-28 15:28:29 +02:00
Ruben Fiszel
f33651df0c
chore(main): release 1.320.1 ( #3626 )
...
* chore(main): release 1.320.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-28 15:21:06 +02:00
Ruben Fiszel
aec3148f71
chore(main): release 1.319.1 ( #3622 )
...
* chore(main): release 1.319.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-26 21:25:57 +02:00
Ruben Fiszel
c962a338b4
chore(main): release 1.319.0 ( #3619 )
...
* chore(main): release 1.319.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-26 18:29:07 +02:00
Ruben Fiszel
b1025a488b
chore(main): release 1.318.0 ( #3611 )
...
* chore(main): release 1.318.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-26 09:10:56 +02:00
HugoCasa
bee719813e
feat: app select policy ( #3610 )
...
* feat: app select policy
* fix: question marks
2024-04-25 17:21:00 +02:00
Ruben Fiszel
56ffb84b29
chore(main): release 1.317.1 ( #3608 )
...
* chore(main): release 1.317.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-24 23:55:50 +02:00
Ruben Fiszel
3e78f9dfa5
chore(main): release 1.317.0 ( #3605 )
...
* chore(main): release 1.317.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-24 23:27:06 +02:00
Ruben Fiszel
74fbcd7421
chore(main): release 1.316.2 ( #3603 )
...
* chore(main): release 1.316.1
* Update version.txt
* Update CHANGELOG.md
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-24 14:20:24 +02:00
Ruben Fiszel
663461580e
chore(main): release 1.316.0 ( #3601 )
...
* chore(main): release 1.316.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-24 12:10:47 +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
e48dc00c75
chore(main): release 1.315.1 ( #3599 )
...
* chore(main): release 1.315.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-24 09:55:39 +02:00
Ruben Fiszel
eb698db45e
chore(main): release 1.315.0 ( #3598 )
...
* chore(main): release 1.315.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-24 09:38:06 +02:00
Ruben Fiszel
1bb691bffa
chore(main): release 1.314.0 ( #3597 )
...
* chore(main): release 1.314.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-23 23:13:34 +02:00
Ruben Fiszel
ba4efb7b7e
feat: add label and schedule filters to runs page
2024-04-23 22:48:21 +02:00
Ruben Fiszel
93e6e82a7a
chore(main): release 1.313.0 ( #3590 )
...
* chore(main): release 1.313.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-23 14:12:36 +02:00