Itamar Turner-Trauring
|
d8f176bb8f
|
Type check fixes.
|
2023-04-13 13:49:19 -04:00 |
|
Itamar Turner-Trauring
|
aca35a553d
|
Add logging to more immutable methods.
|
2023-04-13 13:30:38 -04:00 |
|
Itamar Turner-Trauring
|
41032e1e83
|
Merge branch '4005-more-http-storage-logging' into 4009-more-logging
|
2023-04-13 13:21:34 -04:00 |
|
Itamar Turner-Trauring
|
464b476190
|
Work on 3.8.
|
2023-04-13 13:11:17 -04:00 |
|
Itamar Turner-Trauring
|
4befcacc60
|
Merge remote-tracking branch 'origin/master' into 4005-more-http-storage-logging
|
2023-04-13 12:49:43 -04:00 |
|
Itamar Turner-Trauring
|
48a8c5deea
|
Merge pull request #1288 from tahoe-lafs/4010-remove-codecov
Rip out codecov for now
Fixes ticket:4010
|
2023-04-13 12:48:35 -04:00 |
|
Itamar Turner-Trauring
|
28ff24b3a7
|
Add logging to immutable creation.
|
2023-04-13 10:40:35 -04:00 |
|
Itamar Turner-Trauring
|
d05b5788f6
|
Merge branch '4005-more-http-storage-logging' into 4009-more-logging
|
2023-04-13 10:35:58 -04:00 |
|
Itamar Turner-Trauring
|
4c2f241361
|
Add logging for limited_content().
|
2023-04-13 10:28:29 -04:00 |
|
Itamar Turner-Trauring
|
e0ca48b707
|
Add logging to add_or_renew_lease().
|
2023-04-13 09:54:36 -04:00 |
|
Itamar Turner-Trauring
|
e9a9ac7110
|
Rip out codecov for now.
|
2023-04-13 09:44:52 -04:00 |
|
Itamar Turner-Trauring
|
af845a40c6
|
Fix type annotations, removing Deferred in particular.
|
2023-04-13 09:38:33 -04:00 |
|
Itamar Turner-Trauring
|
64dbeeab8f
|
Add logging to get_version().
|
2023-04-13 09:33:18 -04:00 |
|
Itamar Turner-Trauring
|
cf0d3c09f8
|
News file.
|
2023-04-13 09:20:40 -04:00 |
|
meejah
|
175473df40
|
longer timeouts, forget less
|
2023-04-13 00:37:32 -06:00 |
|
meejah
|
9472841c39
|
enable tor, i2p services
|
2023-04-12 23:01:28 -06:00 |
|
meejah
|
507d1f8394
|
Fix some Chutney things (and a couple cleanups): wait for bootstrap, increase timeout
|
2023-04-12 22:34:45 -06:00 |
|
Itamar Turner-Trauring
|
33ab0ce042
|
Fix name.
|
2023-04-12 17:10:33 -04:00 |
|
Itamar Turner-Trauring
|
3833623df7
|
Merge remote-tracking branch 'origin/master' into 4005-more-http-storage-logging
|
2023-04-12 17:04:36 -04:00 |
|
Itamar Turner-Trauring
|
840ed0bf47
|
Unused imports.
|
2023-04-12 17:04:00 -04:00 |
|
Itamar Turner-Trauring
|
174609116e
|
Merge pull request #1284 from tahoe-lafs/3880-http-storage-logging
HTTP storage logging, part 1
Fixes ticket:3880
|
2023-04-12 17:00:57 -04:00 |
|
Itamar Turner-Trauring
|
8bda370b30
|
News fragment.
|
2023-04-12 17:00:47 -04:00 |
|
Itamar Turner-Trauring
|
3997eaaf90
|
Fix type annotations.
|
2023-04-12 17:00:31 -04:00 |
|
Itamar Turner-Trauring
|
2a7616e0be
|
Get tests passing again.
|
2023-04-12 16:43:46 -04:00 |
|
Jean-Paul Calderone
|
8f317ad36b
|
Merge pull request #1285 from exarkun/4006.remove-github-actions-unit-test-jobs
Move some unit test jobs from GitHub Actions to CircleCI
Fixes: ticket:4006
|
2023-04-12 16:30:18 -04:00 |
|
Itamar Turner-Trauring
|
cebf62176e
|
WIP add logging to decode_cbor.
|
2023-04-10 11:40:59 -04:00 |
|
Itamar Turner-Trauring
|
68f9243323
|
Merge branch '3880-http-storage-logging' into 4005-more-http-storage-logging
|
2023-04-10 11:31:04 -04:00 |
|
Itamar Turner-Trauring
|
4d4649f5c2
|
Apply suggestions from code review
Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
|
2023-04-10 11:28:26 -04:00 |
|
Itamar Turner-Trauring
|
7b94324827
|
More debugging.
|
2023-04-07 15:23:51 -04:00 |
|
Itamar Turner-Trauring
|
13e9f88309
|
Add necessary config option to ensure it listens on Tor, and also give correct
Tor control port.
|
2023-04-07 15:23:20 -04:00 |
|
Itamar Turner-Trauring
|
b1f5201ef2
|
Merge remote-tracking branch 'exarkun/3999.structure-config-manipulation' into 3999.structure-config-manipulation
|
2023-04-05 11:42:31 -04:00 |
|
Itamar Turner-Trauring
|
812458699d
|
The tcp listening port needs to match the onion local port, or you get
connection refused when you try to connect to the hidden service.
|
2023-04-05 11:38:28 -04:00 |
|
Jean-Paul Calderone
|
4c542dfa9b
|
news fragment
|
2023-04-05 09:37:16 -04:00 |
|
Jean-Paul Calderone
|
7ae7db678e
|
add CPython 3.8 and CPython 3.9 unit test jobs to CircleCI
|
2023-04-05 09:03:51 -04:00 |
|
Jean-Paul Calderone
|
8557c66b39
|
Remove the "ubuntu-latest" unit test job from GitHub Actions
|
2023-04-05 09:03:20 -04:00 |
|
Jean-Paul Calderone
|
2be9e949f0
|
add Ubuntu 22.04 unit test job to CircleCI
|
2023-04-05 09:02:34 -04:00 |
|
Jean-Paul Calderone
|
76873e5901
|
Merge remote-tracking branch 'origin/master' into 3999.structure-config-manipulation
|
2023-04-05 08:43:24 -04:00 |
|
Itamar Turner-Trauring
|
efa51d41dc
|
Newer chutney.
|
2023-04-04 10:58:28 -04:00 |
|
Itamar Turner-Trauring
|
1de8e811b5
|
Tweaks.
|
2023-04-04 10:58:22 -04:00 |
|
Jean-Paul Calderone
|
590b20431a
|
Merge pull request #1282 from exarkun/4003.test_connection_status-demock
Remove `mock` use from allmydata/test/test_connection_status.py
Fixes: ticket:4003
|
2023-04-03 12:18:05 -04:00 |
|
Jean-Paul Calderone
|
28e442a4f5
|
Merge pull request #1280 from exarkun/4001.propagate-parent-process-env
Propagate parent environment to children in the integration tests
Fixes: ticket:4001
|
2023-04-03 12:16:58 -04:00 |
|
Itamar Turner-Trauring
|
e19aeb5aea
|
Correct the annotation.
|
2023-04-03 11:40:48 -04:00 |
|
Itamar Turner-Trauring
|
5e3fa04a3a
|
Reformat with black.
|
2023-04-03 11:30:22 -04:00 |
|
Itamar Turner-Trauring
|
57ec669e1e
|
Add logging for request().
|
2023-04-03 11:29:57 -04:00 |
|
Itamar Turner-Trauring
|
3b3ea5409c
|
Type says we should only pass in DecodedURL.
|
2023-04-03 11:26:08 -04:00 |
|
Itamar Turner-Trauring
|
41939e2b28
|
Add some type annotations.
|
2023-04-03 11:11:24 -04:00 |
|
Itamar Turner-Trauring
|
b81fad2970
|
Make sure tests have the same error testing infrastructure as the real thing.
|
2023-04-03 10:37:49 -04:00 |
|
Jean-Paul Calderone
|
0b5c96e762
|
Merge pull request #1281 from exarkun/4002.reuse-chutney
Use an existing Chutney, if there is one
Fixes: ticket:4002
|
2023-03-28 13:24:14 -04:00 |
|
Jean-Paul Calderone
|
efa91df901
|
Merge pull request #1279 from exarkun/4000.tor-integration-tests-skip
Skip the tor integration tests if any needed tor tools are missing
Fixes: ticket:4000
|
2023-03-28 13:23:49 -04:00 |
|
Jean-Paul Calderone
|
ecfa76ac32
|
Python 3.8 compatibility
|
2023-03-28 13:22:08 -04:00 |
|