Commit graph

363 commits

Author SHA1 Message Date
Samuel Clay
716d78525a Merge branch 'master' into circular
* master:
  cleanup and fixing some of my stupid bugs
  cleanup and fixing some of my stupid bugs
  whoops, that section isn't called in the normal installation process. Reverted.
  Fix to make detecting if the install is a dev env work properly
  Fixed typo. Also, extracted most of the instances of a specific username out to `env.user`, so you don't need to search&replace to do an install. Lastly, added a separate function to change the shell of the host, so it's easier to disable.

Conflicts:
	fabfile.py
2013-05-09 16:54:29 -07:00
Samuel Clay
22070f055b Merge pull request #236 from fake-name/master
Further corrections (mostly to my changes)
2013-05-09 15:00:24 -07:00
Fake Name
0c82d782f8 cleanup and fixing some of my stupid bugs 2013-05-09 01:30:37 -07:00
Samuel Clay
a6bc5e68f4 Merge branch 'master' into circular
# By Samuel Clay (4) and ojiikun (1)
* master:
  ES requires valid url.
  Overriding haystack elasticsearch url.
  Removing Redis autocomplete. Upgrading elasticsearch.
  Using haystack and elasticsearch for a third autocomplete feature.
  Refactor/fix mark-as-read-while-reading workflow.
2013-05-08 12:23:14 -07:00
Samuel Clay
a6c3fa7830 ES requires valid url. 2013-05-08 12:23:10 -07:00
Samuel Clay
d620fb9ea0 Overriding haystack elasticsearch url. 2013-05-08 12:23:10 -07:00
Samuel Clay
777d5a5e9c Removing Redis autocomplete. Upgrading elasticsearch. 2013-05-08 12:23:10 -07:00
Samuel Clay
365e0c2813 Using haystack and elasticsearch for a third autocomplete feature. 2013-05-08 12:23:09 -07:00
Fake Name
78cde45f05 Fix to make detecting if the install is a dev env work properly 2013-05-08 02:15:55 -07:00
Samuel Clay
75059d7dd1 Merge branch 'preshard' into circular
* preshard:
  Removing unused redis story objectid db.
  Force all feed queries to use redis.
2013-05-02 12:33:27 -07:00
Samuel Clay
009010f879 Removing unused redis story objectid db. 2013-05-02 12:27:37 -07:00
Samuel Clay
4e3df85b61 Merge branch 'master' into circular
# By Piotr Mitros (5) and others
# Via Samuel Clay (2) and Daniel (1)
* master:
  Normalizing settings.
  Fixed #217. Remove (via Newsblur) when sharing
  Documented additional hack to get into the system without Stripe installed
  Expanded requirements
  Fixed doc. We do require a non-fake migrate as well.
  Removed SES dependency for development. Fixed bug where DEVELOPMENT was used before being overridden by local_settings.py.
  Added requirements.txt
2013-04-29 11:28:38 -07:00
Samuel Clay
7c32fea650 Normalizing settings. 2013-04-28 21:39:52 -07:00
Piotr Mitros
5fa8bde9ca Removed SES dependency for development. Fixed bug where DEVELOPMENT was used before being overridden by local_settings.py. 2013-04-27 14:26:53 -04:00
Samuel Clay
65c745cc8c Merge branch 'master' into circular
* master:
  Moving redis servers.
2013-04-21 06:09:00 -07:00
Samuel Clay
6d9932d909 Moving redis servers. 2013-04-21 06:07:01 -07:00
Samuel Clay
8c55fe2491 Merge branch 'master' into circular
* master:
  Beginning big redis migration from story objectid to story guid hash.
2013-04-13 22:31:15 -07:00
Samuel Clay
1b482a78c6 Beginning big redis migration from story objectid to story guid hash. 2013-04-13 22:31:05 -07:00
Samuel Clay
730b37c671 Merge branch 'master' into circular
* master:
  Prioritizing autocomplete matches on title before address.
  Handling URLs in autocomplete.
  Adding new autocomplete. Let's hope this doesn't destroy performance in Redis.
  Using new Chrome extension for RSS.

Conflicts:
	apps/rss_feeds/views.py
2013-04-08 13:14:45 -07:00
Samuel Clay
73eb0b6ef4 Handling URLs in autocomplete. 2013-04-08 13:09:43 -07:00
Samuel Clay
c25c4478e6 Adding new autocomplete. Let's hope this doesn't destroy performance in Redis. 2013-04-08 12:54:02 -07:00
Samuel Clay
c9f64f8193 Merge branch 'master' into circular
* master:
  Moving elastic search hosts.
  Fixing haproxy install.
  Changing dev/debug host for socketio.
  Ripping out memcache in favor of redis.
  Migrating original page servers and munin servers.
  Adding Paypal API.
2013-04-01 16:07:14 -07:00
Samuel Clay
459944ed64 Moving elastic search hosts. 2013-04-01 15:13:22 -07:00
Samuel Clay
5ffcf84432 Migrating original page servers and munin servers. 2013-04-01 12:21:20 -07:00
Samuel Clay
61dde968b8 Merge branch 'master' into circular
# By Samuel Clay (12) and Lance Johnson (1)
* master:
  Updating postgres config, celery queue.
  Boosting feed fetching.
  Android: show server error message to user when add feed fails. The error message was being sent when non-premium users tried to search for feeds and was causing the App to crash.
  Removing unused feed hash index (keeping the unique constraint).
  Adding two indexes and killing one unused one from feeds.
  Returning index on active subs.
  Changing logging on feed queueing.
  Turning off autocomplete for the time being.
  Removing unused indexes.
  Upgrade to postgres 9.2.
  Culling some graphs on feed counts.
  Cleaning up week old feeds.
  Boosting feed fetching way up for the weekend.
2013-03-30 19:05:20 -07:00
Samuel Clay
25d21c9f69 Updating postgres config, celery queue. 2013-03-30 12:43:11 -07:00
Samuel Clay
b8ed1bb487 Cleaning up animations on hide/show panes. 2013-03-29 10:58:20 -07:00
Samuel Clay
f6c0ffb8be Merge branch 'master' into circular
* master:
  Trying to fix the unread counts ghosting issue by forcing an instant unread count refetch of active/selected feeds. This may work!
  Fixing limits.conf to just use integers.
  Making it a bit easier to setup a new db.
  Updating Android app to v1.1 (revision 31).
2013-03-26 18:54:36 -07:00
Samuel Clay
c389b9bf0e Trying to fix the unread counts ghosting issue by forcing an instant unread count refetch of active/selected feeds. This may work! 2013-03-26 18:54:32 -07:00
Samuel Clay
fe6d82e507 Adding List and Split view icons. 2013-03-26 17:19:17 -07:00
Samuel Clay
cd6bddb2a5 Adding hyphens to allowed hosts for blurblogs. 2013-03-25 12:32:15 -07:00
Samuel Clay
79200d7bc1 Adding RStats, necessary to remove mongodb analytics. 2013-03-25 11:10:41 -07:00
Samuel Clay
e91d11e068 Adding cached template loader. Adding new mongodb. 2013-03-22 13:36:32 -07:00
Samuel Clay
095ceef45a Adding redis session pool and migration script for sessions. 2013-03-20 19:45:45 -07:00
Samuel Clay
4b8b958078 Redis session db. 2013-03-20 19:26:10 -07:00
Samuel Clay
38467b0005 Merge pull request #108 from jefftriplett/master
Added django-redis-sessions
2013-03-20 17:04:16 -07:00
Samuel Clay
27e9bf1503 Patching Django 1.5 to handle underscores in subdomains. 2013-03-20 17:00:58 -07:00
Samuel Clay
0d2a3b135e Allowed hosts 2013-03-20 16:43:20 -07:00
Samuel Clay
02db9dbf25 Allowed hosts 2013-03-20 16:39:27 -07:00
Jeff Triplett
c6cf31e7e2 Merged in master branch. 2013-03-20 17:30:16 -05:00
Samuel Clay
b958619c95 Allowing_hosts for django 1.5. 2013-03-20 15:10:46 -07:00
Samuel Clay
90c2425db0 Upgrading django from 1.3 to 1.5. 2013-03-20 15:05:52 -07:00
Jeff Triplett
b0226eac6b Keep Raven from making settings puke. 2013-03-20 16:59:11 -05:00
Samuel Clay
a75554374b Using @dcramer's excellent getsentry.com for all exceptions. Turning off exception emails. 2013-03-20 08:24:11 -07:00
Samuel Clay
d283294bcc Adding X-server to headers to figure out request pinning. 2013-03-18 11:32:24 -07:00
Samuel Clay
0d0baebc73 Moving redis to digital ocean. 2013-03-14 13:41:46 -07:00
Samuel Clay
9052636418 Moving task feeds to its own beat queue. 2013-03-14 12:55:15 -07:00
Samuel Clay
5dee81c08b Redis to db01. 2013-03-14 10:49:44 -07:00
Samuel Clay
0446de3df1 Moving original page server to redis server. 2013-03-13 21:55:57 -07:00
Samuel Clay
d773afab8a Moving from Amazon SES to mailgun. 2013-03-13 21:46:04 -07:00