Skip to content

#feat minio #18#49

Merged
Baptiste-Ferrand merged 10 commits into
developfrom
feat/minio-#18
Sep 1, 2025
Merged

#feat minio #18#49
Baptiste-Ferrand merged 10 commits into
developfrom
feat/minio-#18

Conversation

@Baptiste-Ferrand
Copy link
Copy Markdown
Contributor

close #18

@changelog
###Feature Minio

Added

  • MinIO Feature: Introduced MinIO integration to store user images.
  • MinIO Adapter: Created a new adapter to interact with MinIO for image storage and retrieval.
  • InMemory Adapter Update: Enhanced the in-memory adapter to simulate MinIO behavior for testing and development purposes.
  • Database Changes:
    • Updated tables to store image links (pointing to MinIO) for user profiles.
    • Created the daylichekup table in the database in preparation for a future feature.

API Endpoints

  • PATCH Endpoints:
    • PATCH /profile/photo: Update the user's profile photo.
    • PATCH /profile/background-photo: Update the user's profile background photo.
  • DELETE Endpoints:
    • DELETE /profile/photo: Delete the user's profile photo.
    • DELETE /profile/background-photo: Delete the user's profile background photo.

@gitguardian
Copy link
Copy Markdown

gitguardian Bot commented Sep 1, 2025

️✅ There are no secrets present in this pull request anymore.

If these secrets were true positive and are still valid, we highly recommend you to revoke them.
While these secrets were previously flagged, we no longer have a reference to the
specific commits where they were detected. Once a secret has been leaked into a git
repository, you should consider it compromised, even if it was deleted immediately.
Find here more information about risks.


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@Baptiste-Ferrand Baptiste-Ferrand merged commit b06595d into develop Sep 1, 2025
3 checks passed
@github-project-automation github-project-automation Bot moved this from To triage to Done in @Baptiste-Ferrand's BackLogs Sep 1, 2025
@Baptiste-Ferrand Baptiste-Ferrand deleted the feat/minio-#18 branch September 2, 2025 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

S3 / Minio Adapter

1 participant