| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also: See issues #508 + #509
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/usr/bin/python
|
|
|
|
import details
|
|
First type is default, and order is for shift-up/down selection, filter
menu and type drop down in properties menu (so, basically everywhere).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
declarative json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #148
Usage:
./src/local/rz_cli_tool.py --config-dir res/etc --user-db-path res/user_db.db --email alon@rhizi.local --role-add admin
./src/local/rz_cli_tool.py --config-dir res/etc --user-db-path res/user_db.db --email alon@rhizi.local --role-rm admin
|
|
|
|
|
|
|