195 Commits

Author SHA1 Message Date
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
Ingo Oppermann
3ee4876290
Parallelize reading out process information 2024-04-30 14:15:40 +02:00
Ingo Oppermann
03da97217b
Use faster JSON and gzip packages 2024-04-24 15:42:11 +02:00
Ingo Oppermann
3a31ce6f0e
Upgrade core client 2024-04-15 14:59:31 +02:00
Ingo Oppermann
423e0453de
Remove NodeID from ClusterAbout 2024-04-10 16:58:34 +02:00
Ingo Oppermann
7a4875f818
Promote core version in cluster about 2024-04-09 15:57:17 +02:00
Ingo Oppermann
487529c598
Expose general infos in cluster about, bump cluster API version to 2.0.0 2024-04-08 21:55:07 +02:00
Ingo Oppermann
e001f663b3
Rename RestreamHandler to ProcessHandler 2024-03-14 11:21:07 +01:00
Ingo Oppermann
727c358921
Add filesystem access via cluster node 2024-03-13 15:11:20 +01:00
Ingo Oppermann
de1818a6b0
Fix missing process data if process has been deleted meanwhile 2024-02-08 12:11:59 +01:00
Ingo Oppermann
92f2f34688
Create only available fields in token 2023-11-29 10:32:47 +01:00
Ingo Oppermann
2c47ab77d2
Add missing implementation for GET /api/v3/cluster/fs/{storage} 2023-11-27 12:51:14 +01:00
Ingo Oppermann
a7cd4f4e50
Convert old resource format to types and resource 2023-09-18 21:12:04 +02:00