mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
[PR #386] [MERGED] Cleanup#382 #1055
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#1055
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/386
Author: @sadok-f
Created: 11/20/2023
Status: ✅ Merged
Merged: 11/26/2023
Merged by: @sadok-f
Base:
main← Head:cleanup#382📝 Commits (7)
8c51499enhance demo page, fix issues with documentation76b1465Merge branch 'main' into cleanup#382d4f264fdisable debug5e87765add more error details, formattinga569e3ffix: add Content-Length headerba6e17cupdate demo page elements34b714efix: fix dev branch deployment step📊 Changes
23 files changed (+183 additions, -149 deletions)
View changed files
📝
.github/workflows/branch-dev-deploy.yml(+6 -2)📝
config/parameters.yml(+1 -1)📝
docs/application-options.md(+0 -2)📝
docs/full-documentation.md(+10 -32)📝
docs/url-options.md(+6 -6)📝
src/Core/Entity/Image/InputImage.php(+9 -9)📝
src/Core/Entity/Image/OutputImage.php(+17 -9)📝
src/Core/Entity/Response.php(+1 -0)📝
src/Core/Handler/ImageHandler.php(+1 -1)📝
src/Core/Processor/FaceDetectProcessor.php(+5 -5)📝
src/Core/Processor/ImageProcessor.php(+3 -3)📝
src/Core/Processor/Processor.php(+1 -1)📝
src/Core/Processor/SmartCropProcessor.php(+3 -3)📝
src/Core/Views/Default/index.html(+27 -16)📝
tests/Core/Entity/Image/OutputImageTest.php(+1 -1)📝
tests/Core/Handler/ImageHandlerTest.php(+17 -17)📝
tests/Core/Processor/ExtractProcessorTest.php(+2 -2)📝
tests/Core/Processor/FaceDetectProcessorTest.php(+4 -4)📝
tests/Core/Processor/ImageProcessorTest.php(+4 -4)📝
tests/Core/Processor/SmartCropProcessorTest.php(+2 -2)...and 3 more files
📄 Description
enhance demo page
fix issues with documentation
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.