<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rhizi/tests, branch wip/bilinks</title>
<subtitle>Connective intelligence</subtitle>
<id>https://git.yuv.al/rhizi/atom/tests?h=wip%2Fbilinks</id>
<link rel='self' href='https://git.yuv.al/rhizi/atom/tests?h=wip%2Fbilinks'/>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/'/>
<updated>2014-12-03T09:21:34Z</updated>
<entry>
<title>Fix jsons: source-&gt;__src, target-&gt;__dst</title>
<updated>2014-12-03T09:21:34Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-12-03T09:13:51Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=bf70b852a99b5156f8703269724335f8e5ad3e3e'/>
<id>urn:sha1:bf70b852a99b5156f8703269724335f8e5ad3e3e</id>
<content type='text'>
for json in tools/cri.json tools/sage.json tools/deliverables.json heroes.json tests/wizmann.json; do sed -i -e 's/\&lt;source\&gt;/__src/g' -e 's/\&lt;target\&gt;/__dst/g' $json; done
</content>
</entry>
<entry>
<title>wide source/target -&gt; __src,__dst rename, align with DB model</title>
<updated>2014-11-19T21:24:28Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2014-11-19T13:31:49Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=ce1566f9fff4a2a85ff077da9912f5cbfaae9936'/>
<id>urn:sha1:ce1566f9fff4a2a85ff077da9912f5cbfaae9936</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding helper server - launch with python tests/util/RhiziHTTPServer.py</title>
<updated>2014-11-16T11:13:15Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-11-16T11:12:15Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=b7b260edc37451fad7eb94a806cab23d2d22003a'/>
<id>urn:sha1:b7b260edc37451fad7eb94a806cab23d2d22003a</id>
<content type='text'>
SimpleHTTPServer does a wrong 301 for query parameters, i.e.:

http://bla:foo/?hello=1

301 =&gt;

http://bla:foo/?hello=1/

which kills our query parameter parsing. Instead of making the client
handle non compliant servers I rather fix the test server to not 301.
Real servers (need to check) don't do this I hope.
</content>
</entry>
<entry>
<title>rename scripts/ -&gt; src/</title>
<updated>2014-11-13T15:41:57Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2014-11-13T15:41:57Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=76d1de512a58f023ae348ae8500100490fba9915'/>
<id>urn:sha1:76d1de512a58f023ae348ae8500100490fba9915</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename rhizicore -&gt; rz_core, move towards common rz_ prefix</title>
<updated>2014-11-10T14:09:54Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2014-11-10T14:09:54Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=ba6e95f3d76b84571ef2cf016b26fc98b2d75c43'/>
<id>urn:sha1:ba6e95f3d76b84571ef2cf016b26fc98b2d75c43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add helper script to commit run_tests output</title>
<updated>2014-11-03T13:56:56Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-11-03T13:56:56Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=40c8c5947d6ee0270181772ee65f226cf6451d2b'/>
<id>urn:sha1:40c8c5947d6ee0270181772ee65f226cf6451d2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update run_tests.js output</title>
<updated>2014-11-03T13:56:42Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-11-03T13:56:42Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=81c326dd61adb05282ab2225bccbd6f315d7b050'/>
<id>urn:sha1:81c326dd61adb05282ab2225bccbd6f315d7b050</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update test output, mark issue 86 test as such</title>
<updated>2014-10-27T13:47:57Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-27T13:47:57Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=d7d34eb2bece8a39fecc3354de0f7d0a6e8827c6'/>
<id>urn:sha1:d7d34eb2bece8a39fecc3354de0f7d0a6e8827c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes #116 - no star graph for a single node</title>
<updated>2014-10-27T13:47:39Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-27T13:47:39Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=7c974d834b7c6f0e3a0cf1f3d06b97ffc436ec36'/>
<id>urn:sha1:7c974d834b7c6f0e3a0cf1f3d06b97ffc436ec36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: print link label in graphviz output</title>
<updated>2014-10-26T13:34:56Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-26T13:34:56Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=3298ff6d6e1f7e6ac9131dc76c74ee3b3582b8ef'/>
<id>urn:sha1:3298ff6d6e1f7e6ac9131dc76c74ee3b3582b8ef</id>
<content type='text'>
</content>
</entry>
</feed>
