| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-05 | x.rhizi.net.conf: defining fragment.d | LV-426 | |
| 2015-05-05 | removing broken template override in apache | LV-426 | |
| 2015-05-05 | mv templates -> template.d | LV-426 | |
| 2015-05-05 | build.ant: fix version.txt gen call time, remove unnecessary fragments/ dir | LV-426 | |
| 2015-05-05 | deb-pkg, build.ant: introducing 'single' and 'mux' debian package variants | LV-426 | |
| Currently both share the same control script, generating a 'rhizi' named package | |||
| 2015-05-05 | Hover, Selected and Related classes have consistent color-code | garbash | |
| 2015-05-05 | Modify default domain_types.js | garbash | |
| 2015-05-05 | css: selected link/node: yellow outline always, larger for first selected node | Alon Levy | |
| 2015-05-04 | client: single delete button. fixes #523 | Alon Levy | |
| 2015-05-04 | Fixes for ohalo.rhizi.net domain | garbash | |
| 2015-05-04 | Added Ohalo schema+fragment | garbash | |
| 2015-05-04 | res/templates/pw_reset: fix for js move | Alon Levy | |
| 2015-05-04 | res/templates/index: make description and URL come from domain_types as ↵ | Alon Levy | |
| well. Left just Type | |||
| 2015-05-04 | res/templates/index: remove name, let it be created per attribute_title in ↵ | Alon Levy | |
| domain_types | |||
| 2015-05-03 | Adding TAMI specific conf | garbash | |
| 2015-05-03 | client: new doc: add error message. fixes #534 | Alon Levy | |
| 2015-05-03 | rhizi-server.conf.example: correct to run with default run-local.sh | Alon Levy | |
| 2015-05-03 | res/rz-mux/apache-conf-template.d/x.rhizi.net.conf: why u no docker? ↵ | Alon Levy | |
| spelling mistake | |||
| 2015-05-01 | rz_config: neo4j_schema_version | LV-426 | |
| 2015-05-01 | deprecating reset-db__clean.cypher, rm reset-db__single_link | LV-426 | |
| 2015-05-01 | rz-mux-tool: rzi-overrides > rzi-override.d | LV-426 | |
| 2015-05-01 | rz-mux-tool: x.rhizi.net.conf: reorder proxy directives | LV-426 | |
| 2015-05-01 | rz-mux-tool: rename domain_name -> domain_fqdn | LV-426 | |
| 2015-05-01 | rz-mux-tool: fix 'provides' init script field | LV-426 | |
| 2015-05-01 | rz-mux-tool: generate cron bkp scripts | LV-426 | |
| 2015-05-01 | rz-mux: apache x.rhizi.net.conf: serve override js, fragments | LV-426 | |
| 2015-05-01 | rz-mux: x.rhizi.net.conf: use 'Define' statements | LV-426 | |
| 2015-04-30 | rz-mux-tool: use /var/log/rhizi for rhizi server logging | LV-426 | |
| 2015-04-30 | deb-pkg: fix /var/log/rhizi ownership | LV-426 | |
| 2015-04-29 | revive static/js move | LV-426 | |
| 2015-04-29 | deb-pkg: enable required apache modules | LV-426 | |
| 2015-04-29 | deb-pkg: paths | LV-426 | |
| 2015-04-29 | rz-mux-tool: fix paths in neo4j init script template | LV-426 | |
| 2015-04-29 | rz-mux-tool: rhizi-server config template | LV-426 | |
| 2015-04-29 | rz-mux-tool: rhizi.init script template - [!] sibling present also under res/etc | LV-426 | |
| 2015-04-29 | rz-mux-tool: apache site template | LV-426 | |
| 2015-04-29 | wip: widen tool scope: neo4j-mux -> rz-mux | LV-426 | |
| 2015-04-29 | res/etc/rhizi-server.conf.example: comment out illegal (for now) keys | Alon Levy | |
| 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 | applying /static/js qualifier to JS resources, align with all other resource ↵ | LV-426 | |
| types | |||
| 2015-04-27 | server: allow disabling signup (default to enabled) | Alon Levy | |
| 2015-04-26 | rz_config: acl__singup__email_domain | 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 | 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 | 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 | |
