<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rhizi/src/client/model, branch graph-view-commit-log</title>
<subtitle>Connective intelligence</subtitle>
<id>https://git.yuv.al/rhizi/atom/src/client/model?h=graph-view-commit-log</id>
<link rel='self' href='https://git.yuv.al/rhizi/atom/src/client/model?h=graph-view-commit-log'/>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/'/>
<updated>2015-01-20T12:12:48Z</updated>
<entry>
<title>graph.js: fix node position based on type (head|commit) + ugly window.commit_idx hack</title>
<updated>2015-01-20T12:12:48Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2015-01-20T12:12:48Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=2359f31cce1e71389e18b6e8f28b5e5ccbb7bfbe'/>
<id>urn:sha1:2359f31cce1e71389e18b6e8f28b5e5ccbb7bfbe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client: Attr_Diff: add toString for debugging</title>
<updated>2015-01-20T09:46:20Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-01-19T19:10:08Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=656f301a22f5e14053e5d400578bc8a8ee8b95a8'/>
<id>urn:sha1:656f301a22f5e14053e5d400578bc8a8ee8b95a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client/graph: find_node_* returns null on unfound, not undefined. Fixes #275</title>
<updated>2015-01-13T16:46:32Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-01-13T16:42:57Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=e6efd9911ac26c35d669d03959e1cf784046ee98'/>
<id>urn:sha1:e6efd9911ac26c35d669d03959e1cf784046ee98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "client: fix link name regression on clone (Fixes #264)"</title>
<updated>2015-01-13T12:41:00Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-01-13T12:41:00Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=859d73a1abb27890d70f6400ea79604a020ddd14'/>
<id>urn:sha1:859d73a1abb27890d70f6400ea79604a020ddd14</id>
<content type='text'>
This reverts commit f17c7d27b510c033aa2861598e49a90c56aa9a13.
</content>
</entry>
<entry>
<title>client/graph: find_node__by_id now returns Node/null</title>
<updated>2015-01-13T11:00:18Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-01-13T11:00:10Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=458364a2a4bff2b2c213ff164ee6383302039bb6'/>
<id>urn:sha1:458364a2a4bff2b2c213ff164ee6383302039bb6</id>
<content type='text'>
not undefined (undefined not appropriate for this case.
</content>
</entry>
<entry>
<title>client/graph: allow updating property of a backend backed node</title>
<updated>2015-01-13T10:28:57Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-01-13T10:19:43Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=f99aad64bdc69f82bcdcfefedf3a172c6bb23743'/>
<id>urn:sha1:f99aad64bdc69f82bcdcfefedf3a172c6bb23743</id>
<content type='text'>
This is a hack, here is the code comment:

 FIXME: should not do a server roundtrip, should keep this data local
 and part of the temporary graph, and send it on user enter in a single commit.
 The current implementation is just a quick way to get sorta the same outcome.
 it misses atomicity (since we create a commit for every tab click on an existing node),
 and responsiveness (since there is a roundtrip to the server and it isn't client side)
</content>
</entry>
<entry>
<title>client/graph: find_node__* default to recursion but optional</title>
<updated>2015-01-13T10:28:57Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-01-13T10:19:07Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=c7d9b0ff4b0a558e70cd56419c53975e15d71ec2'/>
<id>urn:sha1:c7d9b0ff4b0a558e70cd56419c53975e15d71ec2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client/model/grah: bug fix in update_node</title>
<updated>2015-01-13T10:28:57Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-01-13T10:17:43Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=25162c7b9e483f7a11738b70144a3db34694bb13'/>
<id>urn:sha1:25162c7b9e483f7a11738b70144a3db34694bb13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client/graph: editType: drop state</title>
<updated>2015-01-13T09:35:21Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-01-13T09:35:21Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=0bf945e1f6796a0af53149682e225540ad64a3f2'/>
<id>urn:sha1:0bf945e1f6796a0af53149682e225540ad64a3f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client: fix link name regression on clone (Fixes #264)</title>
<updated>2015-01-13T09:10:11Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-01-13T09:10:11Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=f17c7d27b510c033aa2861598e49a90c56aa9a13'/>
<id>urn:sha1:f17c7d27b510c033aa2861598e49a90c56aa9a13</id>
<content type='text'>
</content>
</entry>
</feed>
