Commit graph

46 commits

Author SHA1 Message Date
Samuel Clay
5a3e18aba0 Adding the 'n' key which shows the next unread story across feeds. Thanks for @theprawn for the idea. 2011-04-12 11:02:02 -04:00
Samuel Clay
795573ccc2 Kill celery without killing itself. 2011-04-11 15:46:33 -04:00
Samuel Clay
4c16df13eb 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
Samuel Clay
d5c2a61e16 Handling the damn Thoughts of a Wierdo feedburner screwup gracefully. 2011-04-03 11:08:42 -04:00
Samuel Clay
7c10c2fedd Adding web role to fabfile, since www temporarily points to db. 2011-04-03 10:54:20 -04:00
Samuel Clay
e89457b434 Adding .ssh/config. 2011-04-02 00:31:43 -04:00
Samuel Clay
4db1c89652 Simple change to logrotate and the app servers name. 2011-04-01 19:40:02 -04:00
Samuel Clay
bdc8e7bdea Separating nginx configuration into a setup and a configure, since one half is much more common than the other. 2011-03-31 18:51:23 -04:00
Samuel Clay
e09b5f7c58 Merge branch 'master' of github.com:samuelclay/NewsBlur
Conflicts:
	fabfile.py
2011-03-28 10:10:01 -04:00
Samuel Clay
55898e3aef Adding Monit. 2011-03-28 10:07:45 -04:00
Samuel Clay
595079d72c Safe recommend feed titles. Also updating fabfile. 2011-03-27 20:56:21 -04:00
Samuel Clay
6dd63c9938 Merge branch 'master' of github.com:samuelclay/NewsBlur 2011-03-24 13:02:17 -04:00
Samuel Clay
bff8d5f88e Cleaning up fabfile. 2011-03-24 09:27:05 -04:00
Samuel Clay
eecdc77937 Fixing feedfinder's local links checker. Doh. 2011-03-23 22:08:00 -04:00
Samuel Clay
df386cbf6d Updating feeds just a tad bit quicker, to test out the new servers. 2011-03-23 19:00:28 -04:00
Samuel Clay
549536753f Toning down the aggresiveness on feed fetching. 2011-03-23 17:18:57 -04:00
Samuel Clay
df124c8e56 Quickifying munin to only compute metrics when necessary. 2011-03-23 15:43:23 -04:00
Samuel Clay
575e6cb5b8 Fixing nginx fabfile. 2011-03-21 20:07:24 -04:00
Samuel Clay
430603d916 Adding pgbouncer configs to fabfile. Also fixing psql backups. 2011-03-20 20:16:28 -04:00
Samuel Clay
cefad64948 Desperate attempt to fix amqp server, which is refusing to accept messages. (Actually, it acts like it does, then doesn't know where they went. UGH!) 2011-03-19 19:24:14 -04:00
Samuel Clay
b5ea1dcdf6 Fixing empty recommendations for new servers. Also adding firewall information and fixing up fabfile. 2011-03-19 18:35:44 -04:00
Samuel Clay
fbfede640c Upgrading to mongodb 1.8. Adding user/pass to mongo, using item_frequencies with map_reduce (to avoid eval on the db). 2011-03-19 16:19:53 -04:00
Samuel Clay
cc1bd41591 Ahahaha, adding motd's for each server. Also adding rabbitmq config and fixing up gunicorn config. 2011-03-17 19:26:21 -04:00
Samuel Clay
ddd1fdbc7b Changing blog link, adding hosts file for fabric deploy. 2011-03-15 18:06:24 -04:00
Samuel Clay
9769b61b7f Updating fabric file to fulfil the entire deployment of a new box with no hiccups. Still needs a hosts file, and maybe some envvars for hostname. 2011-03-15 10:02:13 -04:00
Samuel Clay
b2a7db33ee Upgrading fabric deploy for new server migration. 2011-03-14 21:44:30 -04:00
Samuel Clay
09021ea08c Trying to fix stale feeds by checking for a last update of a day. 2011-02-22 09:37:09 -05:00
Samuel Clay
bb4e81b278 Fixing a whole lot of feed fetch bugs. 2011-02-15 21:08:40 -05:00
Samuel Clay
44a7638639 Reflecting the backwards yet current state of machine names. 2011-02-11 19:05:16 -05:00
Samuel Clay
9cc44b7490 Master/slave databases. 2011-02-09 16:28:10 -05:00
Samuel Clay
b22cada5e4 Adding full bootstrapping to fabfile. 2011-02-09 15:45:41 -05:00
Samuel Clay
48afe91758 Refactoring how feeds are found using urls in the add modal. Also fixing a display issue around showing the river icon in a collapsed feed and showing the manage menu. Lastly, changing the feedfinder's user agent because some assclown website was disallowing on the string 'feedfinder' 2011-02-08 22:07:59 -05:00
Samuel Clay
af573f503f Moving Gunicorn PID. 2011-02-05 19:40:07 -05:00
Samuel Clay
fda53264c0 Moving Gunicorn PID. 2011-02-05 19:39:30 -05:00
Samuel Clay
57bb59bc4c Turning of MapReduce on popular tags for now. Waiting until Mongodb 1.8 to get MR on item_frequencies, so I can finally shard the database. 2011-02-05 19:37:15 -05:00
Samuel Clay
3b0c663083 Adding staging_full and deploy_full to fabfile to perform schema migrations. 2011-01-15 18:43:30 -05:00
Samuel Clay
dac732b569 Fixing sorting in river of news. 2011-01-07 18:44:36 -05:00
Samuel Clay
4756aab1a6 Adding staging to fabfile. 2010-12-16 16:25:13 -05:00
Samuel Clay
da4dff860c Typo in fabfile, accidentally performing both mongo + psql backups at the same time. 2010-12-16 15:21:50 -05:00
Samuel Clay
35139e2656 Cleaning up fabfile by using correct cd(). 2010-12-16 14:15:22 -05:00
Samuel Clay
90d0a3132f Fabfile to deploy app and celery. Also to run backups. 2010-12-16 13:54:09 -05:00
Samuel Clay
976e4fd33d Changing log colors for imports. Also starting to fill out the fabfile.py, which needs a lot of love. 2010-12-15 22:26:05 -05:00
Samuel Clay
00551be672 Further changes to the login modal in the iPhone app. 2010-11-11 20:05:53 -05:00
Samuel Clay
d6e6daad42 Initial Fabfile, re-inistalized. 2010-09-08 18:30:33 -07:00
Samuel Clay
e26ee9dbcc Moving feed_pages from PostgreSQL to Mongo. Adding compression. 2010-08-29 12:35:09 -04:00
Samuel Clay
4f3630ba2a Finishing up the statistics modal, save for actually graphing out correct values. Not sure how exactly to graph the paltry data points we have. 2010-07-30 23:50:49 -04:00