Commit graph

189 commits

Author SHA1 Message Date
Samuel Clay
ca6853fc6d Attempting to fix original pages. 2016-11-30 16:09:26 -08:00
Samuel Clay
5a053ab573 Adding node02 to handle new upgraded websockets. 2016-11-30 15:26:42 -08:00
Samuel Clay
11fb7dd841 In case mongodb isn't connected on favicon server. 2016-11-30 13:45:54 -08:00
Samuel Clay
7dcb16605e In case mongodb isn't connected on favicon server. 2016-11-30 13:44:50 -08:00
Samuel Clay
7fcc8a4c71 Moving to new v2 of socket.io to allow existing real-time users to still work. 2016-11-30 13:43:13 -08:00
Samuel Clay
74da2c1fff Logging favicon mongo host. 2016-11-30 12:57:29 -08:00
Samuel Clay
e3393ba238 Fixing nodejs redis flush/quit command. 2016-11-30 12:47:20 -08:00
Samuel Clay
95a6d4ce09 Better logging for favicons. 2016-11-30 12:38:31 -08:00
Samuel Clay
332a9a55ca Updating to latest mongodb for nodejs lib. 2016-11-30 12:29:24 -08:00
Samuel Clay
f8028c316c Upgrading favicon server to latest express. 2016-11-30 12:09:49 -08:00
Samuel Clay
5edf17e08f Fixing SSL node server, used for debugging. 2016-11-29 18:47:44 -08:00
Samuel Clay
406d196f87 Upgrading to latest socket.io. 2016-11-29 18:30:12 -08:00
Samuel Clay
23bdbb85a1 Updating node dependencies. 2016-11-29 18:29:50 -08:00
Samuel Clay
3406958e8a Adding wsgi server to use new virtualenv gunicorn. 2016-02-05 15:26:10 -08:00
Samuel Clay
7c6cce7f5b Removing unused CA. 2015-06-02 11:24:38 -07:00
Samuel Clay
b043b4278b Trying a different PK for favicons. 2015-06-02 11:15:49 -07:00
Samuel Clay
5ef24f9d17 Trying a different PK for favicons. 2015-06-02 11:14:55 -07:00
Samuel Clay
65587ddc9c Adding logging to icon server. 2015-06-02 11:12:24 -07:00
Samuel Clay
745aa210d8 Redirects in dev still point local. 2014-08-10 12:56:09 -07:00
Samuel Clay
33c4c9504a Better redirect on missing icon. 2014-08-10 12:53:13 -07:00
Samuel Clay
921f17ed98 Fixing broken mark unread after marking feed read. 2014-03-28 13:49:03 -07:00
Samuel Clay
bf27fb55bd Using new hosts-driven mongo host for favicon node server. 2013-12-01 10:18:24 -05:00
Samuel Clay
7706711143 Moving from X-Real-IP to X-Forwarded-For. 2013-09-06 16:26:02 -07:00
Samuel Clay
dcef8a48fa Moving node server to db pubsub role. 2013-08-12 12:39:03 -07:00
Samuel Clay
a5c03918cc Moving from specific db hosts to db roles, editable through /etc/hosts. 2013-08-12 12:26:49 -07:00
Samuel Clay
dcd37c4f50 Handling socket level errors in socketio/node. 2013-08-12 11:52:29 -07:00
Samuel Clay
456a4d1375 Catching exceptions for node redis. 2013-08-12 11:22:10 -07:00
Samuel Clay
68393020c2 Catching exceptions for node redis. 2013-08-12 11:20:00 -07:00
Samuel Clay
1a3a28f94a Trying to fix issues on node redis connection. 2013-08-12 11:11:30 -07:00
Samuel Clay
d384051aba Handling redis connection timeouts in node. 2013-08-12 11:03:42 -07:00
Samuel Clay
6110dc833a Removing unneeded dependencies. 2013-07-12 13:46:13 -07:00
Samuel Clay
38082c73dc Logging favicons usage. 2013-06-22 12:48:48 -07:00
Samuel Clay
fd747be1d5 Switching to new pubsub redis server. 2013-06-18 13:24:48 -07:00
Samuel Clay
504f401efe Updating favicons to point to correct server. 2013-06-16 08:27:08 -07:00
Samuel Clay
751ae6e314 Moving mongo shard server. 2013-06-02 18:58:21 -07:00
Samuel Clay
d5b0429754 Adding ip to connect and disconnect. 2013-05-01 13:25:14 -07:00
Samuel Clay
a2c5aaafc6 Adding real ip to socketio. 2013-05-01 13:22:03 -07:00
Samuel Clay
7c83051c3d Better logging for unread counts. 2013-05-01 12:51:59 -07:00
Samuel Clay
9c9bbfb411 Removing duplicate client call in real-time server. 2013-05-01 12:37:26 -07: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
a355b77f1a Adding IP address to real-time to figure out what the disconnect is. 2013-04-13 18:59:51 -07:00
Samuel Clay
d3600ef2a0 Handling exception case of no username trying to subscribe. 2013-04-08 10:23:26 -07:00
Samuel Clay
2109592224 Adding # of feeds to disconnect message. 2013-04-08 10:20:51 -07:00
Samuel Clay
046bc9888c Adding # of feeds to disconnect message. 2013-04-08 10:18:44 -07:00
Samuel Clay
a67df54101 Merge branch 'master' into circular
* master:
  Adding task servers to db firewall.
  Adding redis cache. Returning favicon server.
  Better munin plugins for redis and mongo.
  Removing unused redis keys for shared/comments. Dry-run.
  Adding read preference to migration.
  Migration to create story_hash for missing feeds.
  Making a clearer description of slow feeds.
  Upping feed fetches, slowing down fetch interval for less active feeds, setting premium expire time to one year from most recent payment date (as opposed to borked payment gap logic), and adding logginf or tasking feeds.
  Switching check for HAProxy'ied socket.io to dev instead of www. Thanks @anaconda!
  Sync delay in mongodb and updating story hash migration.
  Upping feed fetches.
  Fix force close when attempting to fetch a user with a null user.id value
  Fix force close updating ProfileActivityFragment if no profile response was received
  Move creating ImageLoader in NewsBlurApplication to onCreate to ensure that base context has been set and prevent force close
  Boosting fetches.
  Fix duplicate requirement

Conflicts:
	fabfile.py
2013-03-28 19:09:14 -07:00
Samuel Clay
bc6b5a025b Adding redis cache. Returning favicon server. 2013-03-28 18:13:08 -07:00
Samuel Clay
233af12d0e Merge branch 'master' into circular
* master:
  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.
2013-03-17 11:26:54 -07:00
Samuel Clay
63fe5297be Removing Redis state for socket.io. Too many open mongo connections. 2013-03-17 00:07:41 -07:00
Samuel Clay
e15bf40fdc Merge branch 'master' into circular
* master:
  Fixing homepage copy.
  Using redisstore for socketio.
  Forcing reconnection for socket.io.
  Upgrading node modules.
  Reconnecting to socket.io when disconnected or failing reconnection.
  Updating website copy to show /year instead of .
  Upgrading socket.io, widening reconnection delay.

Conflicts:
	media/js/newsblur/reader/reader.js
2013-03-15 18:58:54 -07:00