mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
[PR #534] [MERGED] feat: adapt monologo as logging output #557
Labels
No labels
Docs
Docs
Docs
Security
UnitTest
bug
dependencies
duplicate
enhancement
enhancement
enhancement
hacktoberfest
help wanted
invalid
pull-request
question
stale
version 1
version 2
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flyimg#557
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:issue#530📝 Commits (10+)
ce3536dfeat: adapt monologo as logging output and add log_level option, update docs, related to #5305114989fix: fix linting errorsdd24926fix: fix linting errors and extract constants into a separate filee679f38fix: fix missing include statement182a019fix: fix linting errors3db5caefixing linting errors930dfe5fix: add S3 storage optional parameters, update docs28a31b9fix: update documentation regarding s3 storage, related to #533ef65eadfix: fix linting errors for the s3 storagefeec80bfix: 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
path_prefixandvisibility, related to #533🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.