mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
[PR #195] [CLOSED] [WiP] Refactoring and migration to Symfony 4.1 #935
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#935
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/195
Author: @gplanchat
Created: 9/20/2018
Status: ❌ Closed
Base:
master← Head:refactoring-194📝 Commits (10+)
4399e8cCreated new image file manipulation models92f6131Created new image file manipulation commandsc862283Created new face detection tool3967cf0Fixed method calls related to old InputImage and OutputImageabe8bfeAdded refactored exceptionse484a4bStarted migration to Symfony 4.1, PoC7e286cfMigrated image manipulation to imagine/imagine4325a96Fixed last HTTP issuesa45f00dAdded bundles list and namespace changes in the app config9167033Added new face detection commands, refactored a bit the face detection class📊 Changes
125 files changed (+5740 additions, -1219 deletions)
View changed files
➕
.docker/nginx/conf.d/flyimage.conf(+24 -0)➕
.env(+10 -0)➕
.env.dist(+10 -0)📝
.gitignore(+8 -0)📝
README.md(+1 -1)📝
app.php(+6 -1)➕
bin/console(+39 -0)📝
composer.json(+105 -51)📝
composer.lock(+1605 -692)➕
config/bundles.php(+7 -0)➕
config/packages/dev/routing.yaml(+3 -0)➕
config/packages/framework.yaml(+30 -0)➕
config/packages/routing.yaml(+3 -0)➕
config/packages/test/framework.yaml(+4 -0)➕
config/packages/test/routing.yaml(+3 -0)➕
config/packages/translation.yaml(+6 -0)➕
config/packages/twig.yaml(+4 -0)➕
config/packages/validator.yaml(+3 -0)➕
config/routes.yaml(+27 -0)➖
config/routes.yml(+0 -14)...and 80 more files
📄 Description
Refactoring various items:
imagine/imaginelibraryFlyimg\Image\namespaceFlyimg\Http\namespaceFlyimg\App\namespaceThe document root directory has been changed to follow Symfony 4.1 recommendations, please use this config file in the Docker app:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.