Jason R. Coombs
|
57cb88638a
|
In scripts.create_node, set the encoding once and write text.
|
2021-01-30 12:46:44 -05:00 |
|
Jason R. Coombs
|
d6082d853a
|
Declare scripts.create_node as ported.
|
2021-01-30 12:23:16 -05:00 |
|
Jason R. Coombs
|
36b7fdaecf
|
Apply futurize to create_node.
|
2021-01-30 12:15:36 -05:00 |
|
Jason R. Coombs
|
5fc9674d3a
|
Update escape_path for Python 3 compatibility.
|
2021-01-30 11:47:53 -05:00 |
|
Jason R. Coombs
|
210eb5b529
|
Add test for escape_path.
|
2021-01-30 11:44:36 -05:00 |
|
Jason R. Coombs
|
2bd244dde9
|
Declare scripts.runner as ported. Ref #3603.
|
2021-01-30 11:24:06 -05:00 |
|
Jason R. Coombs
|
5bf2b09b81
|
In scripts.runner, replace hard failure on Python 3 with 'experimental' warning. Ref #3603. Closes #3035.
|
2021-01-30 11:12:01 -05:00 |
|
Jason R. Coombs
|
00e856fed5
|
Declare scripts.types_ as ported (never had Python 2 support).
|
2021-01-30 11:00:19 -05:00 |
|
Itamar Turner-Trauring
|
8c71de5cd6
|
Merge pull request #974 from tahoe-lafs/3579.ftp-python-3
Port allmydata.frontends.sftpd to Python 3
Fixes ticket:3579
|
2021-01-29 11:28:55 -05:00 |
|
Itamar Turner-Trauring
|
943eabab28
|
Pacify flake8.
|
2021-01-29 10:02:16 -05:00 |
|
Itamar Turner-Trauring
|
6fd62eb25e
|
Merge remote-tracking branch 'origin/master' into 3579.ftp-python-3
|
2021-01-28 15:15:57 -05:00 |
|
Itamar Turner-Trauring
|
d1be6b4bde
|
Prepare for merge.
|
2021-01-28 15:10:57 -05:00 |
|
Itamar Turner-Trauring
|
59f0c9e63b
|
Merge pull request #961 from tahoe-lafs/3584.integration-tests-sftp
Integration tests and bug fixes for SFTP
Fixes ticket:3584
|
2021-01-28 15:07:15 -05:00 |
|
Itamar Turner-Trauring
|
d25a0f1ce2
|
Increase timeout, just to be on the safe side.
|
2021-01-26 12:40:39 -05:00 |
|
Jean-Paul Calderone
|
94716c078a
|
Merge pull request #927 from viktoriiasavchuk/patch-1
Link to the code of conduct from CONTRIBUTING.rst
Fixes: ticket:3599
|
2021-01-26 11:57:57 -05:00 |
|
Itamar Turner-Trauring
|
6c04ea7497
|
Explanatory comment is better now.
|
2021-01-26 10:14:14 -05:00 |
|
Itamar Turner-Trauring
|
4e89ab2e66
|
Context manager.
|
2021-01-26 10:06:57 -05:00 |
|
Itamar Turner-Trauring
|
e7ab792c4c
|
Explain why Paramiko.
|
2021-01-26 10:06:17 -05:00 |
|
Itamar Turner-Trauring
|
cc8e613fe3
|
Rephrase.
|
2021-01-26 10:00:50 -05:00 |
|
Jean-Paul Calderone
|
e6b3d59501
|
try to link to the same thing more robustly
|
2021-01-26 09:58:08 -05:00 |
|
Itamar Turner-Trauring
|
0424ba2a48
|
Fix indent.
|
2021-01-26 09:57:11 -05:00 |
|
Jean-Paul Calderone
|
c451d947ff
|
Merge remote-tracking branch 'origin/master' into patch-1
|
2021-01-26 09:57:05 -05:00 |
|
Jean-Paul Calderone
|
3d2ca566f6
|
news fragment
|
2021-01-26 09:57:02 -05:00 |
|
Itamar Turner-Trauring
|
3b893a56f9
|
Just rely on global timeout.
|
2021-01-26 09:55:38 -05:00 |
|
Itamar Turner-Trauring
|
49300ccc4e
|
Merge remote-tracking branch 'origin/master' into 3584.integration-tests-sftp
|
2021-01-26 09:53:51 -05:00 |
|
Itamar Turner-Trauring
|
dc3871b711
|
Merge pull request #970 from tahoe-lafs/3590.error-in-integration-test
Fix URI redirect error that was manifesting in the integration tests
Fixes ticket:3590
|
2021-01-26 09:50:40 -05:00 |
|
Sajith Sasidharan
|
c22cf5065a
|
Merge pull request #954 from tahoe-lafs/3536.sphinx-warnings
Fix some Sphinx warnings
Fixes: ticket:3536
|
2021-01-25 19:06:50 -05:00 |
|
Jean-Paul Calderone
|
b139876a15
|
Merge remote-tracking branch 'origin/master' into 3536.sphinx-warnings
|
2021-01-25 10:52:34 -05:00 |
|
Jean-Paul Calderone
|
e5f0dcfbb4
|
Merge pull request #971 from LeastAuthority/3594.read_encrypted-test
Directly test read_encrypted behavior and remove a `fireEventually` from its implementation
Fixes: ticket:3594
Fixes: ticket:3595
|
2021-01-25 09:14:35 -05:00 |
|
Jean-Paul Calderone
|
e0fa228622
|
expand partial/lambda into full functions for clarity
|
2021-01-25 08:23:40 -05:00 |
|
Jean-Paul Calderone
|
5a0c913f58
|
document the new parameter
|
2021-01-25 08:21:39 -05:00 |
|
Itamar Turner-Trauring
|
411ee141e9
|
Fix location for news fragment.
|
2021-01-21 13:55:51 -05:00 |
|
Itamar Turner-Trauring
|
db22291660
|
Try to minimally workaround issues causing Windows to block when writing logs.
|
2021-01-21 13:54:22 -05:00 |
|
Itamar Turner-Trauring
|
0902c8e156
|
Merge remote-tracking branch 'origin/master' into 3584.integration-tests-sftp
|
2021-01-21 13:34:51 -05:00 |
|
Itamar Turner-Trauring
|
23e52b1237
|
Simplify the unit test.
|
2021-01-21 09:58:58 -05:00 |
|
Jean-Paul Calderone
|
9c91261fa6
|
news fragment
|
2021-01-20 13:57:01 -05:00 |
|
Jean-Paul Calderone
|
12087738d6
|
Switch from fireEventually to until
|
2021-01-20 13:54:37 -05:00 |
|
Itamar Turner-Trauring
|
f8e548dc92
|
Merge pull request #966 from tahoe-lafs/3589.more-web-tests-python-3
Port more web tests to Python 3
Fixes ticket:3589
|
2021-01-20 13:38:22 -05:00 |
|
Jean-Paul Calderone
|
932481ad47
|
A helper for doing something repeatedly for a while
|
2021-01-20 12:58:03 -05:00 |
|
Jean-Paul Calderone
|
f75f71cba6
|
news fragment
|
2021-01-20 11:23:35 -05:00 |
|
Jean-Paul Calderone
|
8be3678cb4
|
Directly test read_encrypted behavior
|
2021-01-20 11:22:22 -05:00 |
|
Sajith Sasidharan
|
73299d253e
|
Merge pull request #967 from sajith/3591.use-pip-cache-in-github-actions
Use pip cache in GitHub Actions
Fixes: ticket:3591
|
2021-01-20 09:57:37 -05:00 |
|
Itamar Turner-Trauring
|
53243540cc
|
News file.
|
2021-01-19 17:15:58 -05:00 |
|
Itamar Turner-Trauring
|
7d2aa50894
|
when_done is bad, at least here.
|
2021-01-19 17:15:07 -05:00 |
|
Itamar Turner-Trauring
|
e91d37e64b
|
Fix unit test so it's actually testing the real bug.
|
2021-01-19 17:13:52 -05:00 |
|
meejah
|
3061e9f913
|
Merge pull request #942 from meejah/2920.checklist-error
2920 signatures are detached
|
2021-01-19 12:48:56 -07:00 |
|
Itamar Turner-Trauring
|
6979cfa205
|
Fix the redirect 'str has no render' bug.
|
2021-01-19 14:28:00 -05:00 |
|
Itamar Turner-Trauring
|
3166545509
|
Unit test reproducing the bug in the integration test.
|
2021-01-19 13:52:12 -05:00 |
|
meejah
|
5dd7aa2dfd
|
news
|
2021-01-19 11:25:09 -07:00 |
|
Itamar Turner-Trauring
|
1725e99821
|
Merge remote-tracking branch 'origin/3589.more-web-tests-python-3' into 3590.error-in-integration-test
|
2021-01-19 11:47:50 -05:00 |
|