Commit Graph

14236 Commits

Author SHA1 Message Date
Itamar Turner-Trauring
620242558a Merge branch '3952-benchmarks' into 3957-mutable-over-http-speed 2023-01-06 11:05:14 -05:00
Itamar Turner-Trauring
3de5ebde48 Merge branch '3956-mutable-uploads' into 3957-mutable-over-http-speed 2023-01-06 11:05:11 -05:00
Itamar Turner-Trauring
c220d02093
Merge pull request #1238 from tahoe-lafs/3953.fewer-static-check-ci-jobs
Have fewer instances of the static check CI jobs
2023-01-06 10:56:20 -05:00
Jean-Paul Calderone
1c643ebbaf
Merge pull request #1237 from tahoe-lafs/3954.faster-http
Faster HTTP for immutable downloads

Fixes: ticket:3954
2023-01-02 10:09:55 -05:00
Jean-Paul Calderone
cdb20b0208
Merge pull request #1228 from tahoe-lafs/3937-integration-http-storage
Run integration tests with http storage protocol too

Fixes: ticket:3937
2023-01-02 09:22:10 -05:00
Jean-Paul Calderone
3badd42321
Merge pull request #1232 from exarkun/3942.missing-authorization-handling
3942 Handle missing Authorization in GBS server

Fixes: ticket:3942
2022-12-21 19:01:28 -05:00
Jean-Paul Calderone
1a1ca8d5ef Merge remote-tracking branch 'origin/master' into 3942.missing-authorization-handling 2022-12-21 09:44:41 -05:00
Jean-Paul Calderone
ab6b0fa971
Merge pull request #1242 from exarkun/3870.fix-cachix-for-forks
Fix cachix handling on PRs from forks
2022-12-21 09:42:23 -05:00
Itamar Turner-Trauring
d1b464d0d8 Writing large files can involve many writes. 2022-12-21 09:35:10 -05:00
Itamar Turner-Trauring
54da6eb60a Remove unneeded imports. 2022-12-21 09:34:25 -05:00
Itamar Turner-Trauring
1a4dcc70e2 Support large mutable uploads in a memory-efficient manner. 2022-12-21 09:24:31 -05:00
Itamar Turner-Trauring
6d2e797581 News file. 2022-12-21 09:16:18 -05:00
Itamar Turner-Trauring
a71e873c21 pycddl 0.2 is broken, 0.3 is missing mmap() support. 2022-12-21 09:15:51 -05:00
Jean-Paul Calderone
2da3d43b2e news fragment 2022-12-21 07:22:37 -05:00
Jean-Paul Calderone
25eb3ca262 Switch to a variable observed in practice
There is apparently no CIRCLE_PR_REPONAME set in the runtime environment,
either, despite what the docs say.
2022-12-21 06:47:21 -05:00
Jean-Paul Calderone
21af00bf83 Report the CIRCLE_PR_REPONAME too, because who knows 2022-12-21 06:27:41 -05:00
Jean-Paul Calderone
78e04cc821 Modernize cachix usage; attempt to fix CircleCI conditional
CIRCLE_PR_NUMBER documentation may just be wrong.  It seems like maybe it is
never set?

Try inspecting the source repo value instead.
2022-12-21 06:25:22 -05:00
Jean-Paul Calderone
6b57b03157 Merge remote-tracking branch 'origin/master' into 3942.missing-authorization-handling 2022-12-21 05:51:39 -05:00
Jean-Paul Calderone
80caf04966
Merge pull request #1234 from tahoe-lafs/3947.mutable-test_version-async-def
Convert some tests for mutables to use `async def`

Fixes: ticket:3947
2022-12-21 05:50:07 -05:00
Itamar Turner-Trauring
1d3464a430 Add end-to-end MDMF test. 2022-12-19 13:37:20 -05:00
Itamar Turner-Trauring
96347e22e2 Make a test demonstrating the problem. 2022-12-15 13:14:49 -05:00
Itamar Turner-Trauring
0ce7331c21 News file. 2022-12-14 11:56:35 -05:00
Itamar Turner-Trauring
46954613dc Don't need setup. 2022-12-14 11:48:51 -05:00
Itamar Turner-Trauring
4cc4670e05 Correct docs. 2022-12-14 11:46:30 -05:00
Itamar Turner-Trauring
f22988e9df Unused. 2022-12-14 11:46:01 -05:00
Itamar Turner-Trauring
55c1bae13e Instructions. 2022-12-14 11:45:56 -05:00
Itamar Turner-Trauring
9e06cc09d8 Make it line up. 2022-12-14 11:45:32 -05:00
Itamar Turner-Trauring
d3e89cc8fd Add print(). 2022-12-14 11:44:17 -05:00
Itamar Turner-Trauring
1d6a4e6d56 Minor cleanups. 2022-12-14 11:43:59 -05:00
Itamar Turner-Trauring
146341de59 Rename. 2022-12-14 11:24:47 -05:00
Itamar Turner-Trauring
954ae2f2a4 Make tests pass again. 2022-12-14 11:23:06 -05:00
Itamar Turner-Trauring
983521c17a Mutable benchmark. 2022-12-14 11:22:05 -05:00
Itamar Turner-Trauring
edb2a21204 For now, just one share. Plus more docs. 2022-12-14 11:18:17 -05:00
Jean-Paul Calderone
a1cb889308 Take typechecks and codechecks out of the GitHub Actions config
There's a dedicated job on CircleCI.
2022-12-14 08:35:10 -05:00
Jean-Paul Calderone
2057f59950 news fragment 2022-12-14 08:35:06 -05:00
Itamar Turner-Trauring
6ae40a932d A much more reasonable number of HTTP connections. 2022-12-13 15:54:19 -05:00
Itamar Turner-Trauring
be3ace7ade News file. 2022-12-13 15:39:04 -05:00
Itamar Turner-Trauring
14d65d25da Merge remote-tracking branch 'origin/master' into 3937-integration-http-storage 2022-12-13 10:57:27 -05:00
Itamar Turner-Trauring
5266adefce Include CPU time. 2022-12-13 10:57:07 -05:00
Itamar Turner-Trauring
87ff1706a9
Merge pull request #1236 from tahoe-lafs/pin-older-tox
Pin older tox
2022-12-13 10:53:29 -05:00
Jean-Paul Calderone
815c998c33 regular ci 2022-12-13 09:09:02 -05:00
Jean-Paul Calderone
8282fce4cd build the images again 2022-12-13 08:57:21 -05:00
Itamar Turner-Trauring
a3e02f14c9 Add a little timing. 2022-12-12 13:38:25 -05:00
Itamar Turner-Trauring
16d14c8688 A minimal upload/download script. 2022-12-12 11:54:23 -05:00
Jean-Paul Calderone
b8680750da pin it in more places 2022-12-12 11:47:32 -05:00
Itamar Turner-Trauring
6a1f49551b No, that's not it. 2022-12-12 11:05:09 -05:00
Itamar Turner-Trauring
366cbf9001 Tox is bad? 2022-12-12 10:55:07 -05:00
Itamar Turner-Trauring
d05a1313d1 Don't change versions for now, use strings so it'll be future compatible with 3.10. 2022-12-12 10:54:23 -05:00
Itamar Turner-Trauring
742b352861 Whitespace. 2022-12-12 10:52:17 -05:00
Itamar Turner-Trauring
106df423be Another approach. 2022-12-12 10:52:01 -05:00