ome / omero-scripts

Core OMERO Scripts
https://pypi.org/project/omero-scripts/
12 stars 32 forks source link

IDR: Remove all scripts #129

Closed joshmoore closed 7 years ago

joshmoore commented 7 years ago

This brings the metadata branch first up to date with the current state of the scripts repo for 5.2 and then removes all scripts so that they don't have to be disabled for every IDR deployment.

joshmoore commented 7 years ago

Travis failure is Py26 flake issue:

    self._parameters = utils.parameters_for(self)
  File "/home/travis/virtualenv/python2.6.9/lib/python2.6/site-packages/flake8/utils.py", line 297, in parameters_for
    parameters = collections.OrderedDict([
AttributeError: 'module' object has no attribute 'OrderedDict'
joshmoore commented 7 years ago

I'm going to merge this for idr 0.3.4. If it turns out this is too confusing or problematic, I'll likely force-push it away.

joshmoore commented 6 years ago

Note: I will set metadata54 to point at this commit as well.

cc: @jburel

jburel commented 6 years ago

Long term we should look into a client option "disable script" so it is easier to configure

joshmoore commented 6 years ago

Minimally as part of the public-user system, definitely.