292 Commits

Author SHA1 Message Date
Ingo Oppermann
719449a4c8
Implement own byte buffer type 2024-10-10 16:35:39 +02:00
Ingo Oppermann
a581f1dbc2
User buffer pool where appropriate 2024-10-10 15:09:50 +02:00
Ingo Oppermann
91874e6caf
Extend http status metrics by method and path 2024-10-10 12:18:22 +02:00
Ingo Oppermann
05e4118e0c
Use buffer pool 2024-10-09 16:29:55 +02: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
30af9e9c36
Never indent JSON response 2024-10-03 21:35:08 +02:00
Ingo Oppermann
17b8289f87
Temporarly remove .m3u8 from gziping 2024-09-27 16:38:26 +02:00
Ingo Oppermann
4a999cf11a
Remove zstd from default compressions 2024-09-27 12:27:25 +02:00
Ingo Oppermann
d75c7d188f
Make audio/video specific fields optional 2024-09-19 15:05:11 +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
b0e932d77a
Add avstream codec parameter 2024-09-05 13:56:22 +02:00
Ingo Oppermann
bc1b2cf76b
Add profile and level to progress IO 2024-09-05 13:44:19 +02:00
Ingo Oppermann
1a51db01ea
Add sample_fmt to API progress 2024-09-05 13:40:04 +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
9947ba822b
Add missing JSON tags 2024-08-21 20:31:22 +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
3becd86f60
Return errors 2024-07-17 16:43:41 +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
43ae0c149b
Fix compatibility for benchmarks, add option to not to decode response 2024-04-30 14:13:21 +02:00
Ingo Oppermann
4dab7b8e6c
Extend benchmark with different size 2024-04-29 12:34:07 +02:00
Ingo Oppermann
e935678b39
Enable only gzip and zstd by default 2024-04-25 13:21:15 +02:00
Ingo Oppermann
ac2a20094f
Add brotli and zstd content-encoding 2024-04-25 12:50:17 +02:00
Ingo Oppermann
495f9b2d35
Disable zstd middleware 2024-04-25 10:06:20 +02:00
Ingo Oppermann
718bd3eb07
Add zstd middleware 2024-04-25 10:00:10 +02:00
Ingo Oppermann
03da97217b
Use faster JSON and gzip packages 2024-04-24 15:42:11 +02:00
Ingo Oppermann
38fa6159e3
Make the HTTP logging middleware less chatty 2024-04-17 21:33:14 +02:00
Ingo Oppermann
3a31ce6f0e
Upgrade core client 2024-04-15 14:59:31 +02:00
Ingo Oppermann
18bf51d334
Rename Initialized to Started 2024-04-15 14:46:05 +02:00
Ingo Oppermann
a6375da911
Add initialized field in progress data 2024-04-12 15:18:47 +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