From ec4f747cbb14d927176e1d0dbb510eec861c00d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 18 Mar 2021 12:46:43 +0100 Subject: [PATCH] Prepare for moving into monorepo --- .gitignore => src/Bundle/ChillThirdParty/.gitignore | 0 .gitlab-ci.yml => src/Bundle/ChillThirdParty/.gitlab-ci.yml | 0 CHANGELOG.md => src/Bundle/ChillThirdParty/CHANGELOG.md | 0 .../Bundle/ChillThirdParty/ChillThirdPartyBundle.php | 0 .../Bundle/ChillThirdParty/Controller}/ThirdPartyController.php | 0 .../DependencyInjection}/ChillThirdPartyExtension.php | 0 .../CompilerPass/ThirdPartyTypeCompilerPass.php | 0 .../Bundle/ChillThirdParty/DependencyInjection}/Configuration.php | 0 {Entity => src/Bundle/ChillThirdParty/Entity}/ThirdParty.php | 0 .../ChillThirdParty/Form}/ChoiceLoader/ThirdPartyChoiceLoader.php | 0 {Form => src/Bundle/ChillThirdParty/Form}/ThirdPartyType.php | 0 .../Bundle/ChillThirdParty/Form}/Type/PickThirdPartyType.php | 0 LICENSE => src/Bundle/ChillThirdParty/LICENSE | 0 {Menu => src/Bundle/ChillThirdParty/Menu}/MenuBuilder.php | 0 README.md => src/Bundle/ChillThirdParty/README.md | 0 .../Bundle/ChillThirdParty/Repository}/ThirdPartyRepository.php | 0 .../Bundle/ChillThirdParty/Resources}/public/index.js | 0 .../Bundle/ChillThirdParty/Resources}/public/sass/thirdparty.scss | 0 .../ChillThirdParty/Resources}/views/Contact/macro.html.twig | 0 .../ChillThirdParty/Resources}/views/ThirdParty/_render.html.twig | 0 .../ChillThirdParty/Resources}/views/ThirdParty/index.html.twig | 0 .../ChillThirdParty/Resources}/views/ThirdParty/new.html.twig | 0 .../ChillThirdParty/Resources}/views/ThirdParty/show.html.twig | 0 .../ChillThirdParty/Resources}/views/ThirdParty/update.html.twig | 0 .../Bundle/ChillThirdParty/Search}/ThirdPartySearch.php | 0 .../Bundle/ChillThirdParty/Security}/Voter/ThirdPartyVoter.php | 0 .../ChillThirdParty/Templating}/Entity/ThirdPartyRender.php | 0 .../Tests}/Controller/ThirdPartyControllerTest.php | 0 .../ChillThirdParty/ThirdPartyType}/ThirdPartyTypeManager.php | 0 .../ThirdPartyType}/ThirdPartyTypeProviderInterface.php | 0 .../Bundle/ChillThirdParty/chill.webpack.config.js | 0 composer.json => src/Bundle/ChillThirdParty/composer.json | 0 {config => src/Bundle/ChillThirdParty/config}/routes.yaml | 0 {config => src/Bundle/ChillThirdParty/config}/services.yaml | 0 .../Bundle/ChillThirdParty/config}/services/3partytype.yaml | 0 .../Bundle/ChillThirdParty/config}/services/controller.yaml | 0 {config => src/Bundle/ChillThirdParty/config}/services/form.yaml | 0 {config => src/Bundle/ChillThirdParty/config}/services/menu.yaml | 0 .../Bundle/ChillThirdParty/config}/services/search.yaml | 0 .../Bundle/ChillThirdParty/config}/services/security.yaml | 0 .../Bundle/ChillThirdParty/config}/services/templating.yaml | 0 .../Bundle/ChillThirdParty/migrations}/Version20190307111314.php | 0 .../Bundle/ChillThirdParty/migrations}/Version20190307131650.php | 0 .../Bundle/ChillThirdParty/migrations}/Version20190418090842.php | 0 .../Bundle/ChillThirdParty/migrations}/Version20190429171109.php | 0 .../Bundle/ChillThirdParty/migrations}/Version20190502144206.php | 0 .../Bundle/ChillThirdParty/translations}/messages.fr.yml | 0 47 files changed, 0 insertions(+), 0 deletions(-) rename .gitignore => src/Bundle/ChillThirdParty/.gitignore (100%) rename .gitlab-ci.yml => src/Bundle/ChillThirdParty/.gitlab-ci.yml (100%) rename CHANGELOG.md => src/Bundle/ChillThirdParty/CHANGELOG.md (100%) rename ChillThirdPartyBundle.php => src/Bundle/ChillThirdParty/ChillThirdPartyBundle.php (100%) rename {Controller => src/Bundle/ChillThirdParty/Controller}/ThirdPartyController.php (100%) rename {DependencyInjection => src/Bundle/ChillThirdParty/DependencyInjection}/ChillThirdPartyExtension.php (100%) rename {DependencyInjection => src/Bundle/ChillThirdParty/DependencyInjection}/CompilerPass/ThirdPartyTypeCompilerPass.php (100%) rename {DependencyInjection => src/Bundle/ChillThirdParty/DependencyInjection}/Configuration.php (100%) rename {Entity => src/Bundle/ChillThirdParty/Entity}/ThirdParty.php (100%) rename {Form => src/Bundle/ChillThirdParty/Form}/ChoiceLoader/ThirdPartyChoiceLoader.php (100%) rename {Form => src/Bundle/ChillThirdParty/Form}/ThirdPartyType.php (100%) rename {Form => src/Bundle/ChillThirdParty/Form}/Type/PickThirdPartyType.php (100%) rename LICENSE => src/Bundle/ChillThirdParty/LICENSE (100%) rename {Menu => src/Bundle/ChillThirdParty/Menu}/MenuBuilder.php (100%) rename README.md => src/Bundle/ChillThirdParty/README.md (100%) rename {Repository => src/Bundle/ChillThirdParty/Repository}/ThirdPartyRepository.php (100%) rename {Resources => src/Bundle/ChillThirdParty/Resources}/public/index.js (100%) rename {Resources => src/Bundle/ChillThirdParty/Resources}/public/sass/thirdparty.scss (100%) rename {Resources => src/Bundle/ChillThirdParty/Resources}/views/Contact/macro.html.twig (100%) rename {Resources => src/Bundle/ChillThirdParty/Resources}/views/ThirdParty/_render.html.twig (100%) rename {Resources => src/Bundle/ChillThirdParty/Resources}/views/ThirdParty/index.html.twig (100%) rename {Resources => src/Bundle/ChillThirdParty/Resources}/views/ThirdParty/new.html.twig (100%) rename {Resources => src/Bundle/ChillThirdParty/Resources}/views/ThirdParty/show.html.twig (100%) rename {Resources => src/Bundle/ChillThirdParty/Resources}/views/ThirdParty/update.html.twig (100%) rename {Search => src/Bundle/ChillThirdParty/Search}/ThirdPartySearch.php (100%) rename {Security => src/Bundle/ChillThirdParty/Security}/Voter/ThirdPartyVoter.php (100%) rename {Templating => src/Bundle/ChillThirdParty/Templating}/Entity/ThirdPartyRender.php (100%) rename {Tests => src/Bundle/ChillThirdParty/Tests}/Controller/ThirdPartyControllerTest.php (100%) rename {ThirdPartyType => src/Bundle/ChillThirdParty/ThirdPartyType}/ThirdPartyTypeManager.php (100%) rename {ThirdPartyType => src/Bundle/ChillThirdParty/ThirdPartyType}/ThirdPartyTypeProviderInterface.php (100%) rename chill.webpack.config.js => src/Bundle/ChillThirdParty/chill.webpack.config.js (100%) rename composer.json => src/Bundle/ChillThirdParty/composer.json (100%) rename {config => src/Bundle/ChillThirdParty/config}/routes.yaml (100%) rename {config => src/Bundle/ChillThirdParty/config}/services.yaml (100%) rename {config => src/Bundle/ChillThirdParty/config}/services/3partytype.yaml (100%) rename {config => src/Bundle/ChillThirdParty/config}/services/controller.yaml (100%) rename {config => src/Bundle/ChillThirdParty/config}/services/form.yaml (100%) rename {config => src/Bundle/ChillThirdParty/config}/services/menu.yaml (100%) rename {config => src/Bundle/ChillThirdParty/config}/services/search.yaml (100%) rename {config => src/Bundle/ChillThirdParty/config}/services/security.yaml (100%) rename {config => src/Bundle/ChillThirdParty/config}/services/templating.yaml (100%) rename {migrations => src/Bundle/ChillThirdParty/migrations}/Version20190307111314.php (100%) rename {migrations => src/Bundle/ChillThirdParty/migrations}/Version20190307131650.php (100%) rename {migrations => src/Bundle/ChillThirdParty/migrations}/Version20190418090842.php (100%) rename {migrations => src/Bundle/ChillThirdParty/migrations}/Version20190429171109.php (100%) rename {migrations => src/Bundle/ChillThirdParty/migrations}/Version20190502144206.php (100%) rename {translations => src/Bundle/ChillThirdParty/translations}/messages.fr.yml (100%) diff --git a/.gitignore b/src/Bundle/ChillThirdParty/.gitignore similarity index 100% rename from .gitignore rename to src/Bundle/ChillThirdParty/.gitignore diff --git a/.gitlab-ci.yml b/src/Bundle/ChillThirdParty/.gitlab-ci.yml similarity index 100% rename from .gitlab-ci.yml rename to src/Bundle/ChillThirdParty/.gitlab-ci.yml diff --git a/CHANGELOG.md b/src/Bundle/ChillThirdParty/CHANGELOG.md similarity index 100% rename from CHANGELOG.md rename to src/Bundle/ChillThirdParty/CHANGELOG.md diff --git a/ChillThirdPartyBundle.php b/src/Bundle/ChillThirdParty/ChillThirdPartyBundle.php similarity index 100% rename from ChillThirdPartyBundle.php rename to src/Bundle/ChillThirdParty/ChillThirdPartyBundle.php diff --git a/Controller/ThirdPartyController.php b/src/Bundle/ChillThirdParty/Controller/ThirdPartyController.php similarity index 100% rename from Controller/ThirdPartyController.php rename to src/Bundle/ChillThirdParty/Controller/ThirdPartyController.php diff --git a/DependencyInjection/ChillThirdPartyExtension.php b/src/Bundle/ChillThirdParty/DependencyInjection/ChillThirdPartyExtension.php similarity index 100% rename from DependencyInjection/ChillThirdPartyExtension.php rename to src/Bundle/ChillThirdParty/DependencyInjection/ChillThirdPartyExtension.php diff --git a/DependencyInjection/CompilerPass/ThirdPartyTypeCompilerPass.php b/src/Bundle/ChillThirdParty/DependencyInjection/CompilerPass/ThirdPartyTypeCompilerPass.php similarity index 100% rename from DependencyInjection/CompilerPass/ThirdPartyTypeCompilerPass.php rename to src/Bundle/ChillThirdParty/DependencyInjection/CompilerPass/ThirdPartyTypeCompilerPass.php diff --git a/DependencyInjection/Configuration.php b/src/Bundle/ChillThirdParty/DependencyInjection/Configuration.php similarity index 100% rename from DependencyInjection/Configuration.php rename to src/Bundle/ChillThirdParty/DependencyInjection/Configuration.php diff --git a/Entity/ThirdParty.php b/src/Bundle/ChillThirdParty/Entity/ThirdParty.php similarity index 100% rename from Entity/ThirdParty.php rename to src/Bundle/ChillThirdParty/Entity/ThirdParty.php diff --git a/Form/ChoiceLoader/ThirdPartyChoiceLoader.php b/src/Bundle/ChillThirdParty/Form/ChoiceLoader/ThirdPartyChoiceLoader.php similarity index 100% rename from Form/ChoiceLoader/ThirdPartyChoiceLoader.php rename to src/Bundle/ChillThirdParty/Form/ChoiceLoader/ThirdPartyChoiceLoader.php diff --git a/Form/ThirdPartyType.php b/src/Bundle/ChillThirdParty/Form/ThirdPartyType.php similarity index 100% rename from Form/ThirdPartyType.php rename to src/Bundle/ChillThirdParty/Form/ThirdPartyType.php diff --git a/Form/Type/PickThirdPartyType.php b/src/Bundle/ChillThirdParty/Form/Type/PickThirdPartyType.php similarity index 100% rename from Form/Type/PickThirdPartyType.php rename to src/Bundle/ChillThirdParty/Form/Type/PickThirdPartyType.php diff --git a/LICENSE b/src/Bundle/ChillThirdParty/LICENSE similarity index 100% rename from LICENSE rename to src/Bundle/ChillThirdParty/LICENSE diff --git a/Menu/MenuBuilder.php b/src/Bundle/ChillThirdParty/Menu/MenuBuilder.php similarity index 100% rename from Menu/MenuBuilder.php rename to src/Bundle/ChillThirdParty/Menu/MenuBuilder.php diff --git a/README.md b/src/Bundle/ChillThirdParty/README.md similarity index 100% rename from README.md rename to src/Bundle/ChillThirdParty/README.md diff --git a/Repository/ThirdPartyRepository.php b/src/Bundle/ChillThirdParty/Repository/ThirdPartyRepository.php similarity index 100% rename from Repository/ThirdPartyRepository.php rename to src/Bundle/ChillThirdParty/Repository/ThirdPartyRepository.php diff --git a/Resources/public/index.js b/src/Bundle/ChillThirdParty/Resources/public/index.js similarity index 100% rename from Resources/public/index.js rename to src/Bundle/ChillThirdParty/Resources/public/index.js diff --git a/Resources/public/sass/thirdparty.scss b/src/Bundle/ChillThirdParty/Resources/public/sass/thirdparty.scss similarity index 100% rename from Resources/public/sass/thirdparty.scss rename to src/Bundle/ChillThirdParty/Resources/public/sass/thirdparty.scss diff --git a/Resources/views/Contact/macro.html.twig b/src/Bundle/ChillThirdParty/Resources/views/Contact/macro.html.twig similarity index 100% rename from Resources/views/Contact/macro.html.twig rename to src/Bundle/ChillThirdParty/Resources/views/Contact/macro.html.twig diff --git a/Resources/views/ThirdParty/_render.html.twig b/src/Bundle/ChillThirdParty/Resources/views/ThirdParty/_render.html.twig similarity index 100% rename from Resources/views/ThirdParty/_render.html.twig rename to src/Bundle/ChillThirdParty/Resources/views/ThirdParty/_render.html.twig diff --git a/Resources/views/ThirdParty/index.html.twig b/src/Bundle/ChillThirdParty/Resources/views/ThirdParty/index.html.twig similarity index 100% rename from Resources/views/ThirdParty/index.html.twig rename to src/Bundle/ChillThirdParty/Resources/views/ThirdParty/index.html.twig diff --git a/Resources/views/ThirdParty/new.html.twig b/src/Bundle/ChillThirdParty/Resources/views/ThirdParty/new.html.twig similarity index 100% rename from Resources/views/ThirdParty/new.html.twig rename to src/Bundle/ChillThirdParty/Resources/views/ThirdParty/new.html.twig diff --git a/Resources/views/ThirdParty/show.html.twig b/src/Bundle/ChillThirdParty/Resources/views/ThirdParty/show.html.twig similarity index 100% rename from Resources/views/ThirdParty/show.html.twig rename to src/Bundle/ChillThirdParty/Resources/views/ThirdParty/show.html.twig diff --git a/Resources/views/ThirdParty/update.html.twig b/src/Bundle/ChillThirdParty/Resources/views/ThirdParty/update.html.twig similarity index 100% rename from Resources/views/ThirdParty/update.html.twig rename to src/Bundle/ChillThirdParty/Resources/views/ThirdParty/update.html.twig diff --git a/Search/ThirdPartySearch.php b/src/Bundle/ChillThirdParty/Search/ThirdPartySearch.php similarity index 100% rename from Search/ThirdPartySearch.php rename to src/Bundle/ChillThirdParty/Search/ThirdPartySearch.php diff --git a/Security/Voter/ThirdPartyVoter.php b/src/Bundle/ChillThirdParty/Security/Voter/ThirdPartyVoter.php similarity index 100% rename from Security/Voter/ThirdPartyVoter.php rename to src/Bundle/ChillThirdParty/Security/Voter/ThirdPartyVoter.php diff --git a/Templating/Entity/ThirdPartyRender.php b/src/Bundle/ChillThirdParty/Templating/Entity/ThirdPartyRender.php similarity index 100% rename from Templating/Entity/ThirdPartyRender.php rename to src/Bundle/ChillThirdParty/Templating/Entity/ThirdPartyRender.php diff --git a/Tests/Controller/ThirdPartyControllerTest.php b/src/Bundle/ChillThirdParty/Tests/Controller/ThirdPartyControllerTest.php similarity index 100% rename from Tests/Controller/ThirdPartyControllerTest.php rename to src/Bundle/ChillThirdParty/Tests/Controller/ThirdPartyControllerTest.php diff --git a/ThirdPartyType/ThirdPartyTypeManager.php b/src/Bundle/ChillThirdParty/ThirdPartyType/ThirdPartyTypeManager.php similarity index 100% rename from ThirdPartyType/ThirdPartyTypeManager.php rename to src/Bundle/ChillThirdParty/ThirdPartyType/ThirdPartyTypeManager.php diff --git a/ThirdPartyType/ThirdPartyTypeProviderInterface.php b/src/Bundle/ChillThirdParty/ThirdPartyType/ThirdPartyTypeProviderInterface.php similarity index 100% rename from ThirdPartyType/ThirdPartyTypeProviderInterface.php rename to src/Bundle/ChillThirdParty/ThirdPartyType/ThirdPartyTypeProviderInterface.php diff --git a/chill.webpack.config.js b/src/Bundle/ChillThirdParty/chill.webpack.config.js similarity index 100% rename from chill.webpack.config.js rename to src/Bundle/ChillThirdParty/chill.webpack.config.js diff --git a/composer.json b/src/Bundle/ChillThirdParty/composer.json similarity index 100% rename from composer.json rename to src/Bundle/ChillThirdParty/composer.json diff --git a/config/routes.yaml b/src/Bundle/ChillThirdParty/config/routes.yaml similarity index 100% rename from config/routes.yaml rename to src/Bundle/ChillThirdParty/config/routes.yaml diff --git a/config/services.yaml b/src/Bundle/ChillThirdParty/config/services.yaml similarity index 100% rename from config/services.yaml rename to src/Bundle/ChillThirdParty/config/services.yaml diff --git a/config/services/3partytype.yaml b/src/Bundle/ChillThirdParty/config/services/3partytype.yaml similarity index 100% rename from config/services/3partytype.yaml rename to src/Bundle/ChillThirdParty/config/services/3partytype.yaml diff --git a/config/services/controller.yaml b/src/Bundle/ChillThirdParty/config/services/controller.yaml similarity index 100% rename from config/services/controller.yaml rename to src/Bundle/ChillThirdParty/config/services/controller.yaml diff --git a/config/services/form.yaml b/src/Bundle/ChillThirdParty/config/services/form.yaml similarity index 100% rename from config/services/form.yaml rename to src/Bundle/ChillThirdParty/config/services/form.yaml diff --git a/config/services/menu.yaml b/src/Bundle/ChillThirdParty/config/services/menu.yaml similarity index 100% rename from config/services/menu.yaml rename to src/Bundle/ChillThirdParty/config/services/menu.yaml diff --git a/config/services/search.yaml b/src/Bundle/ChillThirdParty/config/services/search.yaml similarity index 100% rename from config/services/search.yaml rename to src/Bundle/ChillThirdParty/config/services/search.yaml diff --git a/config/services/security.yaml b/src/Bundle/ChillThirdParty/config/services/security.yaml similarity index 100% rename from config/services/security.yaml rename to src/Bundle/ChillThirdParty/config/services/security.yaml diff --git a/config/services/templating.yaml b/src/Bundle/ChillThirdParty/config/services/templating.yaml similarity index 100% rename from config/services/templating.yaml rename to src/Bundle/ChillThirdParty/config/services/templating.yaml diff --git a/migrations/Version20190307111314.php b/src/Bundle/ChillThirdParty/migrations/Version20190307111314.php similarity index 100% rename from migrations/Version20190307111314.php rename to src/Bundle/ChillThirdParty/migrations/Version20190307111314.php diff --git a/migrations/Version20190307131650.php b/src/Bundle/ChillThirdParty/migrations/Version20190307131650.php similarity index 100% rename from migrations/Version20190307131650.php rename to src/Bundle/ChillThirdParty/migrations/Version20190307131650.php diff --git a/migrations/Version20190418090842.php b/src/Bundle/ChillThirdParty/migrations/Version20190418090842.php similarity index 100% rename from migrations/Version20190418090842.php rename to src/Bundle/ChillThirdParty/migrations/Version20190418090842.php diff --git a/migrations/Version20190429171109.php b/src/Bundle/ChillThirdParty/migrations/Version20190429171109.php similarity index 100% rename from migrations/Version20190429171109.php rename to src/Bundle/ChillThirdParty/migrations/Version20190429171109.php diff --git a/migrations/Version20190502144206.php b/src/Bundle/ChillThirdParty/migrations/Version20190502144206.php similarity index 100% rename from migrations/Version20190502144206.php rename to src/Bundle/ChillThirdParty/migrations/Version20190502144206.php diff --git a/translations/messages.fr.yml b/src/Bundle/ChillThirdParty/translations/messages.fr.yml similarity index 100% rename from translations/messages.fr.yml rename to src/Bundle/ChillThirdParty/translations/messages.fr.yml