Christoph Kluge
f286872a33
fix: hover legend display now depends on datasize
2023-08-09 12:43:58 +02:00
Christoph Kluge
e32042204b
Change histograms to uplot where x-axis is number
2023-08-09 12:42:25 +02:00
Christoph Kluge
423e800d9e
feat: add hover-legend to histograms & metricplots
2023-08-08 13:27:01 +02:00
Christoph Kluge
742c2e399e
feat: Add uplot histogram, implemented in userview
...
- For testing
- add conversion function to utils
2023-07-26 13:44:06 +02:00
Christoph Kluge
2655bda644
feat: enable uplot XY-Zoom for metrics
...
- Disable jobView manual zoom
2023-07-24 11:12:22 +02:00
Christoph Kluge
b450cdd20f
Add logic step to findThresholds
...
- fixes reference lines for subclusters w/o extra config
2023-06-20 13:16:00 +02:00
Christoph Kluge
c8068f45eb
Rework disabled metrics, fix systems
...
- Unify warning card texts
- Broader use of checkMetricDisabled function
2023-06-19 16:11:16 +02:00
Christoph Kluge
4cfe52e7c9
Add warning card if no data to plot
...
- series.data array empty, but toplevel data return itself OK
2023-06-16 15:09:23 +02:00
Christoph Kluge
ece57bf65e
Introduce units.js, centralizes value normalizing
2023-06-16 12:44:34 +02:00
Christoph Kluge
222e697b2f
Fix threshold lines not rendering
2023-06-14 16:46:17 +02:00
Christoph Kluge
8aa7f4eb07
Fix roofline data reference
...
- caused roofline data being regarded as missing
2023-06-13 16:42:04 +02:00
Christoph Kluge
6e5afd1192
Add switch for small histograms
...
- adapts distance of labels to x axis
2023-06-09 13:30:55 +02:00
Christoph Kluge
37d5db443f
Merge branch 'master' into 97_107_mark_and_show_shared
2023-06-01 15:24:26 +02:00
Christoph Kluge
1ac16516fe
Second part of refix
2023-05-11 11:43:35 +02:00
Christoph Kluge
e9301a5d39
Mark shared metrics on shared jobs
...
- show [shared] in plots in JobList
- other plot locations Todo
- Relates to issue #107
2023-04-28 12:30:46 +02:00
Christoph Kluge
753ced2787
Fix data transfer mismatch at roofline component
2023-04-11 16:57:35 +02:00
Christoph Kluge
184769ab9c
Merge branch 'import-data-sanitation' of https://github.com/ClusterCockpit/cc-backend into import-data-sanitation
2023-04-11 16:29:42 +02:00
Christoph Kluge
dd2b4609a3
Plot axis label sizing and padding
2023-04-11 16:29:39 +02:00
Jan Eitzinger
f8ba79e9e7
Merge branch 'master' into import-data-sanitation
2023-04-07 08:57:42 +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
Christoph Kluge
b2aed2f16b
Add 'project' to user table, add 'manager' role, conditional web render
...
- Addresses issues #40 #45 #82
- Reworked Navigation Header for all roles
- 'Manager' role added, can be assigned a project-id in config by admins
- BREAKING! -> Added 'project' column in SQLite3 table 'user'
- Manager-Assigned project will be added to all graphql filters: Only show Jobs and Users of given project
- 'My Jobs' Tab for all Roles
- Switched from Bool "isAdmin" to integer authLevels
- Removed critical data frontend logging
- Reworked repo.query.SecurityCheck()
2023-01-27 18:36:58 +01:00
Christoph Kluge
81e17771fd
Fix roofline component not rendering in jobview if missing data
...
- Addresses issue #70
2023-01-18 14:06:32 +01: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
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
Lou Knauer
286fde3d5a
show the aggregation strategy for non-native scope plots
2022-07-14 16:25:21 +02:00
Jan Eitzinger
68d1f5fc3f
Import svelte web frontend
2022-06-22 11:20:57 +02:00