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

On demand image thumbnails and tiles #214

Merged
merged 4 commits into from
Dec 12, 2024

Conversation

sbearcsiro
Copy link
Contributor

@sbearcsiro sbearcsiro commented Oct 28, 2024

This addresses the root cause of #201 and #211, which is that the image thumbnail and tiling queue are ephemeral and don't survive an application restart.

@sbearcsiro sbearcsiro force-pushed the feature/on-demand-image-artefacts branch from 60f42ed to 4b47d89 Compare October 28, 2024 04:11
@sbearcsiro sbearcsiro force-pushed the feature/on-demand-image-artefacts branch from 4b47d89 to 2765d90 Compare November 14, 2024 16:23
@sbearcsiro sbearcsiro force-pushed the feature/on-demand-image-artefacts branch from 2765d90 to a0c2da6 Compare November 20, 2024 04:50
@sbearcsiro
Copy link
Contributor Author

TODO before merging - image-utils needs to have 1.10 finalised

 - Split file operation code from GORM StorageLocation entities into separate StorageOperations classes
 - Replace filesize, redirect location, inputstream, mimetype, extension closures in ImageController with ImageInfo class to consolidate calls to S3, etc
 - Limit /image/$id/$type mappings to just known thumbnail types, fixes metadata fragments returning 404s
 -  Make all AuditMessages save async
 - Add caching of ImageInfo objects for thumbnails and tiles
 - Add generating ImageThumbnail db entries when creating thumbnails
 - Add saving Image's maximum zoom level when creating tiles
 - Update commons-lang usage to commons-lang3
 - Update gradle dependencies for postgres, zip4j, guava, caffeeine, google api client
 - Add Grails GORM Async entity support
 - Remove all use of LogService and replace with SLF4j
@sbearcsiro sbearcsiro force-pushed the feature/on-demand-image-artefacts branch from a0c2da6 to 98c47b2 Compare November 20, 2024 05:07
 - Remove unused ImageStoreService methods
 - Restore analyticsSerivce functionality
 - Fix ImageControllerSpec unit tests for new ImageController internals
@sbearcsiro sbearcsiro force-pushed the feature/on-demand-image-artefacts branch from 7645ea2 to eff47c3 Compare November 21, 2024 13:44
@sbearcsiro sbearcsiro added this to the 3.1.0 milestone Nov 23, 2024
@sbearcsiro sbearcsiro merged commit 937ca2f into develop Dec 12, 2024
0 of 2 checks passed
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.

2 participants