|
721b6b2afa
|
Change footprint variabel from bool to string
The footprint variable also indicates the type of statistic used now
|
2024-07-20 08:59:07 +02:00 |
|
|
801607fc16
|
Refactor main
Convert components to Singletons
Restructure main package
Reduce dependencies
|
2024-07-16 12:08:10 +02:00 |
|
|
c61ffce0e9
|
Make job query on metric stats generic
|
2024-07-12 13:21:19 +02:00 |
|
Christoph Kluge
|
a8721dcc69
|
Regenerate gql after internal merge
|
2024-07-11 17:37:53 +02:00 |
|
Christoph Kluge
|
68cf952ac6
|
Merge branch 'Refactor-job-footprint' of https://github.com/ClusterCockpit/cc-backend into Refactor-job-footprint
|
2024-07-11 17:33:21 +02:00 |
|
Christoph Kluge
|
a4912893a8
|
Frontend refactor backend changes
|
2024-07-11 17:23:59 +02:00 |
|
|
b64ce1f67f
|
Add LowerIsBetter Metric boolean. Upgrade dependencies.
|
2024-07-11 16:58:12 +02:00 |
|
|
f1427d5272
|
Add global metric list including graphQL query
|
2024-07-11 11:09:14 +02:00 |
|
Christoph Kluge
|
0240997257
|
Merge branch '263_use_median_for_statsseries' into Refactor-job-footprint
|
2024-07-09 09:28:21 +02:00 |
|
Christoph Kluge
|
f1e341f0b9
|
Initial commit for frontend refactor
|
2024-07-09 09:17:50 +02:00 |
|
Christoph Kluge
|
11176da5d8
|
Merge branch 'Refactor-job-footprint' into 264_user_api_access
|
2024-07-05 16:11:42 +02:00 |
|
Christoph Kluge
|
61eebc9fbd
|
Rework initial commit
- moved frontend configuration api to new subrouter for compatibility
|
2024-07-03 17:24:26 +02:00 |
|
|
130613b717
|
Fix build errors
Code not yet functional
|
2024-06-28 17:08:28 +02:00 |
|
Christoph Kluge
|
684cb5a376
|
feat: change statistics render of metric plot to min/max/median
- #263
|
2024-05-08 16:17:42 +02:00 |
|
Christoph Kluge
|
cbaeffde2c
|
fix: improve speed of hasNextPage query for infinite scroll
|
2024-04-22 11:29:31 +02:00 |
|
|
fb8bbea99d
|
Remove year in copyright notice
|
2024-04-11 23:04:30 +02:00 |
|
Christoph Kluge
|
0dee5073c6
|
fix: make hasnextpage optional parameter, use only if inf scroll configured
|
2024-03-26 16:27:04 +01:00 |
|
Christoph Kluge
|
b9b452f043
|
feat: prototype infinite scroll implementation
|
2024-03-26 15:56:07 +01:00 |
|
Christoph Kluge
|
21dde870c6
|
Merge branch 'master' into 214_user_status_histograms
|
2024-02-08 12:26:07 +01:00 |
|
Christoph Kluge
|
1185737eaa
|
Add metrics to histoselect, add userfilters
- edit struct to make only count return required
|
2023-12-08 12:03:04 +01:00 |
|
Christoph Kluge
|
ead5c54bcb
|
Prototype completed
|
2023-12-05 15:30:40 +01:00 |
|
Christoph Kluge
|
b5b355c16c
|
Finished backend sql query and gql resolve
|
2023-12-05 11:59:01 +01:00 |
|
Christoph Kluge
|
9bc36152d9
|
intermediate save
- DOES NOT COMPILE
|
2023-12-01 13:22:01 +01:00 |
|
Christoph Kluge
|
e34623b1ce
|
Add db average stats to gql, use in footprint
|
2023-11-24 15:11:38 +01:00 |
|
Christoph Kluge
|
64796519c6
|
change: use continue for rooflineHeatmap errors
- hard errors blocked rendering in frontend
|
2023-08-31 15:10:57 +02:00 |
|
Christoph Kluge
|
59c749a164
|
feat: add select to analysis view pie chart
- 'Walltime' as generic default value for top list
- Change from nodes distribution to cores distribution
|
2023-08-29 17:38:17 +02:00 |
|
Christoph Kluge
|
3014f59cc2
|
feat: add new distribution plots to status view
- numCores and numAccs
|
2023-08-29 14:02:23 +02:00 |
|
Christoph Kluge
|
f933cad87f
|
feat: add select to status view pie charts
- 'Jobs' as generic default value for top lists
- Prepare histograms for cores and accs in schema
|
2023-08-29 14:01:01 +02:00 |
|
Christoph Kluge
|
69519ec040
|
Add requireField cases to resolver
|
2023-08-28 10:19:26 +02:00 |
|
Christoph Kluge
|
ce758610b6
|
change: implement topX query in jobsStatistics
|
2023-08-25 17:38:25 +02:00 |
|
|
d7117f3d49
|
Add sorting and paging to JobStatsGrouped
|
2023-08-25 13:14:34 +02:00 |
|
|
13d99a6ae0
|
Fix typo in Jobstats resolver
|
2023-08-24 14:55:49 +02:00 |
|
|
3b8bcf7b32
|
Remove obsolete jobsCount resolver
|
2023-08-24 14:51:26 +02:00 |
|
Christoph Kluge
|
28609a3372
|
adapt core timeweight to sqlite name logic
|
2023-08-24 12:56:35 +02:00 |
|
Christoph Kluge
|
6a1e35107f
|
fix: analysis metric histogram normalized by scope
- native acc metrics normalized by accHours
- native core metrics normalized by coreHours
|
2023-08-24 11:52:36 +02:00 |
|
Christoph Kluge
|
2f35482aff
|
Merge branch 'master' into 166_add_scopes_analysis
|
2023-08-22 15:26:20 +02:00 |
|
|
dc67a1f103
|
Update frontend and backend dependencies
|
2023-08-21 08:49:42 +02:00 |
|
|
87ce4f63d4
|
Refactor auth module
Separate parts
Add user repository
Add user schema
|
2023-08-17 10:29:00 +02:00 |
|
Christoph Kluge
|
f7571211fd
|
initial branch commit
|
2023-07-21 16:33:53 +02:00 |
|
|
7174f27a89
|
Add node filter and concurrent job list query
|
2023-06-28 13:35:41 +02:00 |
|
|
feba722a53
|
Refactor and Cleanup
Add SecurityCheck
|
2023-06-22 06:26:19 +02:00 |
|
|
33613cdda0
|
Sync commit
|
2023-06-20 10:38:53 +02:00 |
|
Jan Eitzinger
|
a88a97f1b8
|
Fix bug for histogram only query
|
2023-06-09 16:03:06 +02:00 |
|
Christoph Kluge
|
edb1b47281
|
Add AddJobCount() for analysis view
|
2023-06-09 13:15:25 +02:00 |
|
|
616095fe66
|
Add additional job stats, fix test
|
2023-06-09 11:29:07 +02:00 |
|
|
5ba6f0ed3a
|
Refactor and adapt to new API
|
2023-06-09 09:09:41 +02:00 |
|
|
02752f52e4
|
Merge branch 'master' into refactor-job-repository
|
2023-06-08 06:22:51 +02:00 |
|
|
fb86ebdbcc
|
Renaming
|
2023-06-08 06:18:19 +02:00 |
|
Christoph Kluge
|
4e568e60cd
|
Del JobName from Job type, jobStats name required
- Regenerated GQL
- Relates to #121
- return jobStats name as string
|
2023-06-07 14:13:59 +02:00 |
|
|
ff23f8e270
|
Merge branch 'refactor-job-repository' of github.com:ClusterCockpit/cc-backend into refactor-job-repository
|
2023-06-07 12:00:11 +02:00 |
|