Commit Graph

  • 0170e19363 Added options for "support" role on user create, role add, role edit Christoph Kluge 2022-09-12 18:05:43 +02:00
  • 95f04f8ae9 Update README.md Jan Eitzinger 2022-09-12 16:27:54 +02:00
  • 00fc5f4774 Remove to set ArrayJobId on DB Init Jan Eitzinger 2022-09-12 14:51:51 +02:00
  • cca0722b01 Remove obsolete variable Jan Eitzinger 2022-09-12 14:46:18 +02:00
  • 56b710db29 Add job archive for tests Jan Eitzinger 2022-09-12 14:36:12 +02:00
  • 7e8b2eb3a5 Make production flag static Jan Eitzinger 2022-09-12 13:37:16 +02:00
  • 9a4d279c5a Inject cluster config in header variable Jan Eitzinger 2022-09-12 13:35:42 +02:00
  • 10c6b366a5 Refactor UserCfg, add test Jan Eitzinger 2022-09-12 13:34:21 +02:00
  • c0daad256f Regenerate GraphQL Api. Remove FilterRanger Jan Eitzinger 2022-09-12 13:33:01 +02:00
  • c64a935750 Cleanup and improve error handling Jan Eitzinger 2022-09-11 07:13:08 +02:00
  • eb5d3581d1 Make ArrayJobId int64 Jan Eitzinger 2022-09-11 07:11:41 +02:00
  • 5e002def0a Cleanup and shift FilterRanges to configuration Jan Eitzinger 2022-09-11 07:11:17 +02:00
  • 48c1ba097a Improve error handling and implement tests Jan Eitzinger 2022-09-11 07:09:10 +02:00
  • 80583323c0 Inverse behavior for server flag Jan Eitzinger 2022-09-11 07:08:28 +02:00
  • 802c10588f Completely replace outdated template config rendering Christoph Kluge 2022-09-09 15:27:00 +02:00
  • 882dc011b9 Fix vet issue Jan Eitzinger 2022-09-07 13:41:33 +02:00
  • 8856f26fb0 Reformat and Refactor packages. Rebuild GraphQL. Jan Eitzinger 2022-09-07 12:24:45 +02:00
  • b7907d33aa Move data structures to config package Jan Eitzinger 2022-09-06 15:43:57 +02:00
  • 937e72954d Make api test pass and cleanup Jan Eitzinger 2022-09-06 14:40:14 +02:00
  • 8fbd1b2cb8 Empty stub for json validation cmd Jan Eitzinger 2022-09-06 09:32:25 +02:00
  • 49dad5c8c5 Start to port api test Jan Eitzinger 2022-09-06 09:31:52 +02:00
  • ac6785448e More descriptive errors Jan Eitzinger 2022-09-06 09:31:37 +02:00
  • 42cbf217cd Remove dependency on config package Jan Eitzinger 2022-09-06 08:57:38 +02:00
  • 98d62f739f Add dev flag to enable API web interfaces Jan Eitzinger 2022-09-06 08:57:01 +02:00
  • fc76eed899 Refactor package structure Jan Eitzinger 2022-09-05 17:46:38 +02:00
  • d351a043c2 Omit submit on colorscheme selection: now updates directly on select Christoph Kluge 2022-08-26 15:28:04 +02:00
  • 87ce3c3e8e Update card title Christoph Kluge 2022-08-26 15:21:37 +02:00
  • c9954787c1 Add admin function to remove roles, rename addroles to editroles Christoph Kluge 2022-08-26 15:15:36 +02:00
  • 0186e886e4 Display go-set error messages, move html error text to log (commented) Christoph Kluge 2022-08-26 13:52:45 +02:00
  • 7bfdc83779 Initial commit on branch: Rewrite config.tmpl as svelte component(s) Christoph Kluge 2022-08-26 11:45:14 +02:00
  • c527430a10
    Merge pull request #42 from pc2/master Jan Eitzinger 2022-08-26 07:31:26 +02:00
  • 84bac7e520 Add new role support. This enables designated users to see all jobs. Michael Schwarz 2022-08-23 13:33:25 +02:00
  • a0dafbac99 Add copyright header to lruchache Jan Eitzinger 2022-07-29 10:41:21 +02:00
  • 84484babc1 Add license and set name Jan Eitzinger 2022-07-29 06:46:07 +02:00
  • 0a8687b6fd Merge branch 'master' of github.com:ClusterCockpit/cc-backend Jan Eitzinger 2022-07-29 06:34:49 +02:00
  • 16171eee5e
    Merge pull request #36 from ClusterCockpit/dependabot/npm_and_yarn/web/frontend/svelte-3.49.0 Jan Eitzinger 2022-07-29 06:34:17 +02:00
  • 2611000cb7
    Bump svelte from 3.44.2 to 3.49.0 in /web/frontend dependabot[bot] 2022-07-29 04:32:33 +00:00
  • 343e5dbe63
    Merge pull request #35 from ClusterCockpit/dependabot/npm_and_yarn/web/frontend/terser-5.14.2 Jan Eitzinger 2022-07-29 06:31:52 +02:00
  • 26df1e7c14 Add copyright and license header. Update license year Jan Eitzinger 2022-07-29 06:29:21 +02:00
  • 2997384c72
    Bump terser from 5.10.0 to 5.14.2 in /web/frontend dependabot[bot] 2022-07-29 04:17:31 +00:00
  • aac19c938f Allow CORS credentials; cpu->hwthread for cc-metric-store Lou Knauer 2022-07-28 18:07:30 +02:00
  • d4b1b32ca0 token based login: fix re-logins Lou Knauer 2022-07-26 13:50:54 +02:00
  • dc0bf80742 Fix auth.AddUser method Lou Knauer 2022-07-26 11:00:41 +02:00
  • dc4c7f0033 bugfix: LDAP is optional Lou Knauer 2022-07-25 17:27:42 +02:00
  • e500c1515e Allow login via token in URL Lou Knauer 2022-07-25 10:36:20 +02:00
  • 4e7ff6f9bc Merge auth-refactoring (Fixes #27 and #24) Lou Knauer 2022-07-25 09:37:21 +02:00
  • a48e94ab3e bugfixes in auth/ Lou Knauer 2022-07-25 09:33:36 +02:00
  • 2d57e4cfe8 Change to HS256 as login token alg Lou Knauer 2022-07-25 09:03:48 +02:00
  • 5a22e5f32d Update READMEs Lou Knauer 2022-07-25 08:58:44 +02:00
  • 286fde3d5a show the aggregation strategy for non-native scope plots Lou Knauer 2022-07-14 16:25:21 +02:00
  • f0530f2908 Different keypair for token based login Lou Knauer 2022-07-13 15:04:11 +02:00
  • cb4020ffdf Add API test for failing jobs Lou Knauer 2022-07-12 10:22:22 +02:00
  • 772d37b093 Fixes #14: Lazy load additional metrics Lou Knauer 2022-07-08 12:23:24 +02:00
  • 9198d160a1 Make polarplot metrics cluster specific Lou Knauer 2022-07-08 11:51:58 +02:00
  • f2f54bec4b Fixes #18: Update documentation Lou Knauer 2022-07-08 11:01:51 +02:00
  • d7d278037e Fixes #15: Copy JWT to clipboard automatically Lou Knauer 2022-07-08 10:51:33 +02:00
  • 187d6a1844 Move gen-keypair helper to cmd/ Lou Knauer 2022-07-07 14:10:12 +02:00
  • 04574db32f Integrate new auth interface Lou Knauer 2022-07-07 14:08:37 +02:00
  • db86d2cf7e Glue authenticators together Lou Knauer 2022-07-07 13:40:38 +02:00
  • 23f6015494 Add login via JWT Lou Knauer 2022-07-07 12:48:04 +02:00
  • 5041685df1 Refactor authentication Lou Knauer 2022-07-07 12:11:49 +02:00
  • 3a39df6579 Update documentation (Fixes #2) Lou Knauer 2022-07-06 15:06:04 +02:00
  • 94017dc040 embed templates into binary (issue #2) Lou Knauer 2022-07-06 15:00:08 +02:00
  • 4f61580b2b embed frontend files into binary (issue #2) Lou Knauer 2022-07-06 14:55:39 +02:00
  • c1b7c8c6ae
    Update README.md Jan Eitzinger 2022-07-06 06:37:30 +02:00
  • 3474ead49b Add content-type header to logout (issue #19) Lou Knauer 2022-07-05 10:40:12 +02:00
  • 65f7e5e6c8 load config.json in current directory by default (issue #17) Lou Knauer 2022-07-05 10:22:46 +02:00
  • 8bdab3298d Sync checksum file; Tidy up module file Lou Knauer 2022-07-05 08:54:58 +02:00
  • 17f04a12dc
    Update README.md Jan Eitzinger 2022-07-04 13:35:49 +02:00
  • 6ff6169d45
    Update README.md Jan Eitzinger 2022-06-24 10:49:31 +02:00
  • b4dfc496d2
    Update README.md Jan Eitzinger 2022-06-24 10:49:02 +02:00
  • 293efefb98
    Merge pull request #16 from ClusterCockpit/refactor-structure-dev Jan Eitzinger 2022-06-24 10:41:57 +02:00
  • f5049ae1b4 Add pointer to docu Jan Eitzinger 2022-06-24 10:35:54 +02:00
  • 378e370e29 Add README for JWT key management Jan Eitzinger 2022-06-24 10:28:38 +02:00
  • f291aa2f8c Fix paths. Adapt gitignore Jan Eitzinger 2022-06-23 18:27:42 +02:00
  • f0dab0e229 Fill gaps in README files Jan Eitzinger 2022-06-23 17:57:19 +02:00
  • 69ad81da51 Update README.md Jan Eitzinger 2022-06-23 10:24:36 +02:00
  • f7790c612f Remove .env file Jan Eitzinger 2022-06-23 10:24:17 +02:00
  • 6440b9d958 Disable lruchache handler response test Jan Eitzinger 2022-06-23 09:25:07 +02:00
  • 418761dac3 Another try to fix tests Jan Eitzinger 2022-06-22 18:14:27 +02:00
  • 3c06619cc9 Adapt github workflow and startDemo.sh script Jan Eitzinger 2022-06-22 18:11:09 +02:00
  • 6c22c0c4c0 Fix api tests Jan Eitzinger 2022-06-22 18:06:02 +02:00
  • 89bf01fb53 Add systemd example setup Jan Eitzinger 2022-06-22 17:50:17 +02:00
  • 29fe28fce6 Cleanup duplicate schema file Jan Eitzinger 2022-06-22 15:29:38 +02:00
  • 68d1f5fc3f Import svelte web frontend Jan Eitzinger 2022-06-22 11:20:57 +02:00
  • 9217780760 Add configuration examples with documentation Jan Eitzinger 2022-06-22 11:18:04 +02:00
  • c9821dbaad Fix Typos. Change default config. Jan Eitzinger 2022-06-22 11:17:37 +02:00
  • 5c714ce91b Remove fronend git submodule Jan Eitzinger 2022-06-22 11:17:07 +02:00
  • 0dc8c8fb35 Add tool to generate JWT keypair Jan Eitzinger 2022-06-22 11:13:58 +02:00
  • 8446f6267a Use internal lrucache Jan Eitzinger 2022-06-22 06:11:00 +02:00
  • 27800b651a Include lrucache external dependency Jan Eitzinger 2022-06-22 05:58:03 +02:00
  • 81819db436 Refactor directory structure Jan Eitzinger 2022-06-21 17:52:36 +02:00
  • 45359cca9d Merge branch 'master' of github.com:ClusterCockpit/cc-backend Jan Eitzinger 2022-06-17 10:08:47 +02:00
  • e403e55292 Improve crypto/tls security settings Jan Eitzinger 2022-06-17 10:08:31 +02:00
  • daa2fd638b make nodelist parser more slurm-like Lou Knauer 2022-05-16 09:10:55 +02:00
  • 515fdbd44c SubCluster-specific thresholds Lou Knauer 2022-05-12 09:20:38 +02:00
  • f15a8cf7e3 Remove obsolete util dir Jan Eitzinger 2022-05-10 11:20:03 +02:00
  • 8b0ad6efd1 Update frontend and icon font Lou Knauer 2022-05-09 11:54:22 +02:00
  • 9d49fea48a Only autostop jobs with a positive walltime Lou Knauer 2022-05-09 11:53:41 +02:00
  • cdfb144b82 Fix out of bounds bug Lou Knauer 2022-05-05 10:03:54 +02:00