Commit graph

18 commits

Author SHA1 Message Date
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
Samuel Clay
10f58f8608 Renaming json.py to json_functions.py to resolve namespace conflict with anyjson. 2010-10-23 13:06:28 -04:00
Samuel Clay
154ac4d3a9 Fixing delete feeds to only delete the one feed you want to delete, not all of the others. Also fixed add URL to check more aggressively for duplicate feeds. 2010-09-14 23:47:21 -04:00
Samuel Clay
57bc5ade0c Final bootstrap migration. 2010-09-10 11:25:48 -07:00
Samuel Clay
7c994d368a Sanity check on story.id->story_story_guid convert. 2010-09-10 09:13:55 -07:00
Samuel Clay
b26dfa87bb Handling feed fetch unique errors. 2010-09-10 01:01:18 -07:00
Samuel Clay
7b71419a59 Deleting stories with invalid id's. 2010-09-09 07:04:57 -07:00
Samuel Clay
5eb00257b6 Deleting stories with invalid id's. 2010-09-09 07:04:12 -07:00
Samuel Clay
3835eb9433 Deleting stories with invalid id's. 2010-09-09 07:02:03 -07:00
Samuel Clay
974d5b4a58 Deleting stories with invalid id's. 2010-09-09 07:00:08 -07:00
Samuel Clay
de3f86f9c9 Half-way to fixing the massive story dupe bug. Removing unqiueness so i can migrate the db. 2010-09-08 18:48:42 -07:00
Samuel Clay
04f511370d Creating ObjectID for mongo stories with the story_guid as the ID. 2010-09-08 18:36:43 -07:00
Samuel Clay
15a27e840f Bootstrapping mongo to use story_guids as unqiue to feeds. 2010-09-08 18:30:46 -07:00
Samuel Clay
48b147751d Adding a timelimit to feed fetching. 20 seconds, that's all you got. 2010-08-30 23:55:24 -04:00
Samuel Clay
4147881f62 Compressing stories by feed. 2010-08-29 13:59:32 -04:00
Samuel Clay
c9d06f9358 Compressing stories. Also fixing compression of feed_pages bootstrap. 2010-08-29 13:23:50 -04:00
Samuel Clay
e26ee9dbcc Moving feed_pages from PostgreSQL to Mongo. Adding compression. 2010-08-29 12:35:09 -04:00
Samuel Clay
04a50dcfa8 Adding all exception handling fields. Also using exception status in the dialog. 2010-08-25 20:43:35 -04:00
Renamed from apps/rss_feeds/migrations/bootstrap_mongo.py (Browse further)