Commit Graph

15108 Commits

Author SHA1 Message Date
Itamar Turner-Trauring
4b25a92356 Limit cryptography for now. 2023-03-24 13:49:44 -04:00
Itamar Turner-Trauring
8d84e8a19f Fix lint. 2023-03-24 12:08:04 -04:00
Itamar Turner-Trauring
3212311bbe Fix lint. 2023-03-24 12:06:49 -04:00
Itamar Turner-Trauring
494a977525 Fix lint. 2023-03-24 12:06:01 -04:00
Itamar Turner-Trauring
aea748a890 Fix lint. 2023-03-24 12:03:43 -04:00
Itamar Turner-Trauring
0e6825709d Fix lints. 2023-03-24 12:03:04 -04:00
Itamar Turner-Trauring
29a66e5158 Fix lint. 2023-03-24 12:01:12 -04:00
Itamar Turner-Trauring
ae29ea2b23 Fix lint, and some Python 3 cleanups. 2023-03-24 11:51:40 -04:00
Itamar Turner-Trauring
0cd197d4d0 Update another instance of List. 2023-03-24 11:46:46 -04:00
Itamar Turner-Trauring
e1839ff30d Fix lints. 2023-03-24 11:45:56 -04:00
Itamar Turner-Trauring
76ecdfb7bc Fix lint. 2023-03-24 11:44:59 -04:00
Itamar Turner-Trauring
958c08d6f5 Lint fix and cleanup. 2023-03-24 11:44:14 -04:00
Itamar Turner-Trauring
eb1cb84455 Lint fix and cleanup. 2023-03-24 11:42:38 -04:00
Itamar Turner-Trauring
56e3aaad03 Lint fix and cleanup. 2023-03-24 11:41:25 -04:00
Itamar Turner-Trauring
ce6b7aeb82 More modern pylint and flake8 and friends. 2023-03-24 11:38:32 -04:00
Itamar Turner-Trauring
1f29d5a23a News fragment. 2023-03-24 11:38:15 -04:00
Itamar Turner-Trauring
33d30b5c80 Type annotations. 2023-03-24 11:20:31 -04:00
Itamar Turner-Trauring
9baafea00e Refactor: simplify code so there are fewer codepaths. 2023-03-24 11:08:17 -04:00
Itamar Turner-Trauring
7715c4c6d0 News fragment. 2023-03-24 10:23:10 -04:00
Itamar Turner-Trauring
f0e60a80af Remove unneeded import. 2023-03-24 10:22:52 -04:00
Itamar Turner-Trauring
6659350ff3 Improve type annotations. 2023-03-24 10:18:15 -04:00
Itamar Turner-Trauring
0da059b644 Update the connection status during the initial choice of NURLs. 2023-03-24 10:10:18 -04:00
Jean-Paul Calderone
d92470d233
Merge pull request #1260 from exarkun/great-black-swamp-spec-tweaks
Great black swamp spec tweaks

Fixes: ticket:3986
2023-03-23 07:38:27 -04:00
Jean-Paul Calderone
95677ccbd6
Merge pull request #1273 from exarkun/3993.calibrate-cost-reports
Update RSA key generation docs

Fixes: ticket:3993
2023-03-22 14:25:47 -04:00
Jean-Paul Calderone
727d10af93 hit the right build target 2023-03-22 09:40:58 -04:00
Jean-Paul Calderone
bc424dc1d1 news fragment 2023-03-22 09:36:31 -04:00
Jean-Paul Calderone
8d0869f614 Factor some shared pieces of CircleCI configuration out
* Take DOCKERHUB_CONTEXT off of the single arbitrary job it was hung on and
  make it standalone.  This isolates it from future changes to that particular
  job.

* Take DOCKERHUB_AUTH out of `jobs` so it doesn't need a lot of extra
  boilerplate to pass schema validation.

* Give the "nixos" job a Python version parameter so it can be instantiated
  multiple times to test multiple Python versions.  Change the "NixOS
  unstable" instantiation to use Python 3.11 as a demonstration.

* Move a lot of the implementation of the "nixos" job into a "nix" executor
  and a "nix-build" command that, together, do the generic setup required to do
  any nix-based builds.
2023-03-22 09:30:52 -04:00
Jean-Paul Calderone
c1de2efd2d news fragment 2023-03-22 09:04:31 -04:00
Jean-Paul Calderone
c49aa44655 Update the raw number and give a reference for interpretation 2023-03-22 09:04:15 -04:00
Jean-Paul Calderone
e7ed17af17 fix some editing errors about overreads and generally try to clarify 2023-03-22 08:42:32 -04:00
Jean-Paul Calderone
7c0b21916f specify the unit of available-space 2023-03-22 08:35:17 -04:00
Jean-Paul Calderone
44f5057ed3 fix link markup 2023-03-22 08:07:59 -04:00
Jean-Paul Calderone
77d34374d1 Merge remote-tracking branch 'origin/master' into 3991.build-with-nix-for-pypy 2023-03-21 20:42:05 -04:00
Itamar Turner-Trauring
559e2ecdab
Merge pull request #1262 from tahoe-lafs/3935-happy-eyeballs
MVP happy eyeballs for HTTP storage protocol

Fixes ticket:3935
Fixes ticket:3981
2023-03-21 12:51:37 -04:00
Itamar Turner-Trauring
264269f409 Better test name. 2023-03-21 11:29:50 -04:00
Itamar Turner-Trauring
14aeaea022 Another todo. 2023-03-21 11:29:19 -04:00
Itamar Turner-Trauring
7ae8b50d14 Async! 2023-03-21 11:26:40 -04:00
Itamar Turner-Trauring
b65bc9dca7 Better explanation. 2023-03-21 11:22:43 -04:00
Itamar Turner-Trauring
e989677319 Pass in a pool instead of pool options. 2023-03-21 11:20:25 -04:00
Jean-Paul Calderone
6a0a895ee8 Encode the reason limit in the implementation as well 2023-03-21 10:39:58 -04:00
Jean-Paul Calderone
fe0e159e52 Give base32 a section heading
We don't have any other sections but ... 🤷
2023-03-21 10:39:58 -04:00
Jean-Paul Calderone
6771ca8ce4 fix table markup 2023-03-21 10:39:58 -04:00
Jean-Paul Calderone
6dc6d6f39f inline the actual base32 alphabet we use 2023-03-21 10:39:58 -04:00
Jean-Paul Calderone
c0a8be5843 nail it down 2023-03-21 10:39:58 -04:00
Jean-Paul Calderone
5facd06725 adjust markup to clarify the encoding exceptions 2023-03-21 10:39:58 -04:00
Jean-Paul Calderone
7859ba7337 fix title level inconsistency 2023-03-21 10:39:58 -04:00
Jean-Paul Calderone
c3afab15ed correct version type annotation 2023-03-21 10:39:58 -04:00
Jean-Paul Calderone
b27946c3c6 trim overlong section marker 2023-03-21 10:39:58 -04:00
Jean-Paul Calderone
369d26f0f8 There is a limit to the size of the corruption report a server must accept 2023-03-21 10:39:58 -04:00
Jean-Paul Calderone
8645462f4e Base64 encode the swissnum
Typically swissnums themselves are base32 encoded but there's no requirement
that this is the case.  Base64 encoding in the header ensures we can represent
whatever the value was.
2023-03-21 10:39:58 -04:00