Ruben Fiszel and rubenfiszel
de4e1d82a8
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 and rubenfiszel
5d110bbf8b
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 and rubenfiszel
ac0a397e76
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
d3942097df
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 and rubenfiszel
5e0259531e
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 and rubenfiszel
da4e5ccca3
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
6e805d8252
feat: add php ( #3725 )
...
* feat: add php
* fix: nsjail + frontend build
2024-05-15 08:12:11 +02:00
Ruben Fiszel and rubenfiszel
a807fd03a3
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 and rubenfiszel
c3fb407c7d
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 and rubenfiszel
79370535f4
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 and rubenfiszel
a60bc82bd6
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 and rubenfiszel
b7bacd5491
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 and rubenfiszel
89846cbbbe
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 and rubenfiszel
f835ce24f8
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 and rubenfiszel
5adfc748b8
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
696a5612f8
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 and rubenfiszel
bb8af8fa98
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 and rubenfiszel
15a160ea96
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 and rubenfiszel
b5e3d8fdc3
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
11b3ea3ac8
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
d1f58f1037
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 and rubenfiszel
5d468d4f27
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 and rubenfiszel
4f8d442479
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 and rubenfiszel
bbbeca4d49
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 and rubenfiszel
7aa4561ae1
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 and rubenfiszel
bf99cd7548
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 and rubenfiszel
a4dcd62cb9
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 and rubenfiszel
3aeb27bcb1
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 and rubenfiszel
8997e3c041
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 and rubenfiszel
dec93126a1
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 and rubenfiszel
0cd7ab4c72
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 and rubenfiszel
1ad7b723a0
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 and rubenfiszel
87f6f7503b
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 and rubenfiszel
8f3944433e
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 and rubenfiszel
196de08775
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 and rubenfiszel
39e1ea3d57
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 and rubenfiszel
3c79692559
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 and rubenfiszel
c98dbb1fc4
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 and rubenfiszel
9cf82b061e
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 and rubenfiszel
982c4c439e
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 and rubenfiszel
9668198f4b
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 and rubenfiszel
a2c780bc8e
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
c09ae3ebc6
feat: app select policy ( #3610 )
...
* feat: app select policy
* fix: question marks
2024-04-25 17:21:00 +02:00
Ruben Fiszel and rubenfiszel
f20a4a626d
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 and rubenfiszel
f1acdd7eb7
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 and rubenfiszel
da0d78c209
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 and rubenfiszel
08861c86de
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
0be55ae98c
feat: support multiple labels for jobs (wm_label -> wm_labels)
2024-04-24 11:32:25 +02:00
Ruben Fiszel and rubenfiszel
1f997e16ee
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 and rubenfiszel
fe2e929068
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