-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add thumbnail support #3
base: main
Are you sure you want to change the base?
Conversation
PR SummaryThis PR adds thumbnail support to the database and image uploader. It modifies various database schemas, models, and repositories to accommodate thumbnail storage and retrieval. The changes include adding a Changes
autogenerated by presubmit.ai |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ LGTM!
Review Summary
Commits Considered (1)
- f8163fe: doesn't work yet lol
Files Processed (29)
- db/00/00-init.sql (32 hunks)
- db/07/01-post_media.sql (3 hunks)
- db/07/02-immutable-cols.sql (2 hunks)
- db/07/03-drop-post-media-cols.sql (1 hunk)
- db/08/00-post-immutable-cols.sql (1 hunk)
- db/09/01-add-media-thumbnails.sql (1 hunk)
- docker-compose.yml (1 hunk)
- emojis/emoji.py (1 hunk)
- emojis/repository.py (1 hunk)
- emojis/router.py (1 hunk)
- init.py (5 hunks)
- posts/models.py (11 hunks)
- posts/posts.py (18 hunks)
- posts/repository.py (18 hunks)
- posts/router.py (1 hunk)
- posts/uploader.py (17 hunks)
- sets/repository.py (1 hunk)
- sets/sets.py (6 hunks)
- shared/auth/init.py (1 hunk)
- shared/logging.py (5 hunks)
- shared/maps.py (1 hunk)
- shared/models/_shared.py (1 hunk)
- shared/sql/query.py (11 hunks)
- shared/utilities/json.py (1 hunk)
- tags/models.py (1 hunk)
- tags/repository.py (2 hunks)
- tags/tagger.py (7 hunks)
- users/repository.py (1 hunk)
- users/users.py (1 hunk)
No description provided.