• Joined on 2025-01-06
squid merged pull request squid/blog#84 2025-07-27 13:10:47 +08:00
BLOG-78 Backend image upload and download
squid deleted branch BLOG-78_image_management from squid/blog 2025-07-27 13:10:47 +08:00
squid closed issue squid/blog#78 2025-07-27 13:10:47 +08:00
Image upload and download
squid commented on pull request squid/blog#84 2025-07-27 13:07:39 +08:00
BLOG-78 Backend image upload and download

Avoid unnecessary data cloning

**The to_entity method currently clones the data vector. If ImageRequestDto is a
transient object used solely…

squid pushed to BLOG-78_image_management at squid/blog 2025-07-27 13:04:28 +08:00
f5c12ce56d BLOG-78 refactor: rename to_entity methods to into_entity for consistency
squid commented on pull request squid/blog#84 2025-07-27 12:54:23 +08:00
BLOG-78 Backend image upload and download

Construct complete objects directly

The current implementation constructs an Image entity in two steps: first, an incomplete Image with empty data from ImageDbMapper::to_entity, then…

squid pushed to BLOG-78_image_management at squid/blog 2025-07-27 12:52:55 +08:00
aaf43f21bd BLOG-78 refactor: simplify get_image_by_id implementation in ImageRepositoryImpl
squid created pull request squid/blog#84 2025-07-27 12:26:51 +08:00
BLOG-78 Backend image upload and download
squid pushed to BLOG-78_image_management at squid/blog 2025-07-27 12:22:18 +08:00
5a30642b8f BLOG-78 feat: add volume and storage path for static files in Dockerfile
squid pushed to BLOG-78_image_management at squid/blog 2025-07-27 12:07:08 +08:00
c639a85ff3 BLOG-78 feat: add MIME type validation for image uploads
squid pushed to BLOG-78_image_management at squid/blog 2025-07-27 11:52:03 +08:00
d58a7d1a37 BLOG-78 feat: implement image upload and retrieval feature
squid pushed to BLOG-78_image_management at squid/blog 2025-07-26 09:13:10 +08:00
7b431e3fc8 BLOG-78 refactor: rename db mapper
squid created branch BLOG-78_image_management in squid/blog 2025-07-26 09:13:10 +08:00
squid pushed to main at squid/blog 2025-07-26 07:01:52 +08:00
f400bcf486 BLOG-79 AI review bot (#83)
squid deleted branch BLOG-79_ai_review_bot from squid/blog 2025-07-26 07:01:52 +08:00
squid merged pull request squid/blog#83 2025-07-26 07:01:51 +08:00
BLOG-79 AI review bot
squid closed issue squid/blog#79 2025-07-26 07:01:51 +08:00
AI review bot
squid commented on pull request squid/blog#83 2025-07-26 07:01:40 +08:00
BLOG-79 AI review bot

PR Code Suggestions

CategorySuggestion               …
squid created pull request squid/blog#83 2025-07-26 06:59:35 +08:00
BLOG-79 build: auto comment /improve command
squid pushed to BLOG-79_ai_review_bot at squid/blog 2025-07-26 06:59:31 +08:00
1849458b71 BLOG-79 build: auto comment /improve command