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

Archive status #555

Merged
merged 9 commits into from
Jul 29, 2024
Merged

Archive status #555

merged 9 commits into from
Jul 29, 2024

Conversation

chris-allan
Copy link
Member

@chris-allan chris-allan commented May 15, 2024

Adds archive status to the tree metadata, visually in the tree and to image data JSON.

image

@jburel
Copy link
Member

jburel commented May 16, 2024

This PR leads to some test failures see https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-test-integration/64/

@will-moore
Copy link
Member

Tested on merge ci with
$ omero obj update Image:1673 archived=True
And this displays correctly in webclient as shown above.

My only question is whether users need some clue as to what the red dot means. I guess this might not be necessary if all users have been trained accordingly, (which may well happen in places that are using archiving, since users should know to expect different behaviour from those images?), but it seems that there could be some who are confused by the red dot.
Possibly a tooltip on the red-dot icon (might be a bit painful digging into how to do this in jstree) or in the right panel core_metadata.html add a row Archived: true (only if True - don't need to add Archived: false for all other images)
or something else?

@knabar knabar added this to the 5.27.0 milestone May 21, 2024
@chris-allan
Copy link
Member Author

My only question is whether users need some clue as to what the red dot means. I guess this might not be necessary if all users have been trained accordingly, (which may well happen in places that are using archiving, since users should know to expect different behaviour from those images?), but it seems that there could be some who are confused by the red dot.
Possibly a tooltip on the red-dot icon (might be a bit painful digging into how to do this in jstree) or in the right panel core_metadata.html add a row Archived: true (only if True - don't need to add Archived: false for all other images)
or something else?

Likely. I only used image_locked16.png because it was available. I expect the red-dot is not particularly informative and this deserves a dedicated icon and a tooltip. Can also add something to core_metadata.html as a demonstration of what's possible.

@chris-allan
Copy link
Member Author

Added right-hand panel visual:

image

@chris-allan
Copy link
Member Author

Added a tooltip to the tree (visuals are from Windows and will look slightly different depending on operating system):

image

@chris-allan
Copy link
Member Author

@jburel: ome/openmicroscopy#6389 should resolve the test failures.

snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request May 29, 2024
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request May 29, 2024
Repository: ome/openmicroscopy
Excluded PRs:
  - PR 6379 jburel 'TMP: build david's s3 Zarr branch' (exclude comment)
  - PR 6319 dominikl 'Add integration test for joining session' (exclude comment)
  - PR 6275 joshmoore 'Add OMERO5.4__1 for omero-model#71' (exclude comment)
  - PR 6212 jburel 'add test to import images' (exclude comment)
  - PR 6086 manics 'Alternative JSON configuration system for OMERO.web' (label: exclude)
Already up to date.

Merged PRs:
  - PR 6309 jburel 'add try block'
  - PR 6353 jburel 'remove dependencies'
  - PR 6376 snoopycrimecop 'update dependencies'
  - PR 6385 jburel 'remove test using deprecated method'
  - PR 6388 sbesson 'Upgrade Ivy to 2.5.2'
  - PR 6389 chris-allan 'Handle archive status being populated (See ome/omero-web#555)'

Generated by OMERO-push#77 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-push/77/)
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request May 30, 2024
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request May 30, 2024
Repository: ome/openmicroscopy
Excluded PRs:
  - PR 6379 jburel 'TMP: build david's s3 Zarr branch' (exclude comment)
  - PR 6319 dominikl 'Add integration test for joining session' (exclude comment)
  - PR 6275 joshmoore 'Add OMERO5.4__1 for omero-model#71' (exclude comment)
  - PR 6212 jburel 'add test to import images' (exclude comment)
  - PR 6086 manics 'Alternative JSON configuration system for OMERO.web' (label: exclude)
Already up to date.

Merged PRs:
  - PR 6309 jburel 'add try block'
  - PR 6353 jburel 'remove dependencies'
  - PR 6376 snoopycrimecop 'update dependencies'
  - PR 6385 jburel 'remove test using deprecated method'
  - PR 6388 sbesson 'Upgrade Ivy to 2.5.2'
  - PR 6389 chris-allan 'Handle archive status being populated (See ome/omero-web#555)'

Generated by OMERO-push#78 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-push/78/)
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request May 31, 2024
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request May 31, 2024
Repository: ome/openmicroscopy
Excluded PRs:
  - PR 6379 jburel 'TMP: build david's s3 Zarr branch' (exclude comment)
  - PR 6319 dominikl 'Add integration test for joining session' (exclude comment)
  - PR 6275 joshmoore 'Add OMERO5.4__1 for omero-model#71' (exclude comment)
  - PR 6212 jburel 'add test to import images' (exclude comment)
  - PR 6086 manics 'Alternative JSON configuration system for OMERO.web' (label: exclude)
Already up to date.

Merged PRs:
  - PR 6309 jburel 'add try block'
  - PR 6353 jburel 'remove dependencies'
  - PR 6376 snoopycrimecop 'update dependencies'
  - PR 6385 jburel 'remove test using deprecated method'
  - PR 6388 sbesson 'Upgrade Ivy to 2.5.2'
  - PR 6389 chris-allan 'Handle archive status being populated (See ome/omero-web#555)'

Generated by OMERO-push#19 (https://BRANCHCI.openmicroscopy.org/jenkins/job/OMERO-push/19/)
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request May 31, 2024
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request May 31, 2024
Repository: ome/openmicroscopy
Excluded PRs:
  - PR 6379 jburel 'TMP: build david's s3 Zarr branch' (exclude comment)
  - PR 6319 dominikl 'Add integration test for joining session' (exclude comment)
  - PR 6275 joshmoore 'Add OMERO5.4__1 for omero-model#71' (exclude comment)
  - PR 6212 jburel 'add test to import images' (exclude comment)
  - PR 6086 manics 'Alternative JSON configuration system for OMERO.web' (label: exclude)
Already up to date.

Merged PRs:
  - PR 6309 jburel 'add try block'
  - PR 6353 jburel 'remove dependencies'
  - PR 6376 snoopycrimecop 'update dependencies'
  - PR 6385 jburel 'remove test using deprecated method'
  - PR 6388 sbesson 'Upgrade Ivy to 2.5.2'
  - PR 6389 chris-allan 'Handle archive status being populated (See ome/omero-web#555)'

Generated by OMERO-push#79 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-push/79/)
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jun 1, 2024
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jun 1, 2024
Repository: ome/openmicroscopy
Excluded PRs:
  - PR 6379 jburel 'TMP: build david's s3 Zarr branch' (exclude comment)
  - PR 6319 dominikl 'Add integration test for joining session' (exclude comment)
  - PR 6275 joshmoore 'Add OMERO5.4__1 for omero-model#71' (exclude comment)
  - PR 6212 jburel 'add test to import images' (exclude comment)
  - PR 6086 manics 'Alternative JSON configuration system for OMERO.web' (label: exclude)
Already up to date.

Merged PRs:
  - PR 6309 jburel 'add try block'
  - PR 6353 jburel 'remove dependencies'
  - PR 6376 snoopycrimecop 'update dependencies'
  - PR 6385 jburel 'remove test using deprecated method'
  - PR 6388 sbesson 'Upgrade Ivy to 2.5.2'
  - PR 6389 chris-allan 'Handle archive status being populated (See ome/omero-web#555)'

Generated by OMERO-push#20 (https://BRANCHCI.openmicroscopy.org/jenkins/job/OMERO-push/20/)
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jun 1, 2024
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jun 1, 2024
Repository: ome/openmicroscopy
Excluded PRs:
  - PR 6379 jburel 'TMP: build david's s3 Zarr branch' (exclude comment)
  - PR 6319 dominikl 'Add integration test for joining session' (exclude comment)
  - PR 6275 joshmoore 'Add OMERO5.4__1 for omero-model#71' (exclude comment)
  - PR 6212 jburel 'add test to import images' (exclude comment)
  - PR 6086 manics 'Alternative JSON configuration system for OMERO.web' (label: exclude)
Already up to date.

Merged PRs:
  - PR 6309 jburel 'add try block'
  - PR 6353 jburel 'remove dependencies'
  - PR 6376 snoopycrimecop 'update dependencies'
  - PR 6385 jburel 'remove test using deprecated method'
  - PR 6388 sbesson 'Upgrade Ivy to 2.5.2'
  - PR 6389 chris-allan 'Handle archive status being populated (See ome/omero-web#555)'

Generated by OMERO-push#80 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-push/80/)
@lunson
Copy link
Member

lunson commented Jun 3, 2024

Options for iconography
icon_archived

and the image files for each of the options:
icons_archive.zip

snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jun 4, 2024
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jun 4, 2024
Repository: ome/openmicroscopy
Excluded PRs:
  - PR 6379 jburel 'TMP: build david's s3 Zarr branch' (exclude comment)
  - PR 6376 snoopycrimecop 'update dependencies' (status: failure)
  - PR 6319 dominikl 'Add integration test for joining session' (exclude comment)
  - PR 6275 joshmoore 'Add OMERO5.4__1 for omero-model#71' (exclude comment)
  - PR 6212 jburel 'add test to import images' (exclude comment)
  - PR 6086 manics 'Alternative JSON configuration system for OMERO.web' (label: exclude)
Already up to date.

Merged PRs:
  - PR 6309 jburel 'add try block'
  - PR 6353 jburel 'remove dependencies'
  - PR 6385 jburel 'remove test using deprecated method'
  - PR 6388 sbesson 'Upgrade Ivy to 2.5.2'
  - PR 6389 chris-allan 'Handle archive status being populated (See ome/omero-web#555)'

Generated by OMERO-push#21 (https://BRANCHCI.openmicroscopy.org/jenkins/job/OMERO-push/21/)
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jul 23, 2024
Repository: ome/openmicroscopy
Excluded PRs:
  - PR 6398 Tom-TBT 'Perceptibly uniform luts' (user: Tom-TBT)
  - PR 6379 jburel 'TMP: build david's s3 Zarr branch' (exclude comment)
  - PR 6319 dominikl 'Add integration test for joining session' (exclude comment)
  - PR 6212 jburel 'add test to import images' (exclude comment)
  - PR 6086 manics 'Alternative JSON configuration system for OMERO.web' (label: exclude)
Already up to date.

Merged PRs:
  - PR 6309 jburel 'add try block'
  - PR 6353 jburel 'remove dependencies'
  - PR 6376 snoopycrimecop 'update dependencies'
  - PR 6385 jburel 'remove test using deprecated method'
  - PR 6389 chris-allan 'Handle archive status being populated (See ome/omero-web#555)'
  - PR 6395 sbesson 'Update IceGrid templates to make the OMERO.tables module configurable'
  - PR 6397 knabar 'Tests for get_where_list and slice table API calls'

Generated by OMERO-push#125 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-push/125/)
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jul 24, 2024
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jul 24, 2024
Repository: ome/openmicroscopy
Excluded PRs:
  - PR 6398 Tom-TBT 'Perceptibly uniform luts' (user: Tom-TBT)
  - PR 6379 jburel 'TMP: build david's s3 Zarr branch' (exclude comment)
  - PR 6319 dominikl 'Add integration test for joining session' (exclude comment)
  - PR 6212 jburel 'add test to import images' (exclude comment)
  - PR 6086 manics 'Alternative JSON configuration system for OMERO.web' (label: exclude)
Already up to date.

Merged PRs:
  - PR 6309 jburel 'add try block'
  - PR 6353 jburel 'remove dependencies'
  - PR 6376 snoopycrimecop 'update dependencies'
  - PR 6385 jburel 'remove test using deprecated method'
  - PR 6389 chris-allan 'Handle archive status being populated (See ome/omero-web#555)'
  - PR 6395 sbesson 'Update IceGrid templates to make the OMERO.tables module configurable'
  - PR 6397 knabar 'Tests for get_where_list and slice table API calls'

Generated by OMERO-push#126 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-push/126/)
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jul 24, 2024
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jul 24, 2024
Repository: ome/openmicroscopy
Excluded PRs:
  - PR 6398 Tom-TBT 'Perceptibly uniform luts' (user: Tom-TBT)
  - PR 6379 jburel 'TMP: build david's s3 Zarr branch' (exclude comment)
  - PR 6319 dominikl 'Add integration test for joining session' (exclude comment)
  - PR 6212 jburel 'add test to import images' (exclude comment)
  - PR 6086 manics 'Alternative JSON configuration system for OMERO.web' (label: exclude)
Already up to date.

Merged PRs:
  - PR 6309 jburel 'add try block'
  - PR 6353 jburel 'remove dependencies'
  - PR 6376 snoopycrimecop 'update dependencies'
  - PR 6385 jburel 'remove test using deprecated method'
  - PR 6389 chris-allan 'Handle archive status being populated (See ome/omero-web#555)'
  - PR 6395 sbesson 'Update IceGrid templates to make the OMERO.tables module configurable'
  - PR 6397 knabar 'Tests for get_where_list and slice table API calls'

Generated by OMERO-push#127 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-push/127/)
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jul 24, 2024
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jul 24, 2024
Repository: ome/openmicroscopy
Excluded PRs:
  - PR 6398 Tom-TBT 'Perceptibly uniform luts' (user: Tom-TBT)
  - PR 6319 dominikl 'Add integration test for joining session' (exclude comment)
  - PR 6212 jburel 'add test to import images' (exclude comment)
  - PR 6086 manics 'Alternative JSON configuration system for OMERO.web' (label: exclude)
Already up to date.

Merged PRs:
  - PR 6309 jburel 'add try block'
  - PR 6353 jburel 'remove dependencies'
  - PR 6385 jburel 'remove test using deprecated method'
  - PR 6389 chris-allan 'Handle archive status being populated (See ome/omero-web#555)'
  - PR 6395 sbesson 'Update IceGrid templates to make the OMERO.tables module configurable'
  - PR 6397 knabar 'Tests for get_where_list and slice table API calls'

Generated by OMERO-push#128 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-push/128/)
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jul 25, 2024
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jul 25, 2024
Repository: ome/openmicroscopy
Excluded PRs:
  - PR 6398 Tom-TBT 'Perceptibly uniform luts' (user: Tom-TBT)
  - PR 6319 dominikl 'Add integration test for joining session' (exclude comment)
  - PR 6212 jburel 'add test to import images' (exclude comment)
  - PR 6086 manics 'Alternative JSON configuration system for OMERO.web' (label: exclude)
Already up to date.

Merged PRs:
  - PR 6309 jburel 'add try block'
  - PR 6353 jburel 'remove dependencies'
  - PR 6385 jburel 'remove test using deprecated method'
  - PR 6389 chris-allan 'Handle archive status being populated (See ome/omero-web#555)'
  - PR 6395 sbesson 'Update IceGrid templates to make the OMERO.tables module configurable'
  - PR 6397 knabar 'Tests for get_where_list and slice table API calls'
  - PR 6399 snoopycrimecop 'update dependencies'

Generated by OMERO-push#129 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-push/129/)
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jul 26, 2024
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jul 26, 2024
Repository: ome/openmicroscopy
Excluded PRs:
  - PR 6398 Tom-TBT 'Perceptibly uniform luts' (user: Tom-TBT)
  - PR 6319 dominikl 'Add integration test for joining session' (exclude comment)
  - PR 6212 jburel 'add test to import images' (exclude comment)
  - PR 6086 manics 'Alternative JSON configuration system for OMERO.web' (label: exclude)
Already up to date.

Merged PRs:
  - PR 6309 jburel 'add try block'
  - PR 6353 jburel 'remove dependencies'
  - PR 6385 jburel 'remove test using deprecated method'
  - PR 6389 chris-allan 'Handle archive status being populated (See ome/omero-web#555)'
  - PR 6397 knabar 'Tests for get_where_list and slice table API calls'
  - PR 6400 jburel 'Prep 5.6.12'

Generated by OMERO-push#130 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-push/130/)
@knabar
Copy link
Member

knabar commented Jul 29, 2024

New icon looks good:
Screenshot 2024-07-29 at 10 47 18

@knabar knabar merged commit 0204b31 into ome:master Jul 29, 2024
10 checks passed
jburel added a commit to ome/openmicroscopy that referenced this pull request Jul 29, 2024
Handle archive status being populated (See ome/omero-web#555)
@imagesc-bot
Copy link

This pull request has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/releases-of-omero-server-5-6-12-and-omero-web-5-27-0/99795/1

chris-allan added a commit to chris-allan/omero-web that referenced this pull request Aug 27, 2024
There were certain downstream omero-web plugins which were using
`_marshal_image()`.  This refactors the changes of ome#555 such that the
prototype of `_marshal_image()` is maintained and a new
`_marshal_image_map()` is added to give us options going forward for
scalability.
chris-allan added a commit to chris-allan/omero-web that referenced this pull request Aug 28, 2024
There were certain downstream omero-web plugins which were using
`_marshal_image()`.  This refactors the changes of ome#555 such that the
prototype of `_marshal_image()` is maintained and a new
`_marshal_image_map()` is added to give us options going forward for
scalability.
chris-allan added a commit to chris-allan/omero-web that referenced this pull request Aug 28, 2024
There were certain downstream omero-web plugins which were using
`_marshal_image()`.  This refactors the changes of ome#555 such that the
prototype of `_marshal_image()` is maintained and a new
`_marshal_image_map()` is added to give us options going forward for
scalability.
chris-allan added a commit to chris-allan/omero-web that referenced this pull request Aug 28, 2024
There were certain downstream omero-web plugins which were using
`_marshal_image()`.  This refactors the changes of ome#555 such that the
prototype of `_marshal_image()` is maintained and a new
`_marshal_image_map()` is added to give us options going forward for
scalability.
snoopycrimecop added a commit to snoopycrimecop/omero-web that referenced this pull request Aug 29, 2024
snoopycrimecop added a commit to snoopycrimecop/omero-web that referenced this pull request Aug 29, 2024
Repository: ome/omero-web
Excluded PRs:
  - PR 571 pre-commit-ci[bot] '[pre-commit.ci] pre-commit autoupdate' (user: pre-commit-ci[bot])
  - PR 568 Tom-TBT 'Perceptibly uniform luts for OMERO.web' (user: Tom-TBT)
  - PR 535 will-moore 'Initial working browser history' (stage: draft)
  - PR 168 stick 'Changes to nginx @maintenance handler' (status: failure)
Already up to date.

Merged PRs:
  - PR 527 will-moore 'Add some initial CSP settings to test'
  - PR 534 will-moore 'get strings from omero.cmd.ERR and omero.CmdError correctly'
  - PR 574 will-moore 'Fix word wrap for names'
  - PR 576 will-moore 'webclient page scaleable, login page device-width'
  - PR 577 chris-allan 'Refactors ome#555 to allow for backward compatibility'

Generated by OMERO-python-superbuild-push#157 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/157/)
snoopycrimecop added a commit to snoopycrimecop/omero-web that referenced this pull request Aug 30, 2024
snoopycrimecop added a commit to snoopycrimecop/omero-web that referenced this pull request Aug 30, 2024
Repository: ome/omero-web
Excluded PRs:
  - PR 571 pre-commit-ci[bot] '[pre-commit.ci] pre-commit autoupdate' (user: pre-commit-ci[bot])
  - PR 568 Tom-TBT 'Perceptibly uniform luts for OMERO.web' (user: Tom-TBT)
  - PR 535 will-moore 'Initial working browser history' (stage: draft)
  - PR 168 stick 'Changes to nginx @maintenance handler' (status: failure)
Already up to date.

Merged PRs:
  - PR 527 will-moore 'Add some initial CSP settings to test'
  - PR 534 will-moore 'get strings from omero.cmd.ERR and omero.CmdError correctly'
  - PR 574 will-moore 'Fix word wrap for names'
  - PR 576 will-moore 'webclient page scaleable, login page device-width'
  - PR 577 chris-allan 'Refactors ome#555 to allow for backward compatibility'

Generated by OMERO-python-superbuild-push#158 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/158/)
knabar added a commit that referenced this pull request Aug 30, 2024
Refactors #555 to allow for backward compatibility
snoopycrimecop added a commit to snoopycrimecop/omero-web that referenced this pull request Aug 31, 2024
Repository: ome/omero-web
Excluded PRs:
  - PR 568 Tom-TBT 'Perceptibly uniform luts for OMERO.web' (user: Tom-TBT)
  - PR 535 will-moore 'Initial working browser history' (stage: draft)
  - PR 168 stick 'Changes to nginx @maintenance handler' (status: failure)
Updating 7cd445c..2b30141
Previously merged:
  - PR 578 knabar 'Update changelog'
  - PR 577 chris-allan 'Refactors ome#555 to allow for backward compatibility'
  - PR 571 pre-commit-ci[bot] '[pre-commit.ci] pre-commit autoupdate'

Merged PRs:
  - PR 527 will-moore 'Add some initial CSP settings to test'
  - PR 534 will-moore 'get strings from omero.cmd.ERR and omero.CmdError correctly'
  - PR 574 will-moore 'Fix word wrap for names'
  - PR 576 will-moore 'webclient page scaleable, login page device-width'

Generated by OMERO-python-superbuild-push#159 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/159/)
snoopycrimecop added a commit to snoopycrimecop/omero-web that referenced this pull request Sep 1, 2024
Repository: ome/omero-web
Excluded PRs:
  - PR 568 Tom-TBT 'Perceptibly uniform luts for OMERO.web' (user: Tom-TBT)
  - PR 535 will-moore 'Initial working browser history' (stage: draft)
  - PR 168 stick 'Changes to nginx @maintenance handler' (status: failure)
Updating 7cd445c..2b30141
Previously merged:
  - PR 578 knabar 'Update changelog'
  - PR 577 chris-allan 'Refactors ome#555 to allow for backward compatibility'
  - PR 571 pre-commit-ci[bot] '[pre-commit.ci] pre-commit autoupdate'

Merged PRs:
  - PR 527 will-moore 'Add some initial CSP settings to test'
  - PR 534 will-moore 'get strings from omero.cmd.ERR and omero.CmdError correctly'
  - PR 574 will-moore 'Fix word wrap for names'
  - PR 576 will-moore 'webclient page scaleable, login page device-width'

Generated by OMERO-python-superbuild-push#160 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/160/)
snoopycrimecop added a commit to snoopycrimecop/omero-web that referenced this pull request Sep 2, 2024
Repository: ome/omero-web
Excluded PRs:
  - PR 568 Tom-TBT 'Perceptibly uniform luts for OMERO.web' (user: Tom-TBT)
  - PR 535 will-moore 'Initial working browser history' (stage: draft)
  - PR 168 stick 'Changes to nginx @maintenance handler' (status: failure)
Updating 7cd445c..2b30141
Previously merged:
  - PR 578 knabar 'Update changelog'
  - PR 577 chris-allan 'Refactors ome#555 to allow for backward compatibility'
  - PR 571 pre-commit-ci[bot] '[pre-commit.ci] pre-commit autoupdate'

Merged PRs:
  - PR 527 will-moore 'Add some initial CSP settings to test'
  - PR 534 will-moore 'get strings from omero.cmd.ERR and omero.CmdError correctly'
  - PR 574 will-moore 'Fix word wrap for names'
  - PR 576 will-moore 'webclient page scaleable, login page device-width'

Generated by OMERO-python-superbuild-push#161 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/161/)
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

Successfully merging this pull request may close these issues.

6 participants