| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
To successfully pass a flask test preventing usage of the same method
twice:
AssertionError: View function mapping is overwriting an existing endpoint function:
redirector
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1. seperate root_nodes/selected_nodes
2. move graph update to rz_core.js
Fixes #213
|
|
|
|
|
|
|
|
|
|
neo4j deals fine with length 1 or 2 labels.
Fixes #252
|
|
To distinguish id sets from Node/Link sets.
Closes #250
|
|
(still cannot change type of chained node during editing)
|
|
|
|
existing nodes through text analysis (regression, not sure if bad)
|
|
""right""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|