[PR #534] [MERGED] feat: adapt monologo as logging output #557

Closed
opened 2026-02-25 22:35:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/flyimg/flyimg/pull/534
Author: @sadok-f
Created: 10/24/2024
Status: Merged
Merged: 10/24/2024
Merged by: @sadok-f

Base: mainHead: issue#530


📝 Commits (10+)

  • ce3536d feat: adapt monologo as logging output and add log_level option, update docs, related to #530
  • 5114989 fix: fix linting errors
  • dd24926 fix: fix linting errors and extract constants into a separate file
  • e679f38 fix: fix missing include statement
  • 182a019 fix: fix linting errors
  • 3db5cae fixing linting errors
  • 930dfe5 fix: add S3 storage optional parameters, update docs
  • 28a31b9 fix: update documentation regarding s3 storage, related to #533
  • ef65ead fix: fix linting errors for the s3 storage
  • feec80b fix: fixing linting errors

📊 Changes

17 files changed (+308 additions, -107 deletions)

View changed files

📝 app.php (+54 -25)
📝 composer.json (+4 -9)
📝 composer.lock (+114 -13)
📝 config/parameters.yml (+7 -1)
📝 constants.php (+4 -0)
📝 docs/configuration.md (+6 -37)
docs/storage-options.md (+33 -0)
📝 mkdocs.yml (+1 -0)
📝 src/Core/Processor/ExtractProcessor.php (+2 -0)
📝 src/Core/Processor/FaceDetectProcessor.php (+2 -0)
📝 src/Core/Processor/ImageProcessor.php (+2 -0)
📝 src/Core/Processor/Processor.php (+39 -13)
📝 src/Core/Processor/SmartCropProcessor.php (+3 -0)
📝 src/Core/Processor/VideoProcessor.php (+1 -0)
📝 src/Core/StorageProvider/S3StorageProvider.php (+31 -6)
📝 tests/Core/Processor/ProcessorTest.php (+2 -2)
📝 tests/Core/StorageProvider/S3StorageProviderTest.php (+3 -1)

📄 Description

  • adapt monologo as logging output and add log_level option , related to #530
  • adding S3 storage optional parameters such as path_prefix and visibility, related to #533
  • updating docs

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/flyimg/flyimg/pull/534 **Author:** [@sadok-f](https://github.com/sadok-f) **Created:** 10/24/2024 **Status:** ✅ Merged **Merged:** 10/24/2024 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `issue#530` --- ### 📝 Commits (10+) - [`ce3536d`](https://github.com/flyimg/flyimg/commit/ce3536d604e886765d889e00d3ad52197320f2fb) feat: adapt monologo as logging output and add log_level option, update docs, related to #530 - [`5114989`](https://github.com/flyimg/flyimg/commit/5114989c058abd16bf93fb49b6d60aa1fb5b85c2) fix: fix linting errors - [`dd24926`](https://github.com/flyimg/flyimg/commit/dd24926d43aadee7192b05b112d89e00e34eba1b) fix: fix linting errors and extract constants into a separate file - [`e679f38`](https://github.com/flyimg/flyimg/commit/e679f38e98874f583fc172d7123f322642a8a9cd) fix: fix missing include statement - [`182a019`](https://github.com/flyimg/flyimg/commit/182a019809f4a176456e33c1b8a3b5ff6e5d7263) fix: fix linting errors - [`3db5cae`](https://github.com/flyimg/flyimg/commit/3db5cae485d270aae7c80f17c981aaa62953bc11) fixing linting errors - [`930dfe5`](https://github.com/flyimg/flyimg/commit/930dfe587d330e0e167f323f3f2cd5301b8ae120) fix: add S3 storage optional parameters, update docs - [`28a31b9`](https://github.com/flyimg/flyimg/commit/28a31b9b36b11219781b51d7c5e6484cc0003ee6) fix: update documentation regarding s3 storage, related to #533 - [`ef65ead`](https://github.com/flyimg/flyimg/commit/ef65eadaed72317e3f4c5899a2134c85943a8e64) fix: fix linting errors for the s3 storage - [`feec80b`](https://github.com/flyimg/flyimg/commit/feec80bffdf89754d27e30e371f58b6665e05581) fix: fixing linting errors ### 📊 Changes **17 files changed** (+308 additions, -107 deletions) <details> <summary>View changed files</summary> 📝 `app.php` (+54 -25) 📝 `composer.json` (+4 -9) 📝 `composer.lock` (+114 -13) 📝 `config/parameters.yml` (+7 -1) 📝 `constants.php` (+4 -0) 📝 `docs/configuration.md` (+6 -37) ➕ `docs/storage-options.md` (+33 -0) 📝 `mkdocs.yml` (+1 -0) 📝 `src/Core/Processor/ExtractProcessor.php` (+2 -0) 📝 `src/Core/Processor/FaceDetectProcessor.php` (+2 -0) 📝 `src/Core/Processor/ImageProcessor.php` (+2 -0) 📝 `src/Core/Processor/Processor.php` (+39 -13) 📝 `src/Core/Processor/SmartCropProcessor.php` (+3 -0) 📝 `src/Core/Processor/VideoProcessor.php` (+1 -0) 📝 `src/Core/StorageProvider/S3StorageProvider.php` (+31 -6) 📝 `tests/Core/Processor/ProcessorTest.php` (+2 -2) 📝 `tests/Core/StorageProvider/S3StorageProviderTest.php` (+3 -1) </details> ### 📄 Description - adapt monologo as logging output and add log_level option , related to #530 - adding S3 storage optional parameters such as `path_prefix` and `visibility`, related to #533 - updating docs --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:35:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flyimg#557
No description provided.