.. |
0001_initial.py
|
|
|
0002_page_data.py
|
|
|
0003_remove_page_data.py
|
|
|
0004_popular_tags.py
|
Removing 2 bigger JOINs that were slowing down feed loading.
|
2010-07-01 15:16:33 -04:00 |
0005_popular_authors.py
|
Removing 2 bigger JOINs that were slowing down feed loading.
|
2010-07-01 15:16:33 -04:00 |
0006_feed_fetch_history.py
|
Feed fetch history instrumentation.
|
2010-07-06 13:21:12 -04:00 |
0007_page_history.py
|
Adding page fetching history. Also denormaling story authors.
|
2010-07-08 11:37:54 -04:00 |
0008_story_author.py
|
Adding page fetching history. Also denormaling story authors.
|
2010-07-08 11:37:54 -04:00 |
0009_story_author_name.py
|
Dropping a bunch of extra postgres tables.
|
2011-01-17 23:20:25 -05:00 |
0010_stories_per_month.py
|
Intelligence Trainer. A whopper of a commit.
|
2010-08-01 19:12:49 -04:00 |
0011_fetched_once.py
|
1) Adding new feed story counter. 2) Adding feed fethed initially status. Useful for displaying percentages of fetched feeds for new users. 3) Fade in with loader on feed list.
|
2010-08-09 20:44:46 -04:00 |
0012_remove_storiespermonth.py
|
Finishing up statistics graphs. Using Flot instead of Raphael. Added a migration to change how stories are counted.
|
2010-08-13 10:43:48 -04:00 |
0013_story_count_history.py
|
Story count histories. +migrations
|
2010-08-13 11:03:07 -04:00 |
0014_count_story_histories.py
|
Typo in story count history migration.
|
2010-08-13 11:05:52 -04:00 |
0015_has_exception.py
|
Adding exception handling UI. Also disabled feeds that are just chock full of exceptions. No need to continually fetch buggy feeds. Still need to figure out a way to let users fix problematic feeds, but letting them know is an improvement.
|
2010-08-18 20:35:45 -04:00 |
0016_duplicate_feeds.py
|
Adding a duplicate feed table so future duplicates will be caught and corrected.
|
2010-08-19 10:43:07 -04:00 |
0017_exception_code.py
|
Adding all exception handling fields. Also using exception status in the dialog.
|
2010-08-25 20:43:35 -04:00 |
0018_page_and_feed_exceptions.py
|
Adding granular recommendations to feed/page exceptions.
|
2010-08-26 10:04:32 -04:00 |
0019_remove_Tag.py
|
Removing Tag relationships.
|
2010-09-01 18:19:15 -04:00 |
0020_updated.py
|
Last_update is now last fetch, not last modification. More accurate last updated dates in Reader.
|
2010-09-07 13:53:37 -07:00 |
0021_index_dates.py
|
Adding indexes to dates on models.
|
2010-09-08 10:52:04 -07:00 |
0022_index_exceptions.py
|
Adding indexes to dates on models.
|
2010-09-08 10:52:04 -07:00 |
0023_queued_date.py
|
Queue date for feeds for better metrics.
|
2010-09-08 13:58:05 -07:00 |
0024_active_subscribers.py
|
Counting only active subscribers in prep for turning off feed fetching for inactive users.
|
2010-09-17 12:42:44 -04:00 |
0025_etag_length.py
|
Fixing etag max_length, whcih was too short for certain websites and their giant-ass etags.
|
2010-09-17 13:06:28 -04:00 |
0026_feed_loadtimes.py
|
Adding munin graphs for feed loadtimes: averages, min, and max for the past hour and day. Going to be beautiful.
|
2010-09-23 10:29:18 -04:00 |
0027_remove_default_date.py
|
Changing default dates for feed models.
|
2010-10-02 17:16:01 -04:00 |
0028_premium_subscribers.py
|
Adding premium subscriber counts for all feeds. Still need to auto-update it when old usrs turn active again.
|
2010-10-06 10:21:14 -04:00 |
0029_premium_null.py
|
Null premium subscribers is OK.
|
2010-10-16 22:27:36 -04:00 |
0030_dupe_feed_id.py
|
Fixing how duplicate feeds are handled and found. When a subscription is not found, check for duplicate feeds and then switch accordingly. When merging feeds, don't forget to bring along the dupe feed's dupe feeds.
|
2010-11-09 09:55:44 -05:00 |
0031_min_to_decay.py
|
Making the min_to_decay data migration much faster.
|
2011-01-15 19:12:11 -05:00 |
0032_indexes_on_feeds.py
|
Updating timezones to be django 1.3 compliant. Also adding index to active and active_subs fields on feeds table.
|
2011-01-17 13:52:25 -05:00 |
0033_feed_data.py
|
Adding FeedData table to remove the extra text heavy ifnormation from the already too-cluttered Feed table.
|
2011-01-17 20:23:29 -05:00 |
0034_feed_data_populate.py
|
Moving text fields from Feed to FeedData. Migration includes deletion of old fields on Feed, now unused.
|
2011-01-17 22:48:38 -05:00 |
0035_remove_feed_data_from_feeds.py
|
Moving text fields from Feed to FeedData. Migration includes deletion of old fields on Feed, now unused.
|
2011-01-17 22:48:38 -05:00 |
0036_drop_stories.py
|
Dropping a bunch of extra postgres tables.
|
2011-01-17 23:20:25 -05:00 |
0037_remove_story_author.py
|
Removing many psql tables that no longer do anything.
|
2011-01-17 23:24:30 -05:00 |
0038_remove_feedxml.py
|
Removing many psql tables that no longer do anything.
|
2011-01-17 23:24:30 -05:00 |
0039_feedicon.py
|
Final cleanup before sending icons to staging.
|
2011-01-30 10:46:53 -05:00 |
0040_null_icon_data.py
|
Dynamically updating feed icons as they load.
|
2011-01-30 21:40:00 -05:00 |
0041_deuniqueify_feed_address_on_dupes.py
|
No need to change tagline's max_length on migration.
|
2011-02-06 15:43:13 -05:00 |
0042_feed_classifier_counts.py
|
Adding feed classifiers counts. Will be used to display graphs which show likes and dislikes aggregated across users in the Statistics dialog.
|
2011-04-07 17:00:28 -04:00 |
0043_favicon_color.py
|
Adding migrations for favicon data in the Feed directly. Speeds up load time.
|
2011-04-26 19:38:21 -04:00 |
0044_favicon_color.py
|
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 |
0045_delete_feedicon.py
|
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 |
0046_remove_feedhistory.py
|
Backup mongo + psql. Removing ridiculous FeedUpdateHistory table.
|
2011-05-18 14:36:31 -04:00 |
0047_feed_link_locked.py
|
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 |
0048_has_page.py
|
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 |
0049_lock_feed_address_and_hash.py
|
Adding two new columns, necessary for the feed_settings branch: hash of address+link, and locking address.
|
2011-11-15 22:14:21 -08:00 |
0050_save_hash.py
|
Save hash for address+link migration. necessary for a unique index.
|
2011-11-18 15:32:14 -08:00 |
0051_unique_hash.py
|
Adding migration for unique hashes on feed addresses + links.
|
2011-11-23 16:59:46 -05:00 |
0052_active_premium.py
|
Adding active_premium count. Setting a minimum of 1 hour fetches for feeds with any active premiums.
|
2012-01-09 19:08:22 -08:00 |
0053_known_good.py
|
Adding new feeds db column 'known_good', for forcing updates of feeds that were once good but are now throwing 500s.
|
2012-02-01 17:59:46 -08:00 |
0054_push.py
|
Adding subscription callbacks for PuSH.
|
2012-03-27 16:26:07 -07:00 |
0055_starred_story_permalinks.py
|
Migration to fix starred stories with incorrectly double-encoded url strings.
|
2012-04-09 14:32:57 -07:00 |
0056_address_index.py
|
Adding index to feed address. This will speed up imports.
|
2012-04-19 12:13:35 -07:00 |
0057_dupe_feed_link.py
|
Fixing feed update times for inactive feeds to never go inadctive but to instead go into geometrically longer feed fetches.
|
2012-08-09 13:26:52 -07:00 |
0058_errors_since_good.py
|
Fixing feed update times for inactive feeds to never go inadctive but to instead go into geometrically longer feed fetches.
|
2012-08-09 13:26:52 -07:00 |
0059_s3_pages_and_icons.py
|
Migration for s3 flags for pages + icons.
|
2012-09-18 17:09:20 -07:00 |
0060_feedloadtime.py
|
Removing feedloadtime and hide_mobile in db.
|
2012-10-23 17:55:09 -07:00 |
0061_address_length.py
|
Migration to increase max length of feed address.
|
2012-12-25 14:58:59 -08:00 |
0062_dupe_feed_maxlen.py
|
Bumping up duplicate address length for feeds.
|
2013-01-07 16:35:29 -08:00 |
0063_pgsql_index_trim.py
|
Removing unused indexes.
|
2013-03-29 20:24:06 -07:00 |
0064_active_subs_index.py
|
Returning index on active subs.
|
2013-03-29 21:48:38 -07:00 |
0065_queued_and_last_date_indexes.py
|
Adding two indexes and killing one unused one from feeds.
|
2013-03-29 22:11:36 -07:00 |
0066_feed_hash_index.py
|
Removing unused feed hash index (keeping the unique constraint).
|
2013-03-29 22:41:16 -07:00 |
0067_feed_next_update_redis.py
|
Cleaning up queue migration.
|
2013-04-03 15:59:44 -07:00 |
0068_last_story_date.py
|
Adding metric for last story date, used to calculate next scheduled update.
|
2013-04-23 17:04:21 -07:00 |
0069_story_hash_fields.py
|
Switching to real prod database for migration.
|
2013-04-29 18:05:33 -07:00 |
0070_commentless.py
|
Migrating comment feeds to non-comment feeds.
|
2013-05-07 15:37:36 -07:00 |
0071_commentless2.py
|
Migrating comment feeds to non-comment feeds.
|
2013-05-07 15:37:36 -07:00 |
__init__.py
|
|
|