Joshua Boniface
593810e53e
Add volume_count to pool API data
2020-12-01 03:40:41 -05:00
Joshua Boniface
185615e6e8
Don't strip single-element lists
...
This was a dumb decision that complicated handling of single-item
entries.
2020-12-01 03:23:18 -05:00
Joshua Boniface
3a5955b41c
Documentation tweaks in Ceph section
2020-11-25 17:58:33 -05:00
Joshua Boniface
f06e0ea750
Add more OS info to cluster arch doc
2020-11-25 17:05:16 -05:00
Joshua Boniface
8ecd2c5e80
Emphasize the cluster architecture doc
2020-11-25 16:57:04 -05:00
Joshua Boniface
256c537159
Add additional information to docs
2020-11-25 16:55:20 -05:00
Joshua Boniface
a5d495cfaf
Update docs name of init command
2020-11-25 10:36:48 -05:00
Joshua Boniface
ce5ee11841
Bump version to 0.9.8
2020-11-24 12:26:57 -05:00
Joshua Boniface
8f705c9cc2
Add cluster backup + restore functionality
...
Adds cluster backup (JSON dump) and restore functions for use in
disaster recovery.
Further, adds additional confirmation to the initialization (as well as
restore) endpoints to avoid accidental triggering, and also groups the
init, backup, and restore commands in the CLI into a new "task"
subsection.
2020-11-24 02:39:06 -05:00
Joshua Boniface
3f2c7293d1
Fix inconsistent name helpmsg
...
In the RequestParser this is called helptext, not helpmsg; make all of
the entries consistent and return the issue as a message.
2020-11-24 02:37:28 -05:00
Joshua Boniface
d4a28d7a58
Bump version to 0.9.7
2020-11-19 10:48:28 -05:00
Joshua Boniface
e8914eabb7
Better handle modifying consoles in templates
...
Before, the default False was problematic and would reset consoles if
the template was otherwise modified. Instead switch the flags to be full
true/false flags, and on modify, adjust the default to be None so they
will not be changed.
2020-11-19 10:28:00 -05:00
Joshua Boniface
e69eb93cb3
Bump version to 0.9.6
2020-11-17 13:01:54 -05:00
Joshua Boniface
70dfcd434f
Ensure inmigrate is cleared on failure
2020-11-17 12:57:37 -05:00
Joshua Boniface
0383f31086
Fix linting error
2020-11-17 12:37:33 -05:00
Joshua Boniface
a4e5323e81
Bump version to 0.9.5
2020-11-17 12:34:04 -05:00
Joshua Boniface
7c520ec00c
Add short pretty health output
2020-11-17 12:32:16 -05:00
Joshua Boniface
9a36fedcab
More Spaaaaacing
2020-11-14 12:29:28 -05:00
Joshua Boniface
aa075759c2
Correct more spacing issues
2020-11-14 12:12:55 -05:00
Joshua Boniface
568209c9af
Correct spacing before commands
2020-11-14 12:11:56 -05:00
Joshua Boniface
d47a2c29d4
Rephrase the power of 2 part
2020-11-14 11:58:03 -05:00
Joshua Boniface
5b92b822f1
Correct spelling
2020-11-14 11:28:39 -05:00
Joshua Boniface
ac47fb5b58
Update getting-started documentation
2020-11-14 11:27:51 -05:00
Joshua Boniface
6e9081f8c3
Correct spelling mistakes
2020-11-13 01:30:38 -05:00
Joshua Boniface
1125382b8d
Correct typo in replica configs
2020-11-13 01:23:57 -05:00
Joshua Boniface
06c97eed63
Mention limited exceptions to body request
2020-11-13 01:23:40 -05:00
Joshua Boniface
f6b4ce909e
Add more network info
2020-11-13 01:09:11 -05:00
Joshua Boniface
776a6982ff
Add more about the networks
2020-11-13 01:07:00 -05:00
Joshua Boniface
9cec6a97d1
Apply proofreading to the about page
2020-11-12 02:41:50 -05:00
Joshua Boniface
d34a996cf2
Add table of contents to about page
2020-11-12 02:06:03 -05:00
Joshua Boniface
59bf375d13
Merge FAQ into the about page
2020-11-12 02:00:39 -05:00
Joshua Boniface
57bd6babcb
Rename the installing page
2020-11-12 01:50:18 -05:00
Joshua Boniface
f199875e1a
Rename the cluster architecture page
2020-11-12 01:50:04 -05:00
Joshua Boniface
a1f72370d7
Rewrite the about page of the documentation
2020-11-12 01:49:44 -05:00
Joshua Boniface
25fb415a2a
Revamp getting started and remove pipeline badge
2020-11-12 00:57:39 -05:00
Joshua Boniface
f15253210f
Ensure all disk stats default to 0
...
Prevents issues with converting None to integers and such.
2020-11-11 13:13:31 -05:00
Joshua Boniface
1a0aedf01c
Up line count to 500 to be sure
2020-11-10 16:17:13 -05:00
Joshua Boniface
f729a54a2c
Obtain more lines during log follow
2020-11-10 16:14:33 -05:00
Joshua Boniface
a38e65be47
Correct issues if no interfaces/disks are present
2020-11-10 16:06:43 -05:00
Joshua Boniface
9053edacd8
Bump version to 0.9.4
2020-11-10 15:33:50 -05:00
Joshua Boniface
beb62c9f3d
Readd erroneously removed blk_file.write
2020-11-10 15:33:29 -05:00
Joshua Boniface
baac8f24fd
Bump version to 0.9.3
2020-11-09 10:28:15 -05:00
Joshua Boniface
e6bca5b6a9
Add override args for RequestParser
...
Properly fixes the issue with OVA upload bodies by allowing the
restriction of the 'location' directive when parsing specific request
args. Thus the 'form' location can be included by default but removed
for those parsers that have a file body.
2020-11-09 10:26:01 -05:00
Joshua Boniface
b169620eee
Revert "Ensure args are checked against form body"
...
This reverts commit d63e757c32
.
This did not work; by readding 'form' checking, the attempt to isolate
the large file upload was again thwarted. Another solution, perhaps
specific to the uploads, is needed instead.
2020-11-09 09:59:33 -05:00
Joshua Boniface
ee4d682b29
Correct faulty function naming
2020-11-09 09:45:54 -05:00
Joshua Boniface
b221e0e954
Add GitHub CodeQL analysis config
2020-11-08 03:54:10 -05:00
Joshua Boniface
6fa173648f
Fix faulty debian changelog
2020-11-08 02:17:19 -05:00
Joshua Boniface
626a502de7
Fix error in changelog
2020-11-08 02:16:36 -05:00
Joshua Boniface
5e93edde3c
Improve bump-version title
2020-11-08 02:05:59 -05:00
Joshua Boniface
11702f4bc8
Bump version to 0.9.2
2020-11-08 02:03:29 -05:00