Jan Eitzinger
e009caa3d9
Formatting. Fix Typo
2023-03-31 11:30:33 +02:00
Jan Eitzinger
eb2e2cb1d2
Implement tool to validate archive
2023-03-31 11:25:12 +02:00
Christoph Kluge
68a839bf1c
Remove comments
2023-03-30 15:23:31 +02:00
Christoph Kluge
0c1b66aad9
Adapt svelte to new schema, add removed metric box
...
- Moved 'scope' field to parent jobMetric
- Implemented unit { prefix, base } where necessary
- SubCluster Metric Config 'remove' option implemented in Joblists
2023-03-30 15:21:35 +02:00
Jan Eitzinger
6b84e65d88
Disable test
2023-03-29 14:37:42 +02:00
Jan Eitzinger
82120cfb3d
Update generated.go
2023-03-29 10:54:16 +02:00
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