| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixing previous accidental commit of comment out.
broke my fedora python-gevent-socketio-0.3.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Broken because of changed server return struct, now uses link_rm
dictionary (i.e. topo diff).
|
|
Broken during recent overzealous precondition addition
|
|
Doesn't fix node color, that is fixed in next commit
|
|
|
|
Still have separate paths for and links in parsing and to server. But a
one liner..
|
|
Also fixes name when none set (i.e. development mode).
|
|
|
|
|
|
client currently doesn't use this but assumes success
|
|
|
|
pretty large commit, but it mainly boils to
- reusing the same format clone returns to the client for topo_diff
bad bad code introduced mainly in client side, but server wasn't spared:
- graph/commit_topo__diff massages the links too much - this should not
be there at all, it should be in the correct format to begin with.
server code duplication between clone & topo_diff post processing,
should be factored out
on the good side: single transaction whenever user presses enter, and
the correct place to send back any accumulated diffs (other user
changes).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if at all, not a confirm dialog)
|
|
|
|
|
|
|