[PR #376] [MERGED] fix: add disable cache option #440

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

📋 Pull Request Information

Original PR: https://github.com/flyimg/flyimg/pull/376
Author: @sadok-f
Created: 10/18/2023
Status: Merged
Merged: 10/19/2023
Merged by: @sadok-f

Base: mainHead: add-disable-cache-option#375


📝 Commits (5)

  • 59600ae fix: add disable cache option
  • d28a7c8 fixing linting error
  • 8b5262b Update documentation
  • eb60259 Update the condition to run the cd workflow
  • 7bd45d5 Update deploy parameter in github workflow

📊 Changes

11 files changed (+89 additions, -20 deletions)

View changed files

📝 .github/workflows/cd.yml (+1 -0)
📝 .github/workflows/ci.yml (+8 -2)
📝 .gitignore (+1 -0)
📝 config/parameters.yml (+3 -2)
📝 docs/application-options.md (+6 -5)
📝 src/Core/Controller/CoreController.php (+1 -1)
📝 src/Core/Entity/Image/OutputImage.php (+13 -2)
📝 src/Core/Entity/Response.php (+12 -7)
📝 tests/Core/BaseTest.php (+11 -0)
📝 tests/Core/Controller/CoreControllerTest.php (+1 -1)
tests/Core/Entity/ResponseTest.php (+32 -0)

📄 Description

Add an option to disable generated images that are being used as cache.
Add unit tests to cover the newly added option.
This should close #375


🔄 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/376 **Author:** [@sadok-f](https://github.com/sadok-f) **Created:** 10/18/2023 **Status:** ✅ Merged **Merged:** 10/19/2023 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `add-disable-cache-option#375` --- ### 📝 Commits (5) - [`59600ae`](https://github.com/flyimg/flyimg/commit/59600ae1c833e98bd87f5b8f6403965666857cdc) fix: add disable cache option - [`d28a7c8`](https://github.com/flyimg/flyimg/commit/d28a7c8000843f3bc416859fe612c55ffc69e950) fixing linting error - [`8b5262b`](https://github.com/flyimg/flyimg/commit/8b5262b9394ecacca91e8abadc1ea3c0a2e779b8) Update documentation - [`eb60259`](https://github.com/flyimg/flyimg/commit/eb6025979ee01cbe26c407ef1aed4bda408175be) Update the condition to run the cd workflow - [`7bd45d5`](https://github.com/flyimg/flyimg/commit/7bd45d5d56da6226da61d8f5a9b070d52477b59a) Update deploy parameter in github workflow ### 📊 Changes **11 files changed** (+89 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/cd.yml` (+1 -0) 📝 `.github/workflows/ci.yml` (+8 -2) 📝 `.gitignore` (+1 -0) 📝 `config/parameters.yml` (+3 -2) 📝 `docs/application-options.md` (+6 -5) 📝 `src/Core/Controller/CoreController.php` (+1 -1) 📝 `src/Core/Entity/Image/OutputImage.php` (+13 -2) 📝 `src/Core/Entity/Response.php` (+12 -7) 📝 `tests/Core/BaseTest.php` (+11 -0) 📝 `tests/Core/Controller/CoreControllerTest.php` (+1 -1) ➕ `tests/Core/Entity/ResponseTest.php` (+32 -0) </details> ### 📄 Description Add an option to disable generated images that are being used as cache. Add unit tests to cover the newly added option. This should close #375 --- <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:28 +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#440
No description provided.