Christoph Kluge
d56b0e93db
cleanup routes, cleanup root components
2025-12-15 15:10:10 +01:00
Christoph Kluge
4083de2a51
Add public dashboard and route, add DoubleMetricPlot and GQL queries
...
- add roofline legend display switch
- small fixes
2025-12-09 10:26:55 +01:00
Christoph Kluge
a3fb471546
adapt and improve svelte taglist component
2025-04-22 17:33:17 +02:00
Christoph Kluge
277f964b30
move taglist a from go tmpl to svelte component
2025-04-22 13:47:25 +02:00
Christoph Kluge
5ea11a5ad2
fix legends, add resolution, add statsseries, add simple healthcheck
2025-01-10 16:06:29 +01:00
Christoph Kluge
2cbe8e9517
Split systems view into node-overview and node-list
2024-10-11 12:30:55 +02:00
Christoph Kluge
c7d0c86d52
add missing template changes
2024-09-27 13:46:19 +02:00
Christoph Kluge
18af51b0a4
improve tag list template
2024-09-25 13:24:01 +02:00
Christoph Kluge
8e3327ef6a
Merge branch 'sample_resolution_select' into dev
2024-09-24 17:43:15 +02:00
Christoph Kluge
21e4870e4c
feat: add configurability to frontend plot zoom
2024-09-24 11:13:39 +02:00
Christoph Kluge
ccbf3867e1
change global tag color from gray to magenta
2024-09-16 13:54:40 +02:00
Christoph Kluge
017f9b2140
feat: Add tag scopes to front and backend, initial commit
2024-08-01 18:59:24 +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
Christoph Kluge
541d54aa7c
Users/Managers only display number of shared jobs
2023-06-01 15:13:12 +02:00
Christoph Kluge
f37e7c26f6
Rework roles as enum, change AuthSource to enum
2023-03-06 11:44:38 +01:00
Christoph Kluge
d6b8d711f6
Rework searchbar functions, add user jobtable
2023-02-22 16:30:01 +01:00
Christoph Kluge
68efe871c7
Centralize project filter for manager role
...
- Remove all unnecessary frontend code for managerfilters
2023-02-20 11:24:18 +01:00
Christoph Kluge
397ab08b3b
Add support for multiple projects per manager
...
- Handled like roles in admin view
- !! NEW COLUMN CHANGED TO "projects"
2023-02-17 15:45:31 +01: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
81819db436
Refactor directory structure
2022-06-21 17:52:36 +02:00