summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-15update db_controller testsLV-426
2014-10-15miscLV-426
2014-10-15topo_diff_commit, attr_diff_commit API stubsLV-426
2014-10-15gen_query_create_from_link_map - revert support for parameterized link ↵LV-426
create statements
2014-10-15meta_attr_list_to_meta_attr_map - used for '__type' injected meta attributesLV-426
2014-10-15update gen_clause_attr_filter_from_filter_attr_map()LV-426
2014-10-15DBO_topo_diff_commit & testLV-426
2014-10-15DB_composed_opLV-426
2014-10-15model.graph packageLV-426
2014-10-13drop empty myGraph.updateGraph functionAlon Levy
2014-10-13Fixes #95 no double text in central node of star graphPrototypeAlon Levy
2014-10-13Merge pull request #94 from Rhizi/#91alon
#91 Fixed
2014-10-13#91 FixedAnmol Agrawal
It’s fixed except when nodes have “….” in it. That’s issue #79 which I still haven’t figured out.
2014-10-12Fixes #85 - compare using lower caseAlon Levy
The whole lower case thing is a hack. We should separete id and name. But right now it seems to be holding.
2014-10-12myGraph.compareSubset: add verbose loggingAlon Levy
2014-10-12textanalysis: allow more than one letter changes between calls to ↵Alon Levy
textanalysis, firefox sometimes lags
2014-10-12Fixes #89Alon Levy
2014-10-12Fixes #83: don't register keypress multiple timesAlon Levy
2014-10-12jquery: use uncompressed, upgrade 1.11.0->1.11.1Alon Levy
2014-10-12Fixes #88: Property window doesn’t show up when a node is deleted.Anmol Agrawal
2014-10-12#63 don't move on node clickAlon Levy
2014-10-12#63 don't start force simulation when no topological change doneAlon Levy
2014-10-12miscLV-426
2014-10-12cleanup load_node_set_XXX testsLV-426
2014-10-12DBO_load_link_id_set & testLV-426
2014-10-12DB_op - result_set, error_setLV-426
2014-10-12DBO_add_node_set - sync with code changesLV-426
2014-10-12switch to non-altering DB tests using random idsLV-426
2014-10-12DBO_load_link_set_by_src_or_dst_id_attributes & testLV-426
2014-10-12neo4j_test_util - rand_id(), flush_db()LV-426
2014-10-12parse_single_query_response_data - use __iter__LV-426
2014-10-12n=node:IndexName(Key={value})LV-426
DBO_add_link_set operation & test: - use DB_op.__iter__ to compile on_completion() return value - return id(link) values until we come up with a better link id scheme
2014-10-12return DB_result_set when iterating over DB_op resultsLV-426
2014-10-12support result_set iteration post DB_op executionLV-426
2014-10-12test_partial_query_set_execution_successLV-426
2014-10-12change DB_Controller op execution logic - allow query-sets to partially succeedLV-426
2014-10-12allow query sets to partially succeedLV-426
2014-10-12textanalysis: fix logic of allowed renamesAlon Levy
2014-10-12rhizhicore: fix use of mixed case in changed_nodesAlon Levy
2014-10-09rhizicore: fix some indentation in editNameAlon Levy
Not required right now, triggered by reverted patch.
2014-10-09Revert "Allow chainlink when no last node is there"Alon Levy
This reverts commit e58e0c0b520d4abb971d3917712340330e5d85ff. It actually destroyed quite a lot of things, specifically even a simple sentence ended up being a chainlink. I need to rethink the 'abnormalGraph' predicate.
2014-10-09test_analyzer: correct command line argumentsAlon Levy
2014-10-09Allow chainlink when no last node is thereAlon Levy
Fixes #86 Well, almost - the center node contains the 'a and b and c' (with extra spaces too). node test_analyzer.js '#a and #b and #c are cool' digraph { BUBBLE; a; b; c; "new node"; "a and b and c are cool"; a -> "a and b and c are cool"; b -> "a and b and c are cool"; c -> "a and b and c are cool"; }
2014-10-08add tests_analyzerAlon Levy
node test_analyzer.js '#a and #b and #c are cool' | dot -Tpng > /tmp/temp.png; xdg-open /tmp/temp.png Todo: use stdin, then it will be a total pipe Todo: make this a rhizi debug feature that displays the image in the browser?
2014-10-08textanalysis: use and instead of nested ifs (refactor)Alon Levy
2014-10-08Fixes #85Alon Levy
This is more of #49 basically, just for a more complex sentence. I've kept the flow that we have, but augmented the graph change check (myGraph.compareSubset) and introduced some helper functions for sets on the way.
2014-10-08textanalysis: for a chainlink edit trim the complete sentenceAlon Levy
2014-10-08gen_query_create_from_node_map: reuse single query with a multiple parameter ↵LV-426
sets
2014-10-07Cypher_String_Formatter - see class docLV-426
2014-10-07DB_op statement __iter__LV-426