From 3cac6ddbcb16ef65a93de079d85b57229e02a977 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}/config/routing.yml | 0 .../Bundle/ChillThirdParty/Resources}/config/services.yml | 0 .../ChillThirdParty/Resources}/config/services/3partytype.yml | 0 .../ChillThirdParty/Resources}/config/services/controller.yml | 0 .../Bundle/ChillThirdParty/Resources}/config/services/form.yml | 0 .../Bundle/ChillThirdParty/Resources}/config/services/menu.yml | 0 .../Bundle/ChillThirdParty/Resources}/config/services/search.yml | 0 .../ChillThirdParty/Resources}/config/services/security.yml | 0 .../ChillThirdParty/Resources}/config/services/templating.yml | 0 .../Resources}/migrations/Version20190307111314.php | 0 .../Resources}/migrations/Version20190307131650.php | 0 .../Resources}/migrations/Version20190418090842.php | 0 .../Resources}/migrations/Version20190429171109.php | 0 .../Resources}/migrations/Version20190502144206.php | 0 .../Bundle/ChillThirdParty/Resources}/public/index.js | 0 .../Bundle/ChillThirdParty/Resources}/public/sass/thirdparty.scss | 0 .../ChillThirdParty/Resources}/translations/messages.fr.yml | 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 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}/config/routing.yml (100%) rename {Resources => src/Bundle/ChillThirdParty/Resources}/config/services.yml (100%) rename {Resources => src/Bundle/ChillThirdParty/Resources}/config/services/3partytype.yml (100%) rename {Resources => src/Bundle/ChillThirdParty/Resources}/config/services/controller.yml (100%) rename {Resources => src/Bundle/ChillThirdParty/Resources}/config/services/form.yml (100%) rename {Resources => src/Bundle/ChillThirdParty/Resources}/config/services/menu.yml (100%) rename {Resources => src/Bundle/ChillThirdParty/Resources}/config/services/search.yml (100%) rename {Resources => src/Bundle/ChillThirdParty/Resources}/config/services/security.yml (100%) rename {Resources => src/Bundle/ChillThirdParty/Resources}/config/services/templating.yml (100%) rename {Resources => src/Bundle/ChillThirdParty/Resources}/migrations/Version20190307111314.php (100%) rename {Resources => src/Bundle/ChillThirdParty/Resources}/migrations/Version20190307131650.php (100%) rename {Resources => src/Bundle/ChillThirdParty/Resources}/migrations/Version20190418090842.php (100%) rename {Resources => src/Bundle/ChillThirdParty/Resources}/migrations/Version20190429171109.php (100%) rename {Resources => src/Bundle/ChillThirdParty/Resources}/migrations/Version20190502144206.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}/translations/messages.fr.yml (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%) 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/config/routing.yml b/src/Bundle/ChillThirdParty/Resources/config/routing.yml similarity index 100% rename from Resources/config/routing.yml rename to src/Bundle/ChillThirdParty/Resources/config/routing.yml diff --git a/Resources/config/services.yml b/src/Bundle/ChillThirdParty/Resources/config/services.yml similarity index 100% rename from Resources/config/services.yml rename to src/Bundle/ChillThirdParty/Resources/config/services.yml diff --git a/Resources/config/services/3partytype.yml b/src/Bundle/ChillThirdParty/Resources/config/services/3partytype.yml similarity index 100% rename from Resources/config/services/3partytype.yml rename to src/Bundle/ChillThirdParty/Resources/config/services/3partytype.yml diff --git a/Resources/config/services/controller.yml b/src/Bundle/ChillThirdParty/Resources/config/services/controller.yml similarity index 100% rename from Resources/config/services/controller.yml rename to src/Bundle/ChillThirdParty/Resources/config/services/controller.yml diff --git a/Resources/config/services/form.yml b/src/Bundle/ChillThirdParty/Resources/config/services/form.yml similarity index 100% rename from Resources/config/services/form.yml rename to src/Bundle/ChillThirdParty/Resources/config/services/form.yml diff --git a/Resources/config/services/menu.yml b/src/Bundle/ChillThirdParty/Resources/config/services/menu.yml similarity index 100% rename from Resources/config/services/menu.yml rename to src/Bundle/ChillThirdParty/Resources/config/services/menu.yml diff --git a/Resources/config/services/search.yml b/src/Bundle/ChillThirdParty/Resources/config/services/search.yml similarity index 100% rename from Resources/config/services/search.yml rename to src/Bundle/ChillThirdParty/Resources/config/services/search.yml diff --git a/Resources/config/services/security.yml b/src/Bundle/ChillThirdParty/Resources/config/services/security.yml similarity index 100% rename from Resources/config/services/security.yml rename to src/Bundle/ChillThirdParty/Resources/config/services/security.yml diff --git a/Resources/config/services/templating.yml b/src/Bundle/ChillThirdParty/Resources/config/services/templating.yml similarity index 100% rename from Resources/config/services/templating.yml rename to src/Bundle/ChillThirdParty/Resources/config/services/templating.yml diff --git a/Resources/migrations/Version20190307111314.php b/src/Bundle/ChillThirdParty/Resources/migrations/Version20190307111314.php similarity index 100% rename from Resources/migrations/Version20190307111314.php rename to src/Bundle/ChillThirdParty/Resources/migrations/Version20190307111314.php diff --git a/Resources/migrations/Version20190307131650.php b/src/Bundle/ChillThirdParty/Resources/migrations/Version20190307131650.php similarity index 100% rename from Resources/migrations/Version20190307131650.php rename to src/Bundle/ChillThirdParty/Resources/migrations/Version20190307131650.php diff --git a/Resources/migrations/Version20190418090842.php b/src/Bundle/ChillThirdParty/Resources/migrations/Version20190418090842.php similarity index 100% rename from Resources/migrations/Version20190418090842.php rename to src/Bundle/ChillThirdParty/Resources/migrations/Version20190418090842.php diff --git a/Resources/migrations/Version20190429171109.php b/src/Bundle/ChillThirdParty/Resources/migrations/Version20190429171109.php similarity index 100% rename from Resources/migrations/Version20190429171109.php rename to src/Bundle/ChillThirdParty/Resources/migrations/Version20190429171109.php diff --git a/Resources/migrations/Version20190502144206.php b/src/Bundle/ChillThirdParty/Resources/migrations/Version20190502144206.php similarity index 100% rename from Resources/migrations/Version20190502144206.php rename to src/Bundle/ChillThirdParty/Resources/migrations/Version20190502144206.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/translations/messages.fr.yml b/src/Bundle/ChillThirdParty/Resources/translations/messages.fr.yml similarity index 100% rename from Resources/translations/messages.fr.yml rename to src/Bundle/ChillThirdParty/Resources/translations/messages.fr.yml 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