Commit Graph

77 Commits

Author SHA1 Message Date
Tsu-ba-me
5b3ff87c1f fix(striker-ui-api): replace multer with busboy for file upload 2023-08-19 04:40:33 -04:00
Tsu-ba-me
7058ef0f4a fix(striker-ui-api): disconnect vnc-related management, only fetch vnc info 2023-07-20 22:28:04 -04:00
Tsu-ba-me
753ae24098 fix(striker-ui-api): add create, update handlers for /fence 2023-07-03 04:46:07 -04:00
Tsu-ba-me
78d7ce90b9 fix(striker-ui-api): add delete endpoint for /fence 2023-07-03 04:46:07 -04:00
Tsu-ba-me
830e07d30c fix(striker-ui-api): add create, update UPS(es) 2023-07-03 04:46:07 -04:00
Tsu-ba-me
63dafe0e6a fix(striker-ui-api): add delete UPS(es), don't get deleted UPS(es) 2023-07-03 04:46:07 -04:00
Tsu-ba-me
bc1b8bec20 fix(striker-ui-api): expose job endpoint for init, filter job by command 2023-07-03 04:46:06 -04:00
Tsu-ba-me
50a1160f1d fix(striker-ui-api): match method, path pattern for config striker 2023-07-03 04:46:06 -04:00
Tsu-ba-me
d64ad303e8 fix(striker-ui-api): redirect /init/* to protected endpoints post striker init 2023-07-03 04:46:06 -04:00
Tsu-ba-me
8403d7315b fix(striker-ui-api): assert host configured before authentication 2023-07-03 04:46:06 -04:00
Tsu-ba-me
c33a7e27b6 fix(striker-ui-api): make required endpoints public when striker is not configured 2023-07-03 04:46:06 -04:00
Tsu-ba-me
5067ca04da fix(striker-ui-api): allow set map network to be requested without UUID 2023-07-03 04:46:06 -04:00
Tsu-ba-me
4e03e62dd4 fix(striker-ui-api): add endpoint for delete server(s) 2023-07-03 04:46:06 -04:00
Tsu-ba-me
9067791e38 fix(striker-ui-api): add commands for server VM power management 2023-07-03 04:46:06 -04:00
Tsu-ba-me
993c2350e5 fix(striker-ui-api): add get all anvil node pair summary 2023-07-03 04:46:06 -04:00
Tsu-ba-me
aa1ea8d796 fix(striker-ui-api): add endpoint to manage VNC SSH tunnel 2023-07-03 04:46:06 -04:00
Tsu-ba-me
f56f931599 fix(striker-ui-api): add set host config::map_network variable command endpoint 2023-07-03 04:46:06 -04:00
Tsu-ba-me
c5015bf43f fix(striker-ui-api): add create and update user endpoints 2023-07-03 04:46:06 -04:00
Tsu-ba-me
d9e6061b6e fix(striker-ui-api): replace get anvil shared storage summary 2023-07-03 04:46:06 -04:00
Tsu-ba-me
0360b39598 fix(striker-ui-api): replace get anvil network summary endpoint 2023-07-03 04:46:06 -04:00
Tsu-ba-me
ab4a4cee9a refactor(striker-ui-api): organize middlewares 2023-07-03 04:46:06 -04:00
Tsu-ba-me
b72283a06c fix(striker-ui-api): set query param returnTo in assert authentication 2023-07-03 04:46:06 -04:00
Tsu-ba-me
4d9c2e79f0 fix(striker-ui-api): replace handle subnode cluster membership endpoint 2023-07-03 04:46:06 -04:00
Tsu-ba-me
f49c510468 fix(striker-ui-api): add replacement for power control nodes, subnodes 2023-07-03 04:46:06 -04:00
Tsu-ba-me
fc075d778a fix(striker-ui-api): add get anvil memory summary WIP 2023-07-03 04:46:05 -04:00
Tsu-ba-me
d4eeb2eb89 fix(striker-ui-api): add get anvil CPU summary 2023-07-03 04:46:05 -04:00
Tsu-ba-me
83d572530b fix(striker-ui-api): allow get anvil status 2023-07-03 04:46:05 -04:00
Tsu-ba-me
c6bcbc952b fix(striker-ui-api): handle static file requests with file extension 2023-06-20 00:48:22 -04:00
Tsu-ba-me
5d54b5d855 fix(striker-ui-api): protect static files 2023-06-20 00:48:21 -04:00
Tsu-ba-me
d8cc7d9979 fix(striker-ui-api): migrate job to access interact 2023-06-20 00:48:21 -04:00
Tsu-ba-me
3608d6e56e fix(striker-ui-api): accept manifest UUID as URI param in DELETE /manifest 2023-06-20 00:48:21 -04:00
Tsu-ba-me
da785218ec fix(striker-ui-api): migrate a/dbWrite to daemon write 2023-06-20 00:48:21 -04:00
Tsu-ba-me
32ecfec762 fix(striker-ui-api): migrate dbQuery->query in access module 2023-06-20 00:48:21 -04:00
Tsu-ba-me
60b2b36e6b fix(striker-ui-api): simplify POST /echo 2023-06-20 00:48:21 -04:00
Tsu-ba-me
414c4d64c6 fix(striker-ui-api): add delete user request handler 2023-06-20 00:48:21 -04:00
Tsu-ba-me
cbf6ac0ff9 refactor(striker-ui-api): rename authenticationHandler->guardApi 2023-06-20 00:48:21 -04:00
Tsu-ba-me
9170f78650 fix(striker-ui-api): make static files available through root 2023-06-20 00:48:21 -04:00
Tsu-ba-me
d8a2c77cf0 fix(striker-ui-api): add default authentication handler for private /api/* 2023-06-20 00:48:21 -04:00
Tsu-ba-me
a4524b6d27 fix(striker-ui-api): add /auth/logout 2023-06-20 00:48:21 -04:00
Tsu-ba-me
1c8050caa9 feat(striker-ui-api): apply session handler and add /auth/login 2023-06-20 00:48:21 -04:00
Tsu-ba-me
180aa54800 refactor(striker-ui-api): simplify DB refresh timestamp function name 2023-06-20 00:48:21 -04:00
Tsu-ba-me
f15391010c fix(striker-ui-api): organize routes into map 2023-06-20 00:48:21 -04:00
Tsu-ba-me
a50321eb9f fix(striker-ui-api): add command to run manifest 2023-06-19 15:15:32 -04:00
Tsu-ba-me
b7b4e13028 fix(striker-ui-api): add POST (create) and PUT (update) for /manifest 2023-06-19 15:15:32 -04:00
Tsu-ba-me
2e599971cc fix(striker-ui-api): add DELETE one or more manifest 2023-06-19 15:15:32 -04:00
Tsu-ba-me
a066fb7ede fix(striker-ui-api): allow get manifest detail 2023-06-19 15:15:32 -04:00
Tsu-ba-me
9e9b84604f fix(striker-ui-api): add /manifest/template 2023-06-19 15:15:32 -04:00
Tsu-ba-me
6cdca8ee5f feat(striker-ui-api): add /manifest 2023-06-19 15:15:31 -04:00
Tsu-ba-me
ddb1cd61f1 fix(striker-ui-api): add GET UPS overviews 2023-04-04 00:23:00 -04:00
Tsu-ba-me
f3a2a9355e feat(striker-ui-api): add /ups 2023-04-04 00:23:00 -04:00