Commit graph

1019 commits

Author SHA1 Message Date
Samuel Clay
479b587b60 Preventing large feed updates from stopping the work queue. 2014-04-22 13:37:48 -07:00
Samuel Clay
e2b94c6839 Blackout for new search, forcing non-staff to continue using old search. 2014-04-22 12:39:09 -07:00
Samuel Clay
fb9bffa8ec Adding checks for whether or not a feed is indexed before indexing new stories. Also handling story removal properly. 2014-04-22 12:00:20 -07:00
Samuel Clay
99ab4520b7 Merge branch 'master' into search
* master:
  Debugging tasking of feeds.
  Only fetching feeds immediately if necessary.
  Upping django_ext version.
2014-04-21 16:32:34 -07:00
Samuel Clay
1a0fe8a0c2 Debugging tasking of feeds. 2014-04-21 16:29:58 -07:00
Samuel Clay
9599cf65f2 Only fetching feeds immediately if necessary. 2014-04-21 16:26:10 -07:00
Samuel Clay
7d0ba4e829 Merge branch 'master' into search
* master:
  iOS app versin 4.0.3.
  Fixing intelligence trainer when training in folder.
  Showing user-created training tags/authors in feed trainer.
  Correctly handling drag events on folder titles.
  Showing correct Done/Next button status based on actual stories loaded. This one's for @immad.
  Moving to stricter story diff check. Using story hashes instead of grab bag by date when checking existing stories.
  Fixing digitalocean's missing 96GB size.
2014-04-18 16:40:52 -07:00
Samuel Clay
0fee7af7c6 Moving to stricter story diff check. Using story hashes instead of grab bag by date when checking existing stories. 2014-04-17 12:10:04 -07:00
Samuel Clay
91741dd04d Fixing bug in paging queries. 2014-04-16 17:23:27 -07:00
Samuel Clay
5c80b15e89 Preserving order on searches. Also using elasticsearch's paging. 2014-04-16 17:21:53 -07:00
Samuel Clay
428fba705b Updating search indexing progress in real-time. 2014-04-16 15:31:44 -07:00
Samuel Clay
a3f3d49578 Indexing stories on indexes feeds during feed fetch. 2014-04-15 16:52:25 -07:00
Samuel Clay
ccd9f8ba6f Default null for new search indexed field for backwards compatibility. 2014-04-15 15:08:10 -07:00
Samuel Clay
26a9f0ded0 Removing stories from search index on delete. 2014-04-15 14:59:00 -07:00
Samuel Clay
3b81c374d4 Rewriting search to use Elasticsearch across feeds. Much faster, just needs indexing. 2014-04-15 14:17:15 -07:00
Samuel Clay
d19bf1b641 Merge branch 'master' into search
* master:
  Fixing two bugs: dont clear mapping/index when re-indexing at offset. Pull on pip upgrades.
2014-04-15 11:36:01 -07:00
Samuel Clay
ddb08ccd0b Fixing two bugs: dont clear mapping/index when re-indexing at offset. Pull on pip upgrades. 2014-04-11 18:09:23 -07:00
Samuel Clay
f3504ca769 Changing param names. 2014-04-11 18:02:25 -07:00
Samuel Clay
3f50a1b311 Adding stories to search index. 2014-04-11 17:25:13 -07:00
Samuel Clay
073098750c Swapping out haystack for pyes. 2014-04-11 15:40:58 -07:00
Samuel Clay
26b661fdb5 More graceful checks for shared stories when trimming. 2014-04-03 16:25:18 -07:00
Samuel Clay
5f11b64956 Skip stories with a share count. 2014-04-03 16:14:45 -07:00
Samuel Clay
b08bf499c4 Don't delete stories that have been shared, so that read stories in the DB never disappear. 2014-04-02 12:10:34 -07:00
Samuel Clay
64be361aba Fixing minor error when finding saved stories with no feed-based originals. 2014-03-28 15:13:41 -07:00
Samuel Clay
9b5dbc1822 Added new save/unsave stories by story_hash endpoint for @jaredsinclair. Also cleaned up API docs to show deprecated vs new story hash urls. 2014-03-28 15:11:58 -07:00
Samuel Clay
d3c014a849 Better logging when removing starred stories. 2014-03-28 12:53:07 -07:00
Samuel Clay
281b8a3fd3 Forcing de-duped stories to be written in the same day and share 75% of their titles. 2014-03-13 16:32:13 -07:00
Samuel Clay
28dfd96112 Better logging in content de-dupe. 2014-03-13 16:19:32 -07:00
Samuel Clay
2fa204b840 Attempting a fix to broken de-duping when a story guid that a story is going to be merged into already exists further out. 2014-03-13 16:13:53 -07:00
Samuel Clay
5ec4e627e0 Adding new story guids. 2014-03-13 16:02:27 -07:00
Samuel Clay
3930423a82 Better content difference data. 2014-03-13 15:43:51 -07:00
Samuel Clay
e388caf144 Showing story updating debugging. 2014-03-13 15:39:49 -07:00
Samuel Clay
312a3fc8d5 Stricter ISO8601 datetime format for IFTTT. 2014-02-10 12:42:55 -08:00
Samuel Clay
0b3e64232f Fixing starred story counts. 2014-02-07 14:15:55 -08:00
Samuel Clay
141b77b375 Adding share username to ifttt share trigger. 2014-01-29 12:43:57 -08:00
Samuel Clay
5ae725364f Cleaning up user read stories. 2014-01-21 13:34:53 -08:00
Samuel Clay
f5cae48db6 Merge branch 'master' into organizer
* master: (335 commits)
  Fixing an infinite loop (!!) and focusing in on the comment textbox when sharing a story.
  Fixing bug on empty river.
  Use the selected feed view when viewing a story
  Preventing multiple saved stories from being deleted. Also removing activities when removing saved stories.
  Fixing accidental truncation on story when saved.
  Fixing story detail height in Text view when saved with tags.
  Fixing text tab view.
  Updating readability.
  Using https for twitter images. Adding a twitter photo sync to fix broken twitter photos. Thanks to @ggrappone for finding this one.
  Counting dupe feeds only once in unread counts.
  Fixing bookmarklet for NYTimes. Thanks to @rafeco for catching the bug.
  Fixing bounce on resize.
  disable debug
  Mark-read idempotency for social feeds. (#460)
  Idempotent mark-as-read DB ops. (#460)
  Cleaning up unread counting. (#460)
  Fixing height issues with new saved stories sideoptions box.
  Limiting new user queue.
  Limiting new user queue.
  Max overlay fully fade slightly sooner when scrolling down. (#459)
  ...
2014-01-16 13:33:02 -08:00
Samuel Clay
feb398a2d4 Adding RSS feeds for saved tags. Still needs the actual rss feed. 2013-12-19 11:08:22 -08:00
Samuel Clay
69b9f1cf45 Revert "Updating stories which give integrity errors."
This reverts commit 98c4b2c7a0.

Conflicts:
	apps/rss_feeds/models.py
2013-11-22 11:07:16 -08:00
Samuel Clay
ad12f263c1 Allowing replacement of story dates on integrityerror updated stories. 2013-11-22 11:07:16 -08:00
Samuel Clay
0273550d8c Swapping errors. 2013-11-22 11:07:16 -08:00
Samuel Clay
3c2ccd7e3c Updating stories which give integrity errors. 2013-11-22 11:07:15 -08:00
Samuel Clay
eef8d215f0 Adding redis to monit. 2013-11-22 11:06:09 -08:00
Samuel Clay
44de8fc4ea Merge branch 'master' into organizer
* master: (38 commits)
  New Play Store image assets.
  Fix layout bug on small screens.
  Revert "Updating stories which give integrity errors."
  Fix laggy updates for saved stories unsave ops.
  Ability to unsave stories.
  Make height of saved stories row match other folders.
  Make rows reliably hilight when tapped. (#282)
  Allowing replacement of story dates on integrityerror updated stories.
  Swapping errors.
  Updating stories which give integrity errors.
  Fixing margin on subscribe/follow taskbar button.
  Upgrading Android Studio.
  Fixing #261. Decoding html entities in story titles (both in the share dialog and in the story detail view).
  Flattening gradients on feed and story selection. Adding colored background back in to selected river stories.
  Fixing modal resizing. Thanks to @tomtaylor for finding the broken dialog.
  Remove unused ABS progress indicator support for reading view.
  Implement #426 - preference to show/hide public comments
  Pressed state for overlay_done button.
  Pressed states for all overlay buttons.
  Fit overlays on 360dp screens. Move progress indicator to overlay.  Add progress indicator for text mode.
  ...
2013-11-21 18:37:55 -08:00
Samuel Clay
474dc2c3b6 Revert "Updating stories which give integrity errors."
This reverts commit 98c4b2c7a0.

Conflicts:
	apps/rss_feeds/models.py
2013-11-17 14:34:30 -08:00
Samuel Clay
491ea1fc21 Allowing replacement of story dates on integrityerror updated stories. 2013-11-15 10:48:26 -08:00
Samuel Clay
7b5bbdc7eb Swapping errors. 2013-11-15 10:45:00 -08:00
Samuel Clay
98c4b2c7a0 Updating stories which give integrity errors. 2013-11-15 10:38:03 -08:00
Samuel Clay
8a4e182085 Brokenly building a submenu when what I need is a menu sidebar. 2013-09-23 13:34:16 -07:00
Samuel Clay
0679d7d956 Adding redis to monit. 2013-09-17 15:56:16 -07:00