| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
symlink)
|
|
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.
|
|
|
|
|
|
|
|
19e8301)
|
|
|
|
from
https://docs.python.org/2/library/re.html?highlight=regular%20expressions#contents-of-module-re
re.U
re.UNICODE
Make \w, \W, \b, \B, \d, \D, \s and \S dependent on the Unicode
character properties database.
New in version 2.0.
|
|
|
|
|
|
in background, rhizi in foreground)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
res/neo4j/rset-db__clean.cypher'
|
|
|
|
|
|
|
|
|
|
Also: See issues #508 + #509
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|