Commit Graph

2812 Commits

Author SHA1 Message Date
Tsu-ba-me
476352ba0e fix(striker-ui): add inline type SensitiveText and BodyText 2023-04-03 13:14:00 -04:00
Tsu-ba-me
06425958a6 fix(striker-ui): align colouring in buttons 2023-04-03 13:14:00 -04:00
Tsu-ba-me
d7b00eebc0 refactor(striker-ui): group manage fence related components 2023-04-03 13:14:00 -04:00
Tsu-ba-me
24aef66c31 fix(striker-ui): add confirm dialog to ManageFencesPanel 2023-04-03 13:14:00 -04:00
Tsu-ba-me
92b722c118 feat(striker-ui): add SensitiveText 2023-04-03 13:14:00 -04:00
Tsu-ba-me
53ae8ecdbd fix(striker-ui): make IconButton change based on state 2023-04-03 13:14:00 -04:00
Tsu-ba-me
f62342317d fix(striker-ui): add input sensitivity and expose tooltip props in CommonFenceInputGroup 2023-04-03 13:14:00 -04:00
Tsu-ba-me
f928da854e fix(striker-ui): add growFirst and fullWidth switches to FlexBox 2023-04-03 13:14:00 -04:00
Tsu-ba-me
5b03bcca5c fix(striker-ui): expand OutlinedInputWithLabel to full width 2023-04-03 13:14:00 -04:00
Tsu-ba-me
e40fe93681 fix(striker-ui): expose form control props in SelectWithLabel 2023-04-03 13:14:00 -04:00
Tsu-ba-me
04ee5288bb fix(striker-ui): relocate scoll box padding in ConfirmDialog 2023-04-03 13:14:00 -04:00
Tsu-ba-me
3df9e2284b fix(striker-ui): collect data from fence forms 2023-04-03 13:14:00 -04:00
Tsu-ba-me
decdc21c96 fix(striker-ui): add name to fence parameter fields 2023-04-03 13:14:00 -04:00
Tsu-ba-me
99d1e8cad0 fix(striker-ui): expose name prop in OutlinedInputWithLabel and SelectWithLabel 2023-04-03 13:14:00 -04:00
Tsu-ba-me
61bc4c9c34 fix(striker-ui): adjust padding to avoid clipping in ConfirmDialog 2023-04-03 13:14:00 -04:00
Tsu-ba-me
0af79b391b fix(striker-ui): emphasis fence name and enable scroll in ManageFencesPanel add/edit dialog 2023-04-03 13:14:00 -04:00
Tsu-ba-me
efd70bd1d4 fix(striker-ui): allow react elements in ConfirmDialog titleText 2023-04-03 13:14:00 -04:00
Tsu-ba-me
e755ae4fe8 fix(striker-ui): ignore deprecated fields in CommonFenceInputGroup 2023-04-03 13:14:00 -04:00
Tsu-ba-me
2aedc2e74a fix(striker-ui): add scroll box in ConfirmDialog 2023-04-03 13:14:00 -04:00
Tsu-ba-me
2a7166310d fix(striker-ui): add ManageFencesPanel 2023-04-03 13:14:00 -04:00
Tsu-ba-me
b2cb0a0a99 fix(striker-ui): add EditFenceInputGroup 2023-04-03 13:14:00 -04:00
Tsu-ba-me
ec0078d37a fix(striker-ui): hoist fence template loading and sort fence agents (ids) 2023-04-03 13:14:00 -04:00
Tsu-ba-me
dfecf7ba08 fix(striker-ui): sort fence parameters before display 2023-04-03 13:14:00 -04:00
Tsu-ba-me
645fd3f0d6 fix(striker-ui): enable pass previous values to CommonFenceInputGroup 2023-04-03 13:14:00 -04:00
Tsu-ba-me
4006bd04b0 fix(striker-ui): allow ConfirmDialog to be a form 2023-04-03 13:13:59 -04:00
Tsu-ba-me
1c28f4028c fix(striker-ui): allow optional item button in List 2023-04-03 13:13:59 -04:00
Tsu-ba-me
604b95ffa9 fix(striker-ui): simplify 'fence device' to 'fence' 2023-04-03 13:13:59 -04:00
Tsu-ba-me
a7ea47de30 fix(striker-ui): allow boolean header in List 2023-04-03 13:13:59 -04:00
Tsu-ba-me
92a38374cb fix(striker-ui-api): add /fence 2023-04-03 13:13:59 -04:00
Tsu-ba-me
f33d101ca1 fix(striker-ui): isolate EditFenceDeviceInputGroup 2023-04-03 13:13:59 -04:00
Tsu-ba-me
3ed1dcaef5 feat(striker-ui): add SwitchWithLabel 2023-04-03 13:13:59 -04:00
Tsu-ba-me
cf502ba213 fix(striker-ui): make InputWithRef compatible with Switch 2023-04-03 13:13:59 -04:00
Tsu-ba-me
a1ba570eee fix(striker-ui): allow retain/discard tab content 2023-04-03 13:13:59 -04:00
Tsu-ba-me
5e5c767670 fix(striker-ui): separate types from SelectWithLabel component 2023-04-03 13:13:59 -04:00
Tsu-ba-me
4b52de463e fix(striker-ui): separate types from Select component 2023-04-03 13:13:59 -04:00
Tsu-ba-me
4a0d4b5cb3 fix(striker-ui): generate fence parameter inputs 2023-04-03 13:13:59 -04:00
Tsu-ba-me
d9685250b6 fix(striker-ui): revise inner and expandable panel types 2023-04-03 13:13:59 -04:00
Tsu-ba-me
0f40ffe604 fix(striker-ui): allow specify valueKey in InputWithRef 2023-04-03 13:13:59 -04:00
Tsu-ba-me
40febdae87 fix(striker-ui): allow string header in ExpandablePanel 2023-04-03 13:13:59 -04:00
Tsu-ba-me
182837c93b fix(striker-ui): allow array options in SelectWithLabel 2023-04-03 13:13:59 -04:00
Tsu-ba-me
916ec54dd0 feat(striker-ui): add AddFenceDeviceForm 2023-04-03 13:13:59 -04:00
digimer
1c274ba58d * Fixed a bug in anvil-delete-server that was preventing the complete deletion of a server if the DRBD resource had already been removed.
Signed-off-by: digimer <mkelly@alteeve.ca>
2023-04-03 12:40:58 -04:00
Deezzir
109aa1ba3d docs: added annotation for the new arg 2023-04-03 12:40:58 -04:00
Deezzir
7d5f18b20d fix: introduced optional arg for clean_spaces 2023-04-03 12:40:58 -04:00
Digimer
af51edb97f
Merge pull request #316 from Seneca-CDOT/issues/315-cachevaults-parsed-incorrectly
Fixed cachevaults and bbu parsing bug
2023-03-31 11:28:38 -04:00
Deezzir
9241b5ef6a docs: added annotation for the new arg 2023-03-30 21:03:05 -04:00
Deezzir
deac1fc6a8 fix: introduced optional arg for clean_spaces 2023-03-30 20:57:17 -04:00
digimer
ddc6965b60 * Fixed a bug where references to files on Anvil! nodes was broken in anvil-provision-server and anvil-manage-files.
Signed-off-by: digimer <mkelly@alteeve.ca>
2023-03-30 17:33:49 -04:00
digimer
efebd135eb * Removed more references to 'dr1_host_uuid' from the old way of linking DR hosts to Anvil! nodes.
* Fixed a bug where servers protected by DR hosts aren't deleted when the server itself is deleted.
* Updated DRBD->delete_resource() to remove the server's XML file if the host is a DR host.
* Updated anvil-version-change and anvil.sql to enable update_audits and the audits table.

Signed-off-by: digimer <mkelly@alteeve.ca>
2023-03-30 12:50:44 -04:00
Digimer
e49145efe1
Merge pull request #314 from ClusterLabs/anvil-tools-dev
Anvil tools dev
2023-03-27 20:09:46 -04:00