Commit Graph

501 Commits

Author SHA1 Message Date
Christoph Kluge
1bb2827aeb Merge branch 'import-data-sanitation' of https://github.com/ClusterCockpit/cc-backend into import-data-sanitation 2023-03-29 10:39:42 +02:00
Christoph Kluge
fc133f328a Add check to ccms getSubCluster routine
- Fixes nil pointer panic if topology requested from undef'd subcluster
- rest.go: vscode LINT
2023-03-29 10:39:31 +02:00
Jan Eitzinger
d4f3c4d07b Update job.go 2023-03-29 06:47:19 +02:00
Jan Eitzinger
5d535edb48 Synchronize go job struct with schema 2023-03-29 06:46:33 +02:00
Jan Eitzinger
9aa12c6edc Update .gitignore 2023-03-27 15:36:57 +02:00
Jan Eitzinger
f16d99ef71 Use filepath.Join instead of Sprintf 2023-03-27 15:34:56 +02:00
Jan Eitzinger
b5b5feb850 Fix tests 2023-03-27 14:41:00 +02:00
8447d011ad Add version to job archive 2023-03-27 13:24:06 +02:00
Jan Eitzinger
ff8f013b56 Make archive migration threaded 2023-03-27 11:11:28 +02:00
Jan Eitzinger
a4a90074ee Introduce compression in job archive. 2023-03-27 11:11:14 +02:00
Jan Eitzinger
465d5c0186 Rename archive tools 2023-03-24 16:24:06 +01:00
Jan Eitzinger
72fc4b859c Remove obsolete numberOfNodes property 2023-03-24 16:13:51 +01:00
Jan Eitzinger
58f589e019 Fix subcluster assigment with wildcard 2023-03-24 15:56:27 +01:00
Jan Eitzinger
3ce8344275 Add default match for one subcluster 2023-03-24 15:21:31 +01:00
Jan Eitzinger
9aff980a38 Add scope to Metric List. Add numberOfNodes. 2023-03-24 15:10:23 +01:00
Jan Eitzinger
4d49698e5a Add scope to GraphQL Metric Type 2023-03-24 14:43:37 +01:00
Jan Eitzinger
c622967d27 Fix json test data 2023-03-24 13:40:08 +01:00
Jan Eitzinger
05bce53c7f Adapt test json data to new schema 2023-03-24 13:30:54 +01:00
20290f296d Debug migration routine 2023-03-23 10:29:11 +01:00
Jan Eitzinger
cf6c217f76 Allocate reference variables on heap 2023-03-22 19:29:29 +01:00
Jan Eitzinger
1f8c6064e2 Refactor schema
* Remove redundant scope
* Change Series Id type to string
* Adopt golang structs to schema
2023-03-22 19:21:11 +01:00
Jan Eitzinger
def35a551a Only hide binary 2023-03-22 07:18:45 +01:00
Jan Eitzinger
327721bac7 Add validate option. Backport startDemo 2023-03-22 07:15:41 +01:00
Jan Eitzinger
a168efa8c8 Fix unit tests 2023-03-22 07:05:41 +01:00
5d526e1168 Adapt Cluster schema
Add remove boolean to subClusterConfig in MetricList.
Fix Linter errors.
2023-03-21 11:51:11 +01:00
747f6d4e2d Add MetricConfig in SubClusters. 2023-03-20 16:27:36 +01:00
efde2cbb8e Introduce hierarchical metriclists and thresholds 2023-03-18 08:15:11 +01:00
Jan Eitzinger
d2b97c9e2f Continue with job-archive migration 2023-03-10 12:14:33 +01:00
Jan Eitzinger
97f391deff GraphQL remove toplevel thresholds and add Unit
Add Unit to metric values in subCluster
2023-03-10 12:13:40 +01:00
c6c217adb0 Backup commit 2023-02-28 09:33:55 +01:00
Christoph Kluge
52d424b332 Add conditional startDemo.sh, only initializes if var not found 2023-01-24 15:03:09 +01:00
Jan Eitzinger
93ee7b534a Update .gitignore 2022-11-10 13:41:17 +01:00
Jan Eitzinger
8dc9e6ecdd Fix issues in conversion tool 2022-11-10 13:37:53 +01:00
Jan Eitzinger
70b39730d2 Add skeleton for job archive conversion tool 2022-11-10 07:35:38 +01:00
Jan Eitzinger
740d2a2928 Adapt test input to new unit schema 2022-11-09 19:47:56 +01:00
Jan Eitzinger
d2818d54ff Remove redundant stopTime property 2022-10-18 07:32:56 +02:00
Jan Eitzinger
954236bd8e Fix issue for a non gpu system 2022-10-18 07:32:34 +02:00
Jan Eitzinger
8227f904f8
Merge pull request #54 from ClusterCockpit/48_improve_status_view
48 improve status view
2022-10-17 10:10:49 +02:00
Christoph Kluge
390bc4c223 Resize gauge card, hide scale on roofline, set colorDots to true
- Scale display switchable by new option 'showTime'
2022-10-07 15:01:14 +02:00
Christoph Kluge
64ea4d63c8 Forgit to add file to last commit 2022-10-07 13:39:31 +02:00
Christoph Kluge
87c80af5af Format status gauge values via existing svelte function
- Temporary solution to catch Kilo, Mega, Giga prefixes
- Backend conversion  requires more extensive graphql changes than expected
2022-10-07 13:35:44 +02:00
Christoph Kluge
3867ea137b Update and regenerate graphQL for new unit type 2022-10-06 18:04:47 +02:00
Christoph Kluge
ec772f5aff Fix the fix
Note: Changes should be removed before merge - Fix to allow compilation only
2022-10-05 14:09:11 +02:00
Christoph Kluge
bb0f8a2905 Fix compilation
- Unit.Prefix prop used in assignement instead if Unit type
2022-10-05 11:16:43 +02:00
Christoph Kluge
74c50bd424 Merge branch 'import-data-sanitation' into 48_improve_status_view: Unit pkg update required for dev 2022-10-05 11:01:43 +02:00
Jan Eitzinger
29d215fcea Intermediate Save commit 2022-10-04 10:12:35 +02:00
Christoph Kluge
526f8be01f Change histogram bar color to light bluish grey
- Hex #85abce
2022-09-30 17:19:01 +02:00
Christoph Kluge
d1c47f4359 Improve Histogram.svelte
- Add bold axis labels
- Labels defined as element props xlabel and ylabel
- Label offset dynamic to plot height (10 percent)
- Add adjustable gaps between bars
2022-09-30 17:00:15 +02:00
Jan Eitzinger
7251344d4a Add convenience routines to unit package 2022-09-28 16:25:26 +02:00
Christoph Kluge
46baa6e534 First optical layout Iteration 2022-09-28 16:13:46 +02:00