Christoph Kluge
55d2c7d7eb
Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev
2026-01-16 09:32:05 +01:00
Christoph Kluge
bb527fb410
bump frontend dependencies
2026-01-16 09:32:02 +01:00
9a97d0e8eb
Add documentation
2026-01-16 08:27:46 +01:00
93dcfee8c5
Document and refactor
2026-01-16 08:27:15 +01:00
76139ef53c
Remove now optional apiAllowedIPs option
2026-01-16 08:23:31 +01:00
Aditya Ujeniya
32319adf72
Add Memory Tracker worker for CCMS
2026-01-15 21:29:21 +01:00
Aditya Ujeniya
10a5c89a16
Fix logic for findFiles() and keep archive worker
2026-01-15 20:27:11 +01:00
Christoph Kluge
40bff1eff9
Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev
2026-01-15 18:18:54 +01:00
Christoph Kluge
ceba4eb0c6
Review dashboards, add twosided progress to indernal dash
2026-01-15 18:18:51 +01:00
Christoph Kluge
faacf3f343
svelte state_referenced_locally warning fixes
...
- change to derived where possible
- suppress warning elsewhere
- discussion here: sveltejs/svelte/issues/17289
2026-01-15 18:17:45 +01:00
Aditya Ujeniya
7cd98c4f25
Test and update files for dynamic retention
2026-01-15 17:48:59 +01:00
Michael Panzlaff
489ad44b9f
Make apiAllowedIPs optional
...
If our test and production instance just use *, one might as well make
that the default value. This should ease configuration for minimal
setups.
2026-01-15 16:08:29 +01:00
7db2bbe6b0
Add job tagger option to example config
2026-01-15 15:53:54 +01:00
b6f0faa97f
Make polarplot default in Jobview
2026-01-15 15:47:40 +01:00
a3fffa8e8b
Update example and demo config
2026-01-15 13:57:15 +01:00
72248defbf
Cleanup print statements. Always enable Compression
2026-01-15 13:39:22 +01:00
155e05495e
Fix shutdown timout bug
2026-01-15 13:29:19 +01:00
9c92a7796b
Introduce nodeprovider interface to break import cycle
2026-01-15 12:20:11 +01:00
7c78407c49
Merge branch 'dev' of github.com:ClusterCockpit/cc-backend into dev
2026-01-15 11:34:09 +01:00
cb219b3c74
Fix configuration issues. Fix shutdown hangs
...
Always turn on compression
2026-01-15 11:34:06 +01:00
d59aa2e855
Restructure configuration with sensible defaults. Fix shutdown hangs
2026-01-15 11:33:01 +01:00
Christoph Kluge
cd3d133f0d
Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev
2026-01-15 10:12:02 +01:00
Christoph Kluge
3b7fc44ce9
specify job count return logs, move to debug level
2026-01-15 10:11:31 +01:00
e1efc68476
Update dependencies. Rebuild graphql and swagger
2026-01-15 08:32:06 +01:00
8f0bb907ff
Improve documentation and add more tests
2026-01-15 06:41:23 +01:00
Christoph Kluge
e5c620ca20
filter metrics for NodeMetrics query
2026-01-14 19:22:31 +01:00
Christoph Kluge
d0bcfb90e6
Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev
2026-01-14 17:18:25 +01:00
Christoph Kluge
9deee54e41
make nextPage query conditional if no return limit is requested
2026-01-14 17:18:21 +01:00
Michael Panzlaff
94b86ef11a
Mismatched event types are not something to be concerned about
...
If a different CCMessage type was sent over the same subject as
requested, that shouldn't raise a warning. This may happen in production
instances, but in order to ease debugging, lower it to 'debug' level.
2026-01-14 16:08:33 +01:00
Christoph Kluge
d8cd752dcb
Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev
2026-01-14 16:03:39 +01:00
Christoph Kluge
5d376e6865
fix clustername array init size
2026-01-14 16:03:34 +01:00
9c3beddf54
Improve documentation
2026-01-14 15:39:38 +01:00
c6465ad9e5
Add s3 configuration options
2026-01-14 15:28:34 +01:00
d415381d4a
Merge branch 'dev' of github.com:ClusterCockpit/cc-backend into dev
2026-01-14 15:10:25 +01:00
211d4fae54
Refactor s3 backend and suppress checksum warning
2026-01-14 15:10:20 +01:00
Aditya Ujeniya
3276ed7785
Half-baked commit for new dynamic retention logic
2026-01-14 14:56:36 +01:00
Christoph Kluge
77b7548ef3
fix wrong varname
2026-01-14 13:00:36 +01:00
Christoph Kluge
59851f410e
Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev
2026-01-14 11:25:43 +01:00
Christoph Kluge
4cb8d648cb
adapt frontend to backend config changes, clarify variable names
2026-01-14 11:25:40 +01:00
c8627a13f4
Remove obsolete slusters config section
2026-01-14 11:17:49 +01:00
0ea0270fe1
Reintroduce Clusters as string list of cluster names
2026-01-14 10:37:07 +01:00
19402d30af
Review and improve error messages and doc comments
2026-01-14 10:09:19 +01:00
b2f870e3c0
Convert nodestate nats API to influx line protocol payload. Review and add doc comments.
...
Improve and extend tests
2026-01-14 10:08:06 +01:00
9e542dc200
Review and improve, add documentation
2026-01-14 09:26:03 +01:00
6cf59043a3
Review and improve, add documentation
2026-01-14 08:59:27 +01:00
71b75eea0e
Improve GetUsedNodes function
2026-01-14 08:49:55 +01:00
e900a686db
Merge branch 'dev' of github.com:ClusterCockpit/cc-backend into dev
2026-01-14 07:38:04 +01:00
fb8db3c3ae
Add query which node metric data needs to be retained
2026-01-14 07:37:31 +01:00
Christoph Kluge
170a9ace8a
Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev
2026-01-13 16:59:57 +01:00
Christoph Kluge
518e9950ea
add job exclusivity filter, review db indices
2026-01-13 16:59:52 +01:00