Tsu-ba-me
f725f53f2e
fix(striker-ui): prevent browsers from auto-complete add peer fields
1 year ago
Tsu-ba-me
d4d9d916ab
fix(striker-ui): remove user, db port, ssh port from add peer form
1 year ago
Tsu-ba-me
903524e59d
fix(striker-ui): reload file list after delete, edit
1 year ago
Tsu-ba-me
a5bb320234
feat(striker-ui): add non-hook fetcher, bundle with states
1 year ago
Tsu-ba-me
b5b1e4d6b7
fix(striker-ui): add loading prop to List
1 year ago
Tsu-ba-me
71729e3425
fix(striker-ui): rename to resetChecks
1 year ago
Tsu-ba-me
47960b8565
fix(striker-ui-api): replace all instances of parseInt
1 year ago
Tsu-ba-me
8f5620f84e
fix(striker-ui-api): exclude blank records from provision server data
1 year ago
Digimer
26bfb80707
Merge pull request #548 from ylei-tsubame/issues/526-reload-on-add
...
Web UI: patch 452, 493, 508, and 526
1 year ago
Tsu-ba-me
d7d7fcb039
fix(striker-ui): reset checklist after delete in manage fences, manifests
1 year ago
Tsu-ba-me
cf4e4ff3f0
fix(striker-ui): reload manifests after add, edit, or delete
1 year ago
Tsu-ba-me
2100829083
fix(striker-ui): replace manifest forms' submission with method from hook
1 year ago
Tsu-ba-me
5e2ef764f4
fix(striker-ui): update fence list after add, edit, or delete
1 year ago
Tsu-ba-me
ece7efda99
fix(striker-ui): migrate setApiMessage from manifest manager
1 year ago
Tsu-ba-me
28f36c6d85
fix(striker-ui): restyle buttons in VNC window
1 year ago
Tsu-ba-me
0ed354c8f4
fix(striker-ui): add return home to VNC window, reorganize RFB disconnect
1 year ago
Tsu-ba-me
1d606ea20d
fix(striker-ui): allow open VNC connection in new tab from dashboard
1 year ago
Tsu-ba-me
f56cf55f04
fix(striker-ui-api): min VG sizes instead of sum when getting anvil node storage
1 year ago
Digimer
2d478e40a1
Merge pull request #544 from ylei-tsubame/issues/541-autoselect-in-provserver
...
Web UI: patch 489, 537, 538, 541
1 year ago
Tsu-ba-me
da3e2eda7c
build(striker-ui): rebuild
1 year ago
Tsu-ba-me
45f184509d
fix(striker-ui): restyle mono texts in provision server confirm
1 year ago
Tsu-ba-me
f51af47b51
fix(striker-ui): add edge prop to inline mono text
1 year ago
Tsu-ba-me
8c380db940
fix(striker-ui): auto-select only prop in provision server
1 year ago
Tsu-ba-me
cfaa492a12
fix(striker-ui): don't crop content of select in input with select
1 year ago
Tsu-ba-me
f8f4f8cd80
fix(striker-ui): remove invalid prop from confirm grid in provision server
1 year ago
Tsu-ba-me
21e410784f
fix(striker-ui): swap slider with autocomplete for cores in provision server
1 year ago
Tsu-ba-me
331c961995
fix(striker-ui): identify required fields for input tests in provision server
1 year ago
Digimer
d89f687e85
Merge pull request #542 from ClusterLabs/anvil-tools-dev
...
Anvil tools dev
1 year ago
digimer
fd880e2fdf
Finished anvil-watch-servers
...
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
digimer
26f4446bf9
Continued work on anvil-watch-servers; Parsed server data now.
...
* Updated Cluster->parse_cib() to store DRBD fence node restrictions by
server/node. Also updated to make it easier to get the server's
preferred node.
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
digimer
207a014ae0
Got anvil-watch-servers showing the status of subnodes.
...
* Updated System->maintenance_mode() to take 'host_uuid' so that the
maintenance mode of remote machines can be checked/set.
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
digimer
a8b1934352
Adding new anvil-watch-servers tool and man page
...
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
Digimer
ba4addd653
Merge pull request #540 from ylei-tsubame/rebuild-web
...
Web UI: patch 520, 401, 518, 514, and additional small issues
1 year ago
Tsu-ba-me
be2fd4bbed
build(striker-ui-api): rebuild
1 year ago
Tsu-ba-me
65f7b020e3
build(striker-ui): rebuild
1 year ago
Tsu-ba-me
af3ab2989a
fix(striker-ui): apply session expiry check
1 year ago
Tsu-ba-me
3ee7a41895
fix(striker-ui): align cookie jar with API
1 year ago
Tsu-ba-me
0fad937554
fix(striker-ui-api): move user to session cookie
1 year ago
Tsu-ba-me
34bd441c83
fix(striker-ui-api): add session cookie to hold expiry
1 year ago
Tsu-ba-me
b5927cf0a3
fix(striker-ui): correct success message on reconfig
1 year ago
Tsu-ba-me
cb395fe1ac
fix(striker-ui): disable network mapping on successful submission
1 year ago
Tsu-ba-me
cf1a64a1f3
fix(striker-ui): add success, error callbacks on submission in form utils
1 year ago
Tsu-ba-me
35469d2895
fix(striker-ui-api): disable caching /init; not including reinit
1 year ago
Tsu-ba-me
5550d6131c
fix(striker-ui-api): redirect /login, /init requests for authenticated user
1 year ago
Tsu-ba-me
5ae128bcf4
fix(striker-ui-api): use ctor to handle number configs
1 year ago
Tsu-ba-me
44e8f626ea
docs(striker-ui-api): run linter for README
1 year ago
Tsu-ba-me
6d878e8eb0
fix(striker-ui-api): disable toush session
1 year ago
Tsu-ba-me
a7709df2a6
fix(striker-ui-api): make cookie original max age configable
1 year ago
digimer-bot
5a1ad20d7f
Merge pull request #536 from ClusterLabs/anvil-tools-dev
...
Anvil tools dev
1 year ago
digimer
8ce1f04335
Finished CPU support in anvil-manage-server-system!
...
* Updated Get->available_resources() to record the maximum cores that
can be allocated to a server. This is N-1 for hosts with 4 or less
cores, or N-2 cores otherwise.
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago