Local modifications to ClusterLabs/Anvil by Alteeve
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Tsu-ba-me 4fc2655a44 fix(striker-ui): reflect GateForm changes in PrepareHostForm 2 years ago
..
APICommand.d.ts fix(striker-ui): reflect GateForm changes in PrepareHostForm 2 years ago
APIFence.d.ts fix(striker-ui): enable pass previous values to CommonFenceInputGroup 2 years ago
APIHost.d.ts fix(striker-ui): populate gateway and DNS in NetworkInitForm 2 years ago
APIManifest.d.ts fix(striker-ui): get data from inputs in manage manifest forms 2 years ago
APINetworkInterface.d.ts feat(striker-ui): add /init page 2 years ago
APISSHKey.d.ts fix(striker-ui): load SSH key conflicts 2 years ago
APIServer.d.ts fix(striker-ui): add link to Anvil on each server list item 2 years ago
APIUps.d.ts fix(striker-ui): add Link to UPS type options 2 years ago
APIUser.d.ts feat(striker-ui): add ManageUsersForm 2 years ago
AddFenceInputGroup.d.ts fix(striker-ui): hoist fence template loading and sort fence agents (ids) 2 years ago
AddPeerDialog.d.ts fix(striker-ui): add inital AddPeerDialog 2 years ago
AddUpsInputGroup.d.ts fix(striker-ui): add input validation to AddUpsInputGroup 2 years ago
AnvilCPU.d.ts feat: add types and return types for Anvils and CPU 4 years ago
AnvilFileSystems.d.ts refactor: rename filesystems datatype 4 years ago
AnvilList.d.ts fix: use AnvilStatus type for hosts info instead of Anvil type 4 years ago
AnvilMemory.d.ts refactor(striker-ui): repair types in Memory, Storage 2 years ago
AnvilNetwork.d.ts refactor: update valid values for link_state 4 years ago
AnvilNodeStatus.d.ts feat(striker-ui): add minimal demo 4 years ago
AnvilReplicatedStorage.d.ts refactor: fix ReplicatedStorage type to handle one resource instead of a list 3 years ago
AnvilServers.d.ts fix: change server status value to match what's in the specs 4 years ago
AnvilSet.d.ts refactor: use node status to determine Anvil status, and add set_power for an anvil 4 years ago
AnvilSharedStorage.d.ts refactor: modify SharedStorage to match latest chagnes in specs 4 years ago
AnvilStatus.d.ts refactor: update host state following specs 4 years ago
AnvilTypes.d.ts feat: include AnvilStatus in allowed data types when fetching 4 years ago
BuildObjectStateSetterCallback.d.ts fix(striker-ui): add regexp object state setter callback 2 years ago
Checkbox.d.ts fix(striker-ui): add CheckboxWithLabel 2 years ago
CheckboxWithLabel.d.ts fix(striker-ui): add CheckboxWithLabel 2 years ago
CommonFenceInputGroup.d.ts fix(striker-ui): add input sensitivity and expose tooltip props in CommonFenceInputGroup 2 years ago
CommonUpsInputGroup.d.ts fix(striker-ui): add input tests to CommonUpsInputGroup 2 years ago
ConfigPeerForm.d.ts fix(striker-ui): add delete to ConfigPeersForm 2 years ago
ConfirmDialog.d.ts fix(striker-ui): get data from inputs in manage manifest forms 2 years ago
ContainedButton.d.ts fix(striker-ui): separate type and render() in ContainedButton 2 years ago
CreateInputOnChangeHandlerFunction.d.ts fix(striker-ui): make InputWithRef compatible with Switch 2 years ago
EditFenceInputGroup.d.ts fix(striker-ui): add EditFenceInputGroup 2 years ago
EditUpsInputGroup.d.ts fix(striker-ui): passthrough input validation in EditUpsInputGroup 2 years ago
ExpandablePanel.d.ts fix(striker-ui): revise inner and expandable panel types 2 years ago
FetchResponse.d.ts fix(striker-ui): fetch Anvil status with interval 4 years ago
FileDetailMetadata.d.ts fix(striker-ui): complete file edit components function-wise 3 years ago
FileInfoChangeHandler.d.ts fix(striker-ui): complete file edit components function-wise 3 years ago
FileLocation.d.ts fix(striker-ui): complete file edit components function-wise 3 years ago
FileOverviewMetadata.d.ts fix(striker-ui): complete file edit components function-wise 3 years ago
FileType.d.ts fix(striker-ui): complete file edit components function-wise 3 years ago
FormUtils.d.ts fix(striker-ui): resolve Message in FormUtils 2 years ago
GateForm.d.ts fix(striker-ui): pass input values to submit append in GateForm 2 years ago
GetAllAnvilResponse.d.ts feat(striker-ui): add minimal demo 4 years ago
GetOneAnvilResponse.d.ts feat(striker-ui): add minimal demo 4 years ago
GetResponse.d.ts fix(striker-ui): upgrade swr from 0.5.7->1.2.2 2 years ago
Grid.d.ts fix(striker-ui): skip empty keys when building Grid items 2 years ago
IconButton.d.ts fix(striker-ui): add play preset to IconButton 2 years ago
InnerPanel.d.ts fix(striker-ui): adjust inner panel margin 2 years ago
Link.d.ts fix(striker-ui): simplify children in Link 2 years ago
List.d.ts fix(striker-ui): allow optional item button in List 2 years ago
ManageChangedSSHKeysForm.d.ts fix(striker-ui): load SSH key conflicts 2 years ago
ManageManifest.d.ts fix(striker-ui): add IPMI IP to host inputs in manage manifest 2 years ago
MapToInputTestID.d.ts feat(striker-ui): add buildMapToMessageSetter() 2 years ago
MapToMessageSetter.d.ts refactor(striker-ui): rename MessageSetterFunction->MessageSetter 2 years ago
MapToType.d.ts refactor(striker-ui): repairs types in map to value converter 2 years ago
MessageSetterFunction.d.ts refactor(striker-ui): rename MessageSetterFunction->MessageSetter 2 years ago
NodeSet.d.ts refactor: adopt back-end naming in all the components 4 years ago
PrepareNetworkForm.d.ts fix(striker-ui): allow set host externally in PrepareNetworkForm 2 years ago
RadioGroupWithLabel.d.ts fix(striker-ui): add RadioGroupWithLabel 2 years ago
Select.d.ts fix(striker-ui): complete edit/remove network(s) in manifest network config 2 years ago
SelectWithLabel.d.ts fix(striker-ui): expose blur and focus event handler slots in SelectWithLabel 2 years ago
SensitiveText.d.ts fix(striker-ui): add inline type SensitiveText and BodyText 2 years ago
SimpleOperationsPanel.d.ts fix(striker-ui): repair SimpleOperationPanel and /config 2 years ago
SwitchWithLabel.d.ts fix(striker-ui): enable dataset in SwitchWithLabel 2 years ago
TabContent.d.ts fix(striker-ui): allow retain/discard tab content 2 years ago
Tabs.d.ts fix(striker-ui): adjust Tab* style 2 years ago
TestInputFunction.d.ts fix(striker-ui): expose isRequired in build test batch functions 2 years ago
ToggleSubmitDisabledFunction.d.ts fix(striker-ui): allow NetworkInitForm to toggle submit disabled prop 2 years ago
TypedEventEmitter.d.ts fix(striker-ui): add interface for typed EventEmitter 2 years ago
novnc__novnc.d.ts refactor(front-end): use appropriate types for the novnc npm package 3 years ago