Samuel Clay
40a1692a09
Further refining feed search. Upgrading to elasticsearch 1.7.1.
2015-07-30 11:51:21 -07:00
Samuel Clay
1d39cca557
Fixed search indexing and querying for feeds. Finally!
2015-07-29 22:04:34 -07:00
Samuel Clay
10382f5796
Merge branch 'master' into search
...
* master: (53 commits)
Logging checkpoints.
Adding clear overrides to story order and read filter (all/unread) in preferences, to match clear override buttons for story layout and story view.
Correcting discrepency of active subs when reading cache or having just recounted.
Adjust feed schedule duration. Looks like the bug has to do with exception feeds not being set correctly. Better fix that next.
Turning off refresh stale feeds. Maybe turn back on after the sub count finishes.
Showing user ip in social pages.
Showing user agent in social pages.
Blurblog pages now load a little quicker.
Postgres min log statement to 0.5s. Syncing haproxy debug with haproxy config.
Typo.
Easing off of forcing updates when not counted in redis.
Counting feed subscribers needs less logging.
Adding cleanup sub counts for users on cleanup. Also enabling redis sub store for all feeds.
Adding random factor in to convert feeds over to redis cache.
Handling only case where a recount isn't actually necessary. Still need to add in automatic feed conversion to redis subscriber cache.
Fixing counts when taking into account muted feeds.
Taking active/unmuted feed sinto account when counting active subscribers.
Cleaning up pipeline.
Renaming counter and removing unused sql.
Separating counting feed subs and all user's feed subs.
...
2015-07-29 21:50:29 -07:00
Samuel Clay
c25e79962a
Logging checkpoints.
2015-07-29 21:50:24 -07:00
dosiecki
dffd72f8b6
Empty feed list explainer view. ( #180 )
2015-07-29 18:38:23 -07:00
Samuel Clay
1bd81bdb2a
Adding clear overrides to story order and read filter (all/unread) in preferences, to match clear override buttons for story layout and story view.
2015-07-29 17:27:43 -07:00
Samuel Clay
62b607ebfc
Correcting discrepency of active subs when reading cache or having just recounted.
2015-07-29 17:01:16 -07:00
Samuel Clay
1e56d4f3a1
Adjust feed schedule duration. Looks like the bug has to do with exception feeds not being set correctly. Better fix that next.
2015-07-29 16:34:48 -07:00
Samuel Clay
3e14887634
Turning off refresh stale feeds. Maybe turn back on after the sub count finishes.
2015-07-29 15:31:15 -07:00
Samuel Clay
d0c7e955c7
Showing user ip in social pages.
2015-07-29 13:43:18 -07:00
Samuel Clay
a983d1afe5
Showing user agent in social pages.
2015-07-29 13:37:12 -07:00
Samuel Clay
0fd9753bfb
Blurblog pages now load a little quicker.
2015-07-29 13:30:38 -07:00
Samuel Clay
84c22ca36c
Postgres min log statement to 0.5s. Syncing haproxy debug with haproxy config.
2015-07-29 13:30:17 -07:00
Samuel Clay
e602b52a5d
Typo.
2015-07-29 12:08:48 -07:00
Samuel Clay
89db8a5b9f
Easing off of forcing updates when not counted in redis.
2015-07-29 12:07:22 -07:00
Samuel Clay
a259e5b7cb
Counting feed subscribers needs less logging.
2015-07-29 11:57:11 -07:00
Samuel Clay
9b89a07fe1
Adding cleanup sub counts for users on cleanup. Also enabling redis sub store for all feeds.
2015-07-29 11:44:39 -07:00
Samuel Clay
98ac28d8f8
Adding random factor in to convert feeds over to redis cache.
2015-07-28 20:58:56 -07:00
Samuel Clay
f399604369
Handling only case where a recount isn't actually necessary. Still need to add in automatic feed conversion to redis subscriber cache.
2015-07-28 20:48:51 -07:00
Samuel Clay
a81864d8cd
Fixing counts when taking into account muted feeds.
2015-07-28 20:46:30 -07:00
Samuel Clay
6256c906a4
Taking active/unmuted feed sinto account when counting active subscribers.
2015-07-28 19:56:06 -07:00
Samuel Clay
ce45ed8d6c
Cleaning up pipeline.
2015-07-28 19:19:58 -07:00
Samuel Clay
8179300d19
Renaming counter and removing unused sql.
2015-07-28 19:10:19 -07:00
Samuel Clay
a1fad2066c
Separating counting feed subs and all user's feed subs.
2015-07-28 19:04:06 -07:00
Samuel Clay
b986176ccf
Merge branch 'sub_count'
...
* sub_count:
Adding user sub counts to redis, using new redis cache to count subscribers only when feed is entirely cached. Still need automatic conversion from postgres to redis sub counts.
2015-07-28 18:48:52 -07:00
Samuel Clay
cf43747b20
Adding user sub counts to redis, using new redis cache to count subscribers only when feed is entirely cached. Still need automatic conversion from postgres to redis sub counts.
2015-07-28 18:46:37 -07:00
dosiecki
4b7c3dea65
Framework for unread explainer on feed list. ( #180 )
2015-07-28 17:52:53 -07:00
Samuel Clay
6a20478a7f
Renaming redis feed pool to redis feed update pool in prep for redis feed sub pool.
2015-07-27 18:35:25 -07:00
Samuel Clay
037a82164a
Adding deadlock timeout log to postgres. Lowering slow log to 1s from 5s.
2015-07-27 18:21:55 -07:00
Samuel Clay
0b398f4194
Capping IP at 15 characters.
2015-07-27 18:21:40 -07:00
Samuel Clay
97b0910e67
Breaking up tasking of normal feeds and broken feeds so broken feeds are a less drain on postgresql.
2015-07-23 16:29:47 -07:00
Samuel Clay
6165f1282d
Fixing broken like comment interactions.
2015-07-23 15:51:16 -07:00
Samuel Clay
db78a19a0c
Adding blogger as third party share.
2015-07-23 12:48:00 -07:00
Samuel Clay
e5fb27eda2
Scrolling to comments in List view when clicking on Comments in story title.
2015-07-22 18:02:43 -07:00
Samuel Clay
487b79674c
Simplifying common call to update next scheduled update.
2015-07-22 15:08:15 -07:00
Samuel Clay
9cd8124419
Combing through all updates to feeds table when fetching feed.
2015-07-22 13:53:20 -07:00
Samuel Clay
da26ecdb46
1/2 Cleaning up feed fetcher's updates to feeds table. Still need to find 6 dupes.
2015-07-22 13:18:54 -07:00
Samuel Clay
b4977ae04c
Fixing loading line when switching feeds that have different story layouts (specifically to/from grid).
2015-07-22 12:43:55 -07:00
Samuel Clay
0024813a53
No longer trimming classifiers unless part of story title.
2015-07-22 12:09:18 -07:00
Samuel Clay
34d008d600
Adding color to postgres slowlogs. Making login a bit less heavy on the db. And fixing feed count munin.
2015-07-21 15:53:37 -07:00
Samuel Clay
e65cd64e8a
Speeding up (and caching) feed/sub counts in munin.
2015-07-21 15:29:21 -07:00
Samuel Clay
6ebd175061
Fixing postgres connections munin.
2015-07-21 15:26:46 -07:00
Samuel Clay
35b79bcb2b
Deleting expired mstats objects.
2015-07-21 15:19:09 -07:00
Samuel Clay
a64b6068a2
Handling null datetime on stats.
2015-07-21 15:17:24 -07:00
Samuel Clay
66ca1d7628
Changing resoltuion of feed counts munin to 12 hours to spare the database.
2015-07-21 15:15:51 -07:00
Samuel Clay
b05ddbec87
Tuning postgresql.
2015-07-21 15:15:51 -07:00
Samuel Clay
e41106dce3
Adding IP to admin.
2015-07-21 10:55:17 -07:00
Samuel Clay
b42d6b9182
Fixing http headers.
2015-07-21 10:38:22 -07:00
Samuel Clay
553688c629
Fixing HTTP_X_FORWARDED_FOR header.
2015-07-21 10:35:02 -07:00
Samuel Clay
3859ae154d
Changing IP header.
2015-07-21 10:31:07 -07:00