meejah
3995c932ef
better words
2021-01-19 12:57:18 -07:00
meejah
9957790bb8
write verification instructions, and developer statement
2021-01-19 12:56:37 -07:00
meejah
a031e6a4b3
more realistic date, better info
2021-01-19 12:55:56 -07:00
meejah
91de725d93
better url for exarkun's key
2021-01-19 12:55:56 -07:00
meejah
ed9bc93571
redundant newsfragment
2021-01-19 12:55:56 -07:00
meejah
52c2e292d8
news
2021-01-19 12:55:56 -07:00
meejah
2a3d01a9cc
url for exarkun's key
2021-01-19 12:55:56 -07:00
meejah
a858d4a7cb
update exarkun's information
2021-01-19 12:55:56 -07:00
meejah
848fac815b
spelling
2021-01-19 12:55:56 -07:00
meejah
56337c4421
better words
2021-01-19 12:55:56 -07:00
meejah
b0cb50b897
write verification instructions, and developer statement
2021-01-19 12:55:56 -07:00
meejah
3061e9f913
Merge pull request #942 from meejah/2920.checklist-error
...
2920 signatures are detached
2021-01-19 12:48:56 -07:00
Jean-Paul Calderone
be5cf1a0be
news fragment
2021-01-19 14:42:30 -05:00
Jean-Paul Calderone
11e4bcf476
Add a direct unit test for FileHandle.get_encryption_key
2021-01-19 14:41:58 -05:00
Jean-Paul Calderone
61d5f920bb
Add tests for the tag construction code and make it a bit safer
...
Check for sane inputs, reject insane ones
2021-01-19 14:28:16 -05: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
Jean-Paul Calderone
512897eca0
news fragment
2021-01-19 13:46:32 -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
Itamar Turner-Trauring
afcae42fd6
Notice that there's an error on the server, rather than continuing silently.
2021-01-19 11:47:23 -05:00
Itamar Turner-Trauring
2de76cd82d
Merge branch 'master' into 3589.more-web-tests-python-3
2021-01-19 11:44:27 -05:00
Sajith Sasidharan
ed92202762
Updates comments about GitHub cache action
2021-01-18 17:55:07 -05:00
Sajith Sasidharan
9e4ea0c491
Use fetch-depth of 0 with GitHub Actions
...
Using a fetch-depth of 0 should have the same effect as as `git fetch
--prune --unshallow` after doing a shallow checkout.
2021-01-18 17:54:17 -05:00
Sajith Sasidharan
99cca0ea8e
No need of upgrading pip on GitHub Actions
2021-01-18 13:38:09 -05:00
Sajith Sasidharan
adbe23fe7a
Add a note about pip version on GitHub Actions
2021-01-18 13:34:25 -05:00
Sajith Sasidharan
2a1a5cb0a5
GitHub Actions have sufficiently recent pip
...
At the time of writing this commit message, GitHub Actions offers pip
v20.3.3 for both ubuntu-latest and windows-latest, and pip v20.3.1 for
macos-latest. Those are sufficiently recent pip versions that have
"cache dir" sub-command.
2021-01-18 13:32:53 -05:00
Sajith Sasidharan
1f1a30095e
Get pip version for all three GitHub Actions OSes
2021-01-18 13:22:04 -05:00
Sajith Sasidharan
8bf068f991
What's the pip version on GitHub Actions?
...
There's no need of upgrading pip if GA offers a sufficiently new pip.
2021-01-18 13:19:33 -05:00
Sajith Sasidharan
f731159cd7
Install Python packages after setting up pip cache
2021-01-18 13:13:32 -05:00
Sajith Sasidharan
573ab8768b
Re-title "use pip cache" step in GitHub Actions
2021-01-18 11:08:56 -05:00
Sajith Sasidharan
27a122088c
Use pip cache on GitHub Actions
...
Using the method outlined in https://github.com/actions/cache/blob/main/examples.md#using-pip-to-get-cache-location
2021-01-18 11:02:55 -05:00
Sajith Sasidharan
fa1a8e8371
Upgrade pip used in GitHub Actions
...
From pip 20.1+ onward, "pip cache dir" can be used to find location of
pip cache, and this is useful across all three major OSes supported by
GitHub Actions.
2021-01-18 10:58:12 -05:00
Sajith Sasidharan
621de4d882
Add newsfragment
2021-01-18 10:55:18 -05:00
Jean-Paul Calderone
cd06f1c902
Merge pull request #915 from tahoe-lafs/3399.mypy
...
Add Mypy support and CI configuration
Fixes: ticket:3399
2021-01-15 16:00:57 -05:00
Jason R. Coombs
c7a4cdb44d
Rely on main branch of foolscap for typechecks.
2021-01-15 15:25:07 -05:00
Jean-Paul Calderone
a01078ddec
Switch to one of our Docker images for typecheck CI
2021-01-15 15:00:57 -05:00
Jason R. Coombs
7d468cde19
Merge branch 'master' into 3399.mypy
2021-01-15 11:17:47 -05:00
Itamar Turner-Trauring
42b31a2809
Fix flake.
2021-01-14 15:58:18 -05:00
Itamar Turner-Trauring
a2dab7c89f
Only do this on Python 3.
2021-01-14 09:40:10 -05:00
Itamar Turner-Trauring
60acad32ca
Merge remote-tracking branch 'origin/master' into 3589.more-web-tests-python-3
2021-01-14 09:39:18 -05:00
Itamar Turner-Trauring
9ca17d780e
Add some overall timeout, and timeout on specific test that seems to be the
...
issue somehow.
2021-01-13 10:21:06 -05:00
Itamar Turner-Trauring
20e90b4b65
Set
2021-01-13 10:21:00 -05:00
Itamar Turner-Trauring
c5669e16e0
Fix flake.
2021-01-13 09:56:08 -05:00
Itamar Turner-Trauring
aace119790
Fix Python 3 issue with combining bytes and unicode.
2021-01-13 09:55:54 -05:00
Jean-Paul Calderone
216efb2aed
unused import
2021-01-12 16:52:43 -05:00
Jean-Paul Calderone
43dc85501f
is this api less troublesome?
2021-01-12 16:03:28 -05:00
Jean-Paul Calderone
6984f2be3f
Try to get the Python 2 / Windows case working
2021-01-12 15:58:07 -05:00
Jean-Paul Calderone
6c430bd4e6
re-add a direct unicode_to_argv test
...
harder to express the conditional in skips so the two tests become one
2021-01-12 15:16:18 -05:00
Jean-Paul Calderone
9c63703efc
no effort being made to support these locales
2021-01-12 15:15:42 -05:00