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

Forward HTTP(S) PROXY env vars to subprocesses #395

Open
TorecLuik opened this issue Feb 12, 2024 · 2 comments
Open

Forward HTTP(S) PROXY env vars to subprocesses #395

TorecLuik opened this issue Feb 12, 2024 · 2 comments

Comments

@TorecLuik
Copy link

Hey OME,

I found that the HTTP(S) PROXY env vars do not get forwarded to the subprocess on the processor (running the scripts). So my script could not access the web as I would have expected, behind the proxy server (because it is making its own environment variables).

Could you forward the 3 env vars to the subprocesses by default?

            "HTTP_PROXY",
            "HTTPS_PROXY",
            "FTP_PROXY"

https://github.com/ome/omero-py/blob/master/src/omero/processor.py#L150

Perhaps also "no_proxy" then, though I don't need that.

Or is there a way to configure this already through some omero_config ?

Regards, Torec

@joshmoore
Copy link
Member

Hi @TorecLuik. No, that's the right location for updating it. Looking at https://superuser.com/a/1690537 it might could use a little thought if it can't be made extensible ....

@TorecLuik
Copy link
Author

Hey @joshmoore Haha, great history of the vars. Well, all bases would be covered by forwarding uppercase & lowercase of all 4 then, right? Supporting all tools and environments.

joshmoore added a commit to joshmoore/omero-py that referenced this issue Feb 12, 2024
Rather than needing to update omero-py each time a new env
variable needs passing to a script, this adds the

```
omero.processor.env_vars
```

property which can be updated. Likely needs more discussion
since possibly this should be an "additional" list.
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 13, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 390 sbesson 'Removal of python-future compatibility code'
  - PR 391 joshmoore 'Add jstack command'

Generated by OMERO-python-superbuild-push#4 (https://BRANCH-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/4/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 13, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up-to-date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 390 sbesson 'Removal of python-future compatibility code'
  - PR 391 joshmoore 'Add jstack command'

Generated by OMERO-python-superbuild-push#455 (https://snoopycrimecop-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/455/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 14, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 390 sbesson 'Removal of python-future compatibility code'
  - PR 391 joshmoore 'Add jstack command'
  - PR 397 joshmoore 'Update README to use -c conda-forge'

Generated by OMERO-python-superbuild-push#5 (https://BRANCH-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/5/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 14, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up-to-date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 390 sbesson 'Removal of python-future compatibility code'
  - PR 391 joshmoore 'Add jstack command'
  - PR 397 joshmoore 'Update README to use -c conda-forge'

Generated by OMERO-python-superbuild-push#456 (https://snoopycrimecop-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/456/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 15, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Updating 1ca2f87..d676cac
Previously merged:
  - PR 397 joshmoore 'Update README to use -c conda-forge'

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 390 sbesson 'Removal of python-future compatibility code'
  - PR 391 joshmoore 'Add jstack command'
  - PR 398 will-moore 'getGridSize() handles plates with no Wells'

Generated by OMERO-python-superbuild-push#6 (https://BRANCH-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/6/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 15, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Updating 1ca2f87..d676cac
Previously merged:
  - PR 397 joshmoore 'Update README to use -c conda-forge'

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 390 sbesson 'Removal of python-future compatibility code'
  - PR 391 joshmoore 'Add jstack command'
  - PR 398 will-moore 'getGridSize() handles plates with no Wells'

Generated by OMERO-python-superbuild-push#457 (https://snoopycrimecop-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/457/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 16, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 390 sbesson 'Removal of python-future compatibility code'
  - PR 391 joshmoore 'Add jstack command'
  - PR 398 will-moore 'getGridSize() handles plates with no Wells'

Generated by OMERO-python-superbuild-push#7 (https://BRANCH-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/7/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 16, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up-to-date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 390 sbesson 'Removal of python-future compatibility code'
  - PR 391 joshmoore 'Add jstack command'
  - PR 398 will-moore 'getGridSize() handles plates with no Wells'

Generated by OMERO-python-superbuild-push#458 (https://snoopycrimecop-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/458/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 17, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 390 sbesson 'Removal of python-future compatibility code'
  - PR 391 joshmoore 'Add jstack command'
  - PR 398 will-moore 'getGridSize() handles plates with no Wells'

Generated by OMERO-python-superbuild-push#8 (https://BRANCH-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/8/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 17, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up-to-date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 390 sbesson 'Removal of python-future compatibility code'
  - PR 391 joshmoore 'Add jstack command'
  - PR 398 will-moore 'getGridSize() handles plates with no Wells'

Generated by OMERO-python-superbuild-push#459 (https://snoopycrimecop-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/459/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 18, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 390 sbesson 'Removal of python-future compatibility code'
  - PR 391 joshmoore 'Add jstack command'
  - PR 398 will-moore 'getGridSize() handles plates with no Wells'

Generated by OMERO-python-superbuild-push#9 (https://BRANCH-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/9/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 18, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up-to-date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 390 sbesson 'Removal of python-future compatibility code'
  - PR 391 joshmoore 'Add jstack command'
  - PR 398 will-moore 'getGridSize() handles plates with no Wells'

Generated by OMERO-python-superbuild-push#460 (https://snoopycrimecop-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/460/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 19, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 390 sbesson 'Removal of python-future compatibility code'
  - PR 391 joshmoore 'Add jstack command'
  - PR 398 will-moore 'getGridSize() handles plates with no Wells'

Generated by OMERO-python-superbuild-push#10 (https://BRANCH-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/10/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 19, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up-to-date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 390 sbesson 'Removal of python-future compatibility code'
  - PR 391 joshmoore 'Add jstack command'
  - PR 398 will-moore 'getGridSize() handles plates with no Wells'

Generated by OMERO-python-superbuild-push#461 (https://snoopycrimecop-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/461/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 20, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 390 sbesson 'Removal of python-future compatibility code'
  - PR 391 joshmoore 'Add jstack command'
  - PR 398 will-moore 'getGridSize() handles plates with no Wells'

Generated by OMERO-python-superbuild-push#11 (https://BRANCH-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/11/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 20, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up-to-date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 390 sbesson 'Removal of python-future compatibility code'
  - PR 391 joshmoore 'Add jstack command'
  - PR 398 will-moore 'getGridSize() handles plates with no Wells'

Generated by OMERO-python-superbuild-push#462 (https://snoopycrimecop-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/462/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 21, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up-to-date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 390 sbesson 'Removal of python-future compatibility code'
  - PR 391 joshmoore 'Add jstack command'
  - PR 398 will-moore 'getGridSize() handles plates with no Wells'

Generated by OMERO-python-superbuild-push#463 (https://snoopycrimecop-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/463/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 22, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up-to-date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 390 sbesson 'Removal of python-future compatibility code'
  - PR 391 joshmoore 'Add jstack command'
  - PR 398 will-moore 'getGridSize() handles plates with no Wells'

Generated by OMERO-python-superbuild-push#464 (https://snoopycrimecop-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/464/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 23, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Updating d676cac..0dc60bd
Previously merged:
  - PR 399 sbesson 'Add changelog for 5.19.0 release'
  - PR 390 sbesson 'Removal of python-future compatibility code'

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 398 will-moore 'getGridSize() handles plates with no Wells'

Generated by OMERO-python-superbuild-push#465 (https://snoopycrimecop-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/465/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 24, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up-to-date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 398 will-moore 'getGridSize() handles plates with no Wells'

Generated by OMERO-python-superbuild-push#466 (https://snoopycrimecop-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/466/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 25, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up-to-date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 398 will-moore 'getGridSize() handles plates with no Wells'

Generated by OMERO-python-superbuild-push#467 (https://snoopycrimecop-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/467/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 26, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up-to-date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 398 will-moore 'getGridSize() handles plates with no Wells'

Generated by OMERO-python-superbuild-push#468 (https://snoopycrimecop-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/468/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 27, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up-to-date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 398 will-moore 'getGridSize() handles plates with no Wells'

Generated by OMERO-python-superbuild-push#469 (https://snoopycrimecop-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/469/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 28, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 398 will-moore 'getGridSize() handles plates with no Wells'

Generated by OMERO-python-superbuild-push#12 (https://BRANCH-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/12/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 28, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up-to-date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 398 will-moore 'getGridSize() handles plates with no Wells'

Generated by OMERO-python-superbuild-push#470 (https://snoopycrimecop-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/470/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 29, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 398 will-moore 'getGridSize() handles plates with no Wells'

Generated by OMERO-python-superbuild-push#13 (https://BRANCH-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/13/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Feb 29, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 394 jo-mueller 'added `_repr_html_` method for `_ImageWrapper`' (user: jo-mueller)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 378 ehrenfeu 'Fix UnicodeDecodeError' (user: ehrenfeu)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up-to-date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 398 will-moore 'getGridSize() handles plates with no Wells'

Generated by OMERO-python-superbuild-push#471 (https://snoopycrimecop-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/471/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Sep 27, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 427 Rdornier 'Add fileset folder creation'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#186 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/186/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 1, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 427 Rdornier 'Add fileset folder creation'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#187 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/187/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 2, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 427 Rdornier 'Add fileset folder creation' (status: action_required)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#188 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/188/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 3, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 427 Rdornier 'Add fileset folder creation'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#189 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/189/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 4, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 427 Rdornier 'Add fileset folder creation' (status: action_required)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#190 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/190/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 5, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 427 Rdornier 'Add fileset folder creation' (status: action_required)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#191 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/191/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 6, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 427 Rdornier 'Add fileset folder creation' (status: action_required)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#192 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/192/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 7, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 427 Rdornier 'Add fileset folder creation' (status: action_required)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#193 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/193/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 8, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 427 Rdornier 'Add fileset folder creation'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#194 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/194/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 8, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 427 Rdornier 'Add fileset folder creation'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#195 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/195/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 9, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 427 Rdornier 'Add fileset folder creation'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#196 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/196/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 10, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 427 Rdornier 'Add fileset folder creation'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#197 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/197/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 11, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 427 Rdornier 'Add fileset folder creation'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#198 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/198/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 12, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 427 Rdornier 'Add fileset folder creation'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#199 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/199/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 13, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 427 Rdornier 'Add fileset folder creation'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#200 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/200/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 14, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 427 Rdornier 'Add fileset folder creation'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#201 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/201/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 15, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 427 Rdornier 'Add fileset folder creation'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#202 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/202/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 16, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 427 Rdornier 'Add fileset folder creation'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#203 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/203/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 17, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 427 Rdornier 'Add fileset folder creation'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#204 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/204/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 18, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 427 Rdornier 'Add fileset folder creation'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#205 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/205/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 19, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 427 Rdornier 'Add fileset folder creation'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#206 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/206/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 20, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 427 Rdornier 'Add fileset folder creation'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#207 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/207/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 21, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 427 Rdornier 'Add fileset folder creation'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#208 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/208/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 22, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 427 Rdornier 'Add fileset folder creation'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#209 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/209/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 23, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 427 Rdornier 'Add fileset folder creation'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#210 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/210/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 24, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 427 Rdornier 'Add fileset folder creation'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#211 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/211/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 24, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 427 Rdornier 'Add fileset folder creation'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#212 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/212/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 25, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 427 Rdornier 'Add fileset folder creation'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#213 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/213/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 26, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 427 Rdornier 'Add fileset folder creation'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#214 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/214/)
snoopycrimecop added a commit to snoopycrimecop/omero-py that referenced this issue Oct 27, 2024
Repository: ome/omero-py
Excluded PRs:
  - PR 429 jo-mueller 'move `repr_html` to `_ImageWrapper`' (user: jo-mueller)
  - PR 396 joshmoore 'Config property for passing environment variables (see ome#395)' (status: failure)
  - PR 387 will-moore 'Numpy pixels type' (label: exclude)
  - PR 325 JulianHn 'Addding support for other encodings than utf-8 in DownloadingOriginalFileProvider' (user: JulianHn)
  - PR 194 manics 'Support Python 3 asyncio concurrency' (stage: draft)
  - PR 129 dominikl 'Add option to create new ThumbnailStore connection' (exclude comment)
Already up to date.

Merged PRs:
  - PR 199 joshmoore 'user: allow setting default group'
  - PR 207 manics 'BlitzGateway.connect raise on error'
  - PR 266 joshmoore 'errors: use raise_error from cli plugins'
  - PR 299 joshmoore 'Add parents and children to omero obj'
  - PR 332 jburel 'Build conda'
  - PR 337 will-moore 'bulk.yml depth is passed to xargs'
  - PR 391 joshmoore 'Add jstack command'
  - PR 408 jburel 'remove deprecated method'
  - PR 427 Rdornier 'Add fileset folder creation'
  - PR 431 sbesson 'omero.HdfStorage.update: add size check on data.rowNumbers'

Generated by OMERO-python-superbuild-push#215 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/215/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants