3698 Commits (f8f4f8cd80bbb2cdd63e9507a3983804644d0b78)
 

Author SHA1 Message Date
digimer b144976853 This resolves Issue #310. 2 years ago
dependabot[bot] b0ada6fba5
build(deps-dev): bump webpack from 5.70.0 to 5.76.0 in /striker-ui-api 2 years ago
digimer fea10e5bb1 * Prefixed all 'virsh' calls with 'setsid --wait' to help prevent future hangs if the call happens without a shell. 2 years ago
digimer 7891c9b2b1 * Fixed a bug in Network->load_ips() where interfaces were being marked as type 'bridge' or 'bond'. 2 years ago
Yanhao Lei 61694a9c04
Merge pull request #307 from ylei-tsubame/host-network-config 2 years ago
Digimer e7b82270b2
Merge branch 'main' into host-network-config 2 years ago
Digimer 656c4daafe
Merge pull request #308 from ClusterLabs/anvil-tools-dev 2 years ago
digimer 5dbdd20d7e * Fixed a bug in Network->load_ips() where the IP address on a bridge or bond was having the device name recorded incorrectly. 2 years ago
digimer 147f31aeeb * Added a loop when calling 'anvil-change-password' in a loop as there appears to be an unknown condition where during setup, this is called but never actually runs. 2 years ago
digimer ab3e8afe6e Fixed a bug in Storage->push_file() where file path wasn't updated from incoming to files, preventing the push to other hosts from working. Also fixed a minor issue where the file size was sometimes 0, making transfer calculations useless. 2 years ago
Digimer d59034a488
Merge branch 'main' into anvil-tools-dev 2 years ago
digimer 254f7ef4e2 This should fix the tracking of what files belong where, using the new DR links system. It also should finish (though testing is still needed) the serial rsync issue. 2 years ago
Tsu-ba-me 3622f4556f fix(striker-ui): relocate type SelectItem 2 years ago
Tsu-ba-me e56fcfd880 fix(striker-ui): add default protect() to useProtectedState 2 years ago
Tsu-ba-me d45c0374fc fix(striker-ui): populate gateway and DNS in NetworkInitForm 2 years ago
Tsu-ba-me 126b9b33e3 chore(striker-ui): identify missing handler for netmask error 2 years ago
Tsu-ba-me 9ba920867c fix(striker-ui): make migration network appear 2 years ago
Tsu-ba-me fbd3ca1cf1 fix(striker-ui): relocate add button in NetworkInitForm 2 years ago
Tsu-ba-me a53056ff12 fix(striker-ui): add /manage-element page 2 years ago
Tsu-ba-me 67a14b20f8 fix(striker-ui): allow set host externally in PrepareNetworkForm 2 years ago
Tsu-ba-me 1248a5e14e fix(striker-ui): add getQueryParam() 2 years ago
Tsu-ba-me 271b33eaf7 fix(striker-ui-api): filter /host with host type(s) 2 years ago
Tsu-ba-me 11aa7f548f fix(striker-ui): adjust Tab* style 2 years ago
Tsu-ba-me 1432e4969e fix(striker-ui): add custom tab-related components 2 years ago
Tsu-ba-me 823bb7110f fix(striker-ui): allow BodyText to inherit colour 2 years ago
Tsu-ba-me 4c057a30f7 fix(striker-ui): distinct server preview loading and power off 2 years ago
Tsu-ba-me 188b08f87b fix(striker-ui): align poweroff icon in server preview 2 years ago
Tsu-ba-me fae3bbf236 fix(striker-ui): don't fetch if fatal error in PrepareNetworkForm 2 years ago
Tsu-ba-me 9067dc87d4 fix(striker-ui): pass hostDetail to NetworkForm 2 years ago
Tsu-ba-me b756b2ac74 fix(striker-ui): don't show network link 2 when not enough NICs 2 years ago
Tsu-ba-me 73d04b7078 fix(striker-ui): add storage network for nodes in NetworkInitForm 2 years ago
Tsu-ba-me 03a251f44d fix(striker-ui): add buildObjectStateSetterCallback 2 years ago
Tsu-ba-me 43f4d89271 fix(striker-ui): revise data passing to NetworkInitForm 2 years ago
Tsu-ba-me 58c9e05a9b fix(striker-ui-api): add hostType to /host/:hostUUID 2 years ago
Tsu-ba-me 6f8a3f93c7 fix(striker-ui): populate partial fields in PrepareNetworkForm 2 years ago
Tsu-ba-me e02ffcd95a fix(striker-ui): get host-specific NICs in NetworkInitForm 2 years ago
Tsu-ba-me 32c32350bd fix(striker-ui-api): get NICs on specified host 2 years ago
Tsu-ba-me f4c171b44f fix(striker-ui): record 'using NextRouter query params in API request' 2 years ago
digimer 645f54ab89 This commit has more changes than I would normally like, but it's all linked to changing file uploads to rsync serially. 2 years ago
digimer 7710d9d109 * Created the new anvil-manage-server-storage tool which will specifically handle managing a server's disks. 2 years ago
Fabio M. Di Nitto adff98104c
Merge pull request #304 from ylei-tsubame/fix-get-server-ss 2 years ago
Tsu-ba-me 18ad881ff8 build(striker-ui-api): rebuild UI API 2 years ago
Tsu-ba-me 58d09cb08c fix(tools): make server screenshot write to named pipe non-blocking 2 years ago
Tsu-ba-me 950a98558f fix(striker-ui-api): improve receive server screenshot from named pipe 2 years ago
Tsu-ba-me eb561d6d39 fix(tools): always send to pipe when given request host 2 years ago
Tsu-ba-me 3802c72912 fix(tools): check server state before getting screenshot 2 years ago
Tsu-ba-me a9cc123300 fix(tools): exit at end of anvil-get-server-screenshot 2 years ago
digimer 9751c883cb * Updated Cluster->assemble_storage_groups() to remove refrences to anvil_dr1_host_uuid. Also added the logic for auto-adding DR host's VGs to a storage group. Commented it out though as, for now, this might be a bad idea. Needs more thought. 2 years ago
digimer 7773e5f9b8 * Updated logging in DRBD->get_devices(). 2 years ago
Fabio M. Di Nitto dce4aa58c1
Merge pull request #301 from ClusterLabs/fix-rpm 2 years ago