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 17, 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 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)'
  - PR 6395 sbesson 'Update IceGrid templates to make the OMERO.tables module configurable'

Generated by OMERO-push#119 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-push/119/)
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jul 18, 2024
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jul 18, 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 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)'
  - PR 6395 sbesson 'Update IceGrid templates to make the OMERO.tables module configurable'

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

jburel commented Jul 18, 2024

Discussed today with @sbesson and @knabar, option A from @lunson has been selected.

snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jul 19, 2024
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jul 19, 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 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'

Generated by OMERO-push#121 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-push/121/)
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jul 20, 2024
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jul 20, 2024
Repository: ome/openmicroscopy
Excluded PRs:
  - PR 6398 Tom-TBT 'Perceptibly uniform luts' (user: Tom-TBT)
  - PR 6397 knabar 'Tests for get_where_list and slice table API calls' (stage: draft)
  - 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'

Generated by OMERO-push#122 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-push/122/)
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jul 21, 2024
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jul 21, 2024
Repository: ome/openmicroscopy
Excluded PRs:
  - PR 6398 Tom-TBT 'Perceptibly uniform luts' (user: Tom-TBT)
  - PR 6397 knabar 'Tests for get_where_list and slice table API calls' (stage: draft)
  - 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'

Generated by OMERO-push#123 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-push/123/)
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jul 22, 2024
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jul 22, 2024
Repository: ome/openmicroscopy
Excluded PRs:
  - PR 6398 Tom-TBT 'Perceptibly uniform luts' (user: Tom-TBT)
  - PR 6397 knabar 'Tests for get_where_list and slice table API calls' (stage: draft)
  - 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'

Generated by OMERO-push#124 (https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-push/124/)
snoopycrimecop added a commit to snoopycrimecop/openmicroscopy that referenced this pull request Jul 23, 2024
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

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.

None yet

6 participants