mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
[PR #376] [MERGED] fix: add disable cache option #440
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#440
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/376
Author: @sadok-f
Created: 10/18/2023
Status: ✅ Merged
Merged: 10/19/2023
Merged by: @sadok-f
Base:
main← Head:add-disable-cache-option#375📝 Commits (5)
59600aefix: add disable cache optiond28a7c8fixing linting error8b5262bUpdate documentationeb60259Update the condition to run the cd workflow7bd45d5Update 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.