52 Commits

Author SHA1 Message Date
David Baumgold 98e03c0fd6 Merge pull request #35 from vmax/mlab-mongodb
Add mLab MongoDB; complain about several mongo installations
2017-05-13 06:22:58 -07:00
Max Vorobev 0119ae04bf Less obscure way to fix whether we have multiple Mongo addons 2017-05-13 02:15:10 +03:00
Max Vorobev e2af331867 Add mLab MongoDB; complain about several mongo installations 2017-05-07 18:54:35 +03:00
David Baumgold 1962cbb616 Merge pull request #31 from mattstibbs/patch-1
Add support for Heroku Redis
2016-03-13 12:13:00 -04:00
Matt Stibbs ff31f3cfea Remove more trailing whitespace 2016-03-13 15:33:51 +00:00
Matt Stibbs e8b5514168 Remove trailing whitespace 2016-03-13 11:09:24 +00:00
Matt Stibbs 28ce9657d4 Swap Heroku Redis and Redis To Go sections 2016-03-12 13:11:53 +00:00
Matt Stibbs 5dba0b2014 Add support for Heroku Redis 2016-03-12 00:22:46 +00:00
kennethreitz 6b1525c519 Merge pull request #25 from gmacon/secret_key
add support for SECRET_KEY
2016-02-04 03:39:26 -05:00
David Baumgold 7c88639c02 Merge pull request #28 from wujiang/patch-1
provide MONGODB_USERNAME
2015-04-21 21:40:52 -04:00
Wu Jiang 1efac39d9d provide MONGODB_USERNAME
flask_mongoengine uses `MONGODB_USERNAME`

https://github.com/MongoEngine/flask-mongoengine/blob/bd7ff7ef040f710b00ff74807fc8788652674809/flask_mongoengine/__init__.py#L89
2015-03-24 12:13:43 -04:00
George Macon 318ac8b383 add support for SECRET_KEY 2014-10-08 20:13:40 -04:00
David Baumgold 71117215cd Merge pull request #24 from tedmiston/master
added support for Postmark mail service
2014-06-02 10:53:36 -04:00
Taylor Edmiston 05b8df560d added Postmark mail service env vars 2014-05-06 21:47:29 -04:00
David Baumgold ae0b538571 Version 0.1.8 v0.1.8 2013-11-08 19:44:30 -05:00
David Baumgold f187821fca BROKER_TRANSPORT is the canonical name of the variable
BROKER_BACKEND is just an alis.
http://docs.celeryproject.org/en/latest/configuration.html#broker-transport
2013-11-08 19:42:28 -05:00
David Baumgold a32def5c6a Merge pull request #1 from cburmeister/celery-rediscloud
adds support for celery with rediscloud
2013-11-08 16:39:23 -08:00
David Baumgold 16b1b90fd2 release 0.1.7 v0.1.7 2013-11-07 11:58:31 -05:00
David Baumgold 4ee897717b Point project URL back at kennethreitz fork
My mistake to change it in the first place
2013-11-07 11:57:54 -05:00
Corey Burmeister 9230210b14 adds support for celery with rediscloud 2013-11-06 11:47:23 -08:00
David Baumgold 10412ebb8c release 0.1.6 v0.1.6 2013-11-06 13:29:56 -05:00
David Baumgold 3e08a697f9 update project URL, add gitignore 2013-11-06 13:28:54 -05:00
David Baumgold 27d52b8ca6 New maintainer, version update to 0.1.5 v0.1.5 2013-11-06 13:24:27 -05:00
David Baumgold 349d100a07 Python 3 support 2013-11-04 19:41:46 -05:00
Lyndsy Simon 6ec4245374 Adds support for resource URIs for MongoHQ and Mongolab.
Old-style MONGODB_* configuration is left in place, but
Flask-PyMongo at least uses the MONGO_URI in preference.

At some point in the future, we should remove the MONGODB_*
selectors if it is possible to do so.
2013-03-03 16:24:37 -06:00
Lyndsy Simon d691e2b6d9 Merges Memcachier support via @petermelias 2013-01-22 13:42:50 -06:00
Lyndsy Simon fb1a96d645 Updates readme to use new-style import 2013-01-21 19:39:18 -06:00
Lyndsy Simon db2b9d4600 Merge pull request #17 from lyndsysimon/app-factory
Adds support for Flask's "app factory" pattern.
2013-01-21 17:31:40 -08:00
Lyndsy Simon e7b54eda82 Adds Flask's app factory pattern to Readme. 2013-01-21 19:13:14 -06:00
Lyndsy Simon 9ea8d133a5 Removes superfluous spaces 2013-01-21 18:58:58 -06:00
Lyndsy Simon 5e7b8a6153 Adds self.app to better conform to Flask's application factory pattern 2013-01-21 18:58:49 -06:00
TonySeek e620d2f24b Add init_app method. 2013-01-19 22:03:38 +08:00
Kenneth Reitz 4562386646 Merge pull request #15 from ferrix/master
Support SendGrid
2012-12-13 08:27:17 -08:00
Ferrix Hovi fd09021e75 Support SendGrid
This adds support to inferring SendGrid settings from Heroku environment
variables. Since Mailgun was already there, this patch will not override
those settings.

Another thing this patch does is set the variables expected by [Flask-Mail][1].
Both SendGrid and Mailgun support TLS so that is enabled for both.

[1]: http://packages.python.org/Flask-Mail/
2012-12-13 18:19:09 +02:00
Kenneth Reitz 05bde4410f Merge pull request #14 from ferrix/master
Add support for Cloudant
2012-12-13 07:54:13 -08:00
Ferrix Hovi 943e565bfc Add support for Cloudant
Both Flask-CouchDBKit and Flask-CouchDB expect to find server URL with
authentication in `COUCHDB_SERVER`. Supporting this is a matter of
copying the `CLOUDANT_URL` variable from environment.

Both apps will still need `COUCHDB_DATABASE` to be set but there is
nothing we can do about it here.
2012-12-13 17:49:25 +02:00
Peter M. Elias c9b75d0cef added support for memcachier 2012-12-11 18:43:57 -06:00
Kenneth Reitz c4e8f4afc0 Merge pull request #9 from dcrosta/patch-1
Support MongoHQ
2012-11-15 18:44:16 -08:00
Dan Crosta cddecb2653 Support MongoHQ 2012-08-22 20:32:22 -03:00
Kenneth Reitz 4408f2ff88 Merge pull request #4 from awsum/patch-2
Mongolab
2012-04-19 14:11:48 -07:00
awsum d276f58e2a Mongolab 2012-04-20 00:10:44 +03:00
Kenneth Reitz a58dad9172 Merge pull request #2 from awsum/patch-1
Redis To Go
2012-04-06 12:03:52 -07:00
awsum 659bb694ca Redis To Go 2012-04-06 21:56:33 +03:00
Kenneth Reitz 3ec10a5cf7 v0.1.3 2012-04-06 14:35:51 -04:00
Kenneth Reitz 5fada07863 Merge pull request #1 from awsum/patch-1
add SMTP configuration for Mailgun.
2012-04-04 13:35:04 -07:00
awsum 645184443f add SMTP configuration for Mailgun. 2012-04-04 23:32:39 +03:00
Kenneth Reitz bc0b5a5123 celery v0.1.2 2012-03-26 04:36:56 -04:00
Kenneth Reitz 73acb27e3b v0.1.1 v0.1.1 2012-03-26 04:30:29 -04:00
Kenneth Reitz ab82f5aa05 readme 2012-03-26 04:23:27 -04:00
Kenneth Reitz b5f413f749 fix capitalization v0.1.0 2012-03-26 04:15:46 -04:00