Commit graph

371 commits

Author SHA1 Message Date
Samuel Clay
86c8a53346 Reclassifying stories inline, and setting sticky bit to stories so they don't disappear on page load. And that does it for training! 2012-12-13 12:12:00 -08:00
Samuel Clay
edc3a80667 Adding backup mongo task to be run by cron instead. 2012-12-10 11:37:35 -08:00
Samuel Clay
36377040e3 Adding monit for gunicorn + kill gunicorn script for doing the dirty work. 2012-12-10 10:50:04 -08:00
Samuel Clay
04d61ceff4 Fixing errors in timeouts to show the correct error. Also fixing microformats parsing issue and allow IPv6 URLs in enclosures to be ignored, fixing a bunch of feeds. 2012-11-26 11:41:31 -08:00
Samuel Clay
cf554bb598 Cleaning redis stories for 1% of all feed fetches. 2012-11-26 10:39:10 -08:00
Samuel Clay
ac05a1242e Adding pgsql recovery cronjob. 2012-11-09 09:58:48 -08:00
Samuel Clay
7588a25f44 EC2 task servers on fabfile/hosts. 2012-11-07 12:50:38 -08:00
Samuel Clay
d660c9ec33 Updating fabfile to account for forked mongoengine + pymongo. 2012-11-06 11:28:36 -08:00
Samuel Clay
fa692d746c Forcing all unread counts to be counted from primary mongo. 2012-10-30 10:57:12 -07:00
Samuel Clay
b49526d87b Upgrading redis to 2.6.2. 2012-10-29 14:58:43 -07:00
Samuel Clay
2ec10bcf7e Readying unread counting to incorporate the new read preference in mongoengine. 2012-10-29 12:25:28 -07:00
Samuel Clay
7e281e1d7b Adding timeout errors to raven/sentry error reporting. 2012-10-25 16:09:06 -07:00
Samuel Clay
aa97512c03 Adding ec2 task servers to fabfile. 2012-10-25 14:20:36 -07:00
Samuel Clay
7f70c7e74a Adding support for sentry. 2012-10-25 14:18:25 -07:00
Samuel Clay
94e7c9573e Big new feature: real-time unread counts when reading on multiple devices. Read a story on your iPhone and the feed unread count updates instantaneously on the web. 2012-10-22 16:25:36 -07:00
Samuel Clay
a43e07429a Cleanign up ec2 firewall rules. 2012-10-22 11:22:28 -07:00
Samuel Clay
2c942cf89f Adding new iPhone screenshots. Also rewriting rss feed to include user comments. 2012-10-18 11:11:26 -07:00
Samuel Clay
c907634637 Upping follower limit on profile page for @alliepape. 2012-10-15 17:34:08 -07:00
Samuel Clay
24c649df37 Readying task servers for ec2. 2012-10-15 16:32:32 -07:00
Samuel Clay
215d381367 Fixing top folder issue on ios app. Also upping iphone version number. 2012-10-14 17:33:07 -04:00
Samuel Clay
a7911316cd Adding folder collapse for blurblogs. 2012-10-01 13:07:45 -07:00
Samuel Clay
8c8e02b0dd Adding ec2 mdadm setup. 2012-09-19 12:00:41 -07:00
Samuel Clay
ef4a1c866e Fixing a bunch of small exceptions. 2012-09-18 13:08:25 -07:00
Samuel Clay
e8f6ae78b6 Finishing up tryout. Still need Sign Up callout. 2012-09-17 11:52:11 -07:00
Samuel Clay
0456c5757c Fixing activities bug when the user is unknown and there is no source/with_user. 2012-09-07 15:10:07 -07:00
Samuel Clay
c2c983ee81 Adding share api calls to bookmarklet. 2012-08-17 23:29:17 -07:00
Samuel Clay
60f1f6f4cd Adding monit for celery on db. Fixing push subscription issue with changing feed ids. 2012-08-15 17:02:55 -07:00
Samuel Clay
d31a29f477 Adding gflags and fixing facebook website on import. 2012-08-11 11:52:00 -07:00
Samuel Clay
73f9568d14 Fixing the living hell out of the Next Unread button. Works at the bottom of the feed list, when on a selected story that is still unread (marked as unread), and still pages, looking for the last unread story. 2012-07-31 15:58:06 -07:00
Samuel Clay
ef971f06fd Fixing bookmarklet, removing old preference for finding oldest story on site open. 2012-07-31 13:04:33 -07:00
Samuel Clay
59cf3fe8c4 Fixing rss feed for blurblogs to start with the newest story. Duh. 2012-07-30 13:25:44 -07:00
Samuel Clay
5f15b12876 Adding new metrics to munin. 2012-07-29 23:24:26 -07:00
Samuel Clay
1f04239f29 No longer faking post to twitter/facebook. These links are live, people. 2012-07-29 22:40:11 -07:00
Samuel Clay
57393ead72 Merge branch 'social' into redis
* social:
  Fixing mail tempaltes to center everything. Mac OS X 10.8 broke centering in the new Mail.app.
  Showing better error messages for front-end users.
  Better time breakdowns on site loading.
  Slightly altering styling on feed chooser hamburgers.
  Rewriting new user email. Animating hamburgers.
  Adding images to all footer links.

Conflicts:
	apps/reader/views.py
2012-07-25 16:43:10 -07:00
Samuel Clay
10f6c2008b Showing better error messages for front-end users. 2012-07-25 14:03:15 -07:00
Samuel Clay
a408d16a4b Adding restore mongo fabric command. 2012-07-24 23:36:20 -07:00
Samuel Clay
d3b58e7cc9 Deferring OPML import if it takes > 20 seconds. Email user when complete. Also, hamburgers. This one's for @torrez. 2012-07-20 19:43:28 -07:00
Samuel Clay
9c479e5c43 Adding vps roles to fabfile. 2012-07-20 11:44:42 -07:00
Samuel Clay
ed3932c427 Fixing issue in munin postgres fabfile. 2012-07-20 08:52:17 -07:00
Samuel Clay
7f593c2470 Adding postgres standby commands + munin. 2012-07-20 01:26:56 -07:00
Samuel Clay
86292822c0 Removing cjson. Fixing collect_stats requirement on bootstrap. 2012-07-17 12:07:26 -07:00
Samuel Clay
52a935e211 Adding logging to celerybeat. Adding site unread count calculation to homepage freshening. 2012-07-17 00:06:41 -07:00
Samuel Clay
d722e9c4eb Moving cronjob tasks over to celerybeat. Starting with task_feeds, collect_feedback, collect_stats, and mark_read for homepage freshening. 2012-07-16 23:40:17 -07:00
Samuel Clay
6fb67272ba Showing both login and signup in the same sideoption dialog on blurblogs. Needs to get hooked up. 2012-07-09 15:49:57 -07:00
Samuel Clay
4bcf0751cf Small glitches: statistics showing Not Active on load, maintenace message, turning off ssl for pgsql. 2012-07-07 10:04:13 -07:00
Samuel Clay
6dbc9309a7 Moving reply to activate login for unauthed users. Also adding maintenace scripts. 2012-07-07 00:19:01 -07:00
Samuel Clay
955c351769 Only warn when copying local settings assets to servers. 2012-07-06 20:53:27 -07:00
Samuel Clay
a82492f928 Big conversion from only displaying friends comments to showing both friends and public, still separated. Big design changes to comments on blurblogs, as well. 2012-07-03 12:53:56 -07:00
Samuel Clay
cd29b35972 Adding comments and replies to original blurblogs. 2012-06-27 00:23:17 -07:00
Samuel Clay
9b2ed2944d Adding new db server, updating db deploy. 2012-06-26 11:19:53 -07:00