Ecosyste.ms: OpenCollective

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

github.com/tahoe-lafs/magic-folder

Tahoe-LAFS-based file synchronization
https://github.com/tahoe-lafs/magic-folder

mention the change in the news

7ed8de5f78689bb32a2eb472311167dc65ce17ea authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Merge pull request #506 from LeastAuthority/2932.encourage-zcash-workflow

Encourage Zcash workflow

c5d402cc1e7c3f60a1f154ea3e6e3a71ff987fa3 authored over 6 years ago by meejah <[email protected]>
news file entry

501d132a1e39cc7776cacafb8abe4787ca7cfce0 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Merge remote-tracking branch 'origin/master' into 2932.encourage-zcash-workflow

c3cb9750423d3c49ecb8bb1d74b863a19591f8d4 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Merge pull request #510 from tahoe-lafs/circleci-improved-caching-faster-builds

Use the CircleCI cache to speed up CircleCI builds.

The pip HTTP download cache and a "wheelh...

6573f1464c6da64d7b9c23e7fd3b6564221f4918 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Merge pull request #511 from meejah/more-news-updates

Add some more updates to the news file for the upcoming release.

c0c19dc88b2dfe8ee0bb0e548bc7f2198ec9589f authored over 6 years ago by Jean-Paul Calderone <[email protected]>
bump date more realistically

5673a61e8ad46dd137c260836fbcd73c470a98e6 authored over 6 years ago by meejah <[email protected]>
more PRs for 1.13.0

889c71950009c2e464bab61ede52bebc3c5a4a6e authored over 6 years ago by meejah <[email protected]>
consistent indentation

3534c7413848da0c481971e14692c3b3b409fb81 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Prevent retrieval of source packages for test step

027e70fd02180ffb3764c15c929eba0dda30cec0 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
sudo blocks PIP_FIND_LINKS, explicitly propagate

:(

496b95c746007310a74037153f76813603b326f8 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Get wheels for these external dependencies as well

Particularly because they have their own dependencies and we install
this set of things before w...

9cbaa36cc87a63ae3cdd9e7d3d555d3aeaccd4f8 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Look at the wheelhouse!

Otherwise all non-wheels are rebuilt every time anyway!

5fa1b00ec608146b01a820fdf96ee0f74310e300 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
already running as root

4282bdda3335097691782c6feac896d4dcfdc8c4 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
pretty labels

ad81b9a8d831df61effa1f55a09faf2f6f3e3d36 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Handle the case where there's not yet a cache

06809fccb4901a6cf1c3d7abbf8d5b11c51ff252 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
desired information has been extracted

6bff9e2d50993785cfca5713de5ae9782a6f4132 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Bust the cache again.

3aaf62e34c352105dd76a29880bb777f3eb74399 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
The group is named differently on different OS.

Maybe this is good enough?

8e7518ec10dba3813ba02886489fa802104c5ffc authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Attempt to fix the pip cache

f6b97ff231cb766527ed96412bdd094d168e8175 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
see what the deal is with the pip cache

ec4a0551df1037677f243c5bf763ac669a0d592c authored over 6 years ago by Jean-Paul Calderone <[email protected]>
explicitly bring in the wheel package too

to support `bdist_wheel`

94d6f462c05137dd31309036d4a252715c02b527 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Use the moved project paths now

because the bootstrap step is what does the moving

7e4c6fc26714cf9aef01842592fb13405408f78f authored over 6 years ago by Jean-Paul Calderone <[email protected]>
get some more debug info

3051f26a95df160f4ed3532a130a9475cda9424b authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Manage the cache around *only* virtualenv setup

We don't need anything from the cache in the bootstrap step and
Slackware cannot interact with t...

e59ed852f7199f5383e02c3137e0ed8919dd034a authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Get a new version of setuptools as well

This whole stack is so fragile, running any non-latest packaging package
is fraught. In particu...

b74c6224abbe7b9c91c9c1cd5bfc0e2742320401 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
exclude the internal pip wheel cache

this was meant to be a download cache only

e3cbdc405d2a53b16a8a475a8b7c54deace08780 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
"Invalidate" current caches

Necessary because mistakes in caching configuration in previous pushed
revisions populated some ...

ff79e88a3145845f1ef7aa9d456c2c3e71642e2d authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Avoid the most general wheelhouse cache key

It usually contains stuff we often can't use.

9f45f6ac331dc686b6e9231485fcc017a9c0f739 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Use the job name instead of the arch

arch is only the hardware architecture. this is not sufficient to
differentiate between platfor...

df629ef75e6e1ce8099cb8ac18e43c388cbd78a1 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Actually, it's not clear why branch would matter

If setup.py and _auto_deps.py are the same, the python dependencies will
be the same, surely.

670a88ad86e9c216847339ff803978ade4db7731 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
fix typos :(

5d7d8785d97f49b7315b890901fe2f995628d76b authored over 6 years ago by Jean-Paul Calderone <[email protected]>
back to the full test suite

4a11d022306a8ab9af8c7db08a1481dafd37b571 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
upgrade pip

81550960d1c3196d29684b3b1a943d66320232a4 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Add caching for RedHat and Slackware

441a27f2c30bddde1706cd24fbea48780bc3b283 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
absolute path to the relocated source

but only for the save cache step because it hasn't been relocated by the
time of restore cache

72e87cd50c715a671dd8ea79812018db56bce5f2 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Cannot build the wheelhouse before getting certifi

5c1ad7548b7be963895cc32eb64983f1b1155dbb authored over 6 years ago by Jean-Paul Calderone <[email protected]>
it is just `arch`

eb11b2fd82dd33963d6b66fb1d8bce99d2bb9be2 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Merge pull request #509 from LeastAuthority/circleci-store-test-results

Provide detailed test results to CircleCI.

This enables improved tracking and reporting in th...

46cef86fb67b991336185e1180d82653c23ec336 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
fix bogus key in some "run" steps

3b5fac8cf98931adef4312273118ad57b27465da authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Attempt to have a cached wheelhouse for pip

51a60c061bc50cf2631ed79fd277af601b319cc1 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
partially valid optimization mistakenly snuck in

40be428e5552d668146f24b5d12049d773ca5bd7 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
our dependency on subunit is via subunitreporter

317e5990d27ec52c4e37bf880704d86284129a68 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Perhaps this will fix the Slackware TLS errors

ee006faa3d54d3f87f74ae72d41062c590bfb0c5 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
let the test suite complete

39c128a76ed1b784c06e237a8cc24f26b3d5e338 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Go straight to a file with the subunit2 output.

It's just too hard otherwise.

1e02a385f62424329e565bb74cef40cda5d1985d authored over 6 years ago by Jean-Paul Calderone <[email protected]>
need this in the tox env too

d81a904b85f77052e35c840e806439007ad1a3ae authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Go straight to subunit v2

04ae6c3ed2308791a5a429d1dcd7d67e0ac1e5cf authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Try harder to find the right output from Tox

1db172e2990cbb5e8e9ec450dcdf2e65755596a6 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
use TOX_JSON where it is appropriate

b884a94b14be7ecb927d84a1400ff413cc93fbd7 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
move path var definition higher up

41a93d0b67a06a4de546174c96f6041058974f51 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
make sure nobody owns the artifacts directory

6bffd36718bd53565679beb375e45a2e45391a59 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
nothing else will create it, I think

98355e241d7ab94555de7a09edb5fce1a6b698a2 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
formatting

ef84ace2f78899aef779b434b33c046467ce0cae authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Make more intermediate state visible as artifacts

d0fee4727a43501e61f3d7ab05ac0d9a9895a865 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Get junitxml uploaded as an artifact as well

80d412b3464e9882a4e7aba93f9e46df1541ed56 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Get setup and build to agree on tox workdir

43f4e12b22fd850beb2e1b4a10e57a08c9485964 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Account for comma-separated tox env list

8837034fd8e44ecfeb12673c0ea08d05a47ede20 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Perhaps do a better job of generating junitxml

501b41646b8e26e4d08a894680bae6f8d82d6af9 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Use a slightly better tox working directory

1cda8007db4def2a8da96f44f2574efa35b5bba9 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Avoid duplication of some deps

04719e4b7d4bb7f0456fdf21d51c7661bb6a1ca6 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Probably has to have this specific name

Or it won't be used

740f1265530c7eb8859df79a18f3ee266610572b authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Make sure we get the extra deps we need

87ab5e8cfecb010e52c77b54acb0aa855057d6a9 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Generate subunit1 and then junitxml test results

Successfully this time, perhaps.

815af8009711875fc48e04fe48100f7640645bec authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Generate junitxml and give it to CircleCI

307eb80a484fd05707558748ba74d32441c6763f authored over 6 years ago by Jean-Paul Calderone <[email protected]>
add mor release-notes

bc9575f142621b89752ec32cc889fc2d3dd8c64d authored over 6 years ago by meejah <[email protected]>
misc cleanups

b255906be29b843b54c3fa15d5af5e8993acc4a2 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Merge remote-tracking branch 'origin/master' into 2932.encourage-zcash-workflow

c69a8127591c378aaa782311caf88e66014e4485 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Merge pull request #508 from LeastAuthority/circleci-slackware

Replace the magic-folder CircleCI job with a Slackware job

Supporting Slackware involves twea...

48c088c475b147b187e1c62d60081aea88fb6433 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
whitespace

61fa4414cf72d5210b138490659ffe3424b7a07f authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Only run the older if the newer succeeds

Spreads the initial builds across different platforms more effectively
and avoids potential redu...

d7bf0ed60c564c6bba90debbcc0b62328287a3fb authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Remove the magic-folder "machine" configuration

Ubuntu 14.04 is so ooooold. It doesn't like the way we're installing
Python packages now.

6b68ea96abf109822c7746864ff4f9e469bc39f9 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Add a couple more dependencies of sqlite3

f33dba81af446aa3372f56dbac29ad9807c03818 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Get certifi to fix the underlying problem

Having certifi magically makes setuptools able to talk to PyPI. Whew!

164aabc6755fdccd1248417fb825764be9ee7274 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
the real package name

cb2787fb055d3e3d69092006c6733fd13ede2d6a authored over 6 years ago by Jean-Paul Calderone <[email protected]>
linux/limits.h

1ae05195eb9e2e87efd6b30fd99e049f29c6b91d authored over 6 years ago by Jean-Paul Calderone <[email protected]>
make sure we can build gmpy for twisted

51732594377948a2bc4c691b06b6cd370ef65091 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
make sure we have boring build tools like as

a39ebd785ad63157e2b95760174853b70fae0ee2 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
make sure we have boring headers like limits.h

5c061b3e53fb28c1078439e7855cf51cf7a512d2 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Attempt to get setuptools SSL client working

375c356c23af430d1e19a1d690f84b7cbe36faff authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Apparently the upgrade command works differently.

It doesn't find anything if we spell out the full package name and
version. If we drop the last...

90d669c18f0d8c926ca46d3258c24502e388f5a4 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
try upgrading the installed package instead

444be340cb762ef626b9f21d8ecdea1c7bf1c06b authored over 6 years ago by Jean-Paul Calderone <[email protected]>
perhaps this is the maintained package?

9af768d35b1650497e700c94e7eda63f8b148398 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
add cyrus-sasl, secret curl dependency

c3a7b06b310452b866dcb930b02c27c6658e9dda authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Attempt better slackpkg usage

Package matching seems to be by substring. Avoid getting a ton of
useless packages by making mo...

3501811eff9595a962784f48d8f904955c20e5e5 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Also install an ssh client

4932608c090777cdd551f23367e921873696fdbe authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Avoid the Y/n prompt

be2f134ea156dca70f394febad64b4134b5905aa authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Configure a Slackware job

9a2c67bc285e4291eeda95e41c04afb04e80f9b4 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Merge pull request #504 from exarkun/2929.circleci

Configure CircleCI for much of the Linux testing

151295aef3f2d133c3a740271ddb45c6c712dee5 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
update next-release date, and add pr501

fb9c21be98647f975171c259f7cbae339b00f9fd authored over 6 years ago by meejah <[email protected]>
Point to the new doc from existing config docs

Perhaps this will make it more likely folks will find the information.

b9adb36ab1955123b58989a7859c8a0acc9827c8 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Document a convention for encouraging donations

The convention smuggles an address in the node nickname and uses Zcash
shielded transactions for...

71493f472aeb50ae73c26442cd42cf12e5481244 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Merge pull request #499 from LeastAuthority/2925.http-storage-node-protocol-spec

Add an initial "Great Black Swamp" protocol specification proposal.

Fixes ticket:2925

46e3f22e492c025cfa00b6d26b97fefaef3316f0 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Add a "C" locale testing configuration

6254e3e1ccb9526985caa4dc4a9571553f9f34f9 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Add the badge

bf85b16cf2ef89e3c4ab2a7ebbfc45752798d3bb authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Re-enable the rest of the jobs

530ea0c8b1d8af4e1e01a93b5889c96176ac0a4a authored over 6 years ago by Jean-Paul Calderone <[email protected]>
Help codecov find the coverage data

ac45f28a4a72dd5513d9433239ac0a80bb244709 authored over 6 years ago by Jean-Paul Calderone <[email protected]>
hilarious how hard it is to just pass an argument

fd4ec72325f5d051971b85fd88fa8c2ed7154f7c authored over 6 years ago by Jean-Paul Calderone <[email protected]>
make test args optional

676b31a2858b961d764a96585b814e16ae46e4dd authored over 6 years ago by Jean-Paul Calderone <[email protected]>
debug output

d785ae63e3befebed355b1f6fd466b0b909c41fb authored over 6 years ago by Jean-Paul Calderone <[email protected]>