| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
other resource types"
This reverts commit 9a953896338fb19bc4c88280cfdcc1d7391743e7.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
types
|
|
|
|
|
|
|
|
|
|
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)
|
|
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).
|