Commit graph

2135 commits

Author SHA1 Message Date
Samuel Clay
c4b6bb6fd8 Cutting number of feeds for fetching until mongo is sharded. 2013-03-21 21:15:18 -07:00
Samuel Clay
dc0507f43f Turning autocomplete back on. 2013-03-21 13:00:17 -07:00
Samuel Clay
036b1993a5 Merging. 2013-03-21 13:00:17 -07:00
Samuel Clay
5e6b1e5fee Grabbing forced refresh feeds. 2013-03-21 10:57:57 -07:00
Samuel Clay
41709f0696 Fixing autologin with no next param. 2013-03-21 10:35:38 -07:00
Samuel Clay
083447a619 Using user's username on signup if no password. 2013-03-20 18:40:03 -07:00
Samuel Clay
e9a3720187 Using user's username on signup if no password. 2013-03-20 18:38:42 -07:00
Samuel Clay
ca24ca97d3 Fixing passwords if left blank. 2013-03-20 18:36:15 -07:00
Samuel Clay
0979a0c533 Merge pull request #107 from lgp171188/master
Fix for https://github.com/samuelclay/NewsBlur/issues/106 in the registration form
2013-03-20 17:05:11 -07:00
Samuel Clay
bff2baf067 If not active subs, turn off real-time. 2013-03-20 16:17:49 -07:00
Samuel Clay
670093e3bf Skipping real-time fetch for non-premium active feeds. 2013-03-20 16:13:10 -07:00
Samuel Clay
d8a43d394f Upgrade to django 1.5 script. Also handling story lookups with objectids. 2013-03-20 15:43:35 -07:00
Samuel Clay
90c2425db0 Upgrading django from 1.3 to 1.5. 2013-03-20 15:05:52 -07:00
L. Guruprasad
13e0bf5c04 Added a check for testing the email address provided during registration and throwing an error if the email address is already associated with an existing account. 2013-03-21 01:15:28 +05:30
Samuel Clay
5eebcfc546 Merge branch 'master' into story_hash_2
# By Samuel Clay (10) and others
* master:
  Further pushing out feed updates.
  Using @dcramer's excellent getsentry.com for all exceptions. Turning off exception emails.
  Further pushing down feed fetches to handle load until db is scaled out.
  Scrolling code blocks.
  New task servers.
  Turning down feed fetches.
  If requests.raw won't work, sut fudge it with a StringIO for now.
  Further turning down feed fetches until mongo is ready to replicate.
  Fixing Facebook image calculation.
  Fixing facebook posting.
  Fixed API docs for /reader/river_stories
  make fabfile.py use requirements.txt
  Make sure to send the proper content-type with social feeds
  Restore default whitespace to pre/code blocks
  document keyboard shortcut to add site/folder
2013-03-20 10:22:30 -07:00
Samuel Clay
d167788f29 Further pushing out feed updates. 2013-03-20 10:04:25 -07: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
ca43ea8555 Further pushing down feed fetches to handle load until db is scaled out. 2013-03-20 08:13:07 -07:00
Samuel Clay
459065e80e Merge pull request #100 from gms8994/master
Adds content_type header to /social/rss/ requests
2013-03-19 18:09:24 -07:00
Samuel Clay
7ad6c594a3 Turning down feed fetches. 2013-03-19 17:57:24 -07:00
Samuel Clay
61fac02304 If requests.raw won't work, sut fudge it with a StringIO for now. 2013-03-19 17:49:56 -07:00
Samuel Clay
0db41bc853 Further turning down feed fetches until mongo is ready to replicate. 2013-03-19 17:38:36 -07:00
Samuel Clay
1854f719d3 Fixing Facebook image calculation. 2013-03-19 17:27:04 -07:00
Samuel Clay
d5b7266380 Fixing facebook posting. 2013-03-19 17:00:22 -07:00
Samuel Clay
d9289bd3c8 Merge branch 'master' into story_hash_2
* master:
  Moving shared story unread recalc to background task. Will greatly speed up sharing.
  Ramping down feed fetching until they can be handled.
2013-03-19 16:21:13 -07:00
Samuel Clay
b2e52858ea Moving shared story unread recalc to background task. Will greatly speed up sharing. 2013-03-19 16:14:19 -07:00
Samuel Clay
db92d3ca10 Ramping down feed fetching until they can be handled. 2013-03-19 15:32:25 -07:00
Samuel Clay
cb0c70d8d3 Merge branch 'master' into story_hash_2
* master:
  Only show time breakdown when > 1 sec.
2013-03-19 13:54:19 -07:00
Samuel Clay
2ec2e8cbb1 Only show time breakdown when > 1 sec. 2013-03-19 13:53:58 -07:00
Samuel Clay
ed2c5796b3 Merge branch 'master' into story_hash_2
* master:
  Double clicking the unread counts now marks a feed as read.
  Fixing log for non-requests.
  Fixing share bar for tons of sharers.
  Cleaning double the analytics.
  Reducing page load logging to only abre essentials.
2013-03-19 13:48:42 -07:00
Glendon Solsberry
bffe3b11df Make sure to send the proper content-type with social feeds 2013-03-19 08:12:48 -04:00
Samuel Clay
a37300716e Cleaning double the analytics. 2013-03-18 15:28:05 -07:00
Samuel Clay
27a2dfbfa0 Merge branch 'master' into story_hash_2
# By Samuel Clay (70) and adriano petrich (1)
# Via Samuel Clay (3) and adriano petrich (1)
* master: (71 commits)
  Adding new task servers.
  Activating premiums immediately for stripe users.
  Adding X-server to headers to figure out request pinning.
  removing dependency to dop.client for common fab tasks
  Increase file descriptor limits with fabric.
  Opening up gunicorn for use by HAProxy directly.
  Naively connecting to real-time socket.io.
  Preventing socket.io buildups.
  Rewriting HAProxy config to include gunicorn and maintenance. Much better monitoring.
  Fixing HAProxy to use http headers so a 502 error code doesn't get served with a 200 status code. I mean seriously, WTF HAProxy?!
  Trying out a gunicorn haproxy backend.
  Re-upping 12 to 64 free feeds.
  Removing Redis state for socket.io. Too many open mongo connections.
  Referencing new secret hosts.
  Removing hosts.
  Adding dev hosts.
  Using new secrets repo instead of ignored files.
  Fixing homepage copy.
  Using redisstore for socketio.
  Forcing reconnection for socket.io.
  ...
2013-03-18 13:35:17 -07:00
Samuel Clay
8281a1f3ec Activating premiums immediately for stripe users. 2013-03-18 13:14:50 -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
6114aaefe4 Reconnecting to socket.io when disconnected or failing reconnection. 2013-03-15 17:05:44 -07:00
Samuel Clay
16db855454 Trimming subdomains used for testing. 2013-03-15 11:50:58 -07:00
Samuel Clay
41de804e7b Adding app10 (new haproxy server) to subdomain exclusion list. 2013-03-14 22:45:52 -07:00
Samuel Clay
116605d476 Fixing stripe form. 2013-03-14 21:40:14 -07:00
Samuel Clay
80fe5666f2 Fetching more feeds. 2013-03-14 21:33:06 -07:00
Samuel Clay
e73f3aa66d Increasing feed fetches quite a bit. 2013-03-14 19:26:22 -07:00
Samuel Clay
f62ce742b5 Hiding 12 option to cut back on number of new premiums. 2013-03-14 18:43:01 -07:00
Samuel Clay
91c07a89e7 Bumping up premium refresh rates. 2013-03-14 16:15:21 -07:00
Samuel Clay
762b8aceb5 Tasking only popular feeds for now. 2013-03-14 16:01:28 -07:00
Samuel Clay
85c85ab565 Pushing out feed updates until able to handle the giant influx. 2013-03-14 15:52:34 -07:00
Samuel Clay
ffe07db5c8 Only 5k feeds for minute. 2013-03-14 12:59:28 -07:00
Samuel Clay
9052636418 Moving task feeds to its own beat queue. 2013-03-14 12:55:15 -07:00
Samuel Clay
2dd4a84c1a Only fetching premium feeds. 2013-03-14 11:48:09 -07:00
Samuel Clay
5dee81c08b Redis to db01. 2013-03-14 10:49:44 -07:00
Samuel Clay
277af547cf Logging stripe use. 2013-03-14 10:01:38 -07:00