Commit graph

462 commits

Author SHA1 Message Date
Samuel Clay
8f6bfa1c55 Notifications now support hidden stories and focus stories. Web also all done. Just need to build iOS push and iOS notification chooser. 2016-11-16 17:49:43 -08:00
Samuel Clay
7dee3ae771 Upgrading to mongo 3.0. Still needs fixes for mongoengine. 2016-11-10 10:11:46 -08:00
Samuel Clay
5e2020f402 Fixing tests. 2016-04-22 20:48:08 -07:00
Samuel Clay
3406958e8a Adding wsgi server to use new virtualenv gunicorn. 2016-02-05 15:26:10 -08:00
Samuel Clay
eb41788913 Boosting oauth authorization code expiration to 1 hour (from 60 seconds) to aid development. 2016-01-22 12:41:34 -08:00
Samuel Clay
5c7d39d032 Hoping that this final revert of settings will do the trick on the corrupt transactions. 2015-12-18 15:34:05 -08:00
Samuel Clay
d7d0230fd4 Whoops, not sure how celery's profile tasks werent being autodiscovered. 2015-12-18 13:34:57 -08:00
Samuel Clay
eaf5c72ae4 Commenting out future celery feature. 2015-12-18 11:16:21 -08:00
Samuel Clay
571c529e0b Commenting out future raven feature. 2015-12-18 11:15:21 -08:00
Samuel Clay
94de0911bd Removing incorrect development debug setting. 2015-12-07 16:55:08 -08:00
Samuel Clay
b565421895 Consolidating raven config. 2015-12-07 16:52:06 -08:00
Samuel Clay
fd6caf22c2 Merge branch 'master' into celery
* master:
  Expiring weekly feed read counts.
  Counting read stories on a per-feed per-feed basis. This will allow efficient usage checks down the line.
2015-12-07 16:42:54 -08:00
Samuel Clay
d8abe375a2 Counting read stories on a per-feed per-feed basis. This will allow efficient usage checks down the line. 2015-12-07 16:29:52 -08:00
Samuel Clay
456f0612d0 Upgrading celery, still doesnt work great with raven. 2015-12-07 15:38:01 -08:00
Samuel Clay
2cef63d90f Updating raven config. 2015-12-07 13:51:06 -08:00
Samuel Clay
4f58d34038 Raising time limit on analytics cleaning. 2015-11-28 13:32:18 -08:00
Julien Rottenberg
db2f21726d Not only mac users should be able to run in develop mode ;-) 2015-11-02 00:15:22 -08:00
Samuel Clay
b6e1e03bd5 Upgrading feedparser, cleaing up logging on feed fetch. 2015-08-24 14:27:01 -07:00
Samuel Clay
2d7e539f9a Switching redis feed sub pool to sessions redis server. 2015-08-11 13:33:49 -07:00
Samuel Clay
6a20478a7f Renaming redis feed pool to redis feed update pool in prep for redis feed sub pool. 2015-07-27 18:35:25 -07:00
Samuel Clay
97b0910e67 Breaking up tasking of normal feeds and broken feeds so broken feeds are a less drain on postgresql. 2015-07-23 16:29:47 -07:00
Samuel Clay
8ef0454982 Backtracking on mongoengine and pymongo upgrades. 2015-07-20 17:31:45 -07:00
Samuel Clay
6d652d75f5 Fixing mongoengine connection uri. 2015-07-20 17:05:22 -07:00
Samuel Clay
ad24d03a85 Spam cleaning on its own task. 2015-07-15 10:25:45 -07:00
Samuel Clay
0478ef0f1b Turning off sslv3 for paypal. 2015-05-26 12:22:50 -07:00
Samuel Clay
b7ea2e222a Turning off sslv3 for paypal. 2015-05-26 12:20:23 -07:00
Samuel Clay
1656762299 Trying new YouTube v3 API feed fetcher. 2015-04-29 16:30:44 -07:00
Samuel Clay
2f4ef4a4d5 Attempting to suppress admin error emails, since using Sentry. 2015-04-15 16:20:27 -07:00
Samuel Clay
7cec5228da Upgrading CORS support for @wickynilliams. 2015-03-12 18:01:20 -07:00
Samuel Clay
3c0b8c642d Auto-enabling new users for the 2nd anniversary of the google reader shutdown. 2015-03-12 13:18:05 -07:00
Samuel Clay
ae926d5c57 Switching to new redis sessions db. 2015-03-11 18:55:01 -07:00
Samuel Clay
10edceda1c Switching back to original redis server for sessions while the new sessions server gets monitored. 2015-03-10 20:40:22 -07:00
Samuel Clay
83eec45952 Adding redis sessions db. 2015-03-10 19:13:56 -07:00
Samuel Clay
1a7c9f6aed Switch back to non-pubsub server. 2015-03-09 17:02:33 -07:00
Samuel Clay
2a4ec49b79 Using django-redis-sessions's settings. 2015-03-09 16:05:40 -07:00
Samuel Clay
4d91df3083 Switching sessions db. 2015-03-09 15:50:29 -07:00
Samuel Clay
4684f9c9bd Adding fetch history check to ignore crazy updating push feeds. 2015-02-19 13:32:22 -08:00
Samuel Clay
cb228ed20b Seeing if signals can be moved around. 2014-12-04 15:47:19 -08:00
Samuel Clay
35183b598d Bumping subscriber expire to 7 days. 2014-12-03 09:19:21 -08:00
Samuel Clay
e7d36ea880 Turning off Paypal Sandbox. 2014-11-09 12:28:48 -08:00
Samuel Clay
d26b6825b7 Stubbing in saved story tags in ios feed list. 2014-05-20 12:21:17 -07:00
Samuel Clay
eac58cdc22 Indexing newly added feeds for users who need it. 2014-04-23 16:12:30 -07:00
Samuel Clay
0d5eb96ade Parallelizing search indexing. Adding task to handle parallelization. 2014-04-22 18:33:08 -07:00
Samuel Clay
6290824422 Adding story tags to search index. 2014-04-22 15:16:00 -07:00
Samuel Clay
d8a20cc98e Adding task to index user's subscriptions and alert them to progress. 2014-04-16 11:57:49 -07:00
Samuel Clay
073098750c Swapping out haystack for pyes. 2014-04-11 15:40:58 -07:00
Samuel Clay
81e65e0873 Adding logic for chagning credit cards not immediately renewing. 2014-04-03 14:59:39 -07:00
Samuel Clay
2caa5a91d7 Adding special DB request logs for sql, mongo, and redis. 2014-03-18 19:19:43 -07:00
Samuel Clay
621501f649 Upping free user queue even more. 2014-03-12 19:47:28 -07:00
Samuel Clay
c6747f5ec2 Upping free user queue for anniversary of shutdown notice. 2014-03-12 19:44:15 -07:00