Ecosyste.ms: OpenCollective

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

github.com/freerange/trello-reports

Ruby scripts for generating reports for a Trello board
https://github.com/freerange/trello-reports

Improve script to identify neglected cards

I noticed that this script wasn't identifying cards that hadn't had any
visible activity (i.e. v...

484ee31a689e4ce4a419b20c889f3d97c1d6d0da authored over 6 years ago
Update bundled Gems

Using `bundle update`.

I'm using Ruby 2.4 and the version of the json gem we were using is
inco...

8b5a963c9646651c1a247ee2830b457dbdcd7631 authored about 7 years ago
Added instructions for list-neglected-trello-cards to README

15e0467e1da2225551eb415bc76f427b6a2d7da5 authored about 7 years ago
Rename list-stale-trello-cards -> list-neglected-trello-cards

To better match Harmonia task instructions.

2611b660a88e99c8b62f22b3861d65dc60880dda authored about 7 years ago
Rename stale -> neglected to match Harmonia task & instructions

32c4179424ad5ad5030cfbcf91c5f62b3245bde4 authored about 7 years ago
Bring list-stale-trello-cards into line with other scripts

* Specify board ID as command-line arg
* Specify number of weeks until considered stale as comma...

7b6a5b7191a0d1fc30494a2bccd639defc366924 authored about 7 years ago
List open cards ordered by last activity

647b8b8080a83d5d61758c23f8096ce1e81e1302 authored over 7 years ago
Update list-trello-cards-with-comments usage instructions

We read the Trello API key and token from environment variables rather
than arguments to the scr...

4f9d18f36814435939a61574eb999698b930f898 authored about 8 years ago
Script to list Trello cards with comments in date range

Nested bullet list of cards and their associated comments.

If comment text is more than 10 line...

45ee0f16dce7b10a323f9bf0b62a4fb46f2a184e authored about 8 years ago
Only consider cards with actions during the date range

This is to work around some odd behaviour in the Trello API. It would
appear that the last_activ...

84b1676fb3cff41a63aa3265b88a641938452320 authored over 8 years ago
Ignore 'deleteCard' actions

I was seeing a 404 exception when trying to retrieve the card associated
with a `deleteCard` act...

63e65b941cc267aeb786752c55cb19d60b12b17e authored over 8 years ago
Update usage info for listing cards with activity

To mirror the change made in 63a96a74df823cbe104df81e2e1b0f383cc75ebf.

8b321229107e2f1135f8639042d2b95b546c5e60 authored over 8 years ago
Add information about list-archived-trello-cards to README

9b915bd65fed91afcdf5218cdb6f36b8e21be7fe authored over 8 years ago
Update usage instructions

To reflect the switch to using environment variables in
5b6ab3ad0ec29eea9c94993c06d1cf6f9c3710f6.

63a96a74df823cbe104df81e2e1b0f383cc75ebf authored over 8 years ago
Update version of json Gem

The previous version was failing to install on my laptop. Running
`bundle update json` gave me v...

fb5d372fb38e9729a50e239ef136487dd598b5af authored over 8 years ago
Ignore actions without cards

It appears that some actions do not have an associated card - this was
causing the script to fai...

d597a72e71c0b00d7e440b3f21478f5fd1de4978 authored over 8 years ago
Update docs to reflect more generic nature of repo

8a1cfa677da29f8efddcc0e9094fe2a6f3bf7e5a authored over 8 years ago
Add script to list all cards with activity in date range

I noticed that some of the cards we'd spent time on during a given week
weren't appearing in the...

e2bdfb779361fbc10779848921fd01ac0715d6c6 authored over 8 years ago
Generate a Markdown list of activity

And include the short URL of the card. Pasting this output into a Trello
comment gives us a list...

0384acda69a96be10864ec5210a0133808be26e7 authored over 8 years ago
Load Trello env vars from .env

5b6ab3ad0ec29eea9c94993c06d1cf6f9c3710f6 authored almost 10 years ago
Remove content of generated .gitignore file.

None of this seems relevant to this project.

e7bf10b3721d4cef6c466dcc2c7a27cb2dc43c96 authored almost 10 years ago
Require 'date' so we can parse dates.

In Ruby 2.0.0, the script kept displaying the usage, because a `NoMethodError`
was being raised,...

61aebeec00d0867f226b9312f6fe09a27b8255f8 authored over 10 years ago
Update README

With some instructions that will remind me how to use this.

123455768d7819da397b795a9fd478791f1b9405 authored over 10 years ago
Add script

Executing the script without any arguments displays a usage notice.

1397114101ed5f400d2844164cc2fa5d24b5bf35 authored over 10 years ago
Initial commit

6503d1de268c785534a7bb1f906eb48a43e12db1 authored over 10 years ago