summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-11test_db_controller.py: test orderingLV-426
2015-01-11test_diff_commit__topo(): adapt to node_set_rm -> node_id_set_rm, same for linksLV-426
2015-01-11update test_db_op_statement_iteration(), correct location in fileLV-426
2015-01-11sort importsLV-426
2015-01-11wip - login styling2garbash
2015-01-11server/rz_server: reorder imports, system firstAlon Levy
2015-01-11server: document and test for simplejsonAlon Levy
flask uses itsdangerous which uses simplejson The default json converts namedtuples to arrays stripping the names. simplejson converts them to a dictionary, a behavior we rely on.
2015-01-11server: add index.html->index redirect, Fixes #218Alon Levy
2015-01-11run-local.sh: run make to refresh css filesAlon Levy
2015-01-11server: give each redirect_entry function a different func_nameAlon Levy
To successfully pass a flask test preventing usage of the same method twice: AssertionError: View function mapping is overwriting an existing endpoint function: redirector
2015-01-11WIP - Styling of login pagegarbash
2015-01-11client/graph_view: root links in link_group regardless of selection, Fixes #207Alon Levy
2015-01-11client/view/graph_view: add missing semicolonAlon Levy
2015-01-11client/graph_view: disable reordering of links for now; Fixes #213Alon Levy
2015-01-11client/graph_view: set linktext class on update_viewAlon Levy
2015-01-11client/selection: add link_selected, use it for linktextAlon Levy
2015-01-11client/graph_view: remove unused parameter in showNodeInfoAlon Levy
2015-01-11client/selection: make explicit dependency on main_graph and not rz_coreAlon Levy
2015-01-11client: cleanup selectionAlon Levy
1. seperate root_nodes/selected_nodes 2. move graph update to rz_core.js Fixes #213
2015-01-11Update make for sass compilinggarbash
2015-01-11ignore deploy-local filesgarbash
2015-01-11added background image to login screengarbash
2015-01-11fix Makefile for directory renamegarbash
2015-01-11server: don't limit link length arbitrarilyAlon Levy
neo4j deals fine with length 1 or 2 labels. Fixes #252
2015-01-11server/Topo_Diff: use link_id_set_rm and node_id_set_rmAlon Levy
To distinguish id sets from Node/Link sets. Closes #250
2015-01-11client/textanalysis: fix node type change on tab to use cursor correctly ↵Alon Levy
(still cannot change type of chained node during editing)
2015-01-11client/textanalysis: move tokenize into moduleAlon Levy
2015-01-07client/textanalysis: fix Tab setting on new nodes. Cannot change types of ↵Alon Levy
existing nodes through text analysis (regression, not sure if bad)
2015-01-06client: fix tab switching; move to new tokenize implementation (not strictly ↵Alon Levy
""right""
2015-01-06client/model/graph: nodes before linksAlon Levy
2015-01-06client/model/graph: silence debug printAlon Levy
2015-01-06client/textanalysis: whitespace in headerAlon Levy
2015-01-06client/textanalysis: use new_tokenizeAlon Levy
2015-01-06client: wip: get tab working againAlon Levy
2015-01-06client/analyzeSentence: use specAlon Levy
2015-01-06textanalysis: new_tokenise: return node start/endAlon Levy
2015-01-06server: hack my way to a working __type/__label_set, please fix at willAlon Levy
2015-01-06client: adapt to new node_id_set_add and link_id_set_add, renames all aroundAlon Levy
2015-01-06server: fix Topo_Diff_Result usageAlon Levy
The reason json failed was that we were using a class instead of an instance, i.e. clazz = namedtuple('bla', ['field1', 'field2']) instance = clazz(field1='foo', field2='bar')
2015-01-06wip: websocket: implement on_diff_commit__topo(), on_diff_commit__attr()LV-426
2015-01-06init websocket-envLV-426
2015-01-06rz_kernel: mv db_ctl reference to kernelLV-426
2015-01-06adapt to link meta-attribute '__type' useLV-426
2015-01-06test_diff_commit__topo(): adapt to namedtuple return typeLV-426
2015-01-06DBO_diff_commit__topo: settle on namedtuple as return typeLV-426
2015-01-06test_add_node/link_set: map by label/type via meta_attr_list_to_meta_attr_map()LV-426
2015-01-06test_diff_commit__attr(): updateLV-426
2015-01-06test_diff_commit__topo: update()LV-426
2015-01-06test_add_link_set(): updateLV-426
2015-01-06test_add_node_set(): updateLV-426