| Age | Commit message (Collapse) | Author |
|
|
|
webapp/static/rzi-overrides/templates override dirs
|
|
|
|
remove cookie
|
|
|
|
path not found handling remains out.
partial revert of ffa1c93665685c61d929e87693dd72f80e09d15d
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example:
python src/local/server-tools/rz_backup.py --root backup-test --docker 4b69d3661966 --neo4j-shell /home/neo4j-community-2.2.1/bin/neo4j-shell
|
|
|
|
Could not reproduce locally but this was reported to fix a recursion
happening easily by creating a document and cloning it.
This avoids any recursion by punting to the enum equallity operator
directly and once, mapping the other parameter optionally.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
schema FIXMEs
|
|
For first name, last name, and username.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|
|
|
|
|
|
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.
|
|
|