Ecosyste.ms: OpenCollective

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

Tomatoes

We are on a mission to manage and track time using the Pomodoro technique®
Collective - Host: opensource - https://opencollective.com/tomatoes - Code: https://github.com/tomatoes-app/tomatoes

no-op - Fix typo

github.com/tomatoes-app/tomatoes - 4a08e3b8d44a7e96f30696e30f5738b47d328327 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Fix LoadError

Error:

cannot load such file -- test/unit

github.com/tomatoes-app/tomatoes - 00acf3390965a60ba1893b635c84b1960e10b39b authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Update Ruby version

github.com/tomatoes-app/tomatoes - 7f6eb90ebbf545987b0265ec64631274b5368710 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Merge pull request #160 from potomak/update-gems

Update Rails, Mongoid, et al.

github.com/tomatoes-app/tomatoes - 1562ecd1d6f0aaa2aed6ceea282ce969a95bc460 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Update New Relic configuration

github.com/tomatoes-app/tomatoes - bc1d84938181701fd5e5666b91344550bfeb4869 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Rubocop Rails cops

github.com/tomatoes-app/tomatoes - 4ae790b1a8c2e637aa1014aa6e37e25cf7f604c7 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
no-op - Remove white space

github.com/tomatoes-app/tomatoes - 223da94c5d9abf91a545d67212e2c1cf8c8cc4a6 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Comment out active record configuration

github.com/tomatoes-app/tomatoes - 03c98c0929c5bc3eb3dd8cf9346c55b36b45f193 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Fix oauth callback route

github.com/tomatoes-app/tomatoes - 467aa0c40aca44c2f227db46afd8c0565575b7ef authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Update jquery.color library

github.com/tomatoes-app/tomatoes - d185ec4e843e1ddc0b18f718fa630334fb6f6e91 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Replace deprecated function

github.com/tomatoes-app/tomatoes - 4d1eb5e98251de80a920800d2fed174c6fd02708 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Update mocha and install minitest reporters

github.com/tomatoes-app/tomatoes - 6dd8be0f62301f8fecb84c1b0bed65b5a73f0235 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Fix rubocop warnings

github.com/tomatoes-app/tomatoes - 14934e98afef4fbb268d757dbe12de8872a08f6d authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Update Rails, Mongoid, et al.

github.com/tomatoes-app/tomatoes - 34f04416f0fc1cc4134134be5d0e91d48ef1ba14 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Merge pull request #158 from potomak/style-checker

Style checker

github.com/tomatoes-app/tomatoes - eef1a3caf76d3368a43a5494f8b1e734d7f72f60 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Fix 'Ambiguous regexp literal' warning

github.com/tomatoes-app/tomatoes - b728fe17f5c8a2e96515927f3ecb3ecfd7932ff7 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Replace class var with a class instance var

github.com/tomatoes-app/tomatoes - 3dd4f3f228224b8134c499ab71cf3378d79b11d3 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Avoid multi-line chains of blocks

Moreover

sort { |a, b| a[0] <=> b[0] }

should be equivalent to

sort_by(&:first)

and
...

github.com/tomatoes-app/tomatoes - 96f70b471441564a59b08f35e7df86d40b5b7f31 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Add Hound configuration

See https://houndci.com/configuration

github.com/tomatoes-app/tomatoes - 6f99e76a4776c56749aa2be30722bcbac69ce764 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Avoid compact style for class/module definitions

github.com/tomatoes-app/tomatoes - ced3eb5f4d7133464bcbea2853a296d19f9550bd authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Fix 'private singleton method' warning

github.com/tomatoes-app/tomatoes - 79029083f4946f9b2f6436a7320076697090e5cb authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Fix confusing condition

github.com/tomatoes-app/tomatoes - f01d3c91c07513ee14192f15451d8921462ccf40 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Fix 'interpreted as grouped expression' warning

Fixes #153.

github.com/tomatoes-app/tomatoes - 746b8686ef23341d808857a21cd17c326a17c0ba authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Add rubocop configuration (autogenerated)

github.com/tomatoes-app/tomatoes - 13f73cb4ca2c085bde1383824550e4dda637fd31 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Use groub_by + map instead of inject

github.com/tomatoes-app/tomatoes - 749436e553bb5f81ede7fa9ec9ed8e410b2e7008 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Auto-correct offenses

github.com/tomatoes-app/tomatoes - c165174d3737e88a218df6ecedc69ac98dbb424d authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Fix 'Assignment in condition' warning

github.com/tomatoes-app/tomatoes - 1e208f4c14a010207a6f3254181666067fc4a681 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Install latest rubocop version

github.com/tomatoes-app/tomatoes - 186667b8a200a9294e23d21b39e51d69e15fe883 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Merge pull request #156 from potomak/default-session-store-secret-token

Add a default session store secret token

github.com/tomatoes-app/tomatoes - 13ab711fa4824b248548fe776120a3b8cafd3049 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Merge pull request #157 from potomak/remove-librarian

Remove librarian

github.com/tomatoes-app/tomatoes - ddb1cdd46a6679df28c6ab527cb3c4bf77c39ebf authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Remove librarian

I forgot to remove it in https://github.com/potomak/tomatoes/pull/155.

github.com/tomatoes-app/tomatoes - be36b61ec74a9c60771f25f3c6160bfd7d7eef7f authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Add a default session store secret token

A session store secret token is alwasy needed, but in development
it's fine to use a random string.

github.com/tomatoes-app/tomatoes - 0e4a48d09cd14fe4bedcb9e7ec3f593d7aec51ae authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Merge pull request #155 from potomak/#148_remove-chef-support

Remove Chef support

github.com/tomatoes-app/tomatoes - 907bd26c12722a902a76fe9e5e1acd423983efcd authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Remove Chef support

github.com/tomatoes-app/tomatoes - 850de0b12eb445e8e62bb6efb50179e36565ea41 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Merge pull request #154 from potomak/version-0.7.3

Bump v0.7.3

github.com/tomatoes-app/tomatoes - 366a2922e94caf51c135337d5fc27dd9aa7c8183 authored over 8 years ago by Andrea Dal Ponte <[email protected]>
Bump v0.7.3

github.com/tomatoes-app/tomatoes - b5d0f4846601cfa9cfa206673edd339c481c057c authored over 8 years ago by Andrea Dal Ponte <[email protected]>
Use Puma to serve the rails app

github.com/tomatoes-app/tomatoes - 51bd1e78f608ef728099ae24e4410965abf6e66c authored over 8 years ago by Matteo Centenaro <[email protected]>
Merge pull request #152 from potomak/fix-leaderboards

Fix leaderboards

github.com/tomatoes-app/tomatoes - 67de1dd908654a8faae6748c779741e7e5c5b9ad authored over 8 years ago by Andrea Dal Ponte <[email protected]>
Fix: leaderboard cached query

github.com/tomatoes-app/tomatoes - ac2a28ee08c4c1f2c0d8be2c8c94ac727bf80f07 authored over 8 years ago by Andrea Dal Ponte <[email protected]>
Install sucker_punch

github.com/tomatoes-app/tomatoes - 4b9a882da1a7db2013e703a02322e6126b271609 authored over 8 years ago by Matteo Centenaro <[email protected]>
Update therubyracer to 0.12.2

I was not able to install dependencies on mac os because the
version of therubyracer was failing...

github.com/tomatoes-app/tomatoes - d94f04036d2ec1e32ae7ca6bc6ef3abc1b849e4e authored over 8 years ago by Matteo Centenaro <[email protected]>
Update footer version

github.com/tomatoes-app/tomatoes - bbfbc039aa69cbb1904fa6f52da31c1bdc4bddd6 authored over 8 years ago by Andrea Dal Ponte <[email protected]>
Merge pull request #144 from potomak/use-strong-consistency

Use strong consistency in production

github.com/tomatoes-app/tomatoes - 5034e1e780d214737d3fd1c35ddc80d67f0d17e9 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Use strong consistency in production

github.com/tomatoes-app/tomatoes - e060845e75902774bc2252ef1b8d0826e67e2011 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Fix: the session store secret token must not be public

github.com/tomatoes-app/tomatoes - 3f287dd44f381516277d34be29009bb9c19d27b0 authored over 8 years ago by Andrea Dal Ponte <[email protected]>
Change: lock unicorn to the 4.x latest version

github.com/tomatoes-app/tomatoes - 9cf83b366ab8a83b0d1aaf342a56ad4ff9ef2637 authored over 8 years ago by Andrea Dal Ponte <[email protected]>
Fix: mongoid configuration for replica sets

github.com/tomatoes-app/tomatoes - 7961d390d51e4db93ba7fb5954bb762a7ffb9677 authored over 8 years ago by Andrea Dal Ponte <[email protected]>
Change: add rails_12factor required by heroku

github.com/tomatoes-app/tomatoes - c3372e4baae23570af577bcd6e824bf80513d424 authored over 8 years ago by Andrea Dal Ponte <[email protected]>
Change: explicit ruby version on gemfile

github.com/tomatoes-app/tomatoes - 82cff964a387e5639b284324f4651b6b62f9705a authored over 8 years ago by Andrea Dal Ponte <[email protected]>
Merge pull request #142 from dalpo/mongo-replica-set

Mongoid major upgrade

github.com/tomatoes-app/tomatoes - be24c941a574c467aa21c5ef8488e38b445eaa0f authored over 8 years ago by Andrea Dal Ponte <[email protected]>
Fix: typo

github.com/tomatoes-app/tomatoes - 7aa052b426bd7fd2b468c19c8f27a746a59a61e2 authored over 8 years ago by Andrea Dal Ponte <[email protected]>
Change: upgrade the the latest mongoid 3.x available version

github.com/tomatoes-app/tomatoes - 294ef86f608e11806e5432d6a4183f7bd476b7ea authored over 8 years ago by Andrea Dal Ponte <[email protected]>
Fix: wrong cache key

github.com/tomatoes-app/tomatoes - 3bf0145636cb64e2c4a0595a86644c62b291ce9e authored over 8 years ago by Andrea Dal Ponte <[email protected]>
Drop support for ruby 1.9.3

github.com/tomatoes-app/tomatoes - 786864a9b7bd693c426487783034d7a95b3d9b40 authored over 8 years ago by Andrea Dal Ponte <[email protected]>
Change: upgrade tomatoes to ruby 2.0.0

github.com/tomatoes-app/tomatoes - 76aadf5429f0674b202149241256a31a2a650594 authored over 8 years ago by Andrea Dal Ponte <[email protected]>
Change: upgrade to mongoid 3.0.x

github.com/tomatoes-app/tomatoes - 816d07367507f86440ed42a755043e1e0e9bb9df authored over 8 years ago by Andrea Dal Ponte <[email protected]>
Upgrade to the latest mongoid 2.x available version

github.com/tomatoes-app/tomatoes - 056015c9833995b2a6478a0e1aa4541f4f0a5baf authored over 8 years ago by Andrea Dal Ponte <[email protected]>
Rails security upgrade to 3.2.22.4

github.com/tomatoes-app/tomatoes - 778bef886428d6a54de3a2d84723684dd0f83c49 authored over 8 years ago by Andrea Dal Ponte <[email protected]>
Merge branch 'hotfix/0.6.86'

github.com/tomatoes-app/tomatoes - 11b1899b7300722b530fb8dcd6dbbb641d36feef authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Update patch version

github.com/tomatoes-app/tomatoes - 24761b131bc26243e6bb43de7390fe62aa648885 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Remove MongoHQ as a sponsor

It's been a while since we pay for our mongodb hosting. Moreover the
company changed its name to...

github.com/tomatoes-app/tomatoes - 6e08532cad85cad62d594942efdeda8b572a7a6e authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Merge branch 'hotfix/0.6.85'

github.com/tomatoes-app/tomatoes - 83d48404ff678924355d50453af96506583712af authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Bump patch version number

github.com/tomatoes-app/tomatoes - 8d0699eae69cc7290d97b02e3278a4bc674d9734 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
no-op - Remove trailing spaces and new lines

github.com/tomatoes-app/tomatoes - d6c4a6f63f3c3cdc7230003e5c98568fc75f96d8 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Remove Flattr

github.com/tomatoes-app/tomatoes - 99465614f24b5db8d71521e419a1ad88401bd626 authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Remove ads

The Backerpass campaign reached the goal so let's remove those ugly ads.

See also:

* https://t...

github.com/tomatoes-app/tomatoes - 7979b43f0795d609ba7ba5dc0e9290925ec49a1e authored over 8 years ago by Giovanni Cappellotto <[email protected]>
Merge branch 'hotfix/0.6.84'

github.com/tomatoes-app/tomatoes - 098fafdb720abd2697f033f509e960601e661e13 authored about 10 years ago by Giovanni Cappellotto <[email protected]>
Bump version number to 0.6.84

github.com/tomatoes-app/tomatoes - 7385483dcae4a490fecebf1a4280428fb65e414a authored about 10 years ago by Giovanni Cappellotto <[email protected]>
Update rich notifications handling

Closes #133

github.com/tomatoes-app/tomatoes - 91c22fb1442fcd305ab1869c754669f741601c36 authored about 10 years ago by Giovanni Cappellotto <[email protected]>
Merge branch 'hotfix/remove-no-heroku-middleware'

github.com/tomatoes-app/tomatoes - 6c8f365e0a234240e7d8f90d03eac842995ad28b authored about 10 years ago by Giovanni Cappellotto <[email protected]>
Remove NoHeroku middleware

github.com/tomatoes-app/tomatoes - 151d06f4198593e752ece52aff2ea7a7b4b91df3 authored about 10 years ago by Giovanni Cappellotto <[email protected]>
Merge branch 'hotfix/remove-no-www'

github.com/tomatoes-app/tomatoes - c0f30690f5c591f8ae56f829b9aec2a5ec0a9215 authored about 10 years ago by Giovanni Cappellotto <[email protected]>
Remove NoWWW middleware

See https://devcenter.heroku.com/articles/moving-to-the-current-routing-stack

github.com/tomatoes-app/tomatoes - a47c9f85b3a2ae507af3bb764dbba7a86947c75f authored about 10 years ago by Giovanni Cappellotto <[email protected]>
Merge branch 'release/0.6.83'

github.com/tomatoes-app/tomatoes - 297c405fc9f828370f849f639b50e5018081dfd3 authored over 10 years ago by Giovanni Cappellotto <[email protected]>
bump version number to 0.6.83

github.com/tomatoes-app/tomatoes - fb2d9dc09a78c99c1859005d7ef8466124e60b19 authored over 10 years ago by Giovanni Cappellotto <[email protected]>
Update TOS

Add Cancellation and Refund Policy sections

github.com/tomatoes-app/tomatoes - 45abafacd3b6df1caf41a6a6411cdb904f46f323 authored over 10 years ago by Giovanni Cappellotto <[email protected]>
Merge tag '0.6.82' into develop

Add terms, privacy, and imprint

github.com/tomatoes-app/tomatoes - 172185facc4496cf9633d5e9f04aab16005ae5b6 authored over 10 years ago by Giovanni Cappellotto <[email protected]>
Merge branch 'release/0.6.82'

github.com/tomatoes-app/tomatoes - 36184942bbd7e06b39964fee70da1fa7732766b4 authored over 10 years ago by Giovanni Cappellotto <[email protected]>
bump version number to 0.6.82

github.com/tomatoes-app/tomatoes - 8e3d3b82de05098dee88b5c4fad91dd22ae7a47b authored over 10 years ago by Giovanni Cappellotto <[email protected]>
Add static pages (terms, privacy, imprint)

See http://pomodoro7.com/

github.com/tomatoes-app/tomatoes - bb032ba2342b7ed0d6a4660b47ade8ed0743826e authored over 10 years ago by Giovanni Cappellotto <[email protected]>
Merge tag '0.6.81' into develop

Remove merit and badges

github.com/tomatoes-app/tomatoes - 1e7643034bb0f0c4c86b0b044a68ed2279776aeb authored over 10 years ago by Giovanni Cappellotto <[email protected]>
Merge branch 'release/0.6.81'

github.com/tomatoes-app/tomatoes - 7384df776d554461679d12f27fbb3e097649bf76 authored over 10 years ago by Giovanni Cappellotto <[email protected]>
bump version number to 0.6.81

github.com/tomatoes-app/tomatoes - 1f304a259adb1a2a313c7230dfb75932baa501ae authored over 10 years ago by Giovanni Cappellotto <[email protected]>
Remove merit and badges

Queries to merit_actions collection are the slowest and should be
optimized.

Note: this is a te...

github.com/tomatoes-app/tomatoes - 60dda36799df6bf42cc8adb2e6d621c7d9b397b4 authored over 10 years ago by Giovanni Cappellotto <[email protected]>
Re-enable dashboard simple stats

See also https://github.com/potomak/tomatoes/commit/1aa081525d91cdf5f11d770b0dc0b5fe7796d912

github.com/tomatoes-app/tomatoes - d8a175522aa87233f96e02b10026f9861fdad66d authored over 10 years ago by Giovanni Cappellotto <[email protected]>
Remove useless assets

github.com/tomatoes-app/tomatoes - 2037f110c5c98dc7614213e06faded34dbdcae31 authored over 10 years ago by Giovanni Cappellotto <[email protected]>
Merge tag '0.6.80' into develop

Add FB remarketing pixel and custom events

github.com/tomatoes-app/tomatoes - a83d562ee844837e024244fae35f4e723cdceed1 authored over 10 years ago by Giovanni Cappellotto <[email protected]>
Merge branch 'release/0.6.80'

github.com/tomatoes-app/tomatoes - d71e52668accacc78332b33138367fe1364f1d6b authored over 10 years ago by Giovanni Cappellotto <[email protected]>
bump version number to 0.6.80

github.com/tomatoes-app/tomatoes - 1bfd9de47347b84e6091e79bbea331061a02a60b authored over 10 years ago by Giovanni Cappellotto <[email protected]>
Add FB tracking events

github.com/tomatoes-app/tomatoes - ab4cd8a3dced16360973f7c9e68a4065237f5579 authored over 10 years ago by Giovanni Cappellotto <[email protected]>
Merge tag '0.6.79' into develop

Trying to minimize slow queries impact

github.com/tomatoes-app/tomatoes - 849d360a66bd80468c512a5470d77752bee7b06d authored over 10 years ago by Giovanni Cappellotto <[email protected]>
Merge branch 'release/0.6.79'

github.com/tomatoes-app/tomatoes - bc36cd69b25af8628cccfde5d3d6b30ec09a79aa authored over 10 years ago by Giovanni Cappellotto <[email protected]>
bump version number to 0.6.79

github.com/tomatoes-app/tomatoes - a2b5db7cc9f6f620e7b7b216cf1112de15c15afe authored over 10 years ago by Giovanni Cappellotto <[email protected]>
Remove user statistics

github.com/tomatoes-app/tomatoes - 1aa081525d91cdf5f11d770b0dc0b5fe7796d912 authored over 10 years ago by Giovanni Cappellotto <[email protected]>
Restore unicorn configuration

github.com/tomatoes-app/tomatoes - 43c7a43964c7b51176e61f24a27a745a6c1491ea authored over 10 years ago by Giovanni Cappellotto <[email protected]>
Merge tag '0.6.78' into develop

Unicorn timeout to 60

See also https://twitter.com/tomatoesapp/status/461520571709521920

github.com/tomatoes-app/tomatoes - 15369784b9197bc37af6902f20fc19bc2578ff38 authored over 10 years ago by Giovanni Cappellotto <[email protected]>
Merge branch 'release/0.6.78'

github.com/tomatoes-app/tomatoes - 4afcd1a66930e24cf46b7c5ea3ff289af459b5de authored over 10 years ago by Giovanni Cappellotto <[email protected]>
bump version number to 0.6.78

github.com/tomatoes-app/tomatoes - 6368cc24d63c98be6ce82b77c074f61cf3dc62ae authored over 10 years ago by Giovanni Cappellotto <[email protected]>
Set timeout to 60 seconds

Trying to avoid H12 (Request timeout)

See also https://twitter.com/tomatoesapp/status/461520571...

github.com/tomatoes-app/tomatoes - 77724c8d28d8a9edd2d2b971e799dc253ed57c75 authored over 10 years ago by Giovanni Cappellotto <[email protected]>
Merge branch 'release/0.6.77' into develop

github.com/tomatoes-app/tomatoes - 23624cf48af0c169d1bdd371aa817fe12679ef76 authored almost 11 years ago by Giovanni Cappellotto <[email protected]>