|
161f0744aa
|
fix: enforce apiAllowedIPs config option
Fixes #385
|
2025-04-28 09:54:22 +02:00 |
|
|
95de9ad3b3
|
Merge branch 'hotfix' of github.com:ClusterCockpit/cc-backend into hotfix
|
2025-04-28 08:52:27 +02:00 |
|
Jan Eitzinger
|
d5c170055f
|
Merge pull request #384 from brinkcoder/fix/auth-log-iperr
[BUGFIX] correct wrong variable in AuthApi error logging
|
2025-04-28 08:51:42 +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 |
|
Jan Eitzinger
|
1309d09aee
|
Merge pull request #383 from ClusterCockpit/hotfix
Remove websocket sse GraphQL support
|
2025-04-24 12:59:34 +02:00 |
|
|
aba75b3a19
|
Remove websocket sse GraphQL support
|
2025-04-24 12:57:37 +02:00 |
|
Jan Eitzinger
|
e87481d8db
|
Merge pull request #382 from ClusterCockpit/hotfix
Prepare Bugfix Release 1.4.4
|
2025-04-24 11:46:25 +02:00 |
|
|
acaad69917
|
Prepare Bugfix Release 1.4.4
|
2025-04-24 11:42:34 +02:00 |
|
Jan Eitzinger
|
ff588ad57a
|
Merge pull request #381 from ClusterCockpit/dev
Dev
|
2025-04-24 11:18:55 +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 |
|
Jan Eitzinger
|
04692e0c44
|
Merge pull request #379 from ClusterCockpit/add_tag_delete
Add Tag Deletion: API and Frontend
|
2025-04-24 10:09:51 +02:00 |
|
Jan Eitzinger
|
809fd23b88
|
Merge pull request #380 from ClusterCockpit/review_api_auth
Review api auth
|
2025-04-24 10:08:18 +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
|
1b3a12a4dc
|
feat: add remove functionality to tag view, add confirm alert
|
2025-04-23 15:01:12 +02:00 |
|
Christoph Kluge
|
543ddf540e
|
implement removeTagFromList mutation, add tag mutation access checks
|
2025-04-23 14:51:01 +02:00 |
|
Christoph Kluge
|
a3fb471546
|
adapt and improve svelte taglist component
|
2025-04-22 17:33:17 +02:00 |
|
Christoph Kluge
|
277f964b30
|
move taglist a from go tmpl to svelte component
|
2025-04-22 13:47:25 +02:00 |
|
Christoph Kluge
|
9bcf7adb67
|
add api calls for removing tags, initial branch commit
|
2025-04-17 17:31:59 +02:00 |
|
Christoph Kluge
|
f343fa0071
|
fix: add name scrambling demo mode to all views
- was missing for analysis, status and nodelist
|
2025-04-17 11:15:35 +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
|
a6784b5549
|
fix: reintroduce statstable id natural sort order
- see Use natural sort order for IDs in statistics tables #369
|
2025-04-08 16:00:07 +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
|
02946cf0b4
|
fix: fix nodelist filter result displaying wrong information
- missing svelte iteration key added
|
2025-04-07 17:03:23 +02:00 |
|
Christoph Kluge
|
cf051d5108
|
Merge pull request #375 from ClusterCockpit/master
Dependabot Update Dev Branch
|
2025-04-07 16:09:31 +02:00 |
|
Christoph Kluge
|
96977c6183
|
Merge pull request #374 from ClusterCockpit/review_logging
Review logging
|
2025-04-07 16:03:48 +02:00 |
|
Jan Eitzinger
|
73d83164fc
|
Merge pull request #373 from ClusterCockpit/dependabot/go_modules/golang.org/x/net-0.36.0
Bump golang.org/x/net from 0.35.0 to 0.36.0
|
2025-04-04 11:05:01 +02:00 |
|
dependabot[bot]
|
1064f5e4a8
|
Bump golang.org/x/net from 0.35.0 to 0.36.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.35.0 to 0.36.0.
- [Commits](https://github.com/golang/net/compare/v0.35.0...v0.36.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.36.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-04 09:01:59 +00:00 |
|
Jan Eitzinger
|
5be98c7087
|
Merge pull request #372 from ClusterCockpit/dependabot/npm_and_yarn/web/frontend/babel/runtime-7.27.0
Bump @babel/runtime from 7.26.0 to 7.27.0 in /web/frontend
|
2025-04-04 10:55:34 +02:00 |
|
dependabot[bot]
|
0d689c7dff
|
Bump @babel/runtime from 7.26.0 to 7.27.0 in /web/frontend
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.26.0 to 7.27.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-runtime)
---
updated-dependencies:
- dependency-name: "@babel/runtime"
dependency-version: 7.27.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-04 08:45:16 +00:00 |
|
Jan Eitzinger
|
1f24ed46a0
|
Merge pull request #371 from ClusterCockpit/dependabot/go_modules/github.com/golang-jwt/jwt/v5-5.2.2
Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2
|
2025-04-04 10:37:18 +02:00 |
|
dependabot[bot]
|
92b4159f9e
|
Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2
Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](https://github.com/golang-jwt/jwt/compare/v5.2.1...v5.2.2)
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v5
dependency-version: 5.2.2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-04 08:35:15 +00:00 |
|
Jan Eitzinger
|
5817b41e29
|
Merge pull request #368 from ClusterCockpit/dev
Dev
|
2025-03-20 13:02:23 +01:00 |
|
|
d6b132e3a6
|
Merge branch 'master' into dev
|
2025-03-20 12:51:23 +01:00 |
|
Jan Eitzinger
|
318f70f34c
|
Merge pull request #365 from ClusterCockpit/split_statsTable_query
Split StatsTable DataQuery from JobMetrics Query In Job-View
|
2025-03-20 12:50:23 +01:00 |
|
Jan Eitzinger
|
e41525d40a
|
Merge pull request #366 from ClusterCockpit/hotfix
fix: always return hasNextPage boolean to frontend
|
2025-03-20 12:49:57 +01:00 |
|