IDR / idr-gallery

https://pypi.org/project/idr-gallery/
GNU Affero General Public License v3.0
1 stars 1 forks source link

remove twitter #36

Closed jburel closed 1 year ago

jburel commented 1 year ago

test

pwalczysko commented 1 year ago

Testing:

ssh -A idr-testing.openmicroscopy.org
...
[pwalczysko@test114-proxy ~]$ for server in omeroreadwrite omeroreadonly-1 omeroreadonly-2 omeroreadonly-3 omeroreadonly-4; do ssh $server "sudo /opt/omero/web/venv3/bin/pip uninstall -y idr-gallery && sudo /opt/omero/web/venv3/bin/pip install git+https://github.com/IDR/idr-gallery.git@refs/pull/36/head && sudo service omero-web restart"; done

Note: the deployment bash script above finishes successfully, but because of the load balancing of the VMs on idr-testing, the idr-testing.op...py.org is not visible on all machines at all times (random allocation of the VMs). Nevertheless, it IS visible from my old Mac :)

From there, see the screenshot below

Screenshot 2023-07-26 at 14 48 54

The PR LGTM after the prettier fixes have been done.

cc @sbesson

pwalczysko commented 1 year ago

The prettier problems were not introduced in this PR. The danger of introducing new bugs when trying to fix prettier is higher than going with un-pretty code.

jburel commented 1 year ago

disable prettier so it does not interfere with @will-moore's work