Itamar Turner-Trauring
|
abf3048ab3
|
More passing HTTP IStorageServer tests.
|
2022-02-10 17:07:21 -05:00 |
|
Itamar Turner-Trauring
|
7466ee25a8
|
Don't send header if it makes no sense to do so.
|
2022-02-10 13:57:57 -05:00 |
|
Itamar Turner-Trauring
|
b049d4a792
|
Fix get_version with new API.
|
2022-02-10 13:52:47 -05:00 |
|
Itamar Turner-Trauring
|
fa2f142bc9
|
Another ticket.
|
2022-02-10 13:50:09 -05:00 |
|
Itamar Turner-Trauring
|
aa68be645f
|
Return Content-Range in responses.
|
2022-02-10 13:48:33 -05:00 |
|
Itamar Turner-Trauring
|
416af7328c
|
Support lack of Range header.
|
2022-02-10 13:31:09 -05:00 |
|
Itamar Turner-Trauring
|
7db1ddd875
|
Implement Range header validation.
|
2022-02-10 13:15:48 -05:00 |
|
Itamar Turner-Trauring
|
5d9e0c9bca
|
Not found tests and implementation.
|
2022-02-09 13:14:27 -05:00 |
|
Itamar Turner-Trauring
|
45ee5e3346
|
Done elsewhere.
|
2022-02-09 13:08:34 -05:00 |
|
Itamar Turner-Trauring
|
bae5d58ab9
|
Another test.
|
2022-02-09 13:07:34 -05:00 |
|
Itamar Turner-Trauring
|
faacde4e32
|
Conflicting writes.
|
2022-02-09 12:41:32 -05:00 |
|
Itamar Turner-Trauring
|
8c739343f3
|
Reduce duplication.
|
2022-02-09 12:38:32 -05:00 |
|
Itamar Turner-Trauring
|
95d7548629
|
Upload to non-existent place.
|
2022-02-09 12:30:38 -05:00 |
|
Itamar Turner-Trauring
|
72bac785ee
|
Done elsewhere.
|
2022-02-09 12:27:08 -05:00 |
|
Itamar Turner-Trauring
|
ecb1a3c5a0
|
Just require content-range for simplicity.
|
2022-02-09 12:25:47 -05:00 |
|
Itamar Turner-Trauring
|
d38183335e
|
Handle bad Content-Range headers.
|
2022-02-08 10:46:55 -05:00 |
|
Itamar Turner-Trauring
|
7107a85fba
|
Refactor client, separating low-level and high-level concerns.
|
2022-02-08 10:19:37 -05:00 |
|
Itamar Turner-Trauring
|
ce2468cdff
|
Validate inputs automatically as part of parsing.
|
2022-02-04 10:35:38 -05:00 |
|
Itamar Turner-Trauring
|
e6f32e33bc
|
Merge branch '3871-http-list-storage-index-shares' into 3860-http-more-immutables
|
2022-02-04 09:30:17 -05:00 |
|
Itamar Turner-Trauring
|
5e3a31166d
|
Better explanation.
|
2022-02-04 09:26:58 -05:00 |
|
Itamar Turner-Trauring
|
7454929be0
|
Less code duplication.
|
2022-02-04 09:26:25 -05:00 |
|
Itamar Turner-Trauring
|
52322c25d3
|
Merge remote-tracking branch 'origin/master' into 3871-http-list-storage-index-shares
|
2022-02-04 09:19:51 -05:00 |
|
Itamar Turner-Trauring
|
6b3722d3f6
|
Avoid using possibly-private API.
|
2022-02-03 12:50:29 -05:00 |
|
Itamar Turner-Trauring
|
23c8bde9d5
|
Nicer cleanup.
|
2022-02-03 12:44:55 -05:00 |
|
Itamar Turner-Trauring
|
1dfc0bde36
|
Use better method to listen on random port.
|
2022-02-03 12:43:49 -05:00 |
|
Itamar Turner-Trauring
|
39fe48b174
|
More passing IStorageServer tests.
|
2022-02-02 12:55:41 -05:00 |
|
Itamar Turner-Trauring
|
bceed6e199
|
More bucket allocation logic.
|
2022-02-02 12:41:25 -05:00 |
|
Itamar Turner-Trauring
|
aebb5056de
|
Don't use real reactor in these tests.
|
2022-02-02 11:00:16 -05:00 |
|
Itamar Turner-Trauring
|
70d0bd0597
|
Test and document what happens for non-existent storage index.
|
2022-02-01 10:41:12 -05:00 |
|
Itamar Turner-Trauring
|
35bbcad4de
|
Merge branch '3868-istorageserver-tests-http' into 3871-http-list-storage-index-shares
|
2022-02-01 10:36:55 -05:00 |
|
Itamar Turner-Trauring
|
0fbf746e27
|
Skip on Python 2.
|
2022-02-01 10:30:27 -05:00 |
|
Itamar Turner-Trauring
|
48a9bf7457
|
Hook up more IStorageServer tests that can now pass with HTTP.
|
2022-02-01 10:25:13 -05:00 |
|
Itamar Turner-Trauring
|
c72e7b0585
|
Implement HTTP share listing endpoint.
|
2022-02-01 10:20:23 -05:00 |
|
Itamar Turner-Trauring
|
c2e524ddb8
|
Make mypy happy.
|
2022-02-01 09:55:13 -05:00 |
|
Itamar Turner-Trauring
|
5dfaa82ed2
|
Skip tests that don't pass.
|
2022-02-01 09:47:51 -05:00 |
|
Itamar Turner-Trauring
|
66abe5dfca
|
First passing immutable-API-over-HTTP IStorageServer tests.
|
2022-01-31 12:02:52 -05:00 |
|
Itamar Turner-Trauring
|
ef56435578
|
Merge branch '3855-immutable-http-apis-part-1' into 3868-istorageserver-tests-http
|
2022-01-31 11:36:28 -05:00 |
|
Itamar Turner-Trauring
|
e672029e6d
|
First HTTP test passes.
|
2022-01-31 10:49:43 -05:00 |
|
Itamar Turner-Trauring
|
77f6f5d176
|
Merge remote-tracking branch 'origin/master' into 3855-immutable-http-apis-part-1
|
2022-01-31 10:36:54 -05:00 |
|
Jean-Paul Calderone
|
640bb05a57
|
Merge remote-tracking branch 'origin/master' into 3788.refactor-src.test.mutable
|
2022-01-28 13:07:48 -05:00 |
|
Itamar Turner-Trauring
|
d23fdcdb8a
|
Sketch of first IStorageServer test with HTTP server/client.
|
2022-01-28 12:03:17 -05:00 |
|
Itamar Turner-Trauring
|
2583236ad8
|
Fix unused import.
|
2022-01-25 10:56:45 -05:00 |
|
Itamar Turner-Trauring
|
609bd819bb
|
Merge remote-tracking branch 'origin/master' into 3855-immutable-http-apis-part-1
|
2022-01-25 10:42:04 -05:00 |
|
Itamar Turner-Trauring
|
e1f9f7de94
|
Note for future improvement.
|
2022-01-25 10:06:23 -05:00 |
|
Itamar Turner-Trauring
|
0346dfea60
|
Note we can do this now.
|
2022-01-25 09:56:54 -05:00 |
|
Itamar Turner-Trauring
|
b64e6552a4
|
Fix assertion.
|
2022-01-24 11:30:41 -05:00 |
|
Itamar Turner-Trauring
|
d2e3b74098
|
Some progress towards upload progress result from the server.
|
2022-01-21 12:36:58 -05:00 |
|
Itamar Turner-Trauring
|
a4cb4837e6
|
It's a secret, compare it securely.
|
2022-01-21 11:43:36 -05:00 |
|
Itamar Turner-Trauring
|
e8e3a3e663
|
Expand.
|
2022-01-21 11:37:46 -05:00 |
|
Itamar Turner-Trauring
|
c4d71a4636
|
Use abstractions for generating headers on client, note another place we should
generate headers.
|
2022-01-20 13:12:25 -05:00 |
|