Timeline
2023-03-17:
- 19:46 Changeset in trunk [6a43465] by
- Fix the type annotations
- 19:32 Changeset in trunk [5cf892b] by
- Also remove it from the Nix packaging
- 19:31 Changeset in trunk [a9f3465] by
- news fragment
- 19:30 Changeset in trunk [a3ebd21] by
- implement retry ourselves, don't depend on tenacity
- 19:29 Ticket #3989 (The `tenacity` dependency costs a lot and brings a little) created by
- We use tenacity in just one place, test_iputil.py, for a function …
2023-03-16:
- 20:31 Changeset in trunk [a24e6bd] by
- Try to rewrite test_get_put.py::test_large_file into system-style test.
- 13:37 Changeset in trunk [e6832dd] by
- another one
- 13:09 Changeset in trunk [c9dba4d] by
- Fix a couple other _protocol attributes
- 12:52 Changeset in trunk [58e0e3de] by
- see if this fixes the AttributeError?
- 12:33 Changeset in trunk [35525bc] by
- Merge remote-tracking branch 'origin/master' into …
- 12:26 Ticket #3970 (Type Annotations and updating of function for wormholetesting) closed by
- fixed: In [changeset:"8431bbff676a8ac2772db7e76056ef7407071a62/trunk" …
- 12:26 Changeset in trunk [8431bbf] by
- Merge pull request #1261 from danielzwlee/3970.type-annotations-clean …
2023-03-15:
- 22:08 Ticket #3987 (Replace the use of `mach-nix` for nix packaging with something else) closed by
- fixed: In [changeset:"e033f25d0a99fe5c002890733ebfc13b5e0842d1/trunk" …
- 22:08 Changeset in trunk [e033f25d] by
- Merge pull request #1267 from exarkun/replace-mach-nix Fixes: ticket:3987
- 21:06 Ticket #3988 (test_large_file in integration/test_get_put.py fails consistently on ...) created by
- 19:47 Changeset in trunk [2a8867f] by
- more packaging instructions
- 19:44 Changeset in trunk [52f43ce] by
- Add 3.11.
- 19:42 Changeset in trunk [aaaec9a] by
- package update instructions
- 19:33 Changeset in trunk [b665240] by
- Merge remote-tracking branch 'origin/master' into replace-mach-nix
- 00:40 Changeset in trunk [324a5ba3] by
- give the reader a hint about the interpretation of ./.
- 00:38 Changeset in trunk [505032d] by
- a note about what this is and what's going on upstream
2023-03-14:
- 19:49 Changeset in trunk [2e2bbc1b] by
- Sync branch with master and resolve merge conflicts :# new file: …
- 17:01 Changeset in trunk [24212b4] by
- Fix 3.11 runs.
- 17:01 Changeset in trunk [dd07a39] by
- Don't bother with persistent connections when testing NURLs.
- 16:03 Changeset in trunk [f8ea650] by
- Wait for current loop iteration to finish before moving on to next …
- 15:31 Ticket #3959 (More extensive end-to-end testing for Tahoe to exercise HTTP storage ...) closed by
- fixed: In [changeset:"c97e07dc63c1d14d3f497e91971f9c186caf04f8/trunk" …
- 15:31 Changeset in trunk [c97e07dc] by
- Merge pull request #1263 from tahoe-lafs/3959-more-end-to-end-tests …
- 14:25 Changeset in trunk [10414e8] by
- Remove some unnecessary hierarchy I thought default.nix was handled …
- 14:19 Changeset in trunk [ff50bfe] by
- Accept all the arguments default.nix accepts, too
- 14:19 Changeset in trunk [ea5928c] by
- news fragment
- 13:57 Changeset in trunk [d701890] by
- Switch away from using stdin, it's flaky on Windows.
2023-03-13:
- 23:43 Changeset in trunk [d648592] by
- get the helper …
- 23:03 Changeset in trunk [9955963] by
- remove some repetition in the package definition
- 23:02 Changeset in trunk [6e6fc2d] by
- The Nix test expression includes a package build, so just do that
- 21:23 Changeset in trunk [1c926ae] by
- Add space to return type
- 21:10 Changeset in trunk [1b9936bd] by
- get lib :/
- 21:06 Changeset in trunk [0d11c6c] by
- package metadata
- 21:02 Changeset in trunk [1e0e530] by
- actually add the test expression
- 21:02 Changeset in trunk [17a2c32] by
- Avoid colliding with the "extra" package in nixpkgs :/
- 21:01 Changeset in trunk [f59c6a3] by
- Get our dependencies at runtime, too.
- 20:43 Changeset in trunk [93cd2aa3] by
- re-enable nix-based test suite runs
- 20:36 Changeset in trunk [edd8e99] by
- no more pypi-deps-db or mach-nix
- 20:21 Changeset in trunk [b73045d9] by
- fix ci configuration
- 20:19 Changeset in trunk [02904a3] by
- Drop nixpkgs 21.11 - it is missing some stuff we need Not only some …
- 20:02 Changeset in trunk [fa2ba64d] by
- Also supply the i2p extra dependency, txi2p
- 19:53 Changeset in trunk [f1be1ca1] by
- Added more elements to export list in wormholetesting.py
- 19:22 Ticket #3987 (Replace the use of `mach-nix` for nix packaging with something else) created by
- * mach-nix is unmaintained * mach-nix is incompatible with newer …
- 19:19 Changeset in trunk [568e1b5] by
- Replace the mach-nix-based package with a nixpkgs-based package The …
- 19:19 Changeset in trunk [2bb96d8] by
- There are new autobahn releases; remove the upper bound.
- 18:08 Changeset in trunk [041a634d] by
- Fix private interface import to test_invite
- 17:27 Changeset in trunk [b58dd2b] by
- Remove flags that are unused
- 16:17 Changeset in trunk [61c835c] by
- Added missing space between return type
- 16:04 Changeset in trunk [74ff8cd] by
- Per-file configuration for wormholetesting.py moved from inline mypy …
- 14:35 Ticket #3986 (Formalize the Great Black Swamp specification using RFC 2119 terms) created by
- Remove ambiguity surrounding the requirements of a conforming …
- 13:37 Ticket #3985 (Support "storage plugins" in the Great Black Swamp storage server and ...) created by
- allmydata.interfaces.IFoolscapStoragePlugin allows third-parties to …
- 13:13 Ticket #3984 (test_pidfile_contents uses check_pid_process like it is a context ...) created by
- A recent CI run failed like this: […] Due to …
- 13:11 Ticket #3983 (test_pidfile_contents sometimes fails with ProcessInTheWay) created by
- On a recent CI run it failed like this: […] Notice that content …
- 12:53 Ticket #3917 (Refactor UtilTests class) closed by
- fixed: In [changeset:"36cd697253890549cb3a823374eeee6fa86018f4/trunk" …
- 12:53 Changeset in trunk [36cd697] by
- Merge pull request #1214 from Fenn-CS/3917-refactor-test-storage-py …
Note: See TracTimeline
for information about the timeline view.