[PR #386] [MERGED] Cleanup#382 #1055

Closed
opened 2026-03-15 15:50:10 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: cleanup#382


📝 Commits (7)

  • 8c51499 enhance demo page, fix issues with documentation
  • 76b1465 Merge branch 'main' into cleanup#382
  • d4f264f disable debug
  • 5e87765 add more error details, formatting
  • a569e3f fix: add Content-Length header
  • ba6e17c update demo page elements
  • 34b714e fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/flyimg/flyimg/pull/386 **Author:** [@sadok-f](https://github.com/sadok-f) **Created:** 11/20/2023 **Status:** ✅ Merged **Merged:** 11/26/2023 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `cleanup#382` --- ### 📝 Commits (7) - [`8c51499`](https://github.com/flyimg/flyimg/commit/8c51499e5dd3630666285e269715d219fbd205b1) enhance demo page, fix issues with documentation - [`76b1465`](https://github.com/flyimg/flyimg/commit/76b146555021a51564f122da382cfe0fb8938de3) Merge branch 'main' into cleanup#382 - [`d4f264f`](https://github.com/flyimg/flyimg/commit/d4f264fccdd21a615346a0b2c36d986b3decdea7) disable debug - [`5e87765`](https://github.com/flyimg/flyimg/commit/5e87765c6370f4d18172bff3a137b2b8f6ad058b) add more error details, formatting - [`a569e3f`](https://github.com/flyimg/flyimg/commit/a569e3f66a0b29953ffc695e9362a633136469c2) fix: add Content-Length header - [`ba6e17c`](https://github.com/flyimg/flyimg/commit/ba6e17cd359604384c2d06fcf439d79788694178) update demo page elements - [`34b714e`](https://github.com/flyimg/flyimg/commit/34b714e8fe7bef2ae38c635b6047e0497b76bdc9) fix: fix dev branch deployment step ### 📊 Changes **23 files changed** (+183 additions, -149 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description enhance demo page fix issues with documentation --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 15:50:10 +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#1055
No description provided.