Samuel Clay
acf95cc52b
Merge branch 'master' into queue
...
* 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.
2013-04-01 15:13:27 -07:00
Samuel Clay
459944ed64
Moving elastic search hosts.
2013-04-01 15:13:22 -07:00
Samuel Clay
50b6eee6a8
Fixing haproxy install.
2013-04-01 14:41:54 -07:00
Samuel Clay
26ffea927d
Changing dev/debug host for socketio.
2013-04-01 12:40:15 -07:00
Samuel Clay
b4cc3b50b1
Ripping out memcache in favor of redis.
2013-04-01 12:30:37 -07:00
Samuel Clay
5ffcf84432
Migrating original page servers and munin servers.
2013-04-01 12:21:20 -07:00
Samuel Clay
07d1fcb207
Fixing feeds that fall through.
2013-04-01 12:21:00 -07:00
Samuel Clay
52958522b5
Merge branch 'master' into queue
...
* master:
Adding Paypal API.
2013-04-01 10:15:26 -07:00
Samuel Clay
05d25e7e80
Adding Paypal API.
2013-03-31 23:08:35 -07:00
Samuel Clay
ba5919d760
Moving task queue from postgres db backed to redis backed.
2013-03-30 19:05:13 -07:00
Samuel Clay
25d21c9f69
Updating postgres config, celery queue.
2013-03-30 12:43:11 -07:00
Samuel Clay
2cc5ab6202
Boosting feed fetching.
2013-03-30 11:39:49 -07:00
Samuel Clay
161a2f1cbd
Merge pull request #127 from lance0428/master
...
Fix force close for Android when non-premium users try to add fees via auto_complete
2013-03-29 23:09:24 -07:00
Lance Johnson
6a72dff821
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.
2013-03-30 00:58:23 -05:00
Samuel Clay
03c27b42e8
Removing unused feed hash index (keeping the unique constraint).
2013-03-29 22:41:16 -07:00
Samuel Clay
33bd64f2a0
Adding two indexes and killing one unused one from feeds.
2013-03-29 22:11:36 -07:00
Samuel Clay
93794aef36
Returning index on active subs.
2013-03-29 21:48:38 -07:00
Samuel Clay
22b2bd0604
Changing logging on feed queueing.
2013-03-29 21:46:04 -07:00
Samuel Clay
ec66863811
Turning off autocomplete for the time being.
2013-03-29 20:35:58 -07:00
Samuel Clay
a47fa4db0f
Removing unused indexes.
2013-03-29 20:24:06 -07:00
Samuel Clay
cb0a30b171
Upgrade to postgres 9.2.
2013-03-29 17:39:35 -07:00
Samuel Clay
65e976e4a0
Culling some graphs on feed counts.
2013-03-29 16:36:13 -07:00
Samuel Clay
ae953ee208
Cleaning up week old feeds.
2013-03-29 16:02:32 -07:00
Samuel Clay
07ebbd63b5
Boosting feed fetching way up for the weekend.
2013-03-29 15:56:43 -07:00
Samuel Clay
0572dbf0b7
Fixing stripe reimport
2013-03-29 14:27:00 -07:00
Samuel Clay
aa4bf71b34
Upping feed fetching by quite a bit.
2013-03-29 14:14:29 -07:00
Samuel Clay
d510a407d9
Fixing double counting stripe payment bug by clearing out striep purchase history when inserting.
2013-03-29 13:39:35 -07:00
Samuel Clay
9086e93c3b
Moving from MongoDB's page_loads analytics table to Redis page loads.
2013-03-29 13:14:19 -07:00
Samuel Clay
02a0a0646a
Adding MongoDB MMS agent.
2013-03-29 11:04:46 -07:00
Samuel Clay
efb4df8e1b
Merge pull request #125 from lance0428/master
...
My Android app changes to speed up initial sync
2013-03-29 10:44:15 -07:00
Lance Johnson
6c1bf3fac7
Merge branch 'master' of https://github.com/samuelclay/NewsBlur
2013-03-28 23:12:52 -05:00
Lance Johnson
60a828a914
Several changes in one commit (bad me)
...
- Speed up main feed list refresh by not downloading feed icons and using
nested feed list (rather than flat)
- Update icons on main feed list in background now that they are no
longer downloaded from sync
- Cache gson builder as to not take penalty to rebuild it for each parse
- Perform bulk insert of records into Sqlite DB during main feed list sync
- Add initial support for shared feed button off story page (still needs a bit of work)
- Add 'mark item read' and 'mark previous items read' functionality to
the feed story list view
2013-03-28 22:43:24 -05:00
Samuel Clay
bbd7d5060e
Adding task servers to db firewall.
2013-03-28 19:08:46 -07:00
Samuel Clay
bc6b5a025b
Adding redis cache. Returning favicon server.
2013-03-28 18:13:08 -07:00
Samuel Clay
b21ea88e8e
Better munin plugins for redis and mongo.
2013-03-28 17:29:27 -07:00
Samuel Clay
a65236ea92
Removing unused redis keys for shared/comments. Dry-run.
2013-03-28 16:39:37 -07:00
Samuel Clay
e159a7223d
Adding read preference to migration.
2013-03-28 15:15:24 -07:00
Samuel Clay
328ca6b386
Migration to create story_hash for missing feeds.
2013-03-28 15:04:54 -07:00
Samuel Clay
fc53550392
Making a clearer description of slow feeds.
2013-03-28 12:17:30 -07:00
Samuel Clay
e39dee98be
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.
2013-03-28 11:16:43 -07:00
Samuel Clay
15c955282b
Switching check for HAProxy'ied socket.io to dev instead of www. Thanks @anaconda!
2013-03-27 22:25:21 -07:00
Samuel Clay
9e17a2caed
Sync delay in mongodb and updating story hash migration.
2013-03-27 22:25:08 -07:00
Samuel Clay
9b0506fcc0
Merge pull request #122 from manderson23/master
...
Android Force Close Fixes
2013-03-27 21:56:53 -07:00
Samuel Clay
c9f6012a1e
Upping feed fetches.
2013-03-27 21:12:55 -07:00
Mark Anderson
c82f7a906a
Fix force close when attempting to fetch a user with a null user.id value
2013-03-27 23:31:34 +00:00
Mark Anderson
e0a69563f1
Fix force close updating ProfileActivityFragment if no profile response was received
2013-03-27 23:20:29 +00:00
Mark Anderson
99256a199a
Move creating ImageLoader in NewsBlurApplication to onCreate to ensure that base context has been set and prevent force close
2013-03-27 23:07:05 +00:00
Samuel Clay
2acb9e1940
Boosting fetches.
2013-03-27 12:58:24 -07:00
Samuel Clay
cad8e5eb92
Merge pull request #121 from wronglink/patch-1
...
Fix duplicate requirement
2013-03-27 12:33:17 -07:00
Michael Elovskikh
3809df22cd
Fix duplicate requirement
...
Just a small fix
2013-03-28 00:22:25 +06:00