Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Tahoe-LAFS

Tahoe-LAFS is a free and open, secure, decentralized, fault-tolerant, distributed data store and distributed file system.
Collective - Host: opensource - https://opencollective.com/tahoe-lafs - Website: https://tahoe-lafs.org/ - Code: https://github.com/tahoe-lafs

More debugging.

github.com/tahoe-lafs/tahoe-lafs - 7b9432482724297c6d637aee20c2a6f5d94339ff authored almost 2 years ago
Add necessary config option to ensure it listens on Tor, and also give correct

Tor control port.

github.com/tahoe-lafs/tahoe-lafs - 13e9f88309c15f5f4bfe71c0abe8bff5a2c2326b authored almost 2 years ago
Merge remote-tracking branch 'exarkun/3999.structure-config-manipulation' into 3999.structure-config-manipulation

github.com/tahoe-lafs/tahoe-lafs - b1f5201ef2417c2a2f40d8956848d0ab5228d7ee authored almost 2 years ago
The tcp listening port needs to match the onion local port, or you get

connection refused when you try to connect to the hidden service.

github.com/tahoe-lafs/tahoe-lafs - 812458699dc22a62f49419a2fd62bcf7510b08b2 authored almost 2 years ago
add CPython 3.8 and CPython 3.9 unit test jobs to CircleCI

github.com/tahoe-lafs/tahoe-lafs - 7ae7db678eae92fa41450240f91b56335aaff9dd authored almost 2 years ago
Remove the "ubuntu-latest" unit test job from GitHub Actions

github.com/tahoe-lafs/tahoe-lafs - 8557c66b39ed6ec806160eec857ba017ee2506de authored almost 2 years ago
add Ubuntu 22.04 unit test job to CircleCI

github.com/tahoe-lafs/tahoe-lafs - 2be9e949f0c22c1daba57c2951bb5ff8eac9654d authored almost 2 years ago
Merge remote-tracking branch 'origin/master' into 3999.structure-config-manipulation

github.com/tahoe-lafs/tahoe-lafs - 76873e5901c9bf8e9dcdfbeae336f743149877fe authored almost 2 years ago
Merge remote-tracking branch 'origin/master' into clean-up-tor-and-i2p-providers

github.com/tahoe-lafs/tahoe-lafs - 7cd0c9d7246c1a92f2194650718d445bb642d3ec authored almost 2 years ago
Newer chutney.

github.com/tahoe-lafs/tahoe-lafs - efa51d41dcdbf430510927b4ad6d41a9835b267a authored almost 2 years ago
name-mangling section

github.com/tahoe-lafs/magic-folder - 884850143b2eec3b6189179933c144bedb588ee7 authored almost 2 years ago
use '@metadata' in the right spots

github.com/tahoe-lafs/magic-folder - bdac6ae2814cd9be832206053c2df0d604f2d72c authored almost 2 years ago
Merge pull request #1282 from exarkun/4003.test_connection_status-demock

Remove `mock` use from allmydata/test/test_connection_status.py

Fixes: ticket:4003

github.com/tahoe-lafs/tahoe-lafs - 590b20431a02f9e366fbc9c9cc086211a18ee688 authored almost 2 years ago
Merge pull request #1280 from exarkun/4001.propagate-parent-process-env

Propagate parent environment to children in the integration tests

Fixes: ticket:4001

github.com/tahoe-lafs/tahoe-lafs - 28e442a4f51127cac94444b85418dd318a808dd8 authored almost 2 years ago
Correct the annotation.

github.com/tahoe-lafs/tahoe-lafs - e19aeb5aea2bd57bfb2de3bc6f7f87a9097723c6 authored almost 2 years ago
Reformat with black.

github.com/tahoe-lafs/tahoe-lafs - 5e3fa04a3a6e0ae2210fcdc49347e18c3e384ec2 authored almost 2 years ago
Add logging for request().

github.com/tahoe-lafs/tahoe-lafs - 57ec669e1e70dc0fd6be4b6ddfbe3fe0f32221de authored almost 2 years ago
Type says we should only pass in DecodedURL.

github.com/tahoe-lafs/tahoe-lafs - 3b3ea5409c7c31b5158c2ec5093d7021a927d2d3 authored almost 2 years ago
Add some type annotations.

github.com/tahoe-lafs/tahoe-lafs - 41939e2b286fedca55af7ad202739751c40d7f3d authored almost 2 years ago
Make sure tests have the same error testing infrastructure as the real thing.

github.com/tahoe-lafs/tahoe-lafs - b81fad2970ff3eeea87fa869318dcee1f6db6ce9 authored almost 2 years ago
pass mypy strict on the new module

github.com/tahoe-lafs/tahoe-lafs - 2f3091a065fa3cb49183807b81785d8bd121f807 authored almost 2 years ago
remove unused import

github.com/tahoe-lafs/tahoe-lafs - 00ecb65c01478e59f9dd543e849c085556c8b767 authored almost 2 years ago
Make `tahoe create-node` use the new listener protocol

github.com/tahoe-lafs/tahoe-lafs - 74ebda771a0b0e403dd6167081cb5516cc9c124e authored almost 2 years ago
Make the I2P and Tor providers implement the Listener protocol

github.com/tahoe-lafs/tahoe-lafs - c52eb695055014821bdb3c5916b1278524ba448e authored almost 2 years ago
Add a couple simple Listeners that we need

github.com/tahoe-lafs/tahoe-lafs - e15970a484031cb2d4673c03f06b314a19c25b43 authored almost 2 years ago
improve the Listener protocol somewhat

github.com/tahoe-lafs/tahoe-lafs - ed237b0dba674a7bac023163542cd6d904e20d77 authored almost 2 years ago
top-of-file cleanups

github.com/tahoe-lafs/tahoe-lafs - cbfbfe8b1e3075b5c131f93c3c9e5b02b03b2ac1 authored almost 2 years ago
Define a protocol for listener/transport providers

github.com/tahoe-lafs/tahoe-lafs - fdf8519ed5a66a94caf551cf5f853a3a327b4ff3 authored almost 2 years ago
Merge pull request #1281 from exarkun/4002.reuse-chutney

Use an existing Chutney, if there is one

Fixes: ticket:4002

github.com/tahoe-lafs/tahoe-lafs - 0b5c96e7626beaca9f63c8ae3069bafbca9758ca authored almost 2 years ago
Merge pull request #1279 from exarkun/4000.tor-integration-tests-skip

Skip the tor integration tests if any needed tor tools are missing

Fixes: ticket:4000

github.com/tahoe-lafs/tahoe-lafs - efa91df901b6ba34417b0b66d7c2c72bae4bf3b3 authored almost 2 years ago
Python 3.8 compatibility

github.com/tahoe-lafs/tahoe-lafs - ecfa76ac3268d8f23fe374b8f1ae7507e01f0773 authored almost 2 years ago
Refactor; failing tests for some reason.

github.com/tahoe-lafs/tahoe-lafs - d36adf33a41be87814da8ccdf9a10c21813d53db authored almost 2 years ago
Not sure if per method logging is worth it, will start from assumption that HTTP

logging is enough.

github.com/tahoe-lafs/tahoe-lafs - e8c72e6753db8287ef1dcfa824080e1191746c2a authored almost 2 years ago
Merge pull request #1276 from tahoe-lafs/3978-connection-status-http-storage

Make connection status for http storage get updated in more cases

Fixes ticket:3978

github.com/tahoe-lafs/tahoe-lafs - 2fd1123f77ef2df670e33e2a13b7574fe1f111fb authored almost 2 years ago
The function should return a coroutine.

github.com/tahoe-lafs/tahoe-lafs - 80d8e5b465bbc717fc76708f319973ce40fb2907 authored almost 2 years ago
Python 3.8 compatibility

github.com/tahoe-lafs/tahoe-lafs - 3ea9e97606b8605befc8e2b2f1a6342cf47c0336 authored almost 2 years ago
Crank the type checking ratchet

github.com/tahoe-lafs/tahoe-lafs - 2e6a40294b7c30bb9e000eaa52e9bc00097504a3 authored almost 2 years ago
Factor some repetition out of the tests

github.com/tahoe-lafs/tahoe-lafs - 6d4278b465a4eb2194845884d363d373e84433f3 authored almost 2 years ago
Remove the unused mock import

github.com/tahoe-lafs/tahoe-lafs - 8e63fe2fddc8ca7b20a8a819d56c839546bc30e3 authored almost 2 years ago
Remove porting boilerplate

github.com/tahoe-lafs/tahoe-lafs - 9a8430c90fcbb879e3e8e1b32a44c5f7aea8a5c0 authored almost 2 years ago
Pass a time function instead of patching the global

github.com/tahoe-lafs/tahoe-lafs - 32cd54501d0f92de067c39b4178814e438bb49a4 authored almost 2 years ago
use foolscap.reconnector.Reconnector where one is required

Unfortunately we need to touch a private attribute directly to shove our
expected info into it. ...

github.com/tahoe-lafs/tahoe-lafs - 6b7ea29d887150a8e041fbb0fe835b75ca76d565 authored almost 2 years ago
use foolscap.info.ConnectionInfo where one is required

It's *right* there. Just use it!

github.com/tahoe-lafs/tahoe-lafs - e2c6cc49d5e97627f4979ff4329c8cf3360f010e authored almost 2 years ago
use foolscap.reconnector.ReconnectionInfo where one is required

It's *right* there. Just use it!

github.com/tahoe-lafs/tahoe-lafs - 2f106aa02adc157ef730ce49012da7e7f3b05b54 authored almost 2 years ago
Split up the state management logic from the server pinging logic.

github.com/tahoe-lafs/tahoe-lafs - bd7c61cc5cce30ee75c0803e71ce9c5d7cc1643a authored almost 2 years ago
remove unused binding

github.com/tahoe-lafs/tahoe-lafs - 4232c7f142d114d9440ceca7ea8ebfa9a044664c authored almost 2 years ago
Clean up with simpler idiom.

github.com/tahoe-lafs/tahoe-lafs - 7838f25bf8b70c981b29d8357a1edd427c253f80 authored almost 2 years ago
Explain why we ignore type check.

github.com/tahoe-lafs/tahoe-lafs - 0995772b24168a47049c35ed35825fc69a660316 authored almost 2 years ago
Use an already-installed Chutney if there is one

github.com/tahoe-lafs/tahoe-lafs - fb8c10c55fd13afc4d408f8dce47cd79a5e403f4 authored almost 2 years ago
Nothing uses the return value of this fixture

github.com/tahoe-lafs/tahoe-lafs - d3d94937be84c751475b9e4d3da4820fe4cd0cdf authored almost 2 years ago
Propagate parent environment to children in the integration tests

github.com/tahoe-lafs/tahoe-lafs - 8613e36bae8068aea67ee662296ab367e19c268c authored almost 2 years ago
Safely customize the client node's configuration

This is similar to the fix to the `tor_introducer` fixture.

github.com/tahoe-lafs/tahoe-lafs - 1c99817e1b0d098a422a2d0ccdc4cb6a5cb3d489 authored almost 2 years ago
Add a little more debug info to the integration test suite output

github.com/tahoe-lafs/tahoe-lafs - 1c11f9e7d4957fcb1312418feb65c6a56847586e authored almost 2 years ago
Safely customize the Tor introducer's configuration

Previously we clobbered the whole generated configuration and potentially
wiped out additional i...

github.com/tahoe-lafs/tahoe-lafs - fbcef2d1ae7f0893e4e4dc55066baa0b01feff4e authored almost 2 years ago
Skip the tor integration tests if any needed tor tools are missing

github.com/tahoe-lafs/tahoe-lafs - b65e8c72dffe637d3a78f733866c212d823503c3 authored almost 2 years ago
Revert to old code.

github.com/tahoe-lafs/tahoe-lafs - 4211fd8525bfe5e45c323a9389df1ec5f54aab8d authored almost 2 years ago
Merge remote-tracking branch 'origin/master' into 3880-http-storage-logging

github.com/tahoe-lafs/tahoe-lafs - 4a396309d2d247642989bc2a99a1ecd35071574b authored almost 2 years ago
Merge remote-tracking branch 'origin/master' into 3978-connection-status-http-storage

github.com/tahoe-lafs/tahoe-lafs - e7c71e66a37eae8eca5822809ed5c0be16038b3b authored almost 2 years ago
Merge pull request #1274 from exarkun/3994.refactor-circleci-configuration

Fixes: ticket:3994

github.com/tahoe-lafs/tahoe-lafs - c4781609882be52a2dbe516b9e1d060c2bc2ba33 authored almost 2 years ago
update stale explanation about CACHIX_NAME

github.com/tahoe-lafs/tahoe-lafs - ca7d60097c2b228191f9854db16960ad4abc667e authored almost 2 years ago
Merge remote-tracking branch 'origin/master' into 3994.refactor-circleci-configuration

github.com/tahoe-lafs/tahoe-lafs - 9aefcbbe2fbe4de5b3164050f62c2f68b1450cc7 authored almost 2 years ago
Merge pull request #1272 from exarkun/3991.build-with-nix-for-pypy

Build with Nix for Python 3.11 and PyPy 3.9

Fixes: ticket:3991

github.com/tahoe-lafs/tahoe-lafs - 2dd3b5d38da3f6112911424966d946e907942104 authored almost 2 years ago
Merge remote-tracking branch 'origin/master' into 3991.build-with-nix-for-pypy

github.com/tahoe-lafs/tahoe-lafs - 5873d46d55c3e3af01dcd9e11afc25365017621e authored almost 2 years ago
Merge pull request #1277 from tahoe-lafs/3996.newer-flake8-and-pylint

Fixes: ticket:3996
Fixes: ticket:3997

github.com/tahoe-lafs/tahoe-lafs - b4670028c4982112c2c2d52d9a097aacbf92cc15 authored almost 2 years ago
additional news fragment

github.com/tahoe-lafs/tahoe-lafs - 6bf1f0846a9858e50988cf235562b5f92c11ebd5 authored almost 2 years ago
Add missing pyyaml dependency

It worked without this because we got the pyyaml dependency transitively but
we should declare i...

github.com/tahoe-lafs/tahoe-lafs - 226da2fb2afa5961f8580619002905e3aeec580d authored almost 2 years ago
Workaround for incompatibility.

github.com/tahoe-lafs/tahoe-lafs - 51c7ca8d2cee964c94c8bce689520eb25c8325ee authored almost 2 years ago
Fix lints, remove some Python 2 junk.

github.com/tahoe-lafs/tahoe-lafs - 63549c71efee7c952ea0a9d8b3a80e4a53fa7236 authored almost 2 years ago
Limit cryptography for now.

github.com/tahoe-lafs/tahoe-lafs - 4b25a923567e53b74ee04bba78b0342b7e09fe4d authored almost 2 years ago
Fix lint, and some Python 3 cleanups.

github.com/tahoe-lafs/tahoe-lafs - ae29ea2b23cda231a953e9b1a8c92016c3ac0f53 authored almost 2 years ago
Update another instance of List.

github.com/tahoe-lafs/tahoe-lafs - 0cd197d4d0b156124f73df7b9b16607c846208ee authored almost 2 years ago
Lint fix and cleanup.

github.com/tahoe-lafs/tahoe-lafs - 958c08d6f577fa97e3b5a146405b4329a14c6235 authored almost 2 years ago