Commit Graph
16 Commits
Author SHA1 Message Date
Lou Knauer 22e3e49970 Optionally initialise new db from JSON files 2021-10-11 11:11:14 +02:00
Lou Knauer e4c0b3e955 Update GraphQL schema 2021-09-23 11:45:20 +02:00
Lou Knauer 341091a796 Enable serving of static files 2021-09-21 16:06:41 +02:00
Lou Knauer ad80e1373c Add tag mutations 2021-05-21 09:30:15 +02:00
Lou Knauer 2605623324 Change cluster.json to camelCase, go fmt 2021-05-12 18:34:55 +02:00
Lou Knauer 030f1a3fba Add filters for jobs by statistics like load 2021-05-06 13:50:38 +02:00
Lou Knauer b6df8e88b9 new filterRanges query and Cluster.filterRanges field 2021-05-06 08:36:24 +02:00
Lou Knauer 836c1aea3a change tags filter api, add load_avg, use camelCase in API 2021-04-30 10:26:13 +02:00
Lou Knauer 365b1a2066 Introduce clusters query and type 2021-04-22 15:00:54 +02:00
Lou Knauer 3004e2909a Add tags field to Job 2021-04-21 10:12:19 +02:00
Lou Knauer 499d2cdc22 started implementing support for tags 2021-04-14 18:53:18 +02:00
Lou Knauer bbb3281b6a add memUsed_max, flopsAny_avg, ... to Job type 2021-04-14 17:57:19 +02:00
Lou Knauer 7e32855030 remove JobData, add hasProfile, rename Job-Metrics-Query 2021-04-12 14:01:59 +02:00
Lou Knauer 1d8b9a96c7 New selection possibility when querying available metrics 2021-04-08 11:11:59 +02:00
Lou Knauer b7186cb1cd Make jobAvailableMetricsById more flexible
There are more different metrics than I thought. With this
change, the query mentioned above does not care about the
name of the Metric or whether it is part of the JobData type.
2021-04-07 14:46:02 +02:00
Lou Knauer a52445086b Serve job metric data via GraphQL 2021-04-07 09:19:21 +02:00