207 Commits

Author SHA1 Message Date
Ingo Oppermann
3c4e639a3d
Don't unmarshal events from cluster nodes 2025-12-08 15:48:52 +01:00
Ingo Oppermann
29143753f6
Minor adjustments to modern go 2025-12-05 16:38:05 +01:00
Ingo Oppermann
b5b16a6f9a
Fix proper cancelation of event emitting, refarctor cluster events 2025-12-05 16:30:33 +01:00
Ingo Oppermann
0431b6f8c4
Add process events 2025-12-02 17:08:05 +01:00
Ingo Oppermann
9af53917f4
Add missing, fix wrong API endpoint descriptions 2025-12-01 15:13:46 +01:00
Ingo Oppermann
e077cd48a6
Integrate media events into cluster 2025-10-06 17:36:23 +02:00
Ingo Oppermann
a6e806fd31
List all pending deployments as array, with an action for each process 2025-09-18 15:30:35 +02:00
Ingo Oppermann
8c7ca4898a
Add /v3/cluster/deployments endpoint 2025-09-16 12:03:51 +02:00
Ingo Oppermann
852b836f7e
Add /cluster/db/map/reallocate for retrieving the current reallocation jobs 2025-09-15 12:09:56 +02:00
Ingo Oppermann
981fcd4dd3
Add option to prevent purging on delete 2025-07-21 16:18:56 +02:00
Ingo Oppermann
d64c7b377e
Prevent shadowing processes 2025-07-21 15:33:59 +02:00
Ingo Oppermann
0e38648b70
Add force=restart parameter for process updates 2025-07-18 15:47:49 +02:00
Ingo Oppermann
aa75c0a059
Update domain query parameter description 2025-07-09 16:51:43 +02:00
Ingo Oppermann
4bf607b151
Remove commented out domain 2025-07-09 16:51:14 +02:00
Ingo Oppermann
260092d024
Fix process listing 2025-07-09 16:50:55 +02:00
Ingo Oppermann
31a9fa6a5f
Fix user listing 2025-07-09 16:50:02 +02:00
Ingo Oppermann
290c612d01
Fix process and iam enforcing credentials 2025-07-07 13:14:00 +02:00
Ingo Oppermann
fc97a6f069
Fix tests and marshalling process config 2025-05-15 15:09:47 +02:00
Ingo Oppermann
cc0da080c6
Fix omitting empty cleanup rules 2025-05-15 12:17:17 +02:00
Ingo Oppermann
d5c03932b5
Validate process config before adding/updating the cluster DB 2025-05-15 11:10:10 +02:00
Ingo Oppermann
8807cd2d79
Fix deployment errors in cluster DB 2025-05-13 12:21:54 +02:00
Ingo Oppermann
430dcd4340
Remove debug printf 2025-05-13 11:57:51 +02:00
Ingo Oppermann
ae157fbacf
Fix some error types 2025-04-16 15:07:34 +02:00
Ingo Oppermann
c4dfdbe635
Report more suitable errors 2025-04-11 16:58:01 +02:00
Ingo Oppermann
13311e6d90
Use real name instead of alias to fetch policies 2025-04-09 14:04:09 +02:00
Ingo Oppermann
5ab1333a54
Fix use of deprecated function 2025-03-12 21:06:54 +01:00
Ingo Oppermann
bfb54ca177
Add GPU usage in cluster about API endpoint 2024-10-31 14:32:18 +01:00
Ingo Oppermann
55015bcf6f
Read out GPU specs at util start 2024-10-30 17:12:29 +01:00
Ingo Oppermann
22a94e1089
Add GPU resources 2024-10-30 15:16:10 +01:00
Ingo Oppermann
de9a30a108
Add internal mock modules 2024-10-29 14:55:55 +01:00
Ingo Oppermann
f97943b275
Move content encoding in the beginning of the middleware chain, update dependencies 2024-10-09 14:25:42 +02:00
Ingo Oppermann
a1f41bd202
Fix using possibly unavailable value 2024-09-09 18:02:16 +02:00
Ingo Oppermann
0327edcaf3
Update openapi specification 2024-09-05 13:58:59 +02:00
Ingo Oppermann
bebef61e55
Add /v3/cluster/events endpoint to gather events from all nodes 2024-08-22 13:40:38 +02:00
Ingo Oppermann
68607ed932
Add basic resource information in about response 2024-08-20 11:55:08 +02:00
Ingo Oppermann
d391e274d7
Fix wrong memory limit, add total memory, add cpu and memory consumed by core itself to node resources 2024-07-25 21:13:49 +02:00
Ingo Oppermann
46950372be
WIP: Optimize copy from io.Reader, allow to suggest file size 2024-07-24 15:40:28 +02:00
Ingo Oppermann
54b1fe8e86
Dump casbin, replace with own policy enforcer 2024-07-23 15:54:09 +02:00
Ingo Oppermann
879819f10f
Retrieve current process from leader, clone metadata, introduce new state 'deploying' 2024-07-22 16:58:57 +02:00
Ingo Oppermann
a3948b597d
Return uploaded process config 2024-07-19 16:02:17 +02:00
Ingo Oppermann
b160e604d2
Don't import metadata, leads to race condition 2024-07-19 16:01:50 +02:00
Ingo Oppermann
72883d18d4
Remove bottlenecks in process handling, still some rough edges 2024-07-18 17:16:49 +02:00
Ingo Oppermann
6f524f5991
Use store.ProcessGetNode function 2024-07-17 16:49:31 +02:00
Ingo Oppermann
7e90bb87ce
Allow to import report history for a process 2024-07-10 16:46:49 +02:00
Ingo Oppermann
480dbb7f53
Refactor cluster node code 2024-07-09 12:26:02 +02:00
Ingo Oppermann
c032cdf5c7
Add API for setting node status, respect it in leader tasks 2024-06-24 16:50:15 +02:00
Ingo Oppermann
a9d6b1ec49
Add API endpoints for relocating processes 2024-06-19 15:28:30 +02:00
Ingo Oppermann
f5d9725a48
Return proper HTTP status on leave 2024-06-12 15:08:07 +02:00
Ingo Oppermann
1a64fddbb1
Allow cluster leave endpoint to remove any node in the cluster 2024-06-07 11:28:54 +02:00
Ingo Oppermann
0f344f1998
Allow to send leave request to any node for any node 2024-06-06 13:20:49 +02:00