Commit graph

10101 commits

Author SHA1 Message Date
Samuel Clay
85d84220d7 Permissions on munin graph for loadtimes. 2010-09-29 12:49:15 -04:00
Samuel Clay
3dd5dd9d8b Merge branch 'master' of github.com:samuelclay/NewsBlur into chooser 2010-09-29 09:49:46 -04:00
Samuel Clay
9e6d0b7344 Greatly improving performance of loading the feed chooser modal. Almost 1600ms -> 260ms. That's 6x as fast now. 2010-09-29 09:49:34 -04:00
Samuel Clay
1c734528de Merge branch 'master' into chooser 2010-09-29 09:19:47 -04:00
Samuel Clay
a75417d917 Fixing errors on existing story search in feed fetching. Turns out it was using the wrong story_date to quickly determine if the story is new or not. 2010-09-28 21:10:10 -04:00
Samuel Clay
6260df43e9 Only using story_guids when checking for existing copies of stories. The timezone issues make using the date a bit hairy. 2010-09-28 20:43:12 -04:00
Samuel Clay
2e3f7d415b Fixing celery queues and exchanges by adding explicit bindings for the new and update queues. 2010-09-28 19:50:29 -04:00
Samuel Clay
ae6ea613f1 Merge branch 'master' into chooser 2010-09-28 19:26:30 -04:00
Samuel Clay
33763bffa1 Superficial styling on feed chooser dialog for new users. 2010-09-28 19:23:13 -04:00
Samuel Clay
a76719bb97 Fixing celery queues and routers to corrrectly route to new_feeds and update_feeds 2010-09-28 19:22:52 -04:00
Samuel Clay
6d20886529 Putting server and client sides together to choose feeds. 2010-09-28 18:53:57 -04:00
Samuel Clay
7ea19b9927 Stopping duplicate feeds from trying to save. 2010-09-28 05:29:40 -04:00
Samuel Clay
032505591d Explicit queue management. 2010-09-28 05:16:00 -04:00
Samuel Clay
c24a7ffc5f Handling null titles. 2010-09-28 04:57:24 -04:00
Samuel Clay
23976bdcfd Merge branch 'master' into chooser 2010-09-27 19:18:40 -04:00
Samuel Clay
7f1638e679 Adding index on feed histories, and cutting down how many errors/successes stored. 2010-09-27 19:12:17 -04:00
Samuel Clay
7dee2103a9 Refactoring timelimit to add feed address re-check to a limited timeout. 2010-09-27 11:44:23 -04:00
Samuel Clay
a762e9c7a7 Validation and updating counts on feed choosing. 2010-09-27 11:43:08 -04:00
Samuel Clay
e4c00a77a8 Feeds get auto-selected in feed chooser by priority. Unfortunately, it prioritizes incorrectly right now by using the minimum cutoff in a non-stable sort. 2010-09-24 18:22:12 -04:00
Samuel Clay
d40530a230 The feedchooser is nearly complete on the UI front. Just need to add subscriber information and auto-population. Then there's the backend... 2010-09-24 01:08:03 -04:00
Samuel Clay
c7d1410bb1 Hiding unneccessary logging statement. 2010-09-23 16:37:43 -04:00
Samuel Clay
825ca6d407 Quick changes to fix issues with new users and their newly subscribed feeds. 2010-09-23 16:33:06 -04:00
Samuel Clay
7e5dcb188a Adding munin graphs for feed loadtimes: averages, min, and max for the past hour and day. Going to be beautiful. 2010-09-23 10:29:18 -04:00
Samuel Clay
b9bc00a024 Fixing last update dates so they are always accurate, even on feed loads. 2010-09-22 19:59:07 -04:00
Samuel Clay
ff8d7fce12 Right-clicking on feeds and folders brings up the context menu. 2010-09-22 19:26:56 -04:00
Samuel Clay
6e17db8394 Cutoffs for trimming in feeds. 2010-09-22 16:22:52 -04:00
Samuel Clay
bc7accc593 Trimming feeds on every update. 2010-09-22 15:57:55 -04:00
Samuel Clay
e1c031e2fe Trimming only stories older than the 500th oldest story. 2010-09-22 15:36:20 -04:00
Samuel Clay
e0f84d7aaa Trimming only stories older than the 500th oldest story. 2010-09-22 15:34:47 -04:00
Samuel Clay
0ac758f230 Trimming more than 500 stories from feeds. One day these can remain, but for now, it's too much to handle. 2010-09-22 14:39:18 -04:00
Samuel Clay
e647edf025 Trimming more than 500 stories from feeds. One day these can remain, but for now, it's too much to handle. 2010-09-22 14:35:26 -04:00
Samuel Clay
402ef2db2e Deleting old stories just for the specific feed. 2010-09-22 11:15:56 -04:00
Samuel Clay
ce28fa14a1 Turning off statistics again. It keeps locking the database very inefficiently. 2010-09-22 11:07:19 -04:00
Samuel Clay
9870276df1 Adding Delete Folder to the folder action menu. Uses a new algorithm that is far better and way more efficient than deleting each feed individually. 2010-09-22 10:12:38 -04:00
Samuel Clay
b1096503a2 Turning on feed statistics. Don't make me regret this, Mongo. 2010-09-21 19:20:03 -04:00
Samuel Clay
4ea886be15 Adding checks for feed in trainer, now that the trainer is doing double-duty for individual feeds and for the trainer itself. 2010-09-21 19:07:36 -04:00
Samuel Clay
744745b3ee Hiding Delete Folder so I can get these folder actions shipped. Also improving performance of feed fetcher. 2010-09-21 18:58:21 -04:00
Samuel Clay
2bd9f72acb Fetching feedids with folder delete. 2010-09-21 11:16:22 -04:00
Samuel Clay
64fd2ff3f9 Fixed both modal sizing for ajax intelligence trainer, and fixed the checkboxes/slider in the modal to attach correctly. 2010-09-21 09:18:58 -04:00
Samuel Clay
55b7801142 It's a race condition that keeps on giving. Intellignece Trainer now loads on an unloaded feed, and it will correctly resize the modal, but only after a pause. No easy solution, just hoping it works. In real life, responses will not take < 50ms, so it should be fine. 2010-09-20 19:51:57 -04:00
Samuel Clay
7099107899 Merge branch 'master' into folder_actions 2010-09-20 19:32:17 -04:00
Samuel Clay
ad398a78b4 Fixing broken exchanges for celery by adding a binding_key. Rather use the default of 'celery' than have to configure a silly binding_key on each machine. Just use the default. 2010-09-20 19:31:17 -04:00
Samuel Clay
9d265e9db0 Adding a new queue that handles new feeds, so they can be prioritized over updating old feeds. 2010-09-20 19:22:19 -04:00
Samuel Clay
0143fee6c8 Merge branch 'master' of github.com:samuelclay/NewsBlur
Conflicts:
	apps/reader/models.py
2010-09-20 18:22:07 -04:00
Samuel Clay
3839d862ac Obnoxious modal sizing issues, but the Classifier Trainer now loads feeds through AJAX when not already loaded. Used for folder actions. 2010-09-20 18:20:22 -04:00
Samuel Clay
28f5be041e Tightening compute scores times. 2010-09-20 09:34:18 -04:00
Alberto Paro
b7a561546e Added missing requirements.txt 2010-09-20 09:48:40 +02:00
Samuel Clay
4119266e56 Now that we're counting unread stories differently, make sure to not include old stories that are behind the mark_read date for the user. 2010-09-19 11:48:38 -04:00
Samuel Clay
82163735e5 Increasing verbosity of feed fetching when forced. 2010-09-19 11:41:22 -04:00
Samuel Clay
19e5ebe53b Increasing verbosity of feed fetching when forced. 2010-09-19 11:36:04 -04:00