Christoph Kluge
33d219d2ac
Add subCluster to node view info field
2024-10-16 13:05:03 +02:00
Christoph Kluge
3dfeabcec6
simplify plotGrid, add cancel to metricSelect, improve metricPlot render logic
2024-10-16 12:41:15 +02:00
Christoph Kluge
673fdc443c
Finish prototype implementation of nodelist view
2024-10-14 18:37:48 +02:00
Christoph Kluge
fc6970d08a
fix plotgrid display error, use plotheight default
2024-10-08 17:31:15 +02:00
Christoph Kluge
f616c7e1c6
remove width tags from slot defs
2024-10-08 15:26:09 +02:00
Christoph Kluge
7243dbe763
replace plotTable with new bootstrap plotGrid component
...
- helps with narrow window sizes
- plotTable kept for now
2024-10-02 17:48:46 +02:00
Christoph Kluge
f047f89ad5
fix column count and add margins
2024-10-02 14:48:21 +02:00
Christoph Kluge
0eb0aa1d3b
change default range to 12h, rework layout in system node views
2024-10-02 14:37:32 +02:00
Christoph Kluge
4ec1de6900
fix constant gql query
2024-09-02 17:54:45 +02:00
Christoph Kluge
d34e0d9348
fix: omit resources prop from metricPlot, use series for legend instead
2024-08-23 16:59:45 +02:00
Christoph Kluge
0afaea9513
initial commit with example event dispatch
2024-08-08 12:28:36 +02:00
Christoph Kluge
3ca1127685
Restructure frontend svelte file src folder
...
- Goal: Dependency structure mirrored in file structure
2024-07-26 12:34:18 +02:00
Christoph Kluge
e65100cdc8
Add vscode @component comment to every svelte file, remove unused js exports
2024-07-25 17:10:00 +02:00
Christoph Kluge
6a1cb51c2f
Refactor svelte frontend
...
- Adapt to new metricConfig logic
- Footprint-Metrics generalized for bar card
- Footprint-Metrics in stats filter and sorting
- Frontend always uses GQL, except adminOptions
- Job View will load scopes for all metrics on request
2024-07-22 15:41:33 +02:00
32a57661fd
Upgrade frontend dependencies
...
Change to most recent @sveltestrap/sveltestrap
Reformat with Svelte LSP
2024-03-09 10:30:40 +01:00
Christoph Kluge
61c83c375d
enable forNode special handling
2023-08-23 16:29:46 +02:00
Christoph Kluge
a2cc1bd226
Merge branch 'master' into 71_improve_systemsview
2023-08-11 10:34:05 +02:00
Christoph Kluge
423e800d9e
feat: add hover-legend to histograms & metricplots
2023-08-08 13:27:01 +02:00
Christoph Kluge
284a7079d6
Invert time x-axis for node view metric plots
2023-08-01 18:37:50 +02:00
Christoph Kluge
36abed2093
feat: add auto-reloading to system and node views
2023-08-01 15:30:21 +02:00
Christoph Kluge
5a67569fd3
Fix keyword in node view jobs query
2023-07-03 09:45:09 +02:00
120567269d
Make state filter array
2023-07-03 09:01:28 +02:00
Christoph Kluge
4729905322
Forgot to adapt link
2023-06-30 15:06:26 +02:00
Christoph Kluge
aacb7489e6
StartTime not required for jobs running on node
2023-06-30 15:04:01 +02:00
Christoph Kluge
c04aea89c9
Implement node filter in frontend, fix backend
...
- Add running job count and link to list to single node view
2023-06-30 12:01:27 +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
16d5fa182c
Fix unit load blocking systems and node views
2023-06-14 15:32:35 +02:00
Christoph Kluge
374a485d69
Further adaptions to new urql version
2023-05-10 16:35:21 +02:00
f235b5e911
Start porting to new urql api
...
It compiles. Not tested
2023-05-03 16:41:17 +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
Jan Eitzinger
68d1f5fc3f
Import svelte web frontend
2022-06-22 11:20:57 +02:00