Custom Query (692 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (401 - 500 of 692)

1 2 3 4 5 6 7
Ticket Summary Keywords Status Owner Reporter Priority Type
#3508 grid-manager integration tests grid-manager new meejah normal defect
#3530 Stop using the mock library for testing: src/allmydata/test/test_i2p_provider.py mock new exarkun normal defect
#3531 Stop using the mock library for testing: src/allmydata/test/test_tor_provider.py mock new exarkun normal defect
#3535 Document crypto used in grid-manager grid-manager new meejah major task
#3538 Get rid of the "portnum filename" stuff in the configuration system new exarkun normal defect
#3540 allmydata.mutable.publish.Publish.publish has unreliably covered bad shares handling code new exarkun normal defect
#3541 CircleCI cannot find context "dockerhub-auth" new sajith normal defect
#3548 test_filesystem_with_cli_in_subprocess mutates os.environ a bunch new exarkun normal defect
#3554 Rename uri.{to,from}_string to uri.{to,from}_bytes new chadwhitacre normal task
#3556 docs/logging.rst has broken examples in it new exarkun normal defect
#3559 Mention code of conduct in contributors guide new sajith normal defect
#3561 allmydata.immutable.offloaded.LocalCiphertextReader claims to implement IEncryptedUploadable but does not implement set_upload_status new exarkun normal defect
#3562 IMutableFileVersion.get_servermap is unused and unimplemented new exarkun normal defect
#3563 _tub_portlocation tries to detect port 0 configuration but does so incompletely new exarkun normal defect
#3570 Multiple developers can sign releases new meejah normal defect
#3571 Should grid-manager accept only "its" certificates? grid-manager new meejah normal enhancement
#3573 Some typechecks fail with "Cannot determine consistent method resolution order" new jaraco normal defect
#3597 The integration tests mix synchronous and asynchronous code in an unreliable way self-contained test new exarkun normal defect
#3601 CI builds new images for test jobs even when Tahoe's dependencies haven't changed self-contained ci new exarkun normal defect
#3609 Manual quoting/escaping is scattered ad hoc throughout the web code wui new exarkun normal defect
#3610 allmydata.web.directory.ReloadableMonitorElement and allmydata.web.operations.ReloadMixin are basically the same wui new exarkun normal defect
#3614 Consider renaming types_ module new jaraco normal defect
#3681 Windows install of VC compiler for Python 2.7 is failing in CI new itamarst normal defect
#3685 Integration test for upgrading from Python 2 to Python 3 new itamarst normal task
#3719 tahoe_cp doesn't correctly determine when it needs to copy bytes new itamarst normal defect
#3720 On Python 3, filesystem paths and sys.argv should use os.fsencode/os.fsdecode for encoding new itamarst normal task
#3726 Register Tahoe-LAFS project with Libera.Chat new sajith normal defect
#3731 Make `tox -e news` work on macOS new sajith normal defect
#3737 Bug/regression: uploading file to directory via the web UI fails with unhelpful error if the file is unreadable new itamarst normal defect
#3740 link to web forum new meejah normal defect
#3745 Remove vestigial `whitelist_externals` from Tox configuration new sajith normal defect
#3752 Make a list of tests that don't pass in the Nix build environment new maylee normal defect
#3755 GBS design discussion reopened itamarst normal task
#3775 Introduce a code formatter into the tahoe new fenn-cs normal defect
#3776 Intermittent test failure: allmydata.test.test_node.TestMissingPorts.test_listen_on_zero_with_host new itamarst normal defect
#3789 intermittent integration/test_i2p.py::test_i2p_service_storage failure new exarkun normal defect
#3790 `tahoe status` explodes on an encoding issue in some environments new exarkun normal defect
#3813 There is a large amount of dynamic package-related code in Tahoe-LAFS new exarkun normal defect
#3816 Improve release checklist. new fenn-cs normal defect
#3817 formatting issue with commands new meejah normal defect
#3818 Writing at offset=0 using REST API fails for empty files new derkades normal defect
#3825 Placeholder new meejah major defect
#3840 Handle unserializable arguments in log_call_deferred and tests new fenn-cs normal defect
#3845 "Economic plugin" errors not surfaced effectively new meejah normal defect
#3846 Release script. new fenn-cs normal defect
#3852 500 error from JSON welcome page python3 new meejah major defect
#3853 If a given header is too short, `ShareFile.is_valid_header` method raises an exception new exarkun normal defect
#3862 Refactor throw_out_all_data feature of allmydata.storage.immutable.BucketWriter new itamarst normal enhancement
#3863 builtins.AttributeError: 'FileTransferServer' object has no attribute '_ebClose' new exarkun normal defect
#3864 The sftp accounts file could support aliases to make configuration easier new exarkun normal defect
#3866 Dropping Python 3.6 means we can do some code cleanup new itamarst normal enhancement
#3869 Intermittent allmydata.test.test_storage_http.GenericHTTPAPITests.test_bad_authentication failure new exarkun normal defect
#3878 Potential denial of service attack by rogue servers availability, security new itamarst normal defect
#3885 the netifaces library is unmaintained new exarkun normal defect
#3886 It is inconvenient to test code using `async def` using Tahoe's unittest-based testing tools new exarkun normal enhancement
#3887 HTTPConnectionPool briefly leaks reactor state in a way that makes resource cleanup more complicated new exarkun normal defect
#3892 Tahoe Website Makeover new fenn-cs normal defect
#3894 There should be a discoverable development roadmap new exarkun normal enhancement
#3899 No indication of failure if we can't match an "announcement" new meejah normal defect
#3916 Refactor tests that can but do not use base test classes. new fenn-cs normal defect
#3918 Refactor MutableChecker tests new fenn-cs normal defect
#3919 Refactor ConfigUtilTests and Pipeline tests new fenn-cs normal defect
#3920 Refactor TestRegression (test_crypto) new fenn-cs normal defect
#3923 Refactor allmydata.immutable.encode.Encoder to separate out the uri_extension code new itamarst normal enhancement
#3924 Test for allmydata.immutable.layout.WriteBucketProxy invariant new itamarst normal enhancement
#3925 revamp "tahoe run" new meejah normal enhancement
#3929 Error reading directory: 'coroutine' object has no attribute 'addCallback' new meejah major defect
#3931 Factor functionality related to running a storage service into a separate class from `_Client` new exarkun normal enhancement
#3932 Library code to parse NURLs and fURLs new itamarst normal enhancement
#3933 upgrade autobahn new meejah normal enhancement
#3941 When tests fail, make it easier to find why in Github Actions new itamarst normal enhancement
#3948 Remove all of the dynamicism from setup.py new exarkun normal defect
#3951 Tox breaks Tahoe-LAFS CI a lot new exarkun normal defect
#3977 Check certificates for validity grid-manager new meejah normal enhancement
#3983 test_pidfile_contents sometimes fails with ProcessInTheWay new exarkun normal defect
#3984 test_pidfile_contents uses check_pid_process like it is a context manager, but it is not new exarkun normal defect
#3985 Support "storage plugins" in the Great Black Swamp storage server and client new exarkun normal defect
#3990 Failing repairer test (on PyPy) new itamarst normal defect
#3995 Remove the various dead code from `src/allmydata/util/base32.py` new exarkun normal defect
#4007 Remove the PyPy unit test jobs from GitHub Actions new exarkun normal defect
#4008 If tor provider can't connect to the control port it seems to silently do nothing new itamarst normal defect
#4011 New solution for code coverage new itamarst normal task
#4017 WebUI: enhance "put" operations new meejah normal enhancement
#4021 Add a CI job that is explicitly for "run with latest version of dependencies" new exarkun normal defect
#4033 txtorcon has logic for connecting automatically to correct tor port, use that new itamarst normal enhancement
#4048 Fix the `cli_options.stdout` pattern new exarkun normal defect
#4053 Add a tool for running the integration tests in a reproducible environment new exarkun normal defect
#4054 Use CircleCI's "parallelism" feature to speed up runs of the integration test suite new exarkun normal defect
#4056 attrs "provides" deprecated new meejah normal defect
#4058 allmydata.test.cli.test_run.RunTests.test_pidfile_contents fails sometimes new exarkun normal defect
#4069 benchmark output improvements new meejah normal enhancement
#4073 each share for a file can have its own write enabler secret, but the wire protocol does not support more than one new shapr normal defect
#4075 Another pass of upgrading dependency versions and mypy improvements new itamarst normal enhancement
#4076 prepare release new meejah normal defect
#4077 Many regexs in Tahoe tests are invalid new itamarst normal defect
#4078 intermittant failures / race-condition on immutable.download.fetcher new meejah normal defect
#4083 Run blocking operations in a thread or thread pool, part 3 new itamarst normal defect
#4085 Dirty reactor tests new itamarst normal defect
#4086 Release signatures (not available on PyPI any more) new meejah normal task
#4089 PyPy 7.3.15 and later break Twisted 23.10 and earlier new itamarst normal defect
1 2 3 4 5 6 7
Note: See TracQuery for help on using queries.