digimer
e895e1f264
* Finished writting the anvil-manage-server-storage.
...
* Fixed handling --eject and --insert to work without a device target specified when only one exists, or to find the file path when only the file name is given.
* Updated anvil-manage-server-storage to show files when processing an optical devices without a file being passed.
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
digimer
17078347ee
Reworked anvil-manage-server-storage to use the translation system.
...
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
Fabio M. Di Nitto
610bad6037
Merge pull request #460 from ylei-tsubame/issues/459-second-manifest
...
Web UI: patch #459 (double occurences of `Striker->generate_manifest`)
1 year ago
Tsu-ba-me
adcf5ec818
fix(tools): enhance logging in access module
1 year ago
Tsu-ba-me
7845f8c170
fix(tools): correct key check in access_chain of access module
...
The old check evaluates the expression before determining whether the
resulting value is defined. However, when the expression refers to a
subroutine, it gets executed; if the subroutine doesn't protect against
missing parameters, it'll cause executions with bad input, i.e., the
Striker->generate_manifest subroutine without parameters.
The new check uses can(), which correctly determines whether the key
"exists" on the blessed object; although it doesn't strictly mean
"exists", but it does the job.
1 year ago
Tsu-ba-me
ee259f5a3a
fix(tools): reduce UUIDv4 check strictness in access module
1 year ago
Tsu-ba-me
7a2d1776f7
fix(striker-ui-api): refine logs in access module
1 year ago
Digimer
d0c1de9c5f
Merge pull request #450 from ylei-tsubame/tmp/rebuild
...
Web UI: patch #449
1 year ago
Tsu-ba-me
fd3b20e8bd
build(striker-ui): rebuild
1 year ago
Tsu-ba-me
2d919a23b0
build(striker-ui-api): rebuild
1 year ago
Tsu-ba-me
7d98119abe
fix(striker-ui&api): provide formatted os list to provision form
1 year ago
Tsu-ba-me
ce1c1c6475
fix(striker-ui-api): adjust os list extraction to match new format from tool output
1 year ago
Digimer
644953135a
Merge pull request #445 from ylei-tsubame/tmp/rebuild
...
Web UI: patch #441 , #432 , security #12 , and file upload progress
1 year ago
Tsu-ba-me
34d1693698
build(striker-ui): rebuild
1 year ago
Tsu-ba-me
7e52f4c439
build(striker-ui-api): rebuild
1 year ago
Tsu-ba-me
54d92f0c21
fix(striker-ui): correct file upload progress display
...
The upload progress was all modifying the last uploading file in the
list. This commit corrects it such that each progress event matches the
file uplaoding.
In addition, this commit alos prevents the pregress bar from reaching
100 before the request completes.
1 year ago
Tsu-ba-me
5b3ff87c1f
fix(striker-ui-api): replace multer with busboy for file upload
1 year ago
Tsu-ba-me
686f61969c
fix(striker-ui): rename node->subnode in manifest form fields
1 year ago
Tsu-ba-me
abf5429c3b
fix(striker-ui-api): don't check anvil name if doesn't exist when add host in run manifest
1 year ago
Digimer
3d857d7700
Merge pull request #444 from ClusterLabs/prep-release
...
Update release script to use correct gpg and release url
1 year ago
Digimer
15176c9614
Merge branch 'main' into prep-release
1 year ago
Digimer
5e95b2e8b4
Merge pull request #430 from ClusterLabs/beta-fixes
...
* Improved log messaging to not log of a potential boot failure when …
1 year ago
Fabio M. Di Nitto
ffe48a8b26
Update release script to use correct gpg and release url
...
Signed-off-by: Fabio M. Di Nitto <fabbione@fabbione.net>
1 year ago
digimer
d255adc7b4
* Updated anvil-daemon to set the mode of /mnt/shared/* to 0777 during creation and to check that that mode is set for existing sub-directories. This resolves issue #443 .
...
* Cleaned up anvil-manage-dr.8 hyphen escapes.
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
digimer
f23768ac32
* Updated Striker->generate_manifest() to remove integral DR support and add migration-network support. This helps address issue #440 .
...
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
Digimer
4f2e766bab
Merge branch 'main' into beta-fixes
1 year ago
Digimer
606b33c5d6
Merge pull request #438 from ylei-tsubame/tmp/rebuild
...
Web UI: patch #423 , #431 , #437 , and extra
1 year ago
Tsu-ba-me
f7ba805b95
build(striker-ui-api): rebuild
1 year ago
Tsu-ba-me
3374ca6a4b
build(striker-ui): rebuild
1 year ago
Tsu-ba-me
fa70667711
fix(striker-ui-api): exclude deleted fences, upses, manifests from manifest template
1 year ago
Tsu-ba-me
27ab8f2900
fix(striker-ui-api): allow keyword 'new' as manifest UUID in manifest creation
1 year ago
Tsu-ba-me
07e04a970a
fix(striker-ui): add form summary to manage manifest forms
1 year ago
Tsu-ba-me
382640bad0
fix(striker-ui): add optional close button to form dialog
1 year ago
Tsu-ba-me
ade881f0d3
fix(striker-ui): remove custom sort comparator for network ifaces
1 year ago
Tsu-ba-me
8846a09a2c
fix(striker-ui): sort network ifaces by name initially
1 year ago
digimer
02de75a6ab
* Improved log messaging to not log of a potential boot failure when the local DRBD volume(s) are all UpToDate and the peer is offline.
...
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
Digimer
2c747600b7
Merge pull request #427 from ylei-tsubame/tmp/rebuild
...
Web UI: fixes to resolve #410 , #418 , #421 , #426 , and #429
1 year ago
Digimer
99829fce6e
Merge branch 'main' into tmp/rebuild
1 year ago
Tsu-ba-me
71f1247b95
fix(striker-ui): rebuild
1 year ago
Digimer
ede910b505
Merge pull request #408 from ClusterLabs/beta-fixes
...
* Added PID logging as an option, and enabled it in ocf:alteeve:server
1 year ago
Tsu-ba-me
3a5a747d3e
fix(striker-ui-api): rebuild
1 year ago
Tsu-ba-me
fd3596e4ab
fix(striker-ui): reduce restrictions on valid UUIDv4
1 year ago
Tsu-ba-me
81b96860ea
fix(striker-ui-api): reduce restrictions on valid UUIDv4
1 year ago
Digimer
6916032527
Merge branch 'main' into beta-fixes
1 year ago
Tsu-ba-me
54e0ae35c5
fix(striker-ui): rename nodes->subnodes in hosts panel
1 year ago
Tsu-ba-me
92c4cb86c1
fix(striker-ui): rename node->subnode in host status
1 year ago
Tsu-ba-me
94480c68d6
fix(striker-ui): rename 'node pair'->node in provision server
1 year ago
Tsu-ba-me
32ee5c65c9
fix(striker-ui): rename node->subnode in prepare host form
1 year ago
digimer
4c118cf3b4
* Created empty man page files all remaining tools.
...
* Started fixing existing man pages, and writting needed ones.
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
Tsu-ba-me
7631e3ad9c
fix(striker-ui-api): send job to target host instead of local in prepare network
1 year ago