Commit Graph

2172 Commits

Author SHA1 Message Date
Christoph Kluge c22d869aa7 Move form to cardbody instead of classing 2025-06-06 16:17:42 +02:00
moebiusband 87c93e90cd Implement node query 2025-06-06 16:04:53 +02:00
moebiusband 3d6dca9386 Add more apps for tagger 2025-06-06 16:04:37 +02:00
Christoph Kluge f946e7e6ab fix: fix issues after updated dev branch merge 2025-06-06 13:43:13 +02:00
Christoph Kluge d50dfa5867 Update frontend dependencies: rollup and svelte 2025-06-06 11:14:37 +02:00
moebiusband 249128e011 Cleanup. Re-generate Swagger 2025-06-06 06:30:40 +02:00
moebiusband ca16a80b1f Add info logging to node repo 2025-06-06 06:12:02 +02:00
Christoph Kluge e789e7ba9b fix missing state declarations 2025-06-05 18:08:16 +02:00
Christoph Kluge 5048f7be14 Merge branch 'dev' into migrate_svelte5 2025-06-05 17:56:48 +02:00
Christoph Kluge 0e3603f596 fix: layout issues in jobList toolbar 2025-06-05 17:47:03 +02:00
moebiusband 9cd4b3c1cc Convert to all lower case 2025-06-05 16:20:48 +02:00
moebiusband 1d9aa75960 Add determine nodestate routine 2025-06-05 16:15:40 +02:00
Christoph Kluge 0a24ef70e0 fix: fix joblist continuous scroll buildup when refreshing 2025-06-05 15:19:00 +02:00
moebiusband 3b5d3d671e Refactor 2025-06-05 14:27:26 +02:00
moebiusband 7db83d216e Start implementing nodestate rest api 2025-06-05 14:27:21 +02:00
moebiusband d1a7002422 Merge branch 'dev' of github.com:ClusterCockpit/cc-backend into dev 2025-06-05 13:23:39 +02:00
moebiusband 1d8e7e072f Refactor rest api 2025-06-05 13:23:36 +02:00
moebiusband 7466fe7a34 Update GraphQL schema. Refactor node repository 2025-06-05 13:17:24 +02:00
Christoph Kluge 24cf5047da Migrate tags view 2025-06-05 10:51:32 +02:00
Christoph Kluge 1f103e5ef5 Migrate status view 2025-06-05 10:43:44 +02:00
Christoph Kluge 9e87974eb1 Fix compareTable sorting 2025-06-04 17:02:02 +02:00
Christoph Kluge d806cf76c4 Fix config warning and key name 2025-06-04 16:23:54 +02:00
Christoph Kluge 6e2703998d Migrate jobTag management 2025-06-04 14:45:31 +02:00
moebiusband 6f9737c2c2 Add node repository, extend GraphQL API
Sync commit.
2025-06-04 13:44:37 +02:00
Christoph Kluge 5e696c10d5 Migrate job view stats table 2025-06-04 11:28:45 +02:00
Christoph Kluge 927e25c72c Migrate metricSelection 2025-06-03 13:32:14 +02:00
moebiusband 8b1b99ba35 feat: Add requested memory to job meta data
Fixes #110
2025-06-03 07:16:19 +02:00
moebiusband 2c102cd1ff Fix error in node table migration 2025-06-03 06:55:49 +02:00
Christoph Kluge 42c4926c47 fix refresher sv5 logic 2025-06-02 14:20:32 +02:00
Christoph Kluge 703556d893 Migrate user list and analysis view 2025-06-02 13:51:15 +02:00
Christoph Kluge 0b529a5c3c Migrate and fix filter component and subcomponents 2025-06-02 13:00:47 +02:00
Jan Eitzinger 5186b3f61e Merge pull request #398 from ClusterCockpit/Refactor-job-struct
Refactor job struct
2025-06-02 12:13:43 +02:00
moebiusband 4dc0da5099 Add node table schema 2025-06-02 12:07:01 +02:00
moebiusband 1bad6ba065 Regenerate GraphQL interface 2025-05-28 16:00:47 +02:00
moebiusband 3efee22536 Remove jobMeta and use job struct everywhere 2025-05-28 15:59:21 +02:00
moebiusband eef48ac3a3 Small fix in highload rule 2025-05-28 14:33:52 +02:00
moebiusband e35cfbc3dd Refactor 2025-05-28 14:32:56 +02:00
moebiusband 4a5fd96b32 Adapt job class rules 2025-05-28 14:32:49 +02:00
Jan Eitzinger bdffe73f59 Merge pull request #397 from ClusterCockpit/134-job-tagging
134 job tagging
2025-05-27 13:14:50 +02:00
moebiusband cdfe722457 Include metric thresholds in rule environment
Not yet tested
2025-05-27 13:02:13 +02:00
moebiusband 0aecea6de2 Refactor. Add Subcluster get metric list helper routine. 2025-05-27 09:23:28 +02:00
moebiusband 5a88c77171 Remove debug output 2025-05-26 14:42:41 +02:00
moebiusband 8003217092 Add string to gromacs app file 2025-05-26 14:41:02 +02:00
moebiusband 9b325041c1 Fix typo in jobCache columns 2025-05-26 14:30:30 +02:00
moebiusband 1e7fbe5d56 Refactor 2025-05-26 13:40:34 +02:00
moebiusband 0261c263f9 Add hint message only if rule matches 2025-05-26 13:36:23 +02:00
moebiusband 8d6ae85b0d Fix bug with job columns 2025-05-26 13:26:18 +02:00
moebiusband f14bdb3068 Fix bugs in job classifier and tagger infrastructure 2025-05-26 13:08:03 +02:00
moebiusband 3c66840f95 Add tagger config option and command line switch to run taggers on all jobs 2025-05-23 10:13:59 +02:00
moebiusband 733e3ea9d5 Revert interface from jobMeta to job type. Extend job classifier tagger. Cleanup test rules. 2025-05-23 07:48:27 +02:00