Ecosyste.ms: OpenCollective

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

github.com/playframework/play-plugins

CachePlugin
https://github.com/playframework/play-plugins

Small refactor

889434d283b2a14266b8587ee71b4edc42388035 authored over 10 years ago by James Roper <[email protected]>
Merge pull request #108 from mbseid/master

Redis: Added configuration option to use a specific database number

c7c5f7c4efbf922fada430efb725f710a4e76488 authored over 10 years ago by James Roper <[email protected]>
Added a configuration option to connect to a database other than 0. Used the configuration key: redis.database ... Defaults to 0.

d5bd791d247ee874896f2a37f49b8abb69184a21 authored almost 11 years ago by Michael Seid <[email protected]>
Merge pull request #91 from ggrossman/master

Simplify support for caching results in RedisPlugin

1807c57836ba3887ab1686c30baef356860505db authored almost 11 years ago by James Roper <[email protected]>
Add logging subject for MockMailer

7fd1bd08296da2156d133fd860b54274587a83eb authored about 11 years ago by yoshizawa <[email protected]>
Merge pull request #95 from jmparsons/master

Updated dust readme with link to newer version.

ac63d0817b483654d7d9d177bf9d6ded35526070 authored about 11 years ago by James Roper <[email protected]>
Updated dust readme with link to newer version.

892f9800cf681a7c08da372ead0c7a0679951651 authored about 11 years ago by Jonathan Parsons <[email protected]>
Get rid of the defaultPrefix parameter; instead, just check

for RedisResult when serializing.

1ded153c2893553e86dac182e044e664fb1bbdb6 authored about 11 years ago by Gary Grossman <[email protected]>
Remove support for deprecated PlainResult and AsyncResult; only wrap/unwrap

SimpleResult. Map futures asynchronously instead of using await.

81b268fdb4d9c607e39bd8555224d845c28acb40 authored about 11 years ago by Gary Grossman <[email protected]>
Merge pull request #59 from Mortimerp9/master

fix bug for headers with '-' in them

79f3758f72ba69e012a49c3223770838603d735b authored about 11 years ago by James Roper <[email protected]>
In Play 2.2, the Cached decorator causes Cache.set to be passed an

instance of play.api.libs.Iteratee[Array[Byte],SimpleResult]
instead of an instance of play.api.m...

390ec59a1727c29391aa3f76dc208a96f62ab569 authored about 11 years ago by Gary Grossman <[email protected]>
Merge pull request #90 from ggrossman/master

Fix serialization bugs in RedisPlugin and add support for serializing Results

f7dac701e72f57176aa7ebb69e5b580d9655a195 authored about 11 years ago by James Roper <[email protected]>
Add SerialVersionUID to RedisResult to get consistent serialization

b20c585566111cb24259f47e3ad495b1f32277e4 authored about 11 years ago by Gary Grossman <[email protected]>
Update for Play 2.2.0

173397e972f7e1a2bc2fc24280ae49f8377f6ae8 authored about 11 years ago by Gary Grossman <[email protected]>
Remove dependency on Apache Commons IO.

Split out result wrapping/unwrapping code into separate class
RedisResult.

142092c0f4bc28cd1052d17303b807d6610deec0 authored about 11 years ago by Gary Grossman <[email protected]>
Add support to the RedisPlugin for caching Play! Results.

The Result class can not be passed to the Java serializer.
So, convert it to a case class that is...

07499eb46787ad5606928150d709ca17c30e60d6 authored about 11 years ago by Gary Grossman <[email protected]>
ObjectInputStream.readObject calls Class.forName, which is incompatible

with the dynamic classloader used by Play! in development mode.
Use ClassLoaderObjectInputStream ...

cc35c08863ad974b06f95e94da0385eca902b85b authored about 11 years ago by Gary Grossman <[email protected]>
The use of "value.getClass.isInstanceOf[]" to determine the class of

the object to be serialized is incorrect. It should just be
"value.isInstanceOf[]"

d1e1b8db8c295c17d43e21136257ed1b59db6b49 authored about 11 years ago by Gary Grossman <[email protected]>
Upgraded redis plugin to 2.2.0

ceedadb46af087b9c010b0361f37f2802403f266 authored over 11 years ago by James Roper <[email protected]>
Upgraded mailer to Play 2.2.0

dd5de18764e6b13660ec1a3f82f02bf514a973f8 authored over 11 years ago by James Roper <[email protected]>
Bumped statsd version for 2.2.0 release

b88b4754d94db628f9e74d7f232331ac99e444f3 authored over 11 years ago by James Roper <[email protected]>
Upgraded statsd plugin to Play 2.2.0

cbab2f8d1d724fbd8ddb72e392560412c1c26406 authored over 11 years ago by James Roper <[email protected]>
Merge pull request #82 from hermanbanken/master

Rename addRecipient and alike to setRecipient; fixes #56

0e8c09ed91ac9eeb9a0eabe630b7f8db4c085297 authored over 11 years ago by James Roper <[email protected]>
Rename addRecipient and alike to setRecipient; fixes #56

e5337c0b600cc2238a718ccae259153c177c7403 authored over 11 years ago by Herman Banken <[email protected]>
Merge pull request #68 from wishbear/master

Upgraded redis and util to 2.1.1

02b4d72b7ca99c61da0e142ad829af787bde5e22 authored over 11 years ago by Nilanjan Raychaudhuri <[email protected]>
Merge pull request #78 from rewbs/master

Fix logging in Redis cache, allow URI-based Redis configuration, expose Redis connection pool co...

d5919354d620c1e9da90542f0ca0fb16d6c5693e authored over 11 years ago by Nilanjan Raychaudhuri <[email protected]>
Fix stacktrace being logged when retrieving null from cache. Change logging on cache set to trace, and add tracepoint on cache get. Add support for URI-based config (useful e.g. for heroku). Expose connection pool configuration. Update readme.

8d439dff9750ea0d98893ac3246be010f0e46594 authored over 11 years ago by Robin Fernandes <[email protected]>
Merge pull request #76 from sethrosenblum/master

Make path separator in StatsdFilter configurable

0b680246e029f165a401103731b8b0733b2bc646 authored over 11 years ago by Nilanjan Raychaudhuri <[email protected]>
Make path separator in StatsdFilter configurable.

83e11bb0b9dedc083ab9e0f7919d07be8174b50a authored over 11 years ago by Seth Rosenblum <[email protected]>
#75 Ensure statsd plugin is compiled for Java 6

e2acacdea927deedc1d2815860b77d745fba7849 authored over 11 years ago by James Roper <[email protected]>
Prepare for play-statsd 2.1.1 release

6ea9a21cb1ba6d47881e63f5137728b8d1463f5f authored over 11 years ago by James Roper <[email protected]>
redis upgrade to 2.1.1

4720e9380216bd2e5bfbca4d05fe948dcda6b2be authored over 11 years ago by Andrey Kouznetsov <[email protected]>
util upgrade to 2.1.1

aabb07709b26704e096447449a1a4efbebe9c96b authored over 11 years ago by Andrey Kouznetsov <[email protected]>
Merge pull request #67 from alirussell/master

Add support for StatsD delta guage values

874486a77821c159604ab5ffe106868486c1d8d4 authored over 11 years ago by James Roper <[email protected]>
Updated documentation for previous commit

Updated the readme documentation for the previous statsd commit.

80032b5bab98b2f289c97b82e6eaabe42facdf2a authored over 11 years ago by Ali Russell <[email protected]>
Add support for statsd guage delta values

Statsd has supported incrementing guage values since 0.6.0 using +/-
values.

Added support for ...

0ca160f450b039221a242d0612bdaef2135c82b6 authored over 11 years ago by Ali Russell <[email protected]>
use a different separator for headers to support header names with '-' inside (e.g. the sendgrid X-SMTPAPI)

01b9f9875fb90b0b9e057ad2714f90669679e8df authored almost 12 years ago by Pierre Andrews <[email protected]>
Finished upgrading to 2.1.0

94154c0a600b1b1fc7980336a1dc184168e886a8 authored almost 12 years ago by James Roper <[email protected]>
Updated mailer, util and statsd plugins to Play 2.1.0

82db863411e61aa68fb5810ed7d2420c53a80df9 authored almost 12 years ago by James Roper <[email protected]>
Set version for tag

01a6897acab9e9b203bb88aeb0b6f2213e011d18 authored almost 12 years ago by James Roper <[email protected]>
Added Java filter and scaladoc to Scala filter

1e4c6696f44efaa27f1a1d2e69d266099c77b923 authored almost 12 years ago by James Roper <[email protected]>
Updated documentation, and switch to Play 2.1-RC2

cc2a3ba21e4cff057441d3796dfc8f0ba442ce73 authored almost 12 years ago by James Roper <[email protected]>
Merged in statsd

bc1df68195724b012784b861d6be39864b7d0da9 authored almost 12 years ago by James Roper <[email protected]>
bump sedis version

4c39913573eb3affb65e46096865dae0805fd896 authored almost 12 years ago by peter hausel <[email protected]>
republish redis plugin against play 2.1-RC2

20cd0c70be967bd0aaab54d274fd6cca9c0ca71c authored almost 12 years ago by peter hausel <[email protected]>
merge

81b015fa579277b58e618e52b24c53cc7710de51 authored almost 12 years ago by peter hausel <[email protected]>
publish against play 2.1-RC2

58f6b662480dc8b755e3062d54afaf9050f3a81d authored almost 12 years ago by peter hausel <[email protected]>
remove guice

bc61727477cba74982f9a705c100d7fc99dc7256 authored almost 12 years ago by peter hausel <[email protected]>
Merge pull request #54 from eirslett/master

Fix critical windows bug in the Dust plugin

2e0cb4a841efad64a965673348ac47dbe09eab29 authored about 12 years ago by James Roper <[email protected]>
Fix failing test for DustTasks

The templateName method's behavior is changed. All slashes are now
converted to forward slashes ...

57ad61f1bd6b210dd0e28ed377ae88b1d714b6ca authored about 12 years ago by eirslett <[email protected]>
Add a few unit tests for DustTasks

They test the logic for getting a Dust template name from the file path.
There are two tests, fo...

62d6901f6ddae3ccb430dc6539af14f7ff3a18a2 authored about 12 years ago by eirslett <[email protected]>
Refactor template name logic into its own method

Having it in a separate method makes it easier to test and debug.
Some unit tests will be added ...

0e4575c1d48819fb1085172dd42eea459315f221 authored about 12 years ago by eirslett <[email protected]>
Updated mailer plugin to 2.1-RC1

4aad6051b71d5739350cd5996812828aa25f2f7f authored about 12 years ago by James Roper <[email protected]>
Merge pull request #42 from myyk/master

Improved Scala mailer/README.md

d3275a9732df5584cd1c3504a03bd0b22cd464d6 authored about 12 years ago by Peter Hausel <[email protected]>
Merge pull request #49 from joscha/master

Add documentation for TLS

363752baa1cc8569f1bd22f344728470dd8cc236 authored about 12 years ago by Peter Hausel <[email protected]>
Add documentation for TLS

21a1aa06a1e24a9df42659f4f13e92f53aafd3bd authored about 12 years ago by Joscha Feth <[email protected]>
Merge pull request #38 from npcode/feature/mailer-tls-config

[Mailer] making TLS configurable.

4b90279907435418f847a2c8058eafcd6b000352 authored about 12 years ago by Peter Hausel <[email protected]>
Update redis/sample/project/build.properties

5fa5b847ebccb69e6055c4cc2c9741950d70a4d6 authored about 12 years ago by Peter Hausel <[email protected]>
Update redis/sample/project/plugins.sbt

de0cf504952f35f1a9acc4fc3660561840c69ed0 authored about 12 years ago by Peter Hausel <[email protected]>
Update redis/sample/project/Build.scala

9c72c3266271ffbfe17673040980d8db9b0c0943 authored about 12 years ago by Peter Hausel <[email protected]>
Update util/README.md

7c54f7288d2d3eb577d2d118e8019d8550670677 authored about 12 years ago by Peter Hausel <[email protected]>
Update mailer/README.md

5d8b92f9d87dfaae8e7355d6a0e575904e62c934 authored about 12 years ago by Peter Hausel <[email protected]>
republish redis plugin for 2.0.4 (provided)

d66a8a38af0caca618f10bf77f74f8d17380d3f0 authored about 12 years ago by peter hausel <[email protected]>
Update mailer/README.md with more information when using Scala.

033775b342bf3ce66570732edb0ca8b6871c25cc authored over 12 years ago by myyk <[email protected]>
[Mailer] making TLS configurable.

b538a4c2403df413d38db8c31a8edce538e14377 authored over 12 years ago by Yi EungJun <[email protected]>
redis

37f32b1c1df11c3e3743c6f3dc1ccbb8068165b0 authored over 12 years ago by peter hausel <[email protected]>
republish dust 1.4.1-09122012 for play 2.0.3/sbt 0.11.3 and 2.1/sbt 0.12

e7505946fcf5b6bee8212f0f2d5766ea1b5c52f3 authored over 12 years ago by peter hausel <[email protected]>
Merge pull request #36 from brikis98/error-reporting

Fix error reporting in dust plugin so line and column numbers show up

cdf6ce2c03ce801df8ae8154fe7178e31c50502f authored over 12 years ago by Peter Hausel <[email protected]>
Fix error reporting in dust plugin so line and column numbers show up properly for compile errors. Fix template name bugs in sample app.

5e137571f3d31367af09b247b47a478ae35f4bcf authored over 12 years ago by Yevgeniy Brikman <[email protected]>
bump version

59c0a686336022b03afff1e93da752fdfb531b0e authored over 12 years ago by peter hausel <[email protected]>
Update redis/README.md

d484a4e47420d8f91c78edb73744c1e0909dfb1c authored over 12 years ago by Peter Hausel <[email protected]>
Update redis/README.md

1724e0c7ea7933621cdbaf9666660f3b69af2279 authored over 12 years ago by Peter Hausel <[email protected]>
Update redis/README.md

497c027226150f14a86e1d91f16c3e8272668896 authored over 12 years ago by Peter Hausel <[email protected]>
Update redis/README.md

1738c2ba0405768aeee13dabc4a42ef9fbd90e94 authored over 12 years ago by Peter Hausel <[email protected]>
Update inject/README.md

6709ae117f208d54d555852174e29ee11efa9344 authored over 12 years ago by Peter Hausel <[email protected]>
Update guice/README.md

23824d08f3fceef5521d24351682487566d26468 authored over 12 years ago by Peter Hausel <[email protected]>
Update guice/README.md

d874a5fe1fa46d3c07a22f7c7d9e70080629d7f3 authored over 12 years ago by Peter Hausel <[email protected]>
Update inject/README.md

a22a0f7438f3afe9d50405d75e960ed91e709621 authored over 12 years ago by Peter Hausel <[email protected]>
Merge pull request #30 from benmccann/README

Update sbtgoodies install instructions

6cc866b7ac8a25a027f3a17ec4c2be7cc110b4f3 authored over 12 years ago by Peter Hausel <[email protected]>
Reword install instructions

18ac9ed0754326704290359af3e19a1283cade7c authored over 12 years ago by Ben McCann <[email protected]>
Remove bullet in install instructions

ed2e399cd9a866539225d2ae031c81f39624d076 authored over 12 years ago by Ben McCann <[email protected]>
Update sbtgoodies installation instructions

95bf1f9fa2931820f5f0c203f15ea3c46ce7f72b authored over 12 years ago by Ben McCann <[email protected]>
republish some of the popular plugins with sbt 0.12.0

8b62c4c176adc1d14ce870e9508e6a9e140014cd authored over 12 years ago by peter hausel <[email protected]>
Merge pull request #24 from benmccann/settings

Fix for Issue 14: Allow sbtgoodies plugin to be applied if project has non-Play subproject

30ce66123db1db024f1ed15ded25dc8bb49a43b4 authored over 12 years ago by Peter Hausel <[email protected]>
Allow sbtgoodies plugin to be applied if project has non-Play subproject

aabbec9985f8ea725d7e3028a67301f3b1cf1f69 authored over 12 years ago by Ben McCann <[email protected]>
Merge pull request #15 from benmccann/depends

Make dist-unzip depend on dist

07c802407460dac72c3ee3fe38d80dfeca4974d1 authored over 12 years ago by Peter Hausel <[email protected]>
[mailer] clear thread local context after an email is sent

0e183672d3b42248a49368026c916ae7fce1f9be authored over 12 years ago by peter hausel <[email protected]>
[#21] mailer can be used on multiple threads(2nd attempt)

dd0359b9e2d40c230b56674b5b63e96474605e2a authored over 12 years ago by peter hausel <[email protected]>
merge README

38b11f8f6ac7d9e3e5bf27080fed2e0626fa20de authored over 12 years ago by peter hausel <[email protected]>
[#21] mailer can be used on multiple threads

2fe87fd7805e2469a8506ead3a03c7ecde531ceb authored over 12 years ago by peter hausel <[email protected]>
[#20] publish 2.0.4 mailer with java 6

e5b94e330ff902e4d6b90c4f1ffb3c31818430c9 authored over 12 years ago by peter hausel <[email protected]>
Update master

814d57f07c68c874711f944103b52b796dc26898 authored over 12 years ago by Peter Hausel <[email protected]>
Update master

6b050df3db18421983d8d55d39d35b910428c65a authored over 12 years ago by Peter Hausel <[email protected]>
Update master

ecb2c5f13da208ba634d8a179cd2385212067725 authored over 12 years ago by Peter Hausel <[email protected]>
Update master

1521c13f1692b4cf8226815e9f1aa1ce718785f8 authored over 12 years ago by Peter Hausel <[email protected]>
Update master

b749cf4109449c64d795ac11bae8032e9f0342fd authored over 12 years ago by Peter Hausel <[email protected]>
publish redis plugin as well

1c1186e747ff41761677a8bf3f9e0dfc690e3374 authored over 12 years ago by peter hausel <[email protected]>
republishing for 2.0.2 (part2)

9028828cdd7d0a45d3760e7507b70f765f7559b0 authored over 12 years ago by peter hausel <[email protected]>
Update master

da1509b6d5dfee4170fb24c461a482093c774532 authored over 12 years ago by Peter Hausel <[email protected]>
Update master

32232757a62ece967b15bd18ff8046649b7a32f9 authored over 12 years ago by Peter Hausel <[email protected]>