summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-26textanalysis: protect from temp nodes on finalize (all these patches - need ↵Alon Levy
to rewrite that and heavily test it)
2014-10-26textanalysis (#86): make star case avoid an empty string that was causing a ↵Alon Levy
chainlink temp node created from ''
2014-10-26s/const/var/ ES6 defines const, not there yetAlon Levy
2014-10-26Fixes #86Alon Levy
2014-10-26textanalysis: use constsAlon Levy
2014-10-26textanalysis: whitespace fix (same line touched by last patch)Alon Levy
2014-10-26remove extra spaces around 'and' nodesAlon Levy
2014-10-26tests: print link label in graphviz outputAlon Levy
2014-10-26Fixes #114Alon Levy
In * case sentence - Description contains quote marks for multiple worded sentence
2014-10-26textanalysis: factor out tokenizeAlon Levy
2014-10-26tests: forgot test2.js (used by test_require_js.js)Alon Levy
2014-10-26tests: forgot some more filesAlon Levy
2014-10-26oops, forgot tests/base.jsAlon Levy
2014-10-26Fixes #96 URL property in node isn't saved to JSONAlon Levy
2014-10-24textanalysis.ui: shift-tab now changes type back, tab forwardAlon Levy
2014-10-24fixes #106Alon Levy
broken by define addition (require.js)
2014-10-24robot: fix undefined variable from define additionAlon Levy
2014-10-21acknowledge duplicate links may be returned in responseLV-426
2014-10-21load_link_set_by_link_ptr_set: introducing a deserialize_param_set() stepLV-426
2014-10-21revert back to flush_db test setup - see ↵LV-426
https://github.com/Rhizi/rhizi-server/issues/1
2014-10-21enable neo4j JSON streaming by defaultLV-426
2014-10-21mv DB_Driver classes to their own fileLV-426
2014-10-21introducing the Link_Ptr concept - able to fuzzy point at a link by src_id, ↵LV-426
dst_id or both
2014-10-21test_analyzer: better testAlon Levy
need better graph accessors to give only the 'real' nodes & links - that will fix some of the tests, leaving the real wrong ones
2014-10-21fix test_analyzer after require.jsAlon Levy
2014-10-21rhizicore: remove unused variableAlon Levy
2014-10-21oops - removed d3 accidentallyAlon Levy
2014-10-20introduce require.js and rewrite testsAlon Levy
Yes, I'm being lazy. The purpose of require.js is to allow writing modules, i.e. individual smaller then the whole files with clear dependencies. This is achieved by using a new api provided by require.js: define, require, requirejs Read more at [requirejs] (http://requirejs.org) Tests have been rewritten to work correctly with require.js; they still use jsdom. Test output is now stored in the repository, all tests are run via run_tests.js; This is a hack - once a good harness (with assertions, suites - unittest like) presents itself it will be used. Hidden here is also using FileSaver for history saving, so history is saved to history.json instead to a random name. Plus dropping some dead code.
2014-10-20miscLV-426
2014-10-20Attr_Diff:LV-426
- add_node_attr_write() - add_node_attr_rm()
2014-10-20augment test_topo_diff_commit - extra node creationLV-426
2014-10-20augment test_attr_diff_commit - test attr_write, attr_rm separatelyLV-426
2014-10-20Neo4JExceptionLV-426
2014-10-20DBO_match_node_id_set query generationLV-426
2014-10-20query result processing:LV-426
- bubble up common processing - rename on_completion
2014-10-20DB_composed_op - optimize for empty n_add, l_add setsLV-426
2014-10-20miscLV-426
2014-10-20special handling of DB_composed_op executionLV-426
2014-10-20DBO_attr_diff_commit - augment query generationLV-426
2014-10-20fix missing ' ' in DBO_attr_diff_commit() queryLV-426
2014-10-19remove no longer used watchdog.jsAlon Levy
2014-10-19factor out util.jsAlon Levy
2014-10-19[wip] tests/test_analyzer #82Alon Levy
2014-10-19text_analyzer: drop unused verb variableAlon Levy
2014-10-19adding proper Save As (with non random filename); MIT licensedAlon Levy
Actually seems that the proper way to save nowadays is the [download] (https://html.spec.whatwg.org/multipage/semantics.html#attr-hyperlink-download) attribute of a 'a' element, but that's also supported by the added [FileSaver.js] (external/scripts/FileSaver.js)
2014-10-16DBO_attr_diff_commit on_completion response processing, ↵LV-426
test_attr_diff_commit() update
2014-10-16DB_row, update DBO_XXX iteration loops, test updatesLV-426
2014-10-15DBO_attr_diff_commit & test - todo: parse DB responseLV-426
2014-10-15Attribute_DiffLV-426
2014-10-15DBO_load_node_set_by_DB_id - simplify queryLV-426