Ecosyste.ms: OpenCollective

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

mocha

We are on a mission to develop & maintain a mock object library for Ruby.
Collective - Host: rubytogether-user - https://opencollective.com/mocha-deleted - Code: https://github.com/freerange/mocha

Update aws-cdk v0.24.1 -> v0.25.3

github.com/freerange/trello-backup - df84ee5578c9418e709d42e73a38bb10f7c10824 authored almost 5 years ago
Update aws-cdk v0.23.0 -> v0.24.1

github.com/freerange/trello-backup - 4aa0c581d14a96220623d1a94dbb24ac52815c15 authored almost 5 years ago
Update aws-cdk v0.22.0 -> v0.23.0

github.com/freerange/trello-backup - f2abed7cf4695578decacc1e2f8ad1430e9504eb authored almost 5 years ago
Update aws-cdk v0.21.0 -> v0.22.0

github.com/freerange/trello-backup - ad62a45b54c8076695631d4b608eab30186b2ce8 authored almost 5 years ago
Update aws-cdk v0.20.0 -> v0.21.0

github.com/freerange/trello-backup - ad41a44c0105c58947d39797038154ac3b8f8200 authored almost 5 years ago
Update license in package.json to MIT

github.com/freerange/trello-backup - d4afd0f1f34778eb46dcbe8a6d35a17486bdccd9 authored almost 5 years ago
Upgrade mem package to avoid security vulnerability

Security vulnerability: WS-2018-0236 [1]

[1]: https://github.com/sindresorhus/mem/commit/da4e43...

github.com/freerange/trello-backup - 4a19dc2b1d7a6f81314fdc9468e22ec6db74912e authored almost 5 years ago
Merge pull request #18 from freerange/dependabot/npm_and_yarn/lodash-4.17.15

Bump lodash from 4.17.11 to 4.17.15

github.com/freerange/trello-backup - 1476215b3a1a9db2bbed757ab64e02c2387012c1 authored almost 5 years ago
Avoid deprecation warning when using --path option with bundler

github.com/freerange/trello-backup - 85e332d5933d6c089e3ed43f0175dc86c2b05a7c authored almost 5 years ago
Use a more recent version of bundler

github.com/freerange/trello-backup - 27da4702f039cef5e4bffff079676c2b89eb60e6 authored almost 5 years ago
Bump lodash from 4.17.11 to 4.17.15

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](http...

github.com/freerange/trello-backup - db677ed3762b9a7dcaede39abd839f3d13b22cf5 authored almost 5 years ago
Added FUNDING.yml

github.com/freerange/trello-backup - ab4c84f26b616806fba2273121a357834db3736c authored almost 5 years ago
Add bash, Ruby & bundler to list of dependencies

github.com/freerange/trello-backup - 3d8807a31b501252e99d3da9fdc9367dcfbbd792 authored almost 5 years ago
Publish week-579

github.com/freerange/site - 0bed7d0b2646ef05dea9dbc78b2376f0ff3b1319 authored almost 5 years ago
Add week-579

github.com/freerange/site - e990f21201e00ba093bc7821722f22cea11c8d56 authored almost 5 years ago
Add MIT license

In preparation for making repo public.

github.com/freerange/trello-backup - 604d1ffa113f874a0b98a0fd40ec59ecd42da562 authored almost 5 years ago
Make README more generic in preparation for making repo public

Remove references to GFR.

I'm not sure the info about creating a Trello API key & token is
up-t...

github.com/freerange/trello-backup - 27a911b6041c99f918648cfe5419e8147ce49466 authored almost 5 years ago
Add notes for week-578

github.com/freerange/site - db95a682b6a6efd89ebf8ab1f884a13967872450 authored almost 5 years ago
Added definite article

github.com/freerange/site - 3b3e9169031bd1f97cff969fcf873452253732fe authored almost 5 years ago
Oxford University -> University of Oxford

github.com/freerange/site - aef56d9b1361c7557d79e6463ea12365b968d33c authored almost 5 years ago
Oxford University -> University of Oxford

github.com/freerange/site - ace475632742d32982237d40615fc4260ac13ab5 authored almost 5 years ago
Oxford University -> University of Oxford

github.com/freerange/site - f4d538891a4b5d191c9fa0ec665a4a7443b18cde authored almost 5 years ago
Simplify Mockery

Closes #449.

github.com/freerange/mocha - cc91b875f8d351512ca499272df60fa3025c06a2 authored almost 5 years ago
Remove redundant stubbing_method_unnecessarily conditional

The `if` statement is redundant, because the Mockery#check method
already returns early/does not...

github.com/freerange/mocha - c7db3f67e556f6784ae72fbd154edbc71e94d9a0 authored almost 5 years ago
Inline on_stubbing_method_unnecessarily

This method was only being called from one place.

github.com/freerange/mocha - 0532ada9d9b8246ad223c540626b46b16283deb4 authored almost 5 years ago
Replace `unless empty?` with simpler `if any?`

github.com/freerange/mocha - 365ce92f1da61be24457b08304602c0fdffc08e8 authored almost 5 years ago
Consistently terminate Mockery#mocha_inspect with newline

Previously the message only ended in a newline if any state machines
were defined.

github.com/freerange/mocha - adf704cffe4fddc5f10b38568f35467a07bc8d69 authored almost 5 years ago
Add test coverage for displaying state in error message

This asserts that the state is included in the error message when an
exception is not satisfied.

github.com/freerange/mocha - 99d79acdc8a63ddc14238161b4356da6c2a06691 authored almost 5 years ago
Replace conditional next inside each block with call to Enumerable#reject

github.com/freerange/mocha - db61649a8536fe178a014c7fc19a07ddb5b333f5 authored almost 5 years ago
Move stubbing_method_unnecessarily check outside loop

There's no need to do this for each expectation since the configuration
should not change in the...

github.com/freerange/mocha - f2d53bcf2eb603d398d512e7e5d8a5bd75e0cc56 authored almost 5 years ago
Consistently use instances instance variable in Mockery

Previously we were using a mixture of the instance variable and the
Mockery.instance method.

No...

github.com/freerange/mocha - b615a4d0a640b0cbf24924fe6469fa1d27c71d69 authored almost 5 years ago
Remove redundant assignment of @instances in Mockery.setup

The instances method already initializes it to empty if it's nil.

github.com/freerange/mocha - 5412d0a53f351c1a1731bb63643aba4ec010602e authored almost 5 years ago
Enable versioning on S3 bucket

This matches the original bucket's configuration and I think it makes
sense for the data we are ...

github.com/freerange/google-drive-backup - 6aaa900c37f6139106ebc9ba1b5b6066164618b1 authored almost 5 years ago
Add documentation about the rclone env var

github.com/freerange/google-drive-backup - 505a24d36904b23e2929b7ef85a5b3249fac8916 authored almost 5 years ago
Extract cron schedule into env var

github.com/freerange/google-drive-backup - 30c5c9b6ad2ed444d04ffb0a42ae6a4103acd260 authored almost 5 years ago
Move Google Drive credentials into AWS Secrets Manager

This means the credentials no longer need to be stored in a file that's
baked into the container...

github.com/freerange/google-drive-backup - 14d38a9dbfa5c683075277e3c740d6d402f388c4 authored almost 5 years ago
Add notes for week-577

github.com/freerange/site - bc6d2a77ccad8aacb0a97cb6f967d7999f8e09a7 authored almost 5 years ago
Add alt attribute to Co-ops UK logo

To improve accessibility

github.com/freerange/site - f0c525e4850ac685a3cd957c7b0e53488fad9744 authored almost 5 years ago
Extract env vars into git-ignored dotenv

github.com/freerange/google-drive-backup - 4efc0f22da0d4988377f5c6aa463abda10c5689f authored almost 5 years ago
Update README now rclone is using IAM role

This change should've been made in this earlier commit [1].

[1]: 6d696de6493354daec464be64459d7...

github.com/freerange/google-drive-backup - fb7a33bec25eb51c1820ed79586f2667816f7ab5 authored almost 5 years ago
Extract environment variables

github.com/freerange/google-drive-backup - 89549fe7dabc1e8510d06a99d53e254a3eb045ba authored almost 5 years ago
Make rclone use IAM role vs credentials from config

The rclone env_auth config setting is set to true so that rclone uses
the IAM role assigned to t...

github.com/freerange/google-drive-backup - 6d696de6493354daec464be64459d7c6eb331576 authored almost 5 years ago
Make package dependencies explicit

github.com/freerange/google-drive-backup - a517a6030d73b998a44f9e0f602f378fbda574c7 authored about 5 years ago
Wrap commenting sentences in paragraph tags in attempt to fix styling

github.com/freerange/site - 21f75862a932debc8addd79604cda5af030b735b authored about 5 years ago
historic -> historical

github.com/freerange/site - f4e0f071504f42c8d67aa4791fab6ae7c9348bf9 authored about 5 years ago
Fix links in commenting partial

I forgot that by default I can't use markdown links here.

github.com/freerange/site - ea2515640ad00cdb5590f4f31e1e8c2745a4510d authored about 5 years ago
Use canonical URL for link to comments on Disqus

github.com/freerange/site - 910afbfee23d59066a24f5827f589e1160adb161 authored about 5 years ago
Replace Disqus commenting with CTA to contact us + link to Disqus

Note that there are a number of links which use the `#comments` anchor,
so I've retained that.

github.com/freerange/site - 9e4dba8b8beae5e5d0cd2db7c12525735b2a3fab authored about 5 years ago
Avoid creating an expensive NAT Gateway

This means we have to run the task on a container in a public subnet
which increases the chance ...

github.com/freerange/google-drive-backup - 2dd664d695c1b1713171ee1f01932b4479a90bf9 authored about 5 years ago
Use newer style imports

github.com/freerange/google-drive-backup - ac5c05dc8bb2a7562d1adaf7ce2f9d0cc741ecc3 authored about 5 years ago
Upgrade to latest CDK version (v1.22.0)

github.com/freerange/google-drive-backup - 492d322abf3c260652c393f306f9195080af1114 authored about 5 years ago
Add weeknotes for 575 and 576

github.com/freerange/site - 8a91b17a8f13d2a8baa59956804197ca41039284 authored about 5 years ago
Add Ruby 2.7 to Travis-CI matrix

Ruby 2.7 got released some time ago. Linux distributions start to ship
it so I think it makes se...

github.com/freerange/mocha - fc5ea2f2b9f83b89f531aff765bd1f097d17c01f authored about 5 years ago
Publish gfr-2019.md

github.com/freerange/site - eee971948f89dde3b7ca94fa78e32e54639fd995 authored about 5 years ago
Remove redundant test

Closes #454.

I believe this test was intended to refer to the exception [1] raised in
`Mockery#...

github.com/freerange/mocha - 8e4f1a7c052dc027d44ce7ecd031565ae42cef6c authored about 5 years ago
Refactor StateMachine-related classes & improve related documentation

Closes #427.

Closes #425.

I'm not 100% convinced about making StatePredicate a superclass of
S...

github.com/freerange/mocha - 8751dcbda08650a339932d86c9f24d076c167300 authored about 5 years ago
DRY up StateMachine#mocha_inspect

github.com/freerange/mocha - 4d70b7e80906ef30451e65628aae37ec1c754334 authored about 5 years ago
Improvements to docs for StateMachine#is & #is_not

Although strictly speaking StateMachine#is is not really "overloaded",
I've used the YARD overlo...

github.com/freerange/mocha - c2c0877c8f17072a6b460401601b1df648670100 authored about 5 years ago
Make signature of Expectation#then more explicit & simplify impl

github.com/freerange/mocha - cebed27b9bcef0dd1c90a9df5c81ae3ab047c43c authored about 5 years ago
Move StatePredicate definition above State definition

We're about to change the State class to inherit from the StatePredicate
class and this will mak...

github.com/freerange/mocha - e3be26cb1c009758fbfd32e666fb7c7a444fa831 authored about 5 years ago
Update documentation referring to states in Expectation

github.com/freerange/mocha - 6ba9020cb5733d4c70839a24ad8a6742f91c4a82 authored about 5 years ago
DRY up by subclassing State from StatePredicate

github.com/freerange/mocha - ca83014bedf05b80aea6e3ce44ae4caa54ce7ad0 authored about 5 years ago
Prepare to make StatePredicate into superclass by passing active_check

github.com/freerange/mocha - e09deddd9b69349f038f924641de9f7099c032f9 authored about 5 years ago
Prepare to make StatePredicate into superclass by passing description

github.com/freerange/mocha - 90b0e61fb9f9ebc79fee7d910f242e6551ae2e73 authored about 5 years ago
Various improvements to README

Inspired by #207 and #390. It's still not perfect, but I think this is
definitely an improvement...

github.com/freerange/mocha - fed0eee65a3f8e4dff32d22df017ccd614839403 authored about 5 years ago
Consistently use single quotes in README

github.com/freerange/mocha - d07d41301de9bcce709d5a007ae4254a84abeedc authored about 5 years ago
Add sub-section under Rails section of README for other test frameworks

github.com/freerange/mocha - 7b1857ebf8e45b1a5f26161d1083655002f68727 authored about 5 years ago
Move RSpec & Cucumber sub-sections into Bundler section of README

These sections are not Rails-specific and so I think this order makes
more sense.

github.com/freerange/mocha - 75ffc2d648c2f507cec2384a14d5eed6c85145c5 authored about 5 years ago
Add note to README re Rails tests using MiniTest by default

github.com/freerange/mocha - 5c4d12b02ef8dcc5fadbbc3d1136a850ff4d19d4 authored about 5 years ago
Remove duplicate MiniTest sub-section in Rails section of README

github.com/freerange/mocha - b65b070fc64683d602a1fd7c1c777e29ee2f2a7d authored about 5 years ago
Update 2020 goals in gfr-2019.md

Thanks @chrislowis.

github.com/freerange/site - e1a6be351e9ec0cb4e167ab36fe874b8d86877c4 authored about 5 years ago
Add week-574

github.com/freerange/site - e15d699715aa3b3fa54f2a38aaca7c7ae1e81c92 authored about 5 years ago
Update availability

github.com/freerange/site - f847c9c3897863b30624fbdc28e776dee89b2401 authored about 5 years ago
Add week-573

github.com/freerange/site - 7705f14a0c5590b1cca1bcbd9ed4fa730fb33a9d authored about 5 years ago
Explicitly add aws-cdk/aws-ec2 package as dependency

This should've been included in the previous commit.

github.com/freerange/google-drive-backup - a43c33d89835a0064c68de6b1888ead565122b00 authored about 5 years ago
Use a custom VPC with a single availability zone

This should reduce the number of availability zones from 2 to 1 and
hence the number of NAT gate...

github.com/freerange/google-drive-backup - 932178c13f88b429b958ce9d8aa26a18dcb8c59e authored about 5 years ago
Link to gfr-2018 post

github.com/freerange/site - bd6fc907e66d0b410293a09735d71c18dd49d3f3 authored about 5 years ago
Add intro and links to gfr-2019

github.com/freerange/site - f895cfddcd805df4c48f0cc9c38c91e2bd40ed02 authored about 5 years ago
Update gfr-2019

github.com/freerange/site - a9477e427b60ac47be6b622425ed91c5a454986a authored about 5 years ago
Add todo list to gfr-2019

github.com/freerange/site - e4022ae66cf9a6e701a47708d4022fdd5881ae24 authored about 5 years ago
Tweak "observed" -> "celebrated"

github.com/freerange/site - a5aa5f91f307f1cb22f8864a25ab3685bca9f99d authored about 5 years ago
Tweak to notes about becoming a coop

I think we were already a coop - we've just made it official!

github.com/freerange/site - 3ccc995166b68299ccdae669419c4959b2f2a18a authored about 5 years ago
Add draft of gfr-2019

github.com/freerange/site - 1db67a62a903641dfc34a02b1905200ea8a39fbd authored about 5 years ago
Add healthchecks status badge to README

github.com/freerange/trello-backup - b06b326b5b6f158eee9b5976ba3a4769f41ee470 authored about 5 years ago
Add healthchecks status badge to repo

github.com/freerange/google-drive-backup - 46b79abef180e4113aa40e12abadfc40592000ff authored about 5 years ago
[skip ci] Update documentation for v1.11.2 release

github.com/freerange/mocha - 3fc8e307b148cea504dad04fc6aef15da9adbcb5 authored about 5 years ago
Bump version to 1.11.2 & prepare for release

github.com/freerange/mocha - 0f9042678c593fd03266f3a0c354ee8f9d737e92 authored about 5 years ago
Only inspect objects when necessary

This regression was introduced in v1.10.0 in this commit [1] and is
causing the test failures de...

github.com/freerange/mocha - 368abd98e6eb6e3dd9b0a4d28e3d8ad927cb7eba authored about 5 years ago
First stab at some documentation

github.com/freerange/google-drive-backup - 1abe701eb5f8cb37880666d0213d6d2a9d402fd2 authored about 5 years ago
Scheduled weekly Fargate task to backup Google Drive to S3 bucket

github.com/freerange/google-drive-backup - 5a5d804f7d6c4c3e6f399b6a53b3277684b2685f authored about 5 years ago
CDK context moved into its own file

I assume this happened when I first ran `cdk deploy`.

See this documentation [1] for details.

...

github.com/freerange/google-drive-backup - 0f4e8b66a178803bc0e7905feeda46cec88ca505 authored about 5 years ago
Fix typo in comment

github.com/freerange/trello-backup - a6daf7e37a9d19b025eac07d4b049c8905e44dd9 authored about 5 years ago
Created vanilla CDK app

I ran the following command:

cdk init --language typescript

github.com/freerange/google-drive-backup - 63f721ffde314df4502f334ebeb6e7e764be15ed authored about 5 years ago
Add links between method-log articles

This was triggered by this tweet [1].

[1]: https://twitter.com/floehopper/status/12113763480627...

github.com/freerange/site - 94556f65a345a222d04d40b1c2026369560b3580 authored about 5 years ago
Delete unused PrettyParameters class

The logic in this class was moved into the Parameters class in this
commit [1], which was rename...

github.com/freerange/mocha - 314ea92207e8fffec930e1810aac59c37de9537d authored about 5 years ago
set up {Moch,Stubb}aExampleTest as acceptance tests

github.com/freerange/mocha - 4881cc58f667e2df4e590a92889830b98a675a7f authored about 5 years ago
replace original_{method,visibility} attrs w/ ivars

...since the attrs were only used internally and were giving rise to a
'warning: private attribu...

github.com/freerange/mocha - d917f3322b7dc15e0dc50f3e4f95fec56740451f authored about 5 years ago