Commit Graph

234 Commits

Author SHA1 Message Date
Christoph Kluge
686e5eaa0e Fix loop definition 2022-03-21 14:14:48 +01:00
Christoph Kluge
b87cc767c7 Better basic scope handling, handle float64 assertion errors 2022-03-21 13:36:19 +01:00
Christoph Kluge
622239b90c Return node scope instead of throwing error 2022-03-21 11:18:31 +01:00
Christoph Kluge
c1acabae07 Correct return of node data from higher granularity in influxdb source 2022-03-21 10:10:47 +01:00
Christoph Kluge
7632f10f2b Add separate influxrepo for legacy clusters
-Reasons include legacy flux queries and bucket definitions
2022-03-18 12:57:57 +01:00
Christoph Kluge
ed18df2ecf Adapt new rawConfig unmarshal for influxdbclient 2022-03-18 11:40:42 +01:00
Christoph Kluge
cad68362fe Update Subproject 2022-03-17 16:18:33 +01:00
Christoph Kluge
3f65065874 Start implementing improved MetricDataRepository configuration 2022-03-17 16:15:35 +01:00
Christoph Kluge
3e0de24307 Test Commit on Github Error 2022-03-17 15:56:45 +01:00
Christoph Kluge
25abd70f7c Update test.yml 2022-03-17 10:51:27 +01:00
Christoph Kluge
df191a32d2 Add error return for new line protocol 2022-03-16 17:28:05 +01:00
Christoph Kluge
9d9e4022d8 Improved time formatting 2022-03-16 11:58:57 +01:00
Christoph Kluge
4ea688817e Fix stats assignments
-Frontend now renders plots correctly
2022-03-16 11:42:28 +01:00
Christoph Kluge
a26f78929b Init StatsSeries as nil
-Frontend now shows metric plots
2022-03-16 09:56:38 +01:00
Christoph Kluge
1044406225 Add updated requirement files 2022-03-16 09:45:48 +01:00
Christoph Kluge
a6cf3dd49b Initial rework of existing influxdb2 client
-Fixes generally outdated method definitions
-Fixes stoptime calculation
2022-03-15 18:35:27 +01:00
Lou Knauer
78bbddbd68 Link to running-only jobs from home; Update frontend 2022-03-10 16:01:09 +01:00
Lou Knauer
a448868f9c Fix missing metaData in archive; Add iat to JWTs 2022-03-10 14:09:13 +01:00
Lou Knauer
a9f6da7595 Allow partially missing data on system view 2022-03-09 14:27:47 +01:00
Lou Knauer
8facef21a9 Fix #4: Per-cluster metric selection lists 2022-03-09 14:25:43 +01:00
Lou Knauer
9535c11dc4 Make metaData a map[string]string; Resolve explicitly 2022-03-08 11:53:24 +01:00
Lou Knauer
08d760361d Minor fixes; Update frontend 2022-03-08 10:33:56 +01:00
Lou Knauer
8e8b205da8 Show number of short jobs per cluster on start page
Fixes ClusterCockpit/cc-frontend#21
2022-03-08 10:30:23 +01:00
Jan Eitzinger
9c6d37118b Merge branch 'master' of github.com:ClusterCockpit/cc-backend 2022-03-03 15:33:57 +01:00
Jan Eitzinger
b449de24fb Change default configuration options 2022-03-03 15:33:51 +01:00
Lou Knauer
e55b47a07d New config template 2022-03-03 14:56:21 +01:00
Lou Knauer
046d4d5187 Some new REST endpoints; cleanup 2022-03-03 14:54:37 +01:00
Lou Knauer
5f12b49145 Fix monitoring routes titles
Fixes ClusterCockpit/cc-frontend#19
2022-03-03 13:45:41 +01:00
Lou Knauer
7e468a7b8d Add API endpoints for creating users and jwts 2022-03-02 10:50:08 +01:00
Lou Knauer
a2f626fb0e New filter hiding short running jobs 2022-03-02 10:48:52 +01:00
Jan Eitzinger
2d9070ec02 Add header navbar to static pages 2022-03-02 08:37:30 +01:00
Lou Knauer
e017954187 Fix duration filter for running jobs 2022-03-01 16:04:27 +01:00
Lou Knauer
f81ccb7656 Return partial data from MetricDataRepositories 2022-03-01 16:01:25 +01:00
Lou Knauer
6ad74e918e Check validity of cluster.json files 2022-03-01 16:00:44 +01:00
Lou Knauer
e11507de5a Show hostname in error message when data is missing 2022-03-01 14:29:04 +01:00
Lou Knauer
5c6d6dfa67 Update frontend; Do not handle avg of NaN as error
Fixes #17
2022-03-01 10:23:08 +01:00
Lou Knauer
5764937c7a update frontend; add Walltime to meta.json struct 2022-02-28 11:08:43 +01:00
Lou Knauer
4138055f55 Add /api/jobs/import endpoint 2022-02-25 11:04:34 +01:00
Lou Knauer
f330d24768 Sanitize job before import 2022-02-25 10:50:43 +01:00
Lou Knauer
49fbfc23d4 Add import command line flag 2022-02-24 11:54:36 +01:00
Lou Knauer
f304698823 fix: persist tags in meta.json 2022-02-23 14:18:55 +01:00
Lou Knauer
ef089a7f2b no paging in REST-API by default 2022-02-22 14:07:49 +01:00
Lou Knauer
6ccf354035 Add stats and startTime filter to jobs api query 2022-02-22 10:51:58 +01:00
Lou Knauer
a528e42be6 use prepared statements 2022-02-22 09:25:41 +01:00
Lou Knauer
96f91f1a1c Add metaData to GraphQL-API; Remove jobs limit in REST-API 2022-02-22 09:19:59 +01:00
Lou Knauer
dcb3fd6a6a Add GraphQL endpoint for counting jobs 2022-02-19 10:28:29 +01:00
Lou Knauer
2ca27a83b9 Merge branch 'master' of github.com:ClusterCockpit/cc-backend 2022-02-17 09:23:43 +01:00
Lou Knauer
84f975407e No more database access in schema.resolvers.go 2022-02-17 09:20:57 +01:00
Lou Knauer
f7cabddda5 Move jobs query logic to repository 2022-02-17 09:04:57 +01:00
Jan Eitzinger
d09d27a04c Add and correct job states 2022-02-17 08:56:37 +01:00