|
95de9ad3b3
|
Merge branch 'hotfix' of github.com:ClusterCockpit/cc-backend into hotfix
|
2025-04-28 08:52:27 +02:00 |
|
brinkcoder
|
61f0521072
|
fix: correct logging variable from err to ipErr in AuthApi
|
2025-04-25 22:37:16 +02:00 |
|
Christoph Kluge
|
6ca14c55f2
|
fix: fix error in jobsMetricStatisticsHistogram calculation
- also reduces overhead, simplifies query
|
2025-04-25 18:09:21 +02:00 |
|
|
65df27154c
|
Cleanup and regenerate Swagger docs
|
2025-04-24 11:14:51 +02:00 |
|
|
8dfa1957f4
|
Merge hotfix changes
|
2025-04-24 11:07:02 +02:00 |
|
|
570eba3794
|
Cleanup Swagger docs
|
2025-04-24 11:01:13 +02:00 |
|
|
94a39fc61f
|
Readd tag endpoints
|
2025-04-24 10:53:55 +02:00 |
|
|
2d359e5f99
|
Merge rest.go
|
2025-04-24 10:40:03 +02:00 |
|
Christoph Kluge
|
e3653daea3
|
reduce code in tag svelte view
|
2025-04-23 17:59:26 +02:00 |
|
Christoph Kluge
|
48fa75386c
|
feat: add tag removal api endpoints
|
2025-04-23 16:12:56 +02:00 |
|
Christoph Kluge
|
543ddf540e
|
implement removeTagFromList mutation, add tag mutation access checks
|
2025-04-23 14:51:01 +02:00 |
|
Christoph Kluge
|
9bcf7adb67
|
add api calls for removing tags, initial branch commit
|
2025-04-17 17:31:59 +02:00 |
|
Christoph Kluge
|
e5862e9218
|
Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev
|
2025-04-16 18:36:15 +02:00 |
|
Christoph Kluge
|
29ae2423f8
|
fix metricconfig pointer copy, add disabled metric card in jobView
- skips disabled metrics in backend, see cc-backend tries to retrieve "removed" metrics #377
|
2025-04-16 18:36:12 +02:00 |
|
Christoph Kluge
|
1755a4a7df
|
remove separate userapiallowedips config and check
|
2025-04-14 11:58:42 +02:00 |
|
Christoph Kluge
|
25d3325049
|
add getUsers to admin REST api
|
2025-04-14 11:36:03 +02:00 |
|
Christoph Kluge
|
fb6a4c3b87
|
review and move api endpoints secured check
|
2025-04-09 16:00:27 +02:00 |
|
|
317f80a984
|
fix: Replace deprecated gqlgen NewDefaultServer call
|
2025-04-09 09:40:52 +02:00 |
|
|
28cdc1d9e5
|
fix: Update endpoints in Swagger UI
|
2025-04-09 09:13:21 +02:00 |
|
|
c2087b15d5
|
Merge branch 'dev' of github.com:ClusterCockpit/cc-backend into dev
|
2025-04-09 07:28:02 +02:00 |
|
|
a8d785beb3
|
Remove redundant check in auth package
|
2025-04-09 07:27:59 +02:00 |
|
Christoph Kluge
|
d770292be8
|
feat: add nodename matcher select to filter, defaults to equal match
- see PR !353
|
2025-04-08 14:52:07 +02:00 |
|
Christoph Kluge
|
b3a1037ade
|
Merge pull request #353 from brinkcoder/fix-node-filter
Fix node filter to use EXISTS for exact hostname matches
|
2025-04-08 12:57:04 +02:00 |
|
Christoph Kluge
|
96977c6183
|
Merge pull request #374 from ClusterCockpit/review_logging
Review logging
|
2025-04-07 16:03:48 +02:00 |
|
|
d6b132e3a6
|
Merge branch 'master' into dev
|
2025-03-20 12:51:23 +01:00 |
|
Christoph Kluge
|
c53f5eb144
|
fix: always return hasNextPage boolean to frontend
- removes dependency on uiDefaults setting
|
2025-03-18 18:01:37 +01:00 |
|
Christoph Kluge
|
9ed64e0388
|
Review logging, comment cleanup
|
2025-03-17 17:39:17 +01:00 |
|
Christoph Kluge
|
93040d4629
|
IMplement LoadNode Data, LoadNodeListData, LoadScopedStats for influxDB2 backend
- Untested
- Only Node Scope
|
2025-03-17 15:25:33 +01:00 |
|
Christoph Kluge
|
0144ad43f5
|
Implement NodeListData and ScopedStats for Prometheus Backend
|
2025-03-17 11:03:51 +01:00 |
|
Christoph Kluge
|
8da2fc30c3
|
split statsTable data from jobMetrics query, frontend refactor
|
2025-03-14 16:36:31 +01:00 |
|
Christoph Kluge
|
f5f36427a4
|
split statsTable data from jobMetrics query, initial commit
- mainly backend changes
- statstable changes only for prototyping
|
2025-03-13 17:33:55 +01:00 |
|
exterr2f
|
16db9bd1a2
|
Fix node filter: Use EXISTS with Eq for exact match and LIKE for Contains
|
2025-03-11 12:20:13 +01:00 |
|
Christoph Kluge
|
2b56b40e6d
|
Review energyFootprint calculation, fix missing numNodes factor, add log
|
2025-03-06 12:46:25 +01:00 |
|
Michael Panzlaff
|
4b2d7068b3
|
Revert "add node_fail job state"
This reverts commit 6454576417ca9048435390a6a3c30415d1a15951.
|
2025-03-04 18:16:02 +01:00 |
|
Michael Panzlaff
|
bd93b8be8e
|
Revert "add node_fail state to database schema"
This reverts commit 65d2698af4a104fbd5ff1faf0f462e6a50b6a466.
|
2025-03-04 18:15:53 +01:00 |
|
Michael Panzlaff
|
aa3fe2b872
|
Revert "add missing node_fail to db constraints"
This reverts commit d4336b0dcb4e054a39033fc681634c285d08d4d8.
|
2025-03-04 18:15:46 +01:00 |
|
Michael Panzlaff
|
a61ff915ac
|
Revert "add more missing node_fail states"
This reverts commit 0a3e678329bc7162bffde549a2e85ac69b63e11b.
|
2025-03-04 18:15:39 +01:00 |
|
Michael Panzlaff
|
0a3e678329
|
add more missing node_fail states
|
2025-03-04 18:03:01 +01:00 |
|
Michael Panzlaff
|
d4336b0dcb
|
add missing node_fail to db constraints
|
2025-03-04 18:00:02 +01:00 |
|
Michael Panzlaff
|
65d2698af4
|
add node_fail state to database schema
|
2025-03-04 17:47:49 +01:00 |
|
Michael Panzlaff
|
6454576417
|
add node_fail job state
|
2025-03-04 17:42:09 +01:00 |
|
Michael Panzlaff
|
a485bd5977
|
allow /start_job/ with 0 second duration
Apparently it is possible to get this for very short jobs.
|
2025-03-04 14:09:04 +01:00 |
|
Christoph Kluge
|
c964f09a4f
|
Merge branch 'dev' into review_logging
|
2025-02-28 17:19:00 +01:00 |
|
|
c661baf058
|
Load new default metrics config from working directory
|
2025-02-28 14:36:19 +01:00 |
|
|
c10737bfd7
|
Merge branch 'master' into dev
|
2025-02-28 09:17:39 +01:00 |
|
Christoph Kluge
|
bd0cc69668
|
Review fatalf log calls and messages
|
2025-02-27 18:10:04 +01:00 |
|
Christoph Kluge
|
5bf968010e
|
Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev
|
2025-02-27 14:51:34 +01:00 |
|
Christoph Kluge
|
61bc095d01
|
fix: decouple polarPlot data query, add new dedicated gql endpoint
- includes go package upgrades
- includes gqlgen error workaround
|
2025-02-27 14:51:31 +01:00 |
|
Michael Panzlaff
|
e376f97547
|
make swagger
|
2025-02-27 14:42:18 +01:00 |
|
Michael Panzlaff
|
f2428d3cb3
|
/jobs/stop_job/ change bad job_state to HTTP 422
|
2025-02-27 14:20:18 +01:00 |
|