Commit graph

467 commits

Author SHA1 Message Date
Samuel Clay
bd1c4347c9 Using mongodb nifty db resolution. 2011-11-01 21:55:23 -07:00
Samuel Clay
a7d542396f Testing out a slave read for getting stories. 2011-11-01 21:20:07 -07:00
Samuel Clay
84e6d1a4fb Trying to fix fetch histories with indexes. Also upating fabfile.py 2011-11-01 19:00:58 -07:00
Samuel Clay
c46863dc3c Spreading out feed refreshing to the max. 2011-11-01 17:17:57 -07:00
Samuel Clay
bd5bc84227 Temporarily slowing donw feed fetcher. 2011-11-01 07:44:09 -07:00
Samuel Clay
ba719e6a80 Temporarily slowing donw feed fetcher. 2011-11-01 07:38:02 -07:00
Samuel Clay
c234e91fd3 Unfortunately I need to slow down feed fetches by a bit until I can handle the load again. 2011-11-01 07:34:48 -07:00
Samuel Clay
4e466335bb Unfortunately I need to slow down feed fetches by a bit until I can handle the load again. 2011-11-01 07:32:15 -07:00
Samuel Clay
6906dd1fcc Way better error handling and display in iphone app. Fixing a number of river bugs: updating unread counts, base url'ing stories in river, abstracting out a base class, showing correct title in feed detail view when in river. Still need to update feed list on return. 2011-10-27 09:44:58 -07:00
Samuel Clay
8fb9bdd7db Adding luminosity detection for the iphone river. Also fixing marking stories as read and tagging a river request. 2011-10-26 20:09:28 -07:00
Samuel Clay
2e98a334a1 Adding favicon_fade for gradient river of news in iphone app. 2011-10-26 09:40:04 -07:00
Samuel Clay
12a63afaca Trying to correct the unreadable story issue by updating the correct story_id during story_guid changes. 2011-10-10 20:46:13 -07:00
Samuel Clay
05931b7d11 Fixing issue around multiple dupe feeds being found when updating a feed. 2011-10-07 09:51:53 -07:00
Samuel Clay
afae94cf7d Templating emails -- new account and new premium. 2011-09-19 08:56:16 -07:00
Samuel Clay
acfd9e7614 Adding feed.has_page to weed out feeds with no original page. This should've been in 2 years ago. 2011-09-04 10:59:29 -07:00
Samuel Clay
47556ec303 Locking feed links for testing. This also helps future feed links that need locking. Probsbly should include feed_address_lock's as well. 2011-09-01 09:34:57 -07:00
Samuel Clay
96d8283ed0 Updating unit tests, fixing datetime issue in json serialization. 2011-08-31 09:41:34 -07:00
Samuel Clay
a052732f31 Speedifying starred stories from reader. Also fixing issue around missing feeds. 2011-08-29 21:09:41 -07:00
Samuel Clay
161d163d92 Moving back to stable mongoengine dev branch (no longer using forked branch). Changes to signature of map-reduce and item_frequencies. 2011-08-27 17:14:31 -07:00
Samuel Clay
e9b88c8cc9 Fixing a few issues here and there around feed fetching. 2011-08-27 14:13:28 -07:00
Samuel Clay
9bcfa077e7 Fixing issue around decoding tag lists in feed fetching. 2011-08-27 13:22:56 -07:00
Samuel Clay
7cea10ecfd Updating fabfile and pushing updates back up to normal levels. 2011-08-24 12:31:47 -07:00
Samuel Clay
8fed3ae8cc Scaling back updates by a half to catch up. 2011-08-24 10:56:17 -07:00
Samuel Clay
a8a10e5c6c Doubling random factor in feed fetch times to relieve strain. 2011-08-24 10:27:21 -07:00
Samuel Clay
442012fdeb Ading pull to refresh on feed detail in iphone app. Not done, but also added extra parameter in feed canonical model that gives seconds since last update. 2011-08-18 09:56:52 -07:00
Samuel Clay
811512d8da Finishing up account dialog. Also re-styling subscriber counts. 2011-07-27 22:17:34 -07:00
Samuel Clay
ff50d85d7d Updating a bunch of defaults to make NewsBlur installable on anybody's machine. Fleshing out README installation instructions. 2011-07-17 20:53:30 -07:00
Samuel Clay
4f46b358db Major optimization on mongo queries. No longer using .rewind(), which is actually re-running the damn query! Wrapping repetitive querysets in list() for performance. 2011-06-09 15:36:24 -04:00
Samuel Clay
e180f8a224 Merge branch 'master' into tutorial 2011-05-19 19:13:57 -04:00
Samuel Clay
c2b1d7eb35 Fixing the infernal FeedNotFound error whenever a dupe feed is created in the middle of another transaction. Yarr! 2011-05-19 19:04:10 -04:00
Samuel Clay
aaf83ed7a0 Merge branch 'master' into tutorial 2011-05-18 17:51:58 -04:00
Samuel Clay
06a46993d2 Backup mongo + psql. Removing ridiculous FeedUpdateHistory table. 2011-05-18 14:36:31 -04:00
Samuel Clay
7bc60ec784 Switching to mongoengine dev on github. 2011-05-18 14:23:43 -04:00
Samuel Clay
7b77d0b997 Partially stubbing out step 2 and 4. 2011-05-16 23:13:49 -04:00
Samuel Clay
7b9df8dadc Anonymous users will see a warning on sending an email. Also removing FeedIcon model (having switched to the mongo MFeedIcon model). 2011-05-09 10:35:46 -04:00
Samuel Clay
0b4527c3f0 Cleaning up emailed stories. 2011-05-08 20:24:37 -04:00
Samuel Clay
5d4c7565e9 Story text in shared/emailed stories. Extracting text for plain/text emails. 2011-05-08 19:41:50 -04:00
Samuel Clay
de89b527ff Adding python backup for postgresql. This will be much easier to run automatedly. 2011-05-03 11:07:09 -04:00
Samuel Clay
dade4bb9c1 Making feed updates a touch more often based on # of premium subscribers. 2011-05-01 20:37:34 -04:00
Samuel Clay
f8583ad955 Django 1.3-izing everything. Moving logging back to counting everything in the last day, but without the hard-work of deleting old entries. 2011-05-01 19:58:40 -04:00
Samuel Clay
475325e39e Last fixes before deploying mongo-ized feed icons. 2011-05-01 17:19:01 -04:00
Samuel Clay
0f8c8ed7e9 Merge branch 'master' into mongo_feed_icon
Conflicts:
	apps/reader/views.py
	apps/rss_feeds/models.py
2011-04-26 19:37:52 -04:00
Samuel Clay
a3a22f16a3 Putting feed update invervals back to normal. 2011-04-26 19:12:34 -04:00
Samuel Clay
50e72d1384 Cranking up the feed fetch intervals by half. 2011-04-26 17:16:57 -04:00
Samuel Clay
8dae523890 Calming down feed updating to clear the growing backlog. 2011-04-26 13:52:19 -04:00
Samuel Clay
26c66950ed Easing off the subscriber bonus 2011-04-26 13:19:49 -04:00
Samuel Clay
4429fef6c8 Temporarily killing all feed fetch histories grater than 5 back. This will screw up the home page statistics, but it's costing too much. 2011-04-26 11:44:19 -04:00
Samuel Clay
d05518000d Using the number of subscribers as a base from which to find feeds. 2011-04-25 20:55:39 -04:00
Samuel Clay
cc94f3fd12 Double duty: Adding /rss_feeds/search_feed endpoint for discovering feeds through the API. Also adding in a new preference for the sort order of feeds. A bit broken, but it'll do for now. Thanks to @heliostatic for the idea. 2011-04-25 20:53:29 -04:00
Samuel Clay
66200f1d76 Adding mongo feed icon model, bootstrapping, and moved the views. Still need the importer and the canonical rep to match new models. 2011-04-21 23:10:43 -04:00