Commit Graph

2012 Commits

Author SHA1 Message Date
Tsu-ba-me
653f7e6609 fix(striker-ui): make filter logic work with multiple VDs 2022-11-28 14:37:17 -05:00
Tsu-ba-me
1094ad7d20 fix(striker-ui): add button to clear Select 2022-11-28 14:37:17 -05:00
Tsu-ba-me
dd9ea87f84 fix(striker-ui): correct filter logic for virtual disks WIP 2022-11-28 14:37:17 -05:00
Tsu-ba-me
35dadf3a1e fix(striker-ui): filter Anvils without storage groups 2022-11-28 14:37:17 -05:00
Tsu-ba-me
7f81c92e3b fix(striker-ui): add max memory button 2022-11-28 14:37:17 -05:00
Tsu-ba-me
1d313863fb fix(striker-ui): export type ContainedButtonProps 2022-11-28 14:37:17 -05:00
Tsu-ba-me
c8bd3ca944 fix(striker-ui): simplify repeated filter logic into updateLimits() 2022-11-28 14:37:17 -05:00
Tsu-ba-me
54a8a9f54b fix(striker-ui): consolidate organize and filter logic in Provision Server form 2022-11-28 14:37:17 -05:00
Tsu-ba-me
740f6c27b8 fix(striker-ui): combine functions for filter anvils and get max values 2022-11-28 14:37:17 -05:00
Tsu-ba-me
3489e97d6d fix(striker-ui): style provision server form inputs 2022-11-28 14:37:17 -05:00
Tsu-ba-me
b24f58c47d fix(striker-ui): correct outline in Slider 2022-11-28 14:37:17 -05:00
Tsu-ba-me
92ddab3344 fix(striker-ui): autocomplete OS and simplify dSize 2022-11-28 14:37:17 -05:00
Tsu-ba-me
99b56515e3 fix(striker-ui): customize MUI Autocomplete 2022-11-28 14:37:17 -05:00
Tsu-ba-me
be89fe5fb9 fix(striker-ui): hoist OutlinedInputWithLabel 2022-11-28 14:37:17 -05:00
Tsu-ba-me
2f4f9da03a fix(striker-ui): export type OutlinedInputLabelProps 2022-11-28 14:37:17 -05:00
Tsu-ba-me
522b1e5079 fix(striker-ui): override background-color in MenuItem 2022-11-28 14:37:17 -05:00
Tsu-ba-me
459742093e fix(striker-ui): add ISO fields to Provision Server form 2022-11-28 14:37:17 -05:00
Tsu-ba-me
860bdc9b74 fix(striker-ui): remove value state in Slider 2022-11-28 14:37:17 -05:00
Tsu-ba-me
9929534f18 fix(striker-ui): hide storage options that are not relevant to the Anvils field 2022-11-28 14:37:17 -05:00
Tsu-ba-me
2997525ba6 fix(striker-ui): allow restrict storage groups and anvils 2022-11-28 14:37:17 -05:00
Tsu-ba-me
393afaee41 fix(striker-ui): correct filter logic based on 3 max values 2022-11-28 14:37:17 -05:00
Tsu-ba-me
19a6777512 fix(striker-ui): correct colours in MenuItem when focused 2022-11-28 14:37:17 -05:00
Tsu-ba-me
03ef7154cf fix: export SelectProps type 2022-11-28 14:37:17 -05:00
Tsu-ba-me
e1075c131f fix: export OutlinedInputProps type in barrel 2022-11-28 14:37:17 -05:00
Tsu-ba-me
ef562b8082 fix: style difference between w/ and w/o text input in Slider 2022-11-28 14:37:17 -05:00
Tsu-ba-me
131b601e55 fix: correct memory slider WIP 2022-11-28 14:37:17 -05:00
Tsu-ba-me
746747d075 fix(striker-ui): enable text input for Slider and add max/min 2022-11-28 14:37:17 -05:00
Tsu-ba-me
d867cd30f3 fix(striker-ui): export props type in OutlinedInput 2022-11-28 14:37:17 -05:00
Tsu-ba-me
85314c9367 fix(striker-ui): hoist Select and MenuItem 2022-11-28 14:37:17 -05:00
Tsu-ba-me
910fc4a881 chore(striker-ui): allow param-reassign on object props 2022-11-28 14:37:17 -05:00
Tsu-ba-me
70aa5bcdfb feat(striker-ui): add ProvisionServerDialog WIP 2022-11-28 14:37:17 -05:00
Tsu-ba-me
b66666a087 feat(striker-ui): add Slider 2022-11-28 14:37:17 -05:00
Tsu-ba-me
88770462ab fix(striker-ui): allow OutlinedInputLabel style override 2022-11-28 14:37:17 -05:00
Tsu-ba-me
3967fc70d0 fix(striker-ui): pass CSS styles from Dialog down to Panel 2022-11-28 14:37:17 -05:00
Tsu-ba-me
c1f783286e fix(striker-ui): allow OutlinedInput style override 2022-11-28 14:37:17 -05:00
Tsu-ba-me
0c41c45903 fix(striker-ui): upgrade swr from 0.5.7->1.2.2
There's a bug where the onSuccess property of SWRConfiguration
causes a crashed when it is undefined. Seems to be fixed in later
versions, so doing a simple upgrade patches the problem.

This issue caused the Dashboard to show nothing.
2022-11-28 14:37:17 -05:00
Tsu-ba-me
012a1828f8 fix(striker-ui): rename endpoint /files->/file to match back-end 2022-11-28 14:37:17 -05:00
Tsu-ba-me
b0b9314a08 feat(striker-ui-api): handle fetch Anvil details for provision server 2022-11-28 14:37:17 -05:00
Tsu-ba-me
cf5cba3950 fix(striker-ui-api): include missed hosts in /anvil GET 2022-11-28 14:37:17 -05:00
Tsu-ba-me
de8d2ddd50 feat(striker-ui-api): add /anvil route and migrate to singular routes 2022-11-28 14:37:17 -05:00
Tsu-ba-me
c352fc5f0e feat(striker-ui-api): add /servers route 2022-11-28 14:37:17 -05:00
Tsu-ba-me
49fdc9cad4 fix(striker-ui-api): hoist and enhance join logic 2022-11-28 14:37:17 -05:00
Tsu-ba-me
035727b2e0 refactor(striker-ui-api): relocate buildGetRequestHandler 2022-11-28 14:37:17 -05:00
Tsu-ba-me
b583035630 fix(striker-ui-api): allow GET multiple files' detail 2022-11-28 14:37:17 -05:00
Tsu-ba-me
411fd01a20 chore(striker-ui-api): enable clean on rebuild in webpack 2022-11-28 14:37:17 -05:00
Tsu-ba-me
94dee357d8 chore(striker-ui-api): switch to TypeScript 2022-11-28 14:37:09 -05:00
Tsu-ba-me
4af65abe8e build(striker-ui-api): move all source to src folder 2022-11-28 14:29:14 -05:00
Digimer
5d323c3ddf
Merge pull request #257 from ClusterLabs/anvil-tools-dev
Formatted the output of anvil-manage-alerts data (not yet machines) t…
2022-11-22 11:15:36 -05:00
Digimer
ee3bc3eb10 Updated the man page for anvil-manage-alerts.
Signed-off-by: Digimer <digimer@alteeve.ca>
2022-11-22 01:15:27 -05:00
Digimer
6eb99a2168 * FInished the anvil-manage-alerts tool. It can now send test alerts at a user-requested alert level.
Signed-off-by: Digimer <digimer@alteeve.ca>
2022-11-22 01:10:53 -05:00