<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rhizi/res, branch demo</title>
<subtitle>Connective intelligence</subtitle>
<id>https://git.yuv.al/rhizi/atom/res?h=demo</id>
<link rel='self' href='https://git.yuv.al/rhizi/atom/res?h=demo'/>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/'/>
<updated>2015-04-26T15:06:47Z</updated>
<entry>
<title>rz_config: acl__singup__email_domain</title>
<updated>2015-04-26T15:06:47Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2015-04-26T15:06:47Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=f7d9984a6c6497bb0af3d46f5a9f7f0fecdaa9c9'/>
<id>urn:sha1:f7d9984a6c6497bb0af3d46f5a9f7f0fecdaa9c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>UI text changes for search and merge</title>
<updated>2015-04-26T14:08:35Z</updated>
<author>
<name>garbash</name>
<email>dor.garbash@gmail.com</email>
</author>
<published>2015-04-26T14:08:32Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=7e375071ff687300c78ab1dd91a075e906b00674'/>
<id>urn:sha1:7e375071ff687300c78ab1dd91a075e906b00674</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docker/fedora-single: adding missing Dockerfile</title>
<updated>2015-04-26T09:52:29Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-04-26T09:52:29Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=c1fe4ae32e161e2b9395ccb3b71a35cdb5dbbf47'/>
<id>urn:sha1:c1fe4ae32e161e2b9395ccb3b71a35cdb5dbbf47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wip: neo4j multiplexing: config templates</title>
<updated>2015-04-25T20:53:23Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2015-04-25T20:45:58Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=73cd5fe97ea740b6f7ac67ccb2dbfbef0c69eb1b'/>
<id>urn:sha1:73cd5fe97ea740b6f7ac67ccb2dbfbef0c69eb1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docker changes: split neo4j and rhizi</title>
<updated>2015-04-25T18:05:19Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-04-25T18:01:07Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=a834ad073afc12fc5f329741026f2bf20b43a2da'/>
<id>urn:sha1:a834ad073afc12fc5f329741026f2bf20b43a2da</id>
<content type='text'>
changes:
- rhizi and neo4j use separate containers, linked via docker link
  mechanism (environment files and shared bridge)
- means debugging is faster using docker (still quicker by a little
  using run-local.sh / directly running python if no change to
  css/client)
- rhizi docker now doesn't run deploy, it uses a volume from the
  deployment, similar to production scenario. Image still has multiple
  tools needed only for development (git, strace, ant, etc)
</content>
</entry>
<entry>
<title>client: convert svg icons to png</title>
<updated>2015-04-25T18:05:19Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-04-25T17:57:45Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=d766ecbf7a64c09e324a239493523bbda7041659'/>
<id>urn:sha1:d766ecbf7a64c09e324a239493523bbda7041659</id>
<content type='text'>
while deploying a docker container both firefox and chrome refuse to
load same path svg (reporting 'image failed to load' but showing 200 on
the client, suggesting it is a behaviour implemnted after the HTTP
interaction is completed successfully), while they accept png. This is a
workaround. We already have other icons as png's, and we do not support
change in icon size, suggesting no down side to this right now. The svg
sources are left, and are actually still deployed (minor issue).
</content>
</entry>
<entry>
<title>default rhizi-server changes: no root_path, no SERVER_NAME</title>
<updated>2015-04-25T18:05:19Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-04-25T17:42:55Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=65d0dd5c57b1dcfa12c90dfebc6d5a157aad65b9'/>
<id>urn:sha1:65d0dd5c57b1dcfa12c90dfebc6d5a157aad65b9</id>
<content type='text'>
root_path will then default to the parent of the deployed rz_server.py,
which matches our current deployment strategy, allowing running of
rz_server.py from any current working directory (i.e. removing the need
to do an additional change dir prior).

SERVER_NAME is a layering violation wrt any frontend servers and/or
iptable rules taking effect between the client and the server. Removing
it allows the server not to care about the hostname and portname visible
to the client.
</content>
</entry>
<entry>
<title>client: drop rz_server_{host,port}, use document.location</title>
<updated>2015-04-25T18:05:19Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-04-25T13:57:10Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=aafae6f846f533cedc4eab1857aab97395a0be31'/>
<id>urn:sha1:aafae6f846f533cedc4eab1857aab97395a0be31</id>
<content type='text'>
Since the client can be hidden from the server via multiple layers, be
they load balancers, proxies or iptable rules, it is simpler to not have
the server aware of those layers and have to inform the client of them,
instead use information the client already has.
</content>
</entry>
<entry>
<title>docker: move Dockerfile to res/docker, leave scripts in src/local/docker</title>
<updated>2015-04-25T18:05:19Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-04-25T13:56:34Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=0a20324e01210b6654c5f4415efd53d44c2c5246'/>
<id>urn:sha1:0a20324e01210b6654c5f4415efd53d44c2c5246</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rhizi-server.conf.example: fix mta-port</title>
<updated>2015-04-21T21:47:02Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-04-21T21:47:02Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=56be3fc33c3b815f664c4a8d2affea8af7c1f327'/>
<id>urn:sha1:56be3fc33c3b815f664c4a8d2affea8af7c1f327</id>
<content type='text'>
</content>
</entry>
</feed>
