| Age | Commit message (Collapse) | Author |
|
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.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also: See issues #508 + #509
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
show up longer on taller screens
|
|
|
|
|
|
|
|
|
|
|
|
|
|
selected nodes - nodes the user selected directly, via search or click.
related - nodes that we choose to show the user as a result of the
selection made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 792ec339802271c79923016104e06ba10e8a64f8.
Dropping a non existant constraint is an error. The correct approach is
to list all constraings and then delete those, which requires scripting.
|
|
|
|
|
|
side effect: no more click to deselect before select (easier to implement).
resolve #430
|
|
|