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

Drop psutil

github.com/tahoe-lafs/tahoe-lafs - 130160e5a0adbda0f141259b8bd66bb57a2d19b1 authored about 1 year ago by Itamar Turner-Trauring <[email protected]>
Get CPU usage from cgroup v2.

github.com/tahoe-lafs/tahoe-lafs - a2f761a4ab17e53a45b8f1fa4773c4e0149709fe authored about 1 year ago by Itamar Turner-Trauring <[email protected]>
Merge pull request #97 from exarkun/96.decoder-crash

Fix decoding with k == m == 256

github.com/tahoe-lafs/zfec - 049599ac0eee0a7e0d3e8a44dc4404b3c7a78bd7 authored over 1 year ago by Jean-Paul Calderone <[email protected]>
changelog

github.com/tahoe-lafs/zfec - 050a77db60a7b424fb46c4c5df26692419c15090 authored over 1 year ago by Jean-Paul Calderone <[email protected]>
remove unused import

github.com/tahoe-lafs/zfec - 9abd09f1540315795aa61ebe8aeb0ea3ef2635c8 authored over 1 year ago by Jean-Paul Calderone <[email protected]>
fix the loops

github.com/tahoe-lafs/zfec - c506244eeeb3a268d9bd5bbde2b216c9cb9ee804 authored over 1 year ago by Jean-Paul Calderone <[email protected]>
rewrite test_small with Hypothesis

Hypothesis reproduces the problem more quickly than the prior pseudorandom
test.

github.com/tahoe-lafs/zfec - 6bc68a34e34e32b56dff2145479dff970b126f79 authored over 1 year ago by Jean-Paul Calderone <[email protected]>
Merge pull request #95 from exarkun/benchmark

Benchmark the Haskell `encode` and `decode` APIs

github.com/tahoe-lafs/zfec - 12a1e95a159303e7cf53df7a0b9d1d6281ab4126 authored over 1 year ago by Jean-Paul Calderone <[email protected]>
Add primary and secondary block decoding benchmarks

Dropping the alternate block sizes since in practice no one cares about
performance of 1 byte bl...

github.com/tahoe-lafs/zfec - ff60d019fede1f2bbe744b6f688ac54006d11fc0 authored over 1 year ago by Jean-Paul Calderone <[email protected]>
get the env var in the env var section

github.com/tahoe-lafs/zfec - 5d153ecb67eaa238579178e97678a78476168fe4 authored over 1 year ago by Jean-Paul Calderone <[email protected]>
Try to use cachix

github.com/tahoe-lafs/zfec - 2605bf065c7f1ff48d4a629b5acd5eb294cf49dc authored over 1 year ago by Jean-Paul Calderone <[email protected]>
A basic benchmark for the Haskell `encode` function

github.com/tahoe-lafs/zfec - d4b08b0754fb7cf2baeb9ca5f09580d6a428da9b authored over 1 year ago by Jean-Paul Calderone <[email protected]>
wip

github.com/tahoe-lafs/zfec - 87ff52c4571e549223b0c189a850455cd65cc80c authored over 1 year ago by Jean-Paul Calderone <[email protected]>
Merge pull request #91 from exarkun/89.corrupt-results

Fixes #89

Require explicit, single-threaded initialization. This is an incompatible change f...

github.com/tahoe-lafs/zfec - 92faacaf6f29656ecb3e38c9db1a11a373b7da6b authored over 1 year ago by Jean-Paul Calderone <[email protected]>
make CI wait longer

github.com/tahoe-lafs/zfec - 32cf57eb6f73a80d90d748c1f4634be85219bf3f authored over 1 year ago by Jean-Paul Calderone <[email protected]>
Mostly prefer the default number of successes

The test suite takes a long time to run, particularly on CI, this might help
it a bit. Also the...

github.com/tahoe-lafs/zfec - 72168770ec624fa256c8c3ad16b18302100dd1df authored over 1 year ago by Jean-Paul Calderone <[email protected]>
Merge remote-tracking branch 'origin/master' into 89.corrupt-results

github.com/tahoe-lafs/zfec - c883719ed46ab49e073fa4e0125784780ac283de authored over 1 year ago by Jean-Paul Calderone <[email protected]>
Merge pull request #94 from exarkun/passing-tests-on-circleci

Get the Haskell test suite passing on CircleCI

github.com/tahoe-lafs/zfec - ef79e9a18c9f9dd728f6d6630cb575c5e8e2f8c9 authored over 1 year ago by Jean-Paul Calderone <[email protected]>
do a native nix build too

github.com/tahoe-lafs/zfec - 3396d344bf2bf01fae02a58c20a95da9051a6845 authored over 1 year ago by Jean-Paul Calderone <[email protected]>
that seems to have done it, clean up

github.com/tahoe-lafs/zfec - 7c1ad486507abd81f34b0afa15b07e2511ebc10d authored over 1 year ago by Jean-Paul Calderone <[email protected]>
awk, too

github.com/tahoe-lafs/zfec - 86aa279f55293c71e483fd96db16e9cd0d295992 authored over 1 year ago by Jean-Paul Calderone <[email protected]>
put gnused in the build environment for cabal-test

github.com/tahoe-lafs/zfec - 5f50bbe761db8d4ba9233fa57f16acdd135ff687 authored over 1 year ago by Jean-Paul Calderone <[email protected]>
get the package db ...

github.com/tahoe-lafs/zfec - 629590cec39b52b7db8ab95cb26ad3ef431046ae authored over 1 year ago by Jean-Paul Calderone <[email protected]>
attempt to debug the build failure on ci

github.com/tahoe-lafs/zfec - 0ad05d08c2c9455935dfbb6bebc4c90995065a4f authored over 1 year ago by Jean-Paul Calderone <[email protected]>
try it with still more output

github.com/tahoe-lafs/zfec - d1cd6040a4f67400e57ec520ef5aaa099f4aeb7c authored over 1 year ago by Jean-Paul Calderone <[email protected]>
get `cabal-test` app from updated hs-flake-utils

Also hlint as long as we're here

github.com/tahoe-lafs/zfec - c9ae0f89f869482750fdc3984e7586e7b58ccd04 authored over 1 year ago by Jean-Paul Calderone <[email protected]>
show the build logs

It's nice to have access to them on CI but more importantly showing build
progress prevents the ...

github.com/tahoe-lafs/zfec - c6cda5844e5577c8769dbc8b8367d3fd1d0bb490 authored over 1 year ago by Jean-Paul Calderone <[email protected]>
Merge pull request #92 from exarkun/haskell-test-running-instructions

Fix the instructions for running the Haskell test suite

github.com/tahoe-lafs/zfec - c0dbfba92dd1260084055f5a81f0902b346dabcc authored over 1 year ago by Jean-Paul Calderone <[email protected]>
it's even worse than you know

github.com/tahoe-lafs/zfec - 90296c492ad4b934027fe9f5fcbdd999f4a3a859 authored over 1 year ago by Jean-Paul Calderone <[email protected]>
note a focal point of some of our woes

github.com/tahoe-lafs/zfec - 5ddf82ff293405262864994ef6f8379e48e5f942 authored over 1 year ago by Jean-Paul Calderone <[email protected]>
run them like so

github.com/tahoe-lafs/zfec - 0b2c123fcf5c4af532aea894f519e7449b52fc52 authored over 1 year ago by Jean-Paul Calderone <[email protected]>
Initialize the underlying library before the test suite begins

github.com/tahoe-lafs/zfec - 5b31be38279f1cf99ebc6c7bc541ba5bcece8ea4 authored over 1 year ago by Jean-Paul Calderone <[email protected]>
Allow external initialization of the library via the Haskell API

github.com/tahoe-lafs/zfec - 90a980f55b153cf8a4aa02639e1045f5dcaee7ec authored over 1 year ago by Jean-Paul Calderone <[email protected]>
Initialize the library from the Python bindings at module init

github.com/tahoe-lafs/zfec - 63a0492bb82a5d941f334dc5f02674d656af81bc authored over 1 year ago by Jean-Paul Calderone <[email protected]>
Add initialization API and make external initialization mandatory

github.com/tahoe-lafs/zfec - d2af8763760c27d8344ad12f30286c8b58123138 authored over 1 year ago by Jean-Paul Calderone <[email protected]>
increase the chances of revealing the bug

github.com/tahoe-lafs/zfec - 7a8ef420bdf11ac681d5fe03369327327b7d163c authored over 1 year ago by Jean-Paul Calderone <[email protected]>
fix some mistakes in the new property

github.com/tahoe-lafs/zfec - 49743e4e386d6d0bc01d817815edfc6fccac4db6 authored over 1 year ago by Jean-Paul Calderone <[email protected]>
Add an aggressive property test for encoding sanely

github.com/tahoe-lafs/zfec - 22d1822195c5df990d501422adab1712a3325ea1 authored over 1 year ago by Jean-Paul Calderone <[email protected]>
Merge pull request #90 from exarkun/cleanup-warnings-and-lint

Fix warnings and clean up lint in the Haskell bindings

github.com/tahoe-lafs/zfec - c315bd3b5fbeb4e29fc83298a6d59f54d9cd34d7 authored over 1 year ago by Jean-Paul Calderone <[email protected]>
Fix warnings and clean up lint

github.com/tahoe-lafs/zfec - 92c7dd492d241a549af2dc82bb0b01a3f4c34250 authored over 1 year ago by Jean-Paul Calderone <[email protected]>
More accurate description

github.com/tahoe-lafs/tahoe-lafs - 8f878275d430239f886c2ca4cab204a53f19eb38 authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
Merge pull request #1333 from tahoe-lafs/4063-pypy-test-failure

Make tests pass again

Fixes ticket:4063

github.com/tahoe-lafs/tahoe-lafs - ef20422bfe6e19e3d8fa836306d7aa2e583110e8 authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
test vectors

github.com/tahoe-lafs/tahoe-lafs - d6b38bc7a22cd5095fa086648d6a5bf9b833857f authored over 1 year ago by Jean-Paul Calderone <[email protected]>
news fragment

github.com/tahoe-lafs/tahoe-lafs - 6d626851bfbae700dd66fec2e66d320698325ff7 authored over 1 year ago by Jean-Paul Calderone <[email protected]>
Do multiple files sequentially, to reduce noise.

github.com/tahoe-lafs/tahoe-lafs - e21c2dd47074a7461a0c7513534a1ea3b41f4aeb authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
Also record CPU time of subprocesses.

github.com/tahoe-lafs/tahoe-lafs - a497b8d86f2f5e335398dccfc894d4ae482f6334 authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
Merge pull request #1332 from tahoe-lafs/4062-upgrades

Upgrade type and code check tools

Fixes ticket:4062

github.com/tahoe-lafs/tahoe-lafs - 146420248fa1204d5706f435c20ca4bd8381741b authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
Make benchmarking results visible by default.

github.com/tahoe-lafs/tahoe-lafs - 6aa6c63b05c0b72a5ad45496e6a37e20315d36b3 authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
Measure a wider variety of file sizes.

github.com/tahoe-lafs/tahoe-lafs - 653f483d9fac8355de5d21f639df792d314b7e3f authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
Merge pull request #1337 from tahoe-lafs/4060-my-first-benchmark

A very first benchmark

Fixes ticket:4060

github.com/tahoe-lafs/tahoe-lafs - 20c85a86a59e12400dfdfa4e87762fe0de6f090c authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
Merge pull request #1330 from tahoe-lafs/4047.test-foolscap-to-http-upgrade

Test foolscap to http upgrade

Fixes ticket:4047

github.com/tahoe-lafs/tahoe-lafs - 9d018e1876c9da7487daaccc2e7680ca8d1f7530 authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
Run codechecks on benchmarks too.

github.com/tahoe-lafs/tahoe-lafs - 496ffcdaa2f2f9a353e69fc991b574a0ab1f80bb authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
Smallest possible benchmark result tracking.

github.com/tahoe-lafs/tahoe-lafs - c88c241f5c9e9af635d11e35a09354e68bf91674 authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
Do an upload and download.

github.com/tahoe-lafs/tahoe-lafs - 31624019be682597a5edc1f1e2f9947b062e8ef3 authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
Start on benchmarking infrastructure: a framework for starting nodes.

github.com/tahoe-lafs/tahoe-lafs - 9ee10af8846d2f762761d3990124a77d50cde2bc authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
Work around Hypothesis complaint about differing executors due to subclassing.

See https://hypothesis.readthedocs.io/en/latest/settings.html#health-checks

github.com/tahoe-lafs/tahoe-lafs - 7d7ca29e3d502c3e248bf49572501c8431c39aee authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
Merge pull request #1331 from exarkun/4061.spki-hash-test-vectors

Add more SPKI Fingerprint test vectors

Fixes ticket:4061

github.com/tahoe-lafs/tahoe-lafs - fbd383105c3346bcf1a7cb02b0e6224b62079d99 authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
Upgrade ruff.

github.com/tahoe-lafs/tahoe-lafs - e96d67f541c9a5ad8bbbb7fb392f8ae5bf9063cd authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
Update to new mypy and Twisted for type checking.

github.com/tahoe-lafs/tahoe-lafs - a8b68c217f8880f5493e4cb349293c3600d57d37 authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
News fragment.

github.com/tahoe-lafs/tahoe-lafs - 1931022ff0509d0711b872b465ba31593737eff2 authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
Apply suggestions from code review

Co-authored-by: Jean-Paul Calderone <[email protected]>

github.com/tahoe-lafs/tahoe-lafs - 45e201a2821dcef63474dc682bd3ce0eb8e501f7 authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
get the test data included

github.com/tahoe-lafs/tahoe-lafs - 4df2d7704b86266164ed1e1ed38dc7f2495ecf2f authored over 1 year ago by Jean-Paul Calderone <[email protected]>
news fragment

github.com/tahoe-lafs/tahoe-lafs - 83276ee3b7c81fe4ede215e1477e19742d452df7 authored over 1 year ago by Jean-Paul Calderone <[email protected]>
Add two more cases to the test vector

github.com/tahoe-lafs/tahoe-lafs - df491de4ee23e6c1a996a4753c0d910483a79d3f authored over 1 year ago by Jean-Paul Calderone <[email protected]>
adapt the existing case to a multi-case structure

github.com/tahoe-lafs/tahoe-lafs - 50ce8abf9fbff8504d5fd4a566c4b734b981ffa7 authored over 1 year ago by Jean-Paul Calderone <[email protected]>
Less duplication, more accuracy in format.

github.com/tahoe-lafs/tahoe-lafs - 152cadf54360c562961abbf5edebe2e69d72d794 authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
Merge remote-tracking branch 'origin/master' into 4047.test-foolscap-to-http-upgrade

github.com/tahoe-lafs/tahoe-lafs - 7e70ce8083fdc69897d96b1816c3ffc12471af43 authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
Merge pull request #1322 from tahoe-lafs/4041

Enable GBS by default

github.com/tahoe-lafs/tahoe-lafs - c3f6917fb290b151e135b3fb073d31e7176dc50e authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
Merge remote-tracking branch 'origin/master' into 4047.test-foolscap-to-http-upgrade

github.com/tahoe-lafs/tahoe-lafs - 792b9b4441311992a19394fdab6e466dc4c757a7 authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
Merge remote-tracking branch 'origin/master' into 4041

github.com/tahoe-lafs/tahoe-lafs - 28f6902b1f6391714d6352dbf0db4d0d5669a6f9 authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
Merge branch '4041' into 4047.test-foolscap-to-http-upgrade

github.com/tahoe-lafs/tahoe-lafs - 6e3d617a812159943f051c23a2c99c13097144b5 authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
Better docstring.

github.com/tahoe-lafs/tahoe-lafs - 4bffd567c3c8b067bc30c25eb68b5a4150c14b63 authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
Better description.

github.com/tahoe-lafs/tahoe-lafs - 9b52313cda9ea89dd226b0432e00eaf3efeccf6c authored over 1 year ago by Itamar Turner-Trauring <[email protected]>
Merge pull request #1197 from meejah/3899.failed-server

Produce better user feedback when there are misconfigured plugins

github.com/tahoe-lafs/tahoe-lafs - face1b26e0f46b2f9374e08340689ea9dc8fec07 authored over 1 year ago by meejah <[email protected]>
more kinds of whitespace

github.com/tahoe-lafs/tahoe-lafs - ad44958f0223c92b0133b4b65325ae540a54dd8a authored over 1 year ago by meejah <[email protected]>
typing is .. good?

github.com/tahoe-lafs/tahoe-lafs - a5b95273d7b3b420be6bc57ec9c4cd56897425d5 authored over 1 year ago by meejah <[email protected]>
don't know why dict_keys are so confusing to mypy

github.com/tahoe-lafs/tahoe-lafs - 356a1d0f792ae2c5ea65105f7e9ffb0eb1321aa0 authored over 1 year ago by meejah <[email protected]>
Merge branch '3899.failed-server' of github.com:meejah/tahoe-lafs into 3899.failed-server

github.com/tahoe-lafs/tahoe-lafs - b751a3937a131b9742335074070900adb9afd4c1 authored over 1 year ago by meejah <[email protected]>
don't need fallback

github.com/tahoe-lafs/tahoe-lafs - c27b330984afdfc612f90707ccc1ffc2e2473042 authored over 1 year ago by meejah <[email protected]>
typing

Co-authored-by: Jean-Paul Calderone <[email protected]>

github.com/tahoe-lafs/tahoe-lafs - 375ee54c80bff6cb4327eec54e753a086055c4e5 authored over 1 year ago by meejah <[email protected]>
don't explicitly drop return

Co-authored-by: Jean-Paul Calderone <[email protected]>

github.com/tahoe-lafs/tahoe-lafs - 2e76d554e2a1b6ecd090eedce64645a84e890710 authored over 1 year ago by meejah <[email protected]>
naming

Co-authored-by: Jean-Paul Calderone <[email protected]>

github.com/tahoe-lafs/tahoe-lafs - a0769f59dce7b3d70f2e4833b0e4405d8ad8e472 authored over 1 year ago by meejah <[email protected]>
more robust comparison

Co-authored-by: Jean-Paul Calderone <[email protected]>

github.com/tahoe-lafs/tahoe-lafs - c03076fe213382af5e754724f072fc50f9b61f49 authored over 1 year ago by meejah <[email protected]>
docstring

Co-authored-by: Jean-Paul Calderone <[email protected]>

github.com/tahoe-lafs/tahoe-lafs - d81b64ba9e2dd8aa84a2812f702ef55cd1698f52 authored over 1 year ago by meejah <[email protected]>
typing

Co-authored-by: Jean-Paul Calderone <[email protected]>

github.com/tahoe-lafs/tahoe-lafs - f51d49faa54c0fff3b2146bb6630e83da53484c5 authored over 1 year ago by meejah <[email protected]>
reformat multiline strings; don't output "storage.plugins = None"

github.com/tahoe-lafs/tahoe-lafs - 09ea172b940c607a990e6cd5d4bbb9f98075795e authored over 1 year ago by meejah <[email protected]>
index on 3899.failed-server: d7cfb5dde show WebUI feedback when announcement-match fails

github.com/tahoe-lafs/tahoe-lafs - 5d93b51e284205abf21ef6e83e516c1e07e8b46c authored over 1 year ago by meejah <[email protected]>
show WebUI feedback when announcement-match fails

github.com/tahoe-lafs/tahoe-lafs - d7cfb5dde9d11b52e8525d5666fbac355ba8eb1b authored over 1 year ago by meejah <[email protected]>
refactor where plugins are loaded; use this to error early for users

github.com/tahoe-lafs/tahoe-lafs - cf4fe0061cdddd254a850efc1f2949f0b49447f9 authored over 1 year ago by meejah <[email protected]>
Merge branch 'master' into 3899.failed-server

github.com/tahoe-lafs/tahoe-lafs - 4b55027ec8e60bfe1ac20d4a55f3ff4107b283cf authored over 1 year ago by meejah <[email protected]>
Merge pull request #1326 from tahoe-lafs/4056.provides

attrs "provides()"

github.com/tahoe-lafs/tahoe-lafs - d0e1d8e59857072cda563d63ff924a959c3865b0 authored over 1 year ago by meejah <[email protected]>
Merge branch 'master' into 4056.provides

github.com/tahoe-lafs/tahoe-lafs - d3d57a68a9704c7791a92d3a6237f0f764b4767d authored over 1 year ago by meejah <[email protected]>
Merge pull request #1327 from exarkun/4057.circleci-windows-unittests

Run the unit test suite on Windows on CircleCI

Fixes: ticket:4057

github.com/tahoe-lafs/tahoe-lafs - c2b4cebcdd3cd18cc352c7eb9766f11e5856577a authored over 1 year ago by Jean-Paul Calderone <[email protected]>
obsolete comment

github.com/tahoe-lafs/tahoe-lafs - 9758569cffb9f62a5597a330d653cde7e8357169 authored over 1 year ago by meejah <[email protected]>