Tsu-ba-me
2e26e3ed40
fix(striker-ui): change fence port valid type
2 years ago
Tsu-ba-me
c0189cba8d
fix(striker-ui): add run manifest form
2 years ago
Tsu-ba-me
2ca1277b3f
fix(striker-ui-api): only include node(s) in manifest detail
2 years ago
Tsu-ba-me
f7dea00ae6
fix(striker-ui-api): include host name in manifest detail
2 years ago
Tsu-ba-me
f72a348fb5
fix(striker-ui): add play preset to IconButton
2 years ago
Tsu-ba-me
6aaa4f6237
fix(striker-ui): add edit manifest form
2 years ago
Tsu-ba-me
18533ba0c8
fix(striker-ui): move scroll style offsets to ConfirmDialog
2 years ago
Tsu-ba-me
fc016ea719
fix(striker-ui): expose disableProceed in ConfirmDialog
2 years ago
Tsu-ba-me
952d95feac
fix(striker-ui): add general loading prop to ConfirmDialog
2 years ago
Tsu-ba-me
85dde72db7
fix(striker-ui): add default DNS CSV
2 years ago
Tsu-ba-me
89c7f6b980
fix(striker-ui): build fence and ups list from manifest template
2 years ago
Tsu-ba-me
c35b2d7969
fix(striker-ui): rearrange fence and ups inputs for host in manage manifest
2 years ago
Tsu-ba-me
17a011e768
fix(striker-ui): correct types for manifest management
2 years ago
Tsu-ba-me
a50321eb9f
fix(striker-ui-api): add command to run manifest
2 years ago
Tsu-ba-me
b7b4e13028
fix(striker-ui-api): add POST (create) and PUT (update) for /manifest
2 years ago
Tsu-ba-me
5de6046715
fix(striker-ui-api): add install manifest builder
2 years ago
Tsu-ba-me
226c423af0
fix: allow param override in generate_manifest in Striker.pm
2 years ago
Tsu-ba-me
2e599971cc
fix(striker-ui-api): add DELETE one or more manifest
2 years ago
Tsu-ba-me
d368f8dd7b
fix(striker-ui-api): ignore deleted manifest(s) when listing
2 years ago
Tsu-ba-me
a4359b1fa4
docs(striker-ui-api): explain sorting networks in GET manifest detail
2 years ago
Tsu-ba-me
340a04de47
fix(striker-ui-api): change sequence number type in manifest detail
2 years ago
Tsu-ba-me
4104b87b2d
fix(striker-ui-api): add next sequence number to manifest template
2 years ago
Tsu-ba-me
a066fb7ede
fix(striker-ui-api): allow get manifest detail
2 years ago
Tsu-ba-me
7575bf8aed
fix(striker-ui-api): add function to disassemble entity id
2 years ago
Tsu-ba-me
9e9b84604f
fix(striker-ui-api): add /manifest/template
2 years ago
Tsu-ba-me
db248efd96
fix(striker-ui-api): consolidate disassemble host name functions
2 years ago
Tsu-ba-me
7b0a7e711d
fix(striker-ui-api): add get host name to access module
2 years ago
Tsu-ba-me
b58a1cb63a
fix(striker-ui): add initial host config to add manifest form
2 years ago
Tsu-ba-me
172674db9a
refactor(striker-ui): rename manifest network object and network event handlers
2 years ago
Tsu-ba-me
20aba7c559
fix(striker-ui): hoist network list in manifest network config
2 years ago
Tsu-ba-me
adf01f9bdd
fix(striker-ui): complete edit/remove network(s) in manifest network config
2 years ago
Tsu-ba-me
81139bb1ad
fix(striker-ui): center add network button
2 years ago
Tsu-ba-me
b269770d3a
fix(striker-ui): enable add/remove networks
2 years ago
Tsu-ba-me
45a0d1a6c8
fix(striker-ui): add icon button mouse event handler type
2 years ago
Tsu-ba-me
8154fd4dbd
fix(striker-ui): allow remove key in object setter builder
2 years ago
Tsu-ba-me
768ef98f51
fix(striker-ui): add input groups to build add/edit manifest forms
2 years ago
Tsu-ba-me
f59d273ebb
fix(striker-ui): add 'add', 'close' presets to IconButton
2 years ago
Tsu-ba-me
17657388af
fix(striker-ui): add preset icon props in IconButton presets
2 years ago
Tsu-ba-me
e5d7014b9f
fix(striker-ui): run 'set validity on first render' in useEffect
2 years ago
Tsu-ba-me
ae07c8b66d
fix(striker-ui): add setMsgSetter in FormUtils
2 years ago
Tsu-ba-me
77abfdc933
fix(striker-ui): export buildMessageSetter()
2 years ago
Tsu-ba-me
29a3751524
fix(striker-ui): export buildNumberTestBatch()
2 years ago
Tsu-ba-me
15942d258d
fix(striker-ui): adjust inner panel margin
2 years ago
Tsu-ba-me
fb8e92ffb4
fix(striker-ui): consolidate network types
2 years ago
Tsu-ba-me
0ce470a034
fix(striker-ui): manifest list
2 years ago
Tsu-ba-me
6cdca8ee5f
feat(striker-ui-api): add /manifest
2 years ago
Digimer
58371d22b6
Merge pull request #335 from ClusterLabs/anvil-tools-dev
...
Anvil tools dev
2 years ago
digimer
156a0ca201
Updated anvil-daemon's new job launching logic to allow the restart of a running job that failed out early.
...
Signed-off-by: digimer <mkelly@alteeve.ca>
2 years ago
digimer
cc15eca6fb
* Added anvil-watch-power to git.
...
* Added a check to cleanup size input to Convert->human_readable_to_bytes() when passed pre-processed strings.
Signed-off-by: digimer <mkelly@alteeve.ca>
2 years ago
digimer
47f7a35df3
The main purpose of this commit is to add serial execution of similar jobs to help reduce race conditions for scripted jobs, like multiple server creation.
...
* Fixed a small logging bug in DRBD->allow_two_primaries().
* Updated Database->get_jobs() to record jobs sorted by modified_date so that jobs can be run in the order they were recorded.
* Updated anvil-daemon to track which commands need to be run, and when two or more of the same command need to be run, they're run serially, with each subsequent run starting after the previous one completes.
Signed-off-by: digimer <mkelly@alteeve.ca>
2 years ago