Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial support for Event #34

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

chris-allan
Copy link
Member

.

@chris-allan chris-allan added this to the 0.5.0 milestone Nov 27, 2016
@chris-allan chris-allan added the enhancement New feature or request label Nov 27, 2016
@jburel jburel modified the milestones: 0.5.0, 0.6.0 Mar 12, 2017
@jburel jburel removed this from the 0.6.0 milestone Dec 12, 2018
@snoopycrimecop
Copy link
Member

Conflicting PR. Removed from build OMERO-python-superbuild-push#3. See the console output for more details.
Possible conflicts:

--conflicts

@snoopycrimecop
Copy link
Member

snoopycrimecop commented Aug 23, 2019

Conflicting PR. Removed from build OMERO-python-superbuild-push#4. See the console output for more details.
Possible conflicts:

--conflicts Conflict resolved in build OMERO-python-superbuild-push#216. See the console output for more details.

@will-moore
Copy link
Member

https://py3-ci.openmicroscopy.org/web/api/v0/m/projects/ is currently giving:

\"/home/omero/workspace/OMERO-web/omero-virtualenv/lib/python3.6/site-packages/omero_marshal/encode/encoders/project.py\", line 22, in encode
    v = super(Project201501Encoder, self).encode(obj)
  File \"/home/omero/workspace/OMERO-web/omero-virtualenv/lib/python3.6/site-packages/omero_marshal/encode/encoders/annotation.py\", line 67, in encode
    v = super(Annotatable201501Encoder, self).encode(obj)
  File \"/home/omero/workspace/OMERO-web/omero-virtualenv/lib/python3.6/site-packages/omero_marshal/encode/__init__.py\", line 53, in encode
    v['omero:details'] = encoder.encode(obj.details)
  File \"/home/omero/workspace/OMERO-web/omero-virtualenv/lib/python3.6/site-packages/omero_marshal/encode/encoders/details.py\", line 36, in encode
    v['creationEvent'] = encoder.encode(obj.creationEvent)
  File \"/home/omero/workspace/OMERO-web/omero-virtualenv/lib/python3.6/site-packages/omero_marshal/encode/encoders/event.py\", line 32, in encode
    v['type'] = encoder.encode(obj.type)
  File \"/home/omero/workspace/OMERO-web/omero-virtualenv/lib/python3.6/site-packages/omero_marshal/encode/encoders/enum.py\", line 22, in encode
    self.set_if_not_none(v, 'value', obj.value)
  File \"/home/omero/workspace/OMERO-web/OMERO.web/lib/python/omero_model_EventTypeI.py\", line 175, in __getattr__
    raise AttributeError(\"'%s' object has no attribute '%s' or '%s'\" % (self.__class__.__name__, getter, questn))
AttributeError: 'EventTypeI' object has no attribute 'getValue' or 'isValue'

@will-moore
Copy link
Member

Until yesterday, this PR was excluded due to conflicts with #29.
But now that PR is excluded, this one is merged and causing errors, E.g. failure of https://py3-ci.openmicroscopy.org/jenkins/job/OMERO-training/110/ (JSON api).

Need to exclude this PR too:

--exclude

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants