Ecosyste.ms: OpenCollective

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

Play Framework

The Community Maintained High Velocity Web Framework For Java and Scala
Collective - Host: opensource - https://opencollective.com/playframework - Website: https://playframework.com/ - Code: https://github.com/playframework

Update README.md

github.com/playframework/play-slick - 66a01376dcf7f1f37322544dfdc889968bd7284c authored over 11 years ago by Fredrik Ekholdt <[email protected]>
Update README.md

github.com/playframework/play-slick - b8202601678ec7c108cf3b4b46036b681cef6a51 authored over 11 years ago by Fredrik Ekholdt <[email protected]>
Moved doc to Wiki

github.com/playframework/play-slick - c495e56a1f430901fdc8b8ff875e01e2a150c260 authored over 11 years ago by Loïc Descotte <[email protected]>
Update tests and doc for last merged PR

github.com/playframework/play-slick - 161df3cc45f1a60a87cbde596e954bf0f6f6245a authored over 11 years ago by Loïc Descotte <[email protected]>
Merge branch 'master' of https://github.com/freekh/play-slick

github.com/playframework/play-slick - a286192ff78420f36d38df2475461664b8bd2eab authored over 11 years ago by Loic Descotte <[email protected]>
update for play 2.1.1

github.com/playframework/play-slick - a26e871edd8efb6ddb85b1a1fc629bae441a0a8c authored over 11 years ago by Loic Descotte <[email protected]>
changing org for publishing to maven central

github.com/playframework/play-slick - 544cbf32a193e8cd6cc399399e911daf08731990 authored over 11 years ago by Fredrik Ekholdt <[email protected]>
Merge pull request #44 from zszugyi/patch-1

Fixes error message when config key is absent

github.com/playframework/play-slick - d7302f5290bee80b1f284aed2fd617e14d77cd3e authored over 11 years ago by Loïc Descotte <[email protected]>
Fixes error message when config key is absent

Fixes the error message when the driver name is absent from the configuration.

github.com/playframework/play-slick - 6e0890d7ddfbc3b33f751182521e0e2a3bab0d00 authored over 11 years ago by zszugyi <[email protected]>
version 3.0.1 published on github

github.com/playframework/play-slick - dd10863096372d10ac38f545ae2b327c034a1134 authored over 11 years ago by Loic Descotte <[email protected]>
Merge pull request #43 from zszugyi/master

Fixes #41. DB.driver returns the driver for its database, not the driver for the default database

github.com/playframework/play-slick - 90d323cac01ee1fa820260a625e43c697fed823a authored over 11 years ago by Loïc Descotte <[email protected]>
Fixes #41. Adds an optional parameter to Config#driver to specify which database's driver to return. DB.driver returns its driver instead of the default DB's driver.

github.com/playframework/play-slick - d81ae8b29479df79bd7131ce831139a4b4dce5f6 authored over 11 years ago by Zoltan Szugyi <[email protected]>
Added missing cases for anorm.Pk

github.com/playframework/anorm - 7168af39d9ba56c284ceecface416baf567ed34a authored over 11 years ago by Avgoustinos Kadis <[email protected]>
removed anorm from dependencies in sample apps

github.com/playframework/play-slick - 655483847150ff4f8d58d66645c3933b6a1fa93b authored almost 12 years ago by Loic Descotte <[email protected]>
Nullable columns - scaladoc

github.com/playframework/play-slick - 916cb83be29d25ece3006af85500dcbba743f38f authored almost 12 years ago by Loic Descotte <[email protected]>
Global object to insert data

github.com/playframework/play-slick - b4edf6baf0d11e22a6c5b0b9fe415b1b5f44695b authored almost 12 years ago by Loic Descotte <[email protected]>
new sample : computer-database

github.com/playframework/play-slick - e5b58fb6658f8e493bf18dd2fa5bf27c1e6ec01e authored almost 12 years ago by Loic Descotte <[email protected]>
doc update

github.com/playframework/play-slick - 26133051639388cd31eae81b862f3ef08985f79c authored almost 12 years ago by Loïc Descotte <[email protected]>
published 0.3.0 on github repo

github.com/playframework/play-slick - c09fa5a19e764df47f15da289df1c3c0d359ebda authored almost 12 years ago by Loic Descotte <[email protected]>
Merge pull request #37 from namtzigla/master

unresolved dep bug

github.com/playframework/play-slick - 4d0e7f2af775d442659726a7b3d3db73a8ec22bc authored almost 12 years ago by Loïc Descotte <[email protected]>
added typesafe as resolvers

github.com/playframework/play-slick - 80d12022b4c4787377429d13d90e2ece47f606b9 authored almost 12 years ago by Florin Stan <[email protected]>
Merge branch 'master' of github.com:freekh/play-slick

github.com/playframework/play-slick - e1d11a686732bbcfbf44dfaebda6c9f6ea811abe authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
fixes #31

ddls were put in a set, which made the order of them random. this made the schemas regenerate ea...

github.com/playframework/play-slick - d8f8694e94821e39f60c7e0a94e3acf2612b6c7b authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
documentation update

github.com/playframework/play-slick - 9d9c5ef27aa817d704fb1e9f02e6751d2d0f5816 authored almost 12 years ago by Loic Descotte <[email protected]>
2 samples

github.com/playframework/play-slick - f513fdab1031de3991689afa334d175411484c78 authored almost 12 years ago by Loic Descotte <[email protected]>
test key not needed for defaults because db name with 'inMemoryDatabase' helper is "default"

github.com/playframework/play-slick - 73ea47fbd4b6e7a90eb8af7efab6532d0b858790 authored almost 12 years ago by Loic Descotte <[email protected]>
Merge pull request #26 from freekh/multiple-driver-support

first stab at multiple-driver-support. also fixes #24

github.com/playframework/play-slick - 10e3a06771d6d214d29c7eb020a69a982fdf7370 authored almost 12 years ago by Loïc Descotte <[email protected]>
cleaned up and put fixed filename for Profile

github.com/playframework/play-slick - fae9657d357f4b31534550789438e49137d61067 authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
changed name to harmonize names with Config approach and with cake approach

github.com/playframework/play-slick - 1c4041d387b194968a6c46dda8ff25caeb2b4383 authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
Merge branch 'master' into multiple-driver-support

Conflicts:
README.rst

github.com/playframework/play-slick - bde362f9c87b11d35f1e3c144352ac0fb405d06b authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
first stab at multiple-driver-support. also fixes #24

github.com/playframework/play-slick - b8084b54653511ac4178e6300e0ef50109fc2422 authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
Update README.rst

formating

github.com/playframework/play-slick - 30eebc7cc195fefe39a6d0076c072778edf5be85 authored almost 12 years ago by Loïc Descotte <[email protected]>
Merge pull request #21 from loicdescotte/master

Better convention for test datasource definition in application.conf

github.com/playframework/play-slick - b9c35320071d7819329307cebb4c34cb870dbc38 authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
database name format

github.com/playframework/play-slick - 4a4639a1ea524c7c26d2438cb9adbc3ed49777de authored almost 12 years ago by Loic Descotte <[email protected]>
Merge pull request #18 from loicdescotte/master

Better error management + mysql driver update

github.com/playframework/play-slick - bb345821724fd9e680eb3a48ac1e804d61c39e61 authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
use a different separator for headers to support header names with '-' inside (e.g. the sendgrid X-SMTPAPI)

github.com/playframework/play-plugins - 01b9f9875fb90b0b9e057ad2714f90669679e8df authored almost 12 years ago by Pierre Andrews <[email protected]>
use a different separator for headers to support header names with '-' inside (e.g. the sendgrid X-SMTPAPI)

github.com/playframework/play-mailer - 01b9f9875fb90b0b9e057ad2714f90669679e8df authored almost 12 years ago by Pierre Andrews <[email protected]>
better error management

github.com/playframework/play-slick - b70747367f7171b13465ac652a4b7c5e237d8238 authored almost 12 years ago by Loic Descotte <[email protected]>
Update src/main/scala/play/api/db/slick/Config.scala

Wrong MySQL driver class name + better error message

github.com/playframework/play-slick - 341ac9e8a4e7fed600ff0509438f6ddc2dd4bfda authored almost 12 years ago by Loïc Descotte <[email protected]>
corrected html tag

github.com/playframework/play-slick - f939ed452fc55706a55c0d5025fae37949db81f9 authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
added sample

github.com/playframework/play-slick - ec2105aa63445bcbf80768ee48d212cbecd3f884 authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
moved issue to github, fixed minor syntax issue in README

github.com/playframework/play-slick - ea2b8ad14b32ca1d1a5c2e1012054c5d5c8a243f authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
bumping slick version

github.com/playframework/play-slick - 9da320736d362c7d5eb23c25e8cc89345a7a0944 authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
Merge pull request #9 from trecloux/patch-1

Typo in README.rst

github.com/playframework/play-slick - b487a7615c33e81b42a70bee8310b3ba8a387c5c authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
bumping versions

github.com/playframework/play-slick - c7e9dd30428f281f74c168e2326b39d14f355650 authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
Merge branch 'master' of github.com:freekh/play-slick

github.com/playframework/play-slick - 1a8993c1cec4bdcd71fe93c89562eee237ad2c6a authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
isDisabled did not work anymore. should work fine now

github.com/playframework/play-slick - e5df40485022e3f19c790e0fb1dd67f870d7ccbc authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
Update README.rst

Typo

github.com/playframework/play-slick - 2100badf8b747f9ab9f19eb8d624b71ffdd06caf authored almost 12 years ago by Thomas Recloux <[email protected]>
Merge pull request #8 from loicdescotte/master

Config object for db/driver abstraction

github.com/playframework/play-slick - 3d56d61c6a319798ea9a0eeea0808e0c0a79e0e4 authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
exception/rename Store

github.com/playframework/play-slick - 70a0df918fbf5187cd29c99f9d2db2a04331ab1d authored almost 12 years ago by Loic Descotte <[email protected]>
Store object for db/driver abstraction (allows multiple db conf from application.conf)

github.com/playframework/play-slick - e2fa421872e88355f30140f70ebe301821a74de2 authored almost 12 years ago by Loic Descotte <[email protected]>
Merge pull request #4 from loicdescotte/patch-1

Update README.rst

github.com/playframework/play-slick - 9e1e16ed0d96ae00a8f4b9e0bf2d89109115a4d4 authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
Finished upgrading to 2.1.0

github.com/playframework/play-mailer - 94154c0a600b1b1fc7980336a1dc184168e886a8 authored almost 12 years ago by James Roper <[email protected]>
Finished upgrading to 2.1.0

github.com/playframework/play-plugins - 94154c0a600b1b1fc7980336a1dc184168e886a8 authored almost 12 years ago by James Roper <[email protected]>
Updated mailer, util and statsd plugins to Play 2.1.0

github.com/playframework/play-plugins - 82db863411e61aa68fb5810ed7d2420c53a80df9 authored almost 12 years ago by James Roper <[email protected]>
Updated mailer, util and statsd plugins to Play 2.1.0

github.com/playframework/play-mailer - 82db863411e61aa68fb5810ed7d2420c53a80df9 authored almost 12 years ago by James Roper <[email protected]>
Merge pull request #5 from gbougeard/master

Update dependencies to Play 2.1-RC4 and set evolutionplugin setting as String

github.com/playframework/play-slick - 8271fa76b23f165ac3780c9dca5787a921609a45 authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
Use evolutionplugin setting as String instead of Boolean

github.com/playframework/play-slick - d3d42115d01b083fea5048ff1145d62620882884 authored almost 12 years ago by Greg Bougeard <[email protected]>
Try to use play RC4

github.com/playframework/play-slick - ead41ec7ab3c3ace12f7ab89553d0f8b3f283216 authored almost 12 years ago by Greg Bougeard <[email protected]>
Update README.rst

doc updates

github.com/playframework/play-slick - 9c1db10dc6e4b73d39d3da29daf3bcda738d626d authored almost 12 years ago by Loïc Descotte <[email protected]>
add bug, fixes wrong formatting of code

github.com/playframework/play-slick - 335c0eae19ad18b129f72b98403a665ad7a4f3ca authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
Merge branch 'master' of github.com:freekh/play-slick

github.com/playframework/play-slick - 54a494a1342bce70b1368d1acdef91449dfa948a authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
optimize on speed and reliabilty. notice the FIXME

github.com/playframework/play-slick - ed92d89cbd61a8af7b1e21a96094a41fba8ca5d4 authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
fixes issue where create/drop statements are not in correct sequence, i.e. an alter table is run after a drop

github.com/playframework/play-slick - b5986b0f4529ce67db2a793994b94f6b532fa50e authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
fixing whitespaces

github.com/playframework/play-slick - dd8fd4f83cbf6ddf851515fb13ba9c4ff3d9c8fa authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
changed DB so it is possible to reuse a DB with a specific name. also added some error handling for database

github.com/playframework/play-slick - 8521d998cb5bed4c3de50d9ff5b737f85ba0816e authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
Update README.rst

github.com/playframework/play-slick - 5e98a81f9e2535e522727a68b34f62c5e276d6af authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
Update README.rst

github.com/playframework/play-slick - e76a491d0961873d2b627475309d7dea5690bb4c authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
added support for multiple driver tables

github.com/playframework/play-slick - 557a1fcffb91d54904dfa72bfb786bd41c806b93 authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
Fix DDL creation for evolutions

github.com/playframework/play-slick - 7edf0c0667b0d5e0c1cf8ff6bdf5a9d1d3736f29 authored almost 12 years ago by Luka Zakrajšek <[email protected]>
Added failing test for evolutions

github.com/playframework/play-slick - a965fa4e1ebb3609de9f09fedb978bb09f4a48db authored almost 12 years ago by Luka Zakrajšek <[email protected]>
Add build.properties to use play command

github.com/playframework/play-slick - eee4a8a0cf43837dc8a040e41bfaeaaa8ad09701 authored almost 12 years ago by Luka Zakrajšek <[email protected]>
Update Scala and Play versions

github.com/playframework/play-slick - e33af9f809f5dbb56573ed16a7f79f4546fe0bd8 authored almost 12 years ago by Luka Zakrajšek <[email protected]>
Set version for tag

github.com/playframework/play-mailer - 01a6897acab9e9b203bb88aeb0b6f2213e011d18 authored almost 12 years ago by James Roper <[email protected]>
Set version for tag

github.com/playframework/play-plugins - 01a6897acab9e9b203bb88aeb0b6f2213e011d18 authored almost 12 years ago by James Roper <[email protected]>
Added Java filter and scaladoc to Scala filter

github.com/playframework/play-plugins - 1e4c6696f44efaa27f1a1d2e69d266099c77b923 authored almost 12 years ago by James Roper <[email protected]>
Added Java filter and scaladoc to Scala filter

github.com/playframework/play-mailer - 1e4c6696f44efaa27f1a1d2e69d266099c77b923 authored almost 12 years ago by James Roper <[email protected]>
Updated documentation, and switch to Play 2.1-RC2

github.com/playframework/play-mailer - cc2a3ba21e4cff057441d3796dfc8f0ba442ce73 authored almost 12 years ago by James Roper <[email protected]>
Updated documentation, and switch to Play 2.1-RC2

github.com/playframework/play-plugins - cc2a3ba21e4cff057441d3796dfc8f0ba442ce73 authored almost 12 years ago by James Roper <[email protected]>
Merged in statsd

github.com/playframework/play-plugins - bc1df68195724b012784b861d6be39864b7d0da9 authored almost 12 years ago by James Roper <[email protected]>
Merged in statsd

github.com/playframework/play-mailer - bc1df68195724b012784b861d6be39864b7d0da9 authored almost 12 years ago by James Roper <[email protected]>
#950. Expose a withTimeout method to be able to set the queryTimeout on underlying statements.

github.com/playframework/anorm - f0e460e1bab7e569f39e4b44d1b13fa80a657e35 authored almost 12 years ago by Jim Brikman <[email protected]>
bump sedis version

github.com/playframework/play-mailer - 4c39913573eb3affb65e46096865dae0805fd896 authored almost 12 years ago by peter hausel <[email protected]>
bump sedis version

github.com/playframework/play-plugins - 4c39913573eb3affb65e46096865dae0805fd896 authored almost 12 years ago by peter hausel <[email protected]>
Update README.rst

github.com/playframework/play-slick - 5a78fb8d88a97a537367ea9ef77f18e543bfe533 authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
Update README.rst

github.com/playframework/play-slick - 21e63fb3eeb7b7570b5bcb2e97e07ddee52e7402 authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
republish redis plugin against play 2.1-RC2

github.com/playframework/play-plugins - 20cd0c70be967bd0aaab54d274fd6cca9c0ca71c authored almost 12 years ago by peter hausel <[email protected]>
republish redis plugin against play 2.1-RC2

github.com/playframework/play-mailer - 20cd0c70be967bd0aaab54d274fd6cca9c0ca71c authored almost 12 years ago by peter hausel <[email protected]>
initial rev

github.com/playframework/play-slick - b406f177ea1c4818ca47ce3a5acf156999853a1b authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
Initial commit

github.com/playframework/play-slick - 6cd349747eb2412f882682107e2c36fb18098833 authored almost 12 years ago by Fredrik Ekholdt <[email protected]>
publish against play 2.1-RC2

github.com/playframework/play-mailer - 58f6b662480dc8b755e3062d54afaf9050f3a81d authored almost 12 years ago by peter hausel <[email protected]>
publish against play 2.1-RC2

github.com/playframework/play-plugins - 58f6b662480dc8b755e3062d54afaf9050f3a81d authored almost 12 years ago by peter hausel <[email protected]>
remove guice

github.com/playframework/play-plugins - bc61727477cba74982f9a705c100d7fc99dc7256 authored almost 12 years ago by peter hausel <[email protected]>
remove guice

github.com/playframework/play-mailer - 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

github.com/playframework/play-mailer - 2e0cb4a841efad64a965673348ac47dbe09eab29 authored almost 12 years ago by James Roper <[email protected]>
Merge pull request #54 from eirslett/master

Fix critical windows bug in the Dust plugin

github.com/playframework/play-plugins - 2e0cb4a841efad64a965673348ac47dbe09eab29 authored almost 12 years ago by James Roper <[email protected]>