6f66b77a00
Lint: E121/E126 continuation line under/over-indented for hanging indent
2020-11-07 15:06:21 -05:00
9dd2a24ce9
Lint: E226 missing whitespace around arithmetic operator
2020-11-07 14:50:57 -05:00
260b39ebf2
Lint: E302 expected 2 blank lines, found X
2020-11-07 14:45:24 -05:00
961ebb4c01
Lint: E305 expected 2 blank lines after class or function definition, found X
2020-11-07 13:17:49 -05:00
d2490419c5
Lint: E202 whitespace before ']'
2020-11-07 13:02:54 -05:00
b7daa8e1f6
E201 whitespace after '['
2020-11-07 12:39:59 -05:00
e333f2b935
Lint: E201 whitespace after '{'
2020-11-07 12:38:31 -05:00
6ab261f4cb
Lint: E251 unexpected spaces around keyword / parameter equals
2020-11-07 12:11:53 -05:00
4b47a2424c
Lint: E303 too many blank lines (2)
2020-11-06 21:16:52 -05:00
5da314902f
Lint: F841 local variable '<variable>' is assigned to but never used
2020-11-06 21:13:13 -05:00
d9e7b7ec15
Lint: F401 <library> imported but unused
2020-11-06 19:22:49 -05:00
ebf254f62d
Lint: W293 blank line contains whitespace
2020-11-06 19:11:07 -05:00
63f4f9aed7
Lint: E722 do not use bare 'except'
2020-11-06 18:55:10 -05:00
9d7067469a
Correct proper type of uploads
2020-10-16 11:47:09 -04:00
6dc6dae26c
Disable gtod_reduce for benchmarks
...
This ended up disabling latency measurements entirely, so don't use this
option for benchmarks.
2020-08-25 17:02:06 -04:00
0089ec4e17
Multiple KiB values by 1024 in detail output
...
Since these are KiB and not B. Also fix some other anomalies.
2020-08-25 15:01:24 -04:00
2731aa060c
Finalize tests and output formatting
2020-08-25 12:16:23 -04:00
18bcd39b46
Use nicer header format
2020-08-25 02:11:34 -04:00
d210eef200
Parse response message properly
2020-08-25 02:08:35 -04:00
887e14a4e2
Add storage benchmarking to API
2020-08-25 01:57:21 -04:00
6fe74b34b2
Use .get for JSON message responses
2020-07-20 12:31:12 -04:00
9ee5ae4826
Volume and Snapshot are not sorted by ID
2020-05-29 13:43:44 -04:00
48711000b0
Ensure stats sorting is by right key
2020-05-29 13:41:52 -04:00
82c067b591
Sort list output in CLI client properly
2020-05-29 13:39:20 -04:00
09aeb33d13
Don't convert non-integer bytes/ops
2020-03-30 19:09:16 -04:00
9d5f50f82a
Implement progress bars for file uploads
...
Provide pretty status bars to indicate upload progress for tasks that
perform large file uploads to the API ('provisioner ova upload' and
'storage volume upload') so the administrator can gauge progress and
estimated time to completion.
2020-02-20 22:42:19 -05:00
1de57ab6f3
Add CLI client interface to image upload
...
Closes #68
2020-02-09 20:42:56 -05:00
4e5bce4975
Update copyright header year to 2020
2020-01-08 19:38:02 -05:00
6e5065511c
Move API call to function and implement keys
...
Move all API calls to a new common function called call_api to
facilitate easier future changes. Use this function to implement API key
handling via request header value as well as integrate the request URI
generation and debug output handling.
Closes #65
2020-01-08 19:34:24 -05:00
456a50a73c
Send proper delete for OSD deletion
2020-01-06 12:59:00 -05:00
47c49f7672
Fix click import (again)
2020-01-06 12:55:44 -05:00
27279c9686
Properly import click echo
2020-01-06 12:38:20 -05:00
1113234270
Send DELETE instead of POST
2020-01-06 10:47:01 -05:00
b9fdce6728
Use consistent function and stderr for debug
2020-01-05 12:51:06 -05:00
08570bd7b9
Don't click.echo except in main program
...
Return all the strings we printed directly, so that the caller can print
them normally.
2020-01-05 12:35:00 -05:00
44753c0609
Always handle single-instance results
2020-01-05 02:55:28 -05:00
2325f87389
Correct typo in header
2019-12-30 09:07:41 -05:00
d2af6f4508
Complete conversion to API client
2019-12-29 20:33:51 -05:00
b7eddc6ae9
Add CLI lib
2019-12-29 16:33:50 -05:00