Commit graph

5220 commits

Author SHA1 Message Date
Lance Johnson
d71b0a1dc9 Merge branch 'master' of https://github.com/samuelclay/NewsBlur 2013-04-05 00:47:10 -05:00
Lance Johnson
0880486533 When login fails go back to login activity rather than previous view 2013-04-05 00:37:16 -05:00
Lance Johnson
b562f54c49 Handle new user registration error reply by informing user of issue with regiration attempt 2013-04-05 00:22:10 -05:00
Samuel Clay
1ba468d27d Checking if feed id has changed, then removing from task queue. 2013-04-04 21:57:58 -07:00
Samuel Clay
d831088a46 Fixed the ridiculous bug with feed queuing: while checking to see if the feed id changed, self.pk changed along with the feed, resulting in the cached value changing! 2013-04-04 20:51:56 -07:00
Samuel Clay
341db243c3 Better logging for queues. 2013-04-04 20:47:41 -07:00
Samuel Clay
49f1401953 Handling 0 images found for shared story. 2013-04-04 17:53:57 -07:00
Samuel Clay
681968033b Fixing broken JPG image sizer. 2013-04-04 17:49:38 -07:00
Samuel Clay
ee647be85b Handling timeouts for feed link change. 2013-04-04 17:27:31 -07:00
Samuel Clay
3d190cc3ec Fixing a few small feed collision errors. 2013-04-04 17:18:27 -07:00
Samuel Clay
c02c1c4c98 Adding feedparser trunk, in case I want more pain. 2013-04-04 17:14:15 -07:00
Samuel Clay
e7ad04946d Fixing feed address change by feed link when colliding with existing feed. 2013-04-04 17:13:06 -07:00
Samuel Clay
8a7ea248fd Fixing feed address change by feed link when colliding with existing feed. 2013-04-04 17:09:16 -07:00
Samuel Clay
92c4cc7d1a Merge pull request #129 from manderson23/master
Android: Issues with SetupCommentSectionTask
2013-04-04 11:40:20 -07:00
Samuel Clay
54cb659819 Merge pull request #130 from ojiikun/master
Android: Remove Extra Sync on Launch/Login
2013-04-04 11:39:18 -07:00
Lance Johnson
2c80545446 Merge branch 'master' of https://github.com/samuelclay/NewsBlur into pr/130-test 2013-04-04 10:29:48 -05:00
Lance Johnson
45e342a1b8 Merge branch 'master' of https://github.com/ojiikun/NewsBlur into pr/130-test 2013-04-04 10:24:54 -05:00
Samuel Clay
a36a960566 Bumping numbers on task fetching. 2013-04-03 22:59:25 -07:00
Samuel Clay
95f97a4718 Adding logging. 2013-04-03 22:51:03 -07:00
Samuel Clay
2acd91aa15 Adding --use-pythonrc to shell_plus. 2013-04-03 22:34:43 -07:00
Samuel Clay
5898ea9df0 Feed may not longer exist. Toss it. 2013-04-03 21:20:19 -07:00
Samuel Clay
400cad89e6 Tossing deleted feeds from queue. 2013-04-03 21:11:40 -07:00
Samuel Clay
3627221968 Tossing deleted feeds from queue. 2013-04-03 21:10:37 -07:00
Samuel Clay
6b262f8557 Cleaning up counts in munin and work log. 2013-04-03 19:04:30 -07:00
Samuel Clay
4651906f08 What the f? strip_comments now eats CPU on bad stories. But why now and not a few months ago when I introduced it? 2013-04-03 18:20:42 -07:00
Samuel Clay
4cf2085ee7 Adding timeout to strip comments. 2013-04-03 18:16:52 -07:00
Samuel Clay
7a41b6a949 Using proper hostname for task server. Adding verbosity to feed fetching. 2013-04-03 18:11:23 -07:00
Samuel Clay
4461bb9c99 Removing old inactive feeds refresher. 2013-04-03 17:31:37 -07:00
Samuel Clay
6a2a144747 Requeueing old tasked feeds. 2013-04-03 17:28:51 -07:00
Samuel Clay
8f8c88ca47 Adding tasked_feeds set to handle dropped feeds. 2013-04-03 17:22:45 -07:00
Samuel Clay
e0457bf0d0 Fixing missing feed bug. 2013-04-03 16:48:42 -07:00
Samuel Clay
12472a8484 Adding new task server role: only new and push feeds. 2013-04-03 16:23:55 -07:00
Samuel Clay
702e7c8e57 Fixing munin counts. 2013-04-03 16:16:15 -07:00
Samuel Clay
92fedb0d3a Merge branch 'queue'
* queue:
  Cleaning up queue migration.
  Handling decayed feeds with no more active subscribers. They don't get returned to the scheduled_updates queue until there are enough active users.
  Only need next scheduled update.
  Fixing feeds that fall through.
  Moving task queue from postgres db backed to redis backed.
2013-04-03 16:04:07 -07:00
Samuel Clay
c0efd9ddd3 Cleaning up queue migration. 2013-04-03 15:59:44 -07:00
Samuel Clay
9d7aeb1a51 Merge branch 'master' into queue
# By Samuel Clay (2) and Lance Johnson (1)
# Via Lance Johnson (2) and Samuel Clay (2)
* master:
  Adding feed id to feed selector.
  Giving error on empty mark read endpoint.
  Fix duplicate feed listing bug and fix issus with remembering folder collapse/expande perferences in main feed list view
2013-04-03 15:25:22 -07:00
Samuel Clay
3ecccdbacb Adding feed id to feed selector. 2013-04-02 16:08:23 -07:00
Mark Anderson
55dff177a0 Revert change that disabled user images for shared/commented on a story and liked comments 2013-04-02 22:23:02 +01:00
Samuel Clay
add5187529 Giving error on empty mark read endpoint. 2013-04-02 09:36:43 -07:00
ojiikun
097339dbe7 Undoing whitespace changes in APIManager. 2013-04-01 23:51:44 +00:00
ojiikun
89470e6476 Undo whitespace changes in APIClient. 2013-04-01 23:47:40 +00:00
Samuel Clay
6ee43b389c Merge pull request #128 from lance0428/master
Fix duplicate feed problem and folder collapse/expand bug in main feed list view
2013-04-01 16:01:06 -07:00
Samuel Clay
842afe7068 Handling decayed feeds with no more active subscribers. They don't get returned to the scheduled_updates queue until there are enough active users. 2013-04-01 15:45:22 -07:00
Samuel Clay
e11e8398d1 Only need next scheduled update. 2013-04-01 15:21:03 -07:00
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