Граф коммитов

959 Коммитов

Автор SHA1 Сообщение Дата
Marina Samuel 7adccb42f2 Integrate SpiderGraph in the UI. 2014-07-10 15:38:43 -04:00
Marina Samuel b35a8514c3 Add SpiderGraph chart. 2014-07-10 15:38:10 -04:00
Marina Samuel 5f34fa2d5b Replace visualiation processing bolts with spider data bolt in Controller. 2014-07-10 15:37:05 -04:00
Marina Samuel 1f1ae765f8 Save visit counts in the category object. 2014-07-10 15:35:12 -04:00
Marina Samuel fc12f2202a Add spider graph data processing bolt. 2014-07-10 15:33:50 -04:00
Marina Samuel 094134f7c5 Add file describing category hierarchy. 2014-07-10 15:33:18 -04:00
Olivier Yiptong fd6e722fa0 hooks for history computation completion in about-keywords 2014-06-30 12:49:13 -04:00
Olivier Yiptong 53ab223a0f trie generator for valid keyword extraction 2014-06-30 12:00:21 -04:00
Olivier Yiptong 54d540b052 add search keyword extraction 2014-06-30 12:00:02 -04:00
Olivier Yiptong e57f20b81b stopwords in keyword computation 2014-06-27 11:39:51 -04:00
Olivier Yiptong 7e7a36e038 replace dailyKeywordsSpout by keywordCountBolt in tests 2014-06-27 11:38:01 -04:00
Olivier Yiptong 0377feccf2 fix chinese tokenizer test 2014-06-27 11:37:22 -04:00
Olivier Yiptong bd26c0c9e0 keyword ranking page 2014-06-27 11:16:28 -04:00
Olivier Yiptong 0f5bdde5c1 additional filtering for keyword worker 2014-06-25 11:48:04 -04:00
Olivier Yiptong 29627b89f8 replace testUtils.isIdentical by assert.deepEqual 2014-06-20 13:58:46 -04:00
Olivier Yiptong cb8dacf348 use CU.reportError instead of printing to console in Utils.js 2014-06-20 13:44:37 -04:00
Olivier Yiptong 819c750106 throw an error when a non-head message i pushed into a stream 2014-06-20 13:36:35 -04:00
Olivier Yiptong ea73c7af68 dailyKeywords Spout as a new head spout 2014-06-20 13:36:09 -04:00
Olivier Yiptong bdb0576701 new worker message structure 2014-06-20 13:35:27 -04:00
Olivier Yiptong 5733562d56 remove unused splitter from keywordsWorker 2014-06-12 15:49:58 -04:00
Olivier Yiptong b0021ee3ef KeywordExtractor and keywordsWorker 2014-06-12 13:56:36 -04:00
Olivier Yiptong 6b19e08706 interest and keyword workers in WorkerFactory 2014-06-12 13:30:59 -04:00
Olivier Yiptong 1fab4fc189 rename tld to baseDomain in UrlClassifier and add publicSuffix 2014-06-12 13:30:39 -04:00
Olivier Yiptong f8b1f11233 add www[nil-9] and http schema to url stopwords 2014-06-12 13:29:54 -04:00
Olivier Yiptong 5c23419858 en-US tokenizer ignores empty strings 2014-06-12 13:29:12 -04:00
Olivier Yiptong 18f9d4eb32 move getPublicSuffix from HistoryReader to Utils 2014-06-12 13:28:43 -04:00
Olivier Yiptong 00181560a8 replace testUtils.isIdentical by assert.deepEqual in test-UrlClassifier 2014-06-12 11:56:03 -04:00
Olivier Yiptong 6da1a16ad9 rename tld to baseDomain in various places. it is in fact the base domain and not the TLD 2014-06-12 11:55:30 -04:00
Olivier Yiptong 205b822105 rename WorkerFactory getCurrentWorkers to getInterestWorkers 2014-06-11 17:22:37 -04:00
Olivier Yiptong 0d87d8dade delete edrules_extended_kw 2014-06-11 17:21:25 -04:00
Marina Samuel d834c5cc00 Fix chart data processing tests by using separate storage for tests. 2014-06-11 11:52:50 -04:00
Marina Samuel 91f7edb8d4 Remove old chart data processing code. 2014-06-10 16:19:01 -04:00
Marina Samuel 80b8289213 Integrate visualization nodes. 2014-06-10 16:19:01 -04:00
Olivier Yiptong 276034ed00 remove extra console logging 2014-06-10 11:09:44 -04:00
Olivier Yiptong 35751400ce update Application.js to show progress report 2014-06-09 15:48:43 -04:00
Olivier Yiptong f883ce2c2f test-Controller overhaul 2014-06-09 15:28:11 -04:00
Olivier Yiptong a0939c6787 test-Application.js uses testUtils.setupTestController 2014-06-09 13:50:50 -04:00
Olivier Yiptong 9075baafaa store jobs into and process them from a queue instead of creating a new async call on every stream.push 2014-06-09 13:50:20 -04:00
Olivier Yiptong e8f2318a7a test-MatchingWorkers has appropriate waiting, tidied up 2014-06-09 13:43:53 -04:00
Olivier Yiptong f53e6c7b87 test-HistoryReader has the appropriate waiting 2014-06-09 13:43:05 -04:00
Olivier Yiptong 1fee244da2 test-Dispatcher idle-daily test uses custom storageBackend 2014-06-09 13:41:28 -04:00
Olivier Yiptong 0c36067186 HistoryReader sends interest messages in batches to the stream 2014-06-09 13:40:39 -04:00
Olivier Yiptong f37d9c2f26 NYTUtils and NYTimesHistoryVisitor can now instanciated 2014-06-09 13:39:54 -04:00
Olivier Yiptong 341ab722f3 test-Ranking overhaul. main ranking test is now a unit test as opposed to integration test 2014-06-09 13:36:39 -04:00
Olivier Yiptong f1664a23a5 dailyInterestsSpout test overhaul 2014-06-09 13:35:06 -04:00
Olivier Yiptong 2053f5b95e helpers gains a method to setup a test controller 2014-06-09 13:34:36 -04:00
Olivier Yiptong 67c5bdb59e dailyInterestsSpout sets emitCallback output a bit later: when flushing 2014-06-09 13:33:50 -04:00
Olivier Yiptong e243816e3c dailyInterestsSpout takes an array of messages to diminish overheard 2014-06-09 13:33:14 -04:00
Olivier Yiptong 3855d4fe20 dayCountRankerBolt gets batch constructor and more robust key checking 2014-06-05 10:43:26 -04:00
Olivier Yiptong 1c344f10d0 convert existing objects and tests to use streams 2014-06-05 10:42:30 -04:00