| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-29 | res/etc/rhizi-server.conf.example: comment out illegal (for now) keys | Alon Levy | |
| 2015-04-29 | README.md: document rz-backup dependency on click | Alon Levy | |
| 2015-04-28 | server-tools/rz-backup: learn to talk to docker | Alon Levy | |
| 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 | |||
| 2015-04-28 | (temp) Revert "applying /static/js qualifier to JS resources, align with all ↵ | Alon Levy | |
| other resource types" This reverts commit 9a953896338fb19bc4c88280cfdcc1d7391743e7. | |||
| 2015-04-28 | run-local.sh: return cd deploy-local, useful for relative user_db.db | Alon Levy | |
| 2015-04-28 | server/rz_server: add missing config default values | Alon Levy | |
| 2015-04-28 | server/neo4j_cypher: avoid recursion | Alon Levy | |
| 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. | |||
| 2015-04-28 | server/neo4j_cypher: fix typo | Alon Levy | |
| 2015-04-28 | rz_config: generate_default) | LV-426 | |
| 2015-04-28 | rz_server: raise exception on unrecognized config keys | LV-426 | |
| 2015-04-28 | rz_server: avoid casting to 'None' | LV-426 | |
| 2015-04-28 | build.ant: pkg-deb: avoid .scss file inclusion in binary package | LV-426 | |
| 2015-04-28 | applying /static/js qualifier to JS resources, align with all other resource ↵ | LV-426 | |
| types | |||
| 2015-04-28 | modified Default rhizi schema to make more sense | garbash | |
| 2015-04-27 | server/rz_user: fix double slashes due to request.url_root ending with a slash | Alon Levy | |
| 2015-04-27 | server/rz_user_db: write to disk on every change | Alon Levy | |
| 2015-04-27 | server: allow disabling signup (default to enabled) | Alon Levy | |
| 2015-04-27 | server/rz_user: use request.url_root instead of rz_config.SERVER_NAME; fixes ↵ | Alon Levy | |
| schema FIXMEs | |||
| 2015-04-27 | server/rz_user: reduce arbitrary 3 char limit to 1 | Alon Levy | |
| For first name, last name, and username. | |||
| 2015-04-26 | rz_user: signup: validate email against ACL:email_domaindemo0.0.1-20150427-014900 | LV-426 | |
| 2015-04-26 | rz_config: acl__singup__email_domain | LV-426 | |
| 2015-04-26 | neo4j-mux: misc file renaming, doc | LV-426 | |
| 2015-04-26 | UI text changes for search and merge | garbash | |
| 2015-04-26 | docker/fedora-single: adding missing Dockerfile | Alon Levy | |
| 2015-04-25 | wip: neo4j multiplexing: config templates | LV-426 | |
| 2015-04-25 | wip: neo4j multiplexing: installer | LV-426 | |
| 2015-04-25 | wip: neo4j multiplexing: conf generator | LV-426 | |
| 2015-04-25 | docker/docker-run.sh: split long line | Alon Levy | |
| 2015-04-25 | docker: add back single rhizi+neo4j image/container | Alon Levy | |
| 2015-04-25 | run-local.sh: remove no longer necessary cd | Alon Levy | |
| 2015-04-25 | docker changes: split neo4j and rhizi | Alon Levy | |
| 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) | |||
| 2015-04-25 | client: convert svg icons to png | Alon Levy | |
| 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). | |||
| 2015-04-25 | default rhizi-server changes: no root_path, no SERVER_NAME | Alon Levy | |
| 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. | |||
| 2015-04-25 | server/rz_server: default root_path to parent of rz_server directory | Alon Levy | |
| 2015-04-25 | server/rz_server: fix typo | Alon Levy | |
| 2015-04-25 | build.ant: allow deploy-local without symlink of bin (default remains with ↵ | Alon Levy | |
| symlink) | |||
| 2015-04-25 | client: drop rz_server_{host,port}, use document.location | Alon Levy | |
| 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. | |||
| 2015-04-25 | docker: move Dockerfile to res/docker, leave scripts in src/local/docker | Alon Levy | |
| 2015-04-25 | test_neo4j_cypher: misc | LV-426 | |
| 2015-04-25 | test_neo4j_cypher: add unicode statement tests | LV-426 | |
| 2015-04-25 | neo4j_cypher_parser: pass unicode regex flag only on variable input (refines ↵ | LV-426 | |
| 19e8301) | |||
| 2015-04-25 | rename: bootstrap-dev-env.sh | LV-426 | |
| 2015-04-23 | server: support unicode in link names | Alon Levy | |
| 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. | |||
| 2015-04-23 | rz_server: allow unicode strings in exceptions | Alon Levy | |
| 2015-04-23 | docker-run: fix for new path | Alon Levy | |
| 2015-04-23 | run-both-local.sh: add script to run neo4j and rhizi server (neo4j launched ↵ | Alon Levy | |
| in background, rhizi in foreground) | |||
| 2015-04-22 | moving docker files under src/local/ | LV-426 | |
| 2015-04-22 | bootstrap-work-env.sh: initial dev env setup | LV-426 | |
| 2015-04-22 | rz_mesh: rm deprecated reader list processing - ctx: ca343051 | LV-426 | |
| 2015-04-22 | docker: initial commit | Alon Levy | |
