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 9f888fbe27 fix(striker-ui): remove MTU from manifest forms 6 months ago
..
APIAlertOverride.d.ts feat(striker-ui): add mail recipient management 11 months ago
APIAnvil.d.ts feat(striker-ui): add host list item in host management 9 months ago
APICommand.d.ts fix(striker-ui): allow delete key conflicts in test access form 6 months ago
APIError.d.ts fix(striker-ui): display error specifics in VNC connection 6 months ago
APIFence.d.ts fix(striker-ui): enable pass previous values to CommonFenceInputGroup 2 years ago
APIFile.d.ts fix(striker-ui): add new file management components 1 year ago
APIHost.d.ts fix(striker-ui): fallback to ifaceId in striker conn config 6 months ago
APIMailRecipient.d.ts feat(striker-ui): add mail recipient management 11 months ago
APIMailServer.d.ts feat(striker-ui): add manager mail server components 11 months 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 fix(striker-ui): complete user management in striker config 1 year ago
ActionGroup.d.ts fix(striker-ui): move loading spinner from Dialog actions to ActionGroup 1 year ago
AddFenceInputGroup.d.ts fix(striker-ui): correct fence management; see details 1 year 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
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
AnvilSet.d.ts refactor: use node status to determine Anvil status, and add set_power for an anvil 4 years ago
AnvilSummary.d.ts fix(striker-ui): make node summary update periodically 9 months ago
AnvilSummaryList.d.ts fix(striker-ui): make node summary update periodically 9 months 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
ButtonWithMenu.d.ts fix(striker-ui): pass button props in button with menu 1 year ago
Checkbox.d.ts fix(striker-ui): add CheckboxWithLabel 2 years ago
CheckboxWithLabel.d.ts fix(striker-ui): add CheckboxWithLabel 2 years ago
Checklist.d.ts fix(striker-ui): isolate build delete dialog props args 11 months ago
CommonFenceInputGroup.d.ts fix(striker-ui): correct fence management; see details 1 year ago
CommonUpsInputGroup.d.ts fix(striker-ui): add input tests to CommonUpsInputGroup 2 years ago
CommonUserInputGroup.d.ts fix(striker-ui): complete user management in striker config 1 year ago
ConfigPeerForm.d.ts fix(striker-ui): fallback to ifaceId in striker conn config 6 months ago
ConfirmDialog.d.ts fix(striker-ui): add props to control action area visibility in confirm dialog 1 year ago
ContainedButton.d.ts fix(striker-ui): add colour presets in ContainedButton 1 year ago
CookieJar.d.ts fix(striker-ui): align cookie jar with API 1 year ago
CreateInputOnChangeHandlerFunction.d.ts fix(striker-ui): make InputWithRef compatible with Switch 2 years ago
CrudList.d.ts fix(striker-ui): expose form dialog props in crud list 6 months ago
Dialog.d.ts fix(striker-ui): expose close handler in dialog header 6 months ago
EditFenceInputGroup.d.ts fix(striker-ui): correct fence management; see details 1 year 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
ExtendableEventHandler.d.ts fix(striker-ui): move type to extendable event handler 1 year ago
FetchResponse.d.ts fix(striker-ui): fetch Anvil status with interval 4 years ago
FileType.d.ts fix(striker-ui): complete file edit components function-wise 3 years ago
FormSummary.d.ts fix(striker-ui): allow override render entry value, skip uuid entries in form summary 9 months ago
FormUtils.d.ts fix(striker-ui): migrate setApiMessage from manifest manager 1 year ago
FormikUtils.d.ts fix(striker-ui): remove disableAutocomplete from formik utils 10 months ago
FullSize.d.ts fix(striker-ui): correct types on FullSize 1 year 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 copy icon button 9 months 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): remove redundant "extends unknown" in list 11 months ago
ManageChangedSSHKeysForm.d.ts fix(striker-ui): add (un)check all to checklist hook, apply to manage SSH key conflicts 1 year ago
ManageFile.d.ts fix(striker-ui): reload file list after delete, edit 1 year ago
ManageHost.d.ts fix(striker-ui): allow delete key conflicts in test access form 6 months ago
ManageMailRecipient.d.ts fix(striker-ui): duck-tape alert override update by wipe-n-create 11 months ago
ManageMailServer.d.ts fix(striker-ui): apply CRUD list to manage mail servers 11 months ago
ManageManifest.d.ts fix(striker-ui): remove MTU from manifest forms 6 months 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
Menu.d.ts fix(striker-ui): expose callback to control whether to disable menu item 1 year ago
MenuItem.d.ts fix(striker-ui): add generic menu 1 year ago
Message.d.ts fix(striker-ui): relocate Message(s) types 1 year ago
MessageSetterFunction.d.ts refactor(striker-ui): rename MessageSetterFunction->MessageSetter 2 years ago
NetworkType.d.ts fix(striker-ui): repopulate network configs in network form 1 year ago
NodeSet.d.ts refactor: adopt back-end naming in all the components 4 years ago
NumberBoolean.d.ts fix(striker-ui): repopulate network configs in network form 1 year ago
PrepareNetworkForm.d.ts fix(striker-ui): allow set host externally in PrepareNetworkForm 2 years ago
ProcessNetworkFunction.d.ts fix(striker-ui): replace all /cgi-bin urls 1 year ago
RadioGroupWithLabel.d.ts fix(striker-ui): expose id, name in radio group 10 months ago
Select.d.ts fix(striker-ui): correct generic types in select inputs 11 months ago
SelectWithLabel.d.ts fix(striker-ui): correct generic types in select inputs 11 months ago
SensitiveText.d.ts fix(striker-ui): simplify sensitive text 9 months ago
ServerMenu.d.ts feat(striker-ui): add server menu 1 year ago
SimpleOperationsPanel.d.ts fix(striker-ui): repair SimpleOperationPanel and /config 2 years ago
StackBar.d.ts fix(striker-ui): add thin option to stack bar 1 year 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
Tree.d.ts fix(striker-ui): add tree type 1 year ago
TypedEventEmitter.d.ts fix(striker-ui): add interface for typed EventEmitter 2 years ago
UncontrolledInput.d.ts fix(striker-ui): remove type ReactChangeEventHandler 1 year ago
VncDisplay.d.ts fix(striker-ui): expose novnc internal websock error, close events 6 months ago
novnc__novnc.d.ts fix(striker-ui): expose novnc internal websock error, close events 6 months ago