From 8cc95fb4280c46d83096f8a0daabf9e4e82e6673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 18 Mar 2021 12:46:40 +0100 Subject: [PATCH] Prepare for moving into monorepo --- .gitignore => src/Bundle/ChillEvent/.gitignore | 0 .gitlab-ci.yml => src/Bundle/ChillEvent/.gitlab-ci.yml | 0 .../Bundle/ChillEvent/ChillEventBundle.php | 0 .../Bundle/ChillEvent/Controller}/EventController.php | 0 .../Bundle/ChillEvent/Controller}/EventTypeController.php | 0 .../Bundle/ChillEvent/Controller}/ParticipationController.php | 0 .../Bundle/ChillEvent/Controller}/RoleController.php | 0 .../Bundle/ChillEvent/Controller}/StatusController.php | 0 .../Bundle/ChillEvent/DataFixtures}/ORM/LoadEventTypes.php | 0 .../Bundle/ChillEvent/DataFixtures}/ORM/LoadParticipation.php | 0 .../Bundle/ChillEvent/DataFixtures}/ORM/LoadRolesACL.php | 0 .../ChillEvent/DependencyInjection}/ChillEventExtension.php | 0 .../Bundle/ChillEvent/DependencyInjection}/Configuration.php | 0 {Entity => src/Bundle/ChillEvent/Entity}/Event.php | 0 {Entity => src/Bundle/ChillEvent/Entity}/EventType.php | 0 {Entity => src/Bundle/ChillEvent/Entity}/Participation.php | 0 {Entity => src/Bundle/ChillEvent/Entity}/Role.php | 0 {Entity => src/Bundle/ChillEvent/Entity}/Status.php | 0 {Form => src/Bundle/ChillEvent/Form}/EventType.php | 0 {Form => src/Bundle/ChillEvent/Form}/EventTypeType.php | 0 {Form => src/Bundle/ChillEvent/Form}/ParticipationType.php | 0 {Form => src/Bundle/ChillEvent/Form}/RoleType.php | 0 {Form => src/Bundle/ChillEvent/Form}/StatusType.php | 0 {Form => src/Bundle/ChillEvent/Form}/Type/PickEventType.php | 0 {Form => src/Bundle/ChillEvent/Form}/Type/PickRoleType.php | 0 {Form => src/Bundle/ChillEvent/Form}/Type/PickStatusType.php | 0 LICENSE.txt => src/Bundle/ChillEvent/LICENSE.txt | 0 README.md => src/Bundle/ChillEvent/README.md | 0 .../Bundle/ChillEvent/Resources}/config/doctrine/Event.orm.yml | 0 .../ChillEvent/Resources}/config/doctrine/EventType.orm.yml | 0 .../ChillEvent/Resources}/config/doctrine/Participation.orm.yml | 0 .../Bundle/ChillEvent/Resources}/config/doctrine/Role.orm.yml | 0 .../Bundle/ChillEvent/Resources}/config/doctrine/Status.orm.yml | 0 {Resources => src/Bundle/ChillEvent/Resources}/config/routing.yml | 0 .../Bundle/ChillEvent/Resources}/config/routing/event.yml | 0 .../Bundle/ChillEvent/Resources}/config/routing/eventtype.yml | 0 .../Bundle/ChillEvent/Resources}/config/routing/participation.yml | 0 .../Bundle/ChillEvent/Resources}/config/routing/role.yml | 0 .../Bundle/ChillEvent/Resources}/config/routing/status.yml | 0 .../ChillEvent/Resources}/config/services/authorization.yml | 0 .../Bundle/ChillEvent/Resources}/config/services/forms.yml | 0 .../Bundle/ChillEvent/Resources}/config/services/repositories.yml | 0 .../Bundle/ChillEvent/Resources}/config/services/search.yml | 0 .../Bundle/ChillEvent/Resources}/config/validation.yml | 0 .../ChillEvent/Resources}/migrations/Version20160318111334.php | 0 .../Bundle/ChillEvent/Resources}/test/Fixtures/App/AppKernel.php | 0 .../ChillEvent/Resources}/test/Fixtures/App/config/config.yml | 0 .../Resources}/test/Fixtures/App/config/config_test.yml | 0 .../Resources}/test/Fixtures/App/config/parameters.gitlab-ci.yml | 0 .../ChillEvent/Resources}/test/Fixtures/App/config/parameters.yml | 0 .../Resources}/test/Fixtures/App/config/parameters.yml.dist | 0 .../ChillEvent/Resources}/test/Fixtures/App/config/routing.yml | 0 .../Bundle/ChillEvent/Resources}/test/Fixtures/App/console | 0 {Resources => src/Bundle/ChillEvent/Resources}/test/bootstrap.php | 0 .../Bundle/ChillEvent/Resources}/translations/messages.fr.yml | 0 .../Bundle/ChillEvent/Resources}/views/Event/edit.html.twig | 0 .../Bundle/ChillEvent/Resources}/views/Event/index.html.twig | 0 .../Bundle/ChillEvent/Resources}/views/Event/list.html.twig | 0 .../Bundle/ChillEvent/Resources}/views/Event/new.html.twig | 0 .../Bundle/ChillEvent/Resources}/views/Event/show.html.twig | 0 .../Bundle/ChillEvent/Resources}/views/EventType/edit.html.twig | 0 .../Bundle/ChillEvent/Resources}/views/EventType/index.html.twig | 0 .../Bundle/ChillEvent/Resources}/views/EventType/new.html.twig | 0 .../Bundle/ChillEvent/Resources}/views/EventType/show.html.twig | 0 .../views/Participation/_ignored_participations.html.twig | 0 .../Resources}/views/Participation/edit-multiple.html.twig | 0 .../ChillEvent/Resources}/views/Participation/edit.html.twig | 0 .../Resources}/views/Participation/new-multiple.html.twig | 0 .../ChillEvent/Resources}/views/Participation/new.html.twig | 0 .../Bundle/ChillEvent/Resources}/views/Role/edit.html.twig | 0 .../Bundle/ChillEvent/Resources}/views/Role/index.html.twig | 0 .../Bundle/ChillEvent/Resources}/views/Role/new.html.twig | 0 .../Bundle/ChillEvent/Resources}/views/Role/show.html.twig | 0 .../Bundle/ChillEvent/Resources}/views/Status/edit.html.twig | 0 .../Bundle/ChillEvent/Resources}/views/Status/index.html.twig | 0 .../Bundle/ChillEvent/Resources}/views/Status/new.html.twig | 0 .../Bundle/ChillEvent/Resources}/views/Status/show.html.twig | 0 .../Bundle/ChillEvent/Resources}/views/layout.html.twig | 0 {Search => src/Bundle/ChillEvent/Search}/EventSearch.php | 0 .../Bundle/ChillEvent/Security}/Authorization/EventVoter.php | 0 .../ChillEvent/Security}/Authorization/ParticipationVoter.php | 0 .../Bundle/ChillEvent/Tests}/Controller/EventControllerTest.php | 0 .../ChillEvent/Tests}/Controller/EventTypeControllerTest.php | 0 .../ChillEvent/Tests}/Controller/ParticipationControllerTest.php | 0 .../Bundle/ChillEvent/Tests}/Controller/RoleControllerTest.php | 0 .../Bundle/ChillEvent/Tests}/Controller/StatusControllerTest.php | 0 {Tests => src/Bundle/ChillEvent/Tests}/Search/EventSearchTest.php | 0 apigen.neon => src/Bundle/ChillEvent/apigen.neon | 0 composer.json => src/Bundle/ChillEvent/composer.json | 0 phpunit.xml.dist => src/Bundle/ChillEvent/phpunit.xml.dist | 0 90 files changed, 0 insertions(+), 0 deletions(-) rename .gitignore => src/Bundle/ChillEvent/.gitignore (100%) rename .gitlab-ci.yml => src/Bundle/ChillEvent/.gitlab-ci.yml (100%) rename ChillEventBundle.php => src/Bundle/ChillEvent/ChillEventBundle.php (100%) rename {Controller => src/Bundle/ChillEvent/Controller}/EventController.php (100%) rename {Controller => src/Bundle/ChillEvent/Controller}/EventTypeController.php (100%) rename {Controller => src/Bundle/ChillEvent/Controller}/ParticipationController.php (100%) rename {Controller => src/Bundle/ChillEvent/Controller}/RoleController.php (100%) rename {Controller => src/Bundle/ChillEvent/Controller}/StatusController.php (100%) rename {DataFixtures => src/Bundle/ChillEvent/DataFixtures}/ORM/LoadEventTypes.php (100%) rename {DataFixtures => src/Bundle/ChillEvent/DataFixtures}/ORM/LoadParticipation.php (100%) rename {DataFixtures => src/Bundle/ChillEvent/DataFixtures}/ORM/LoadRolesACL.php (100%) rename {DependencyInjection => src/Bundle/ChillEvent/DependencyInjection}/ChillEventExtension.php (100%) rename {DependencyInjection => src/Bundle/ChillEvent/DependencyInjection}/Configuration.php (100%) rename {Entity => src/Bundle/ChillEvent/Entity}/Event.php (100%) rename {Entity => src/Bundle/ChillEvent/Entity}/EventType.php (100%) rename {Entity => src/Bundle/ChillEvent/Entity}/Participation.php (100%) rename {Entity => src/Bundle/ChillEvent/Entity}/Role.php (100%) rename {Entity => src/Bundle/ChillEvent/Entity}/Status.php (100%) rename {Form => src/Bundle/ChillEvent/Form}/EventType.php (100%) rename {Form => src/Bundle/ChillEvent/Form}/EventTypeType.php (100%) rename {Form => src/Bundle/ChillEvent/Form}/ParticipationType.php (100%) rename {Form => src/Bundle/ChillEvent/Form}/RoleType.php (100%) rename {Form => src/Bundle/ChillEvent/Form}/StatusType.php (100%) rename {Form => src/Bundle/ChillEvent/Form}/Type/PickEventType.php (100%) rename {Form => src/Bundle/ChillEvent/Form}/Type/PickRoleType.php (100%) rename {Form => src/Bundle/ChillEvent/Form}/Type/PickStatusType.php (100%) rename LICENSE.txt => src/Bundle/ChillEvent/LICENSE.txt (100%) rename README.md => src/Bundle/ChillEvent/README.md (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/config/doctrine/Event.orm.yml (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/config/doctrine/EventType.orm.yml (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/config/doctrine/Participation.orm.yml (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/config/doctrine/Role.orm.yml (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/config/doctrine/Status.orm.yml (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/config/routing.yml (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/config/routing/event.yml (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/config/routing/eventtype.yml (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/config/routing/participation.yml (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/config/routing/role.yml (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/config/routing/status.yml (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/config/services/authorization.yml (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/config/services/forms.yml (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/config/services/repositories.yml (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/config/services/search.yml (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/config/validation.yml (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/migrations/Version20160318111334.php (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/test/Fixtures/App/AppKernel.php (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/test/Fixtures/App/config/config.yml (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/test/Fixtures/App/config/config_test.yml (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/test/Fixtures/App/config/parameters.gitlab-ci.yml (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/test/Fixtures/App/config/parameters.yml (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/test/Fixtures/App/config/parameters.yml.dist (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/test/Fixtures/App/config/routing.yml (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/test/Fixtures/App/console (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/test/bootstrap.php (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/translations/messages.fr.yml (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/Event/edit.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/Event/index.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/Event/list.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/Event/new.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/Event/show.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/EventType/edit.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/EventType/index.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/EventType/new.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/EventType/show.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/Participation/_ignored_participations.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/Participation/edit-multiple.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/Participation/edit.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/Participation/new-multiple.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/Participation/new.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/Role/edit.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/Role/index.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/Role/new.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/Role/show.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/Status/edit.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/Status/index.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/Status/new.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/Status/show.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/layout.html.twig (100%) rename {Search => src/Bundle/ChillEvent/Search}/EventSearch.php (100%) rename {Security => src/Bundle/ChillEvent/Security}/Authorization/EventVoter.php (100%) rename {Security => src/Bundle/ChillEvent/Security}/Authorization/ParticipationVoter.php (100%) rename {Tests => src/Bundle/ChillEvent/Tests}/Controller/EventControllerTest.php (100%) rename {Tests => src/Bundle/ChillEvent/Tests}/Controller/EventTypeControllerTest.php (100%) rename {Tests => src/Bundle/ChillEvent/Tests}/Controller/ParticipationControllerTest.php (100%) rename {Tests => src/Bundle/ChillEvent/Tests}/Controller/RoleControllerTest.php (100%) rename {Tests => src/Bundle/ChillEvent/Tests}/Controller/StatusControllerTest.php (100%) rename {Tests => src/Bundle/ChillEvent/Tests}/Search/EventSearchTest.php (100%) rename apigen.neon => src/Bundle/ChillEvent/apigen.neon (100%) rename composer.json => src/Bundle/ChillEvent/composer.json (100%) rename phpunit.xml.dist => src/Bundle/ChillEvent/phpunit.xml.dist (100%) diff --git a/.gitignore b/src/Bundle/ChillEvent/.gitignore similarity index 100% rename from .gitignore rename to src/Bundle/ChillEvent/.gitignore diff --git a/.gitlab-ci.yml b/src/Bundle/ChillEvent/.gitlab-ci.yml similarity index 100% rename from .gitlab-ci.yml rename to src/Bundle/ChillEvent/.gitlab-ci.yml diff --git a/ChillEventBundle.php b/src/Bundle/ChillEvent/ChillEventBundle.php similarity index 100% rename from ChillEventBundle.php rename to src/Bundle/ChillEvent/ChillEventBundle.php diff --git a/Controller/EventController.php b/src/Bundle/ChillEvent/Controller/EventController.php similarity index 100% rename from Controller/EventController.php rename to src/Bundle/ChillEvent/Controller/EventController.php diff --git a/Controller/EventTypeController.php b/src/Bundle/ChillEvent/Controller/EventTypeController.php similarity index 100% rename from Controller/EventTypeController.php rename to src/Bundle/ChillEvent/Controller/EventTypeController.php diff --git a/Controller/ParticipationController.php b/src/Bundle/ChillEvent/Controller/ParticipationController.php similarity index 100% rename from Controller/ParticipationController.php rename to src/Bundle/ChillEvent/Controller/ParticipationController.php diff --git a/Controller/RoleController.php b/src/Bundle/ChillEvent/Controller/RoleController.php similarity index 100% rename from Controller/RoleController.php rename to src/Bundle/ChillEvent/Controller/RoleController.php diff --git a/Controller/StatusController.php b/src/Bundle/ChillEvent/Controller/StatusController.php similarity index 100% rename from Controller/StatusController.php rename to src/Bundle/ChillEvent/Controller/StatusController.php diff --git a/DataFixtures/ORM/LoadEventTypes.php b/src/Bundle/ChillEvent/DataFixtures/ORM/LoadEventTypes.php similarity index 100% rename from DataFixtures/ORM/LoadEventTypes.php rename to src/Bundle/ChillEvent/DataFixtures/ORM/LoadEventTypes.php diff --git a/DataFixtures/ORM/LoadParticipation.php b/src/Bundle/ChillEvent/DataFixtures/ORM/LoadParticipation.php similarity index 100% rename from DataFixtures/ORM/LoadParticipation.php rename to src/Bundle/ChillEvent/DataFixtures/ORM/LoadParticipation.php diff --git a/DataFixtures/ORM/LoadRolesACL.php b/src/Bundle/ChillEvent/DataFixtures/ORM/LoadRolesACL.php similarity index 100% rename from DataFixtures/ORM/LoadRolesACL.php rename to src/Bundle/ChillEvent/DataFixtures/ORM/LoadRolesACL.php diff --git a/DependencyInjection/ChillEventExtension.php b/src/Bundle/ChillEvent/DependencyInjection/ChillEventExtension.php similarity index 100% rename from DependencyInjection/ChillEventExtension.php rename to src/Bundle/ChillEvent/DependencyInjection/ChillEventExtension.php diff --git a/DependencyInjection/Configuration.php b/src/Bundle/ChillEvent/DependencyInjection/Configuration.php similarity index 100% rename from DependencyInjection/Configuration.php rename to src/Bundle/ChillEvent/DependencyInjection/Configuration.php diff --git a/Entity/Event.php b/src/Bundle/ChillEvent/Entity/Event.php similarity index 100% rename from Entity/Event.php rename to src/Bundle/ChillEvent/Entity/Event.php diff --git a/Entity/EventType.php b/src/Bundle/ChillEvent/Entity/EventType.php similarity index 100% rename from Entity/EventType.php rename to src/Bundle/ChillEvent/Entity/EventType.php diff --git a/Entity/Participation.php b/src/Bundle/ChillEvent/Entity/Participation.php similarity index 100% rename from Entity/Participation.php rename to src/Bundle/ChillEvent/Entity/Participation.php diff --git a/Entity/Role.php b/src/Bundle/ChillEvent/Entity/Role.php similarity index 100% rename from Entity/Role.php rename to src/Bundle/ChillEvent/Entity/Role.php diff --git a/Entity/Status.php b/src/Bundle/ChillEvent/Entity/Status.php similarity index 100% rename from Entity/Status.php rename to src/Bundle/ChillEvent/Entity/Status.php diff --git a/Form/EventType.php b/src/Bundle/ChillEvent/Form/EventType.php similarity index 100% rename from Form/EventType.php rename to src/Bundle/ChillEvent/Form/EventType.php diff --git a/Form/EventTypeType.php b/src/Bundle/ChillEvent/Form/EventTypeType.php similarity index 100% rename from Form/EventTypeType.php rename to src/Bundle/ChillEvent/Form/EventTypeType.php diff --git a/Form/ParticipationType.php b/src/Bundle/ChillEvent/Form/ParticipationType.php similarity index 100% rename from Form/ParticipationType.php rename to src/Bundle/ChillEvent/Form/ParticipationType.php diff --git a/Form/RoleType.php b/src/Bundle/ChillEvent/Form/RoleType.php similarity index 100% rename from Form/RoleType.php rename to src/Bundle/ChillEvent/Form/RoleType.php diff --git a/Form/StatusType.php b/src/Bundle/ChillEvent/Form/StatusType.php similarity index 100% rename from Form/StatusType.php rename to src/Bundle/ChillEvent/Form/StatusType.php diff --git a/Form/Type/PickEventType.php b/src/Bundle/ChillEvent/Form/Type/PickEventType.php similarity index 100% rename from Form/Type/PickEventType.php rename to src/Bundle/ChillEvent/Form/Type/PickEventType.php diff --git a/Form/Type/PickRoleType.php b/src/Bundle/ChillEvent/Form/Type/PickRoleType.php similarity index 100% rename from Form/Type/PickRoleType.php rename to src/Bundle/ChillEvent/Form/Type/PickRoleType.php diff --git a/Form/Type/PickStatusType.php b/src/Bundle/ChillEvent/Form/Type/PickStatusType.php similarity index 100% rename from Form/Type/PickStatusType.php rename to src/Bundle/ChillEvent/Form/Type/PickStatusType.php diff --git a/LICENSE.txt b/src/Bundle/ChillEvent/LICENSE.txt similarity index 100% rename from LICENSE.txt rename to src/Bundle/ChillEvent/LICENSE.txt diff --git a/README.md b/src/Bundle/ChillEvent/README.md similarity index 100% rename from README.md rename to src/Bundle/ChillEvent/README.md diff --git a/Resources/config/doctrine/Event.orm.yml b/src/Bundle/ChillEvent/Resources/config/doctrine/Event.orm.yml similarity index 100% rename from Resources/config/doctrine/Event.orm.yml rename to src/Bundle/ChillEvent/Resources/config/doctrine/Event.orm.yml diff --git a/Resources/config/doctrine/EventType.orm.yml b/src/Bundle/ChillEvent/Resources/config/doctrine/EventType.orm.yml similarity index 100% rename from Resources/config/doctrine/EventType.orm.yml rename to src/Bundle/ChillEvent/Resources/config/doctrine/EventType.orm.yml diff --git a/Resources/config/doctrine/Participation.orm.yml b/src/Bundle/ChillEvent/Resources/config/doctrine/Participation.orm.yml similarity index 100% rename from Resources/config/doctrine/Participation.orm.yml rename to src/Bundle/ChillEvent/Resources/config/doctrine/Participation.orm.yml diff --git a/Resources/config/doctrine/Role.orm.yml b/src/Bundle/ChillEvent/Resources/config/doctrine/Role.orm.yml similarity index 100% rename from Resources/config/doctrine/Role.orm.yml rename to src/Bundle/ChillEvent/Resources/config/doctrine/Role.orm.yml diff --git a/Resources/config/doctrine/Status.orm.yml b/src/Bundle/ChillEvent/Resources/config/doctrine/Status.orm.yml similarity index 100% rename from Resources/config/doctrine/Status.orm.yml rename to src/Bundle/ChillEvent/Resources/config/doctrine/Status.orm.yml diff --git a/Resources/config/routing.yml b/src/Bundle/ChillEvent/Resources/config/routing.yml similarity index 100% rename from Resources/config/routing.yml rename to src/Bundle/ChillEvent/Resources/config/routing.yml diff --git a/Resources/config/routing/event.yml b/src/Bundle/ChillEvent/Resources/config/routing/event.yml similarity index 100% rename from Resources/config/routing/event.yml rename to src/Bundle/ChillEvent/Resources/config/routing/event.yml diff --git a/Resources/config/routing/eventtype.yml b/src/Bundle/ChillEvent/Resources/config/routing/eventtype.yml similarity index 100% rename from Resources/config/routing/eventtype.yml rename to src/Bundle/ChillEvent/Resources/config/routing/eventtype.yml diff --git a/Resources/config/routing/participation.yml b/src/Bundle/ChillEvent/Resources/config/routing/participation.yml similarity index 100% rename from Resources/config/routing/participation.yml rename to src/Bundle/ChillEvent/Resources/config/routing/participation.yml diff --git a/Resources/config/routing/role.yml b/src/Bundle/ChillEvent/Resources/config/routing/role.yml similarity index 100% rename from Resources/config/routing/role.yml rename to src/Bundle/ChillEvent/Resources/config/routing/role.yml diff --git a/Resources/config/routing/status.yml b/src/Bundle/ChillEvent/Resources/config/routing/status.yml similarity index 100% rename from Resources/config/routing/status.yml rename to src/Bundle/ChillEvent/Resources/config/routing/status.yml diff --git a/Resources/config/services/authorization.yml b/src/Bundle/ChillEvent/Resources/config/services/authorization.yml similarity index 100% rename from Resources/config/services/authorization.yml rename to src/Bundle/ChillEvent/Resources/config/services/authorization.yml diff --git a/Resources/config/services/forms.yml b/src/Bundle/ChillEvent/Resources/config/services/forms.yml similarity index 100% rename from Resources/config/services/forms.yml rename to src/Bundle/ChillEvent/Resources/config/services/forms.yml diff --git a/Resources/config/services/repositories.yml b/src/Bundle/ChillEvent/Resources/config/services/repositories.yml similarity index 100% rename from Resources/config/services/repositories.yml rename to src/Bundle/ChillEvent/Resources/config/services/repositories.yml diff --git a/Resources/config/services/search.yml b/src/Bundle/ChillEvent/Resources/config/services/search.yml similarity index 100% rename from Resources/config/services/search.yml rename to src/Bundle/ChillEvent/Resources/config/services/search.yml diff --git a/Resources/config/validation.yml b/src/Bundle/ChillEvent/Resources/config/validation.yml similarity index 100% rename from Resources/config/validation.yml rename to src/Bundle/ChillEvent/Resources/config/validation.yml diff --git a/Resources/migrations/Version20160318111334.php b/src/Bundle/ChillEvent/Resources/migrations/Version20160318111334.php similarity index 100% rename from Resources/migrations/Version20160318111334.php rename to src/Bundle/ChillEvent/Resources/migrations/Version20160318111334.php diff --git a/Resources/test/Fixtures/App/AppKernel.php b/src/Bundle/ChillEvent/Resources/test/Fixtures/App/AppKernel.php similarity index 100% rename from Resources/test/Fixtures/App/AppKernel.php rename to src/Bundle/ChillEvent/Resources/test/Fixtures/App/AppKernel.php diff --git a/Resources/test/Fixtures/App/config/config.yml b/src/Bundle/ChillEvent/Resources/test/Fixtures/App/config/config.yml similarity index 100% rename from Resources/test/Fixtures/App/config/config.yml rename to src/Bundle/ChillEvent/Resources/test/Fixtures/App/config/config.yml diff --git a/Resources/test/Fixtures/App/config/config_test.yml b/src/Bundle/ChillEvent/Resources/test/Fixtures/App/config/config_test.yml similarity index 100% rename from Resources/test/Fixtures/App/config/config_test.yml rename to src/Bundle/ChillEvent/Resources/test/Fixtures/App/config/config_test.yml diff --git a/Resources/test/Fixtures/App/config/parameters.gitlab-ci.yml b/src/Bundle/ChillEvent/Resources/test/Fixtures/App/config/parameters.gitlab-ci.yml similarity index 100% rename from Resources/test/Fixtures/App/config/parameters.gitlab-ci.yml rename to src/Bundle/ChillEvent/Resources/test/Fixtures/App/config/parameters.gitlab-ci.yml diff --git a/Resources/test/Fixtures/App/config/parameters.yml b/src/Bundle/ChillEvent/Resources/test/Fixtures/App/config/parameters.yml similarity index 100% rename from Resources/test/Fixtures/App/config/parameters.yml rename to src/Bundle/ChillEvent/Resources/test/Fixtures/App/config/parameters.yml diff --git a/Resources/test/Fixtures/App/config/parameters.yml.dist b/src/Bundle/ChillEvent/Resources/test/Fixtures/App/config/parameters.yml.dist similarity index 100% rename from Resources/test/Fixtures/App/config/parameters.yml.dist rename to src/Bundle/ChillEvent/Resources/test/Fixtures/App/config/parameters.yml.dist diff --git a/Resources/test/Fixtures/App/config/routing.yml b/src/Bundle/ChillEvent/Resources/test/Fixtures/App/config/routing.yml similarity index 100% rename from Resources/test/Fixtures/App/config/routing.yml rename to src/Bundle/ChillEvent/Resources/test/Fixtures/App/config/routing.yml diff --git a/Resources/test/Fixtures/App/console b/src/Bundle/ChillEvent/Resources/test/Fixtures/App/console similarity index 100% rename from Resources/test/Fixtures/App/console rename to src/Bundle/ChillEvent/Resources/test/Fixtures/App/console diff --git a/Resources/test/bootstrap.php b/src/Bundle/ChillEvent/Resources/test/bootstrap.php similarity index 100% rename from Resources/test/bootstrap.php rename to src/Bundle/ChillEvent/Resources/test/bootstrap.php diff --git a/Resources/translations/messages.fr.yml b/src/Bundle/ChillEvent/Resources/translations/messages.fr.yml similarity index 100% rename from Resources/translations/messages.fr.yml rename to src/Bundle/ChillEvent/Resources/translations/messages.fr.yml diff --git a/Resources/views/Event/edit.html.twig b/src/Bundle/ChillEvent/Resources/views/Event/edit.html.twig similarity index 100% rename from Resources/views/Event/edit.html.twig rename to src/Bundle/ChillEvent/Resources/views/Event/edit.html.twig diff --git a/Resources/views/Event/index.html.twig b/src/Bundle/ChillEvent/Resources/views/Event/index.html.twig similarity index 100% rename from Resources/views/Event/index.html.twig rename to src/Bundle/ChillEvent/Resources/views/Event/index.html.twig diff --git a/Resources/views/Event/list.html.twig b/src/Bundle/ChillEvent/Resources/views/Event/list.html.twig similarity index 100% rename from Resources/views/Event/list.html.twig rename to src/Bundle/ChillEvent/Resources/views/Event/list.html.twig diff --git a/Resources/views/Event/new.html.twig b/src/Bundle/ChillEvent/Resources/views/Event/new.html.twig similarity index 100% rename from Resources/views/Event/new.html.twig rename to src/Bundle/ChillEvent/Resources/views/Event/new.html.twig diff --git a/Resources/views/Event/show.html.twig b/src/Bundle/ChillEvent/Resources/views/Event/show.html.twig similarity index 100% rename from Resources/views/Event/show.html.twig rename to src/Bundle/ChillEvent/Resources/views/Event/show.html.twig diff --git a/Resources/views/EventType/edit.html.twig b/src/Bundle/ChillEvent/Resources/views/EventType/edit.html.twig similarity index 100% rename from Resources/views/EventType/edit.html.twig rename to src/Bundle/ChillEvent/Resources/views/EventType/edit.html.twig diff --git a/Resources/views/EventType/index.html.twig b/src/Bundle/ChillEvent/Resources/views/EventType/index.html.twig similarity index 100% rename from Resources/views/EventType/index.html.twig rename to src/Bundle/ChillEvent/Resources/views/EventType/index.html.twig diff --git a/Resources/views/EventType/new.html.twig b/src/Bundle/ChillEvent/Resources/views/EventType/new.html.twig similarity index 100% rename from Resources/views/EventType/new.html.twig rename to src/Bundle/ChillEvent/Resources/views/EventType/new.html.twig diff --git a/Resources/views/EventType/show.html.twig b/src/Bundle/ChillEvent/Resources/views/EventType/show.html.twig similarity index 100% rename from Resources/views/EventType/show.html.twig rename to src/Bundle/ChillEvent/Resources/views/EventType/show.html.twig diff --git a/Resources/views/Participation/_ignored_participations.html.twig b/src/Bundle/ChillEvent/Resources/views/Participation/_ignored_participations.html.twig similarity index 100% rename from Resources/views/Participation/_ignored_participations.html.twig rename to src/Bundle/ChillEvent/Resources/views/Participation/_ignored_participations.html.twig diff --git a/Resources/views/Participation/edit-multiple.html.twig b/src/Bundle/ChillEvent/Resources/views/Participation/edit-multiple.html.twig similarity index 100% rename from Resources/views/Participation/edit-multiple.html.twig rename to src/Bundle/ChillEvent/Resources/views/Participation/edit-multiple.html.twig diff --git a/Resources/views/Participation/edit.html.twig b/src/Bundle/ChillEvent/Resources/views/Participation/edit.html.twig similarity index 100% rename from Resources/views/Participation/edit.html.twig rename to src/Bundle/ChillEvent/Resources/views/Participation/edit.html.twig diff --git a/Resources/views/Participation/new-multiple.html.twig b/src/Bundle/ChillEvent/Resources/views/Participation/new-multiple.html.twig similarity index 100% rename from Resources/views/Participation/new-multiple.html.twig rename to src/Bundle/ChillEvent/Resources/views/Participation/new-multiple.html.twig diff --git a/Resources/views/Participation/new.html.twig b/src/Bundle/ChillEvent/Resources/views/Participation/new.html.twig similarity index 100% rename from Resources/views/Participation/new.html.twig rename to src/Bundle/ChillEvent/Resources/views/Participation/new.html.twig diff --git a/Resources/views/Role/edit.html.twig b/src/Bundle/ChillEvent/Resources/views/Role/edit.html.twig similarity index 100% rename from Resources/views/Role/edit.html.twig rename to src/Bundle/ChillEvent/Resources/views/Role/edit.html.twig diff --git a/Resources/views/Role/index.html.twig b/src/Bundle/ChillEvent/Resources/views/Role/index.html.twig similarity index 100% rename from Resources/views/Role/index.html.twig rename to src/Bundle/ChillEvent/Resources/views/Role/index.html.twig diff --git a/Resources/views/Role/new.html.twig b/src/Bundle/ChillEvent/Resources/views/Role/new.html.twig similarity index 100% rename from Resources/views/Role/new.html.twig rename to src/Bundle/ChillEvent/Resources/views/Role/new.html.twig diff --git a/Resources/views/Role/show.html.twig b/src/Bundle/ChillEvent/Resources/views/Role/show.html.twig similarity index 100% rename from Resources/views/Role/show.html.twig rename to src/Bundle/ChillEvent/Resources/views/Role/show.html.twig diff --git a/Resources/views/Status/edit.html.twig b/src/Bundle/ChillEvent/Resources/views/Status/edit.html.twig similarity index 100% rename from Resources/views/Status/edit.html.twig rename to src/Bundle/ChillEvent/Resources/views/Status/edit.html.twig diff --git a/Resources/views/Status/index.html.twig b/src/Bundle/ChillEvent/Resources/views/Status/index.html.twig similarity index 100% rename from Resources/views/Status/index.html.twig rename to src/Bundle/ChillEvent/Resources/views/Status/index.html.twig diff --git a/Resources/views/Status/new.html.twig b/src/Bundle/ChillEvent/Resources/views/Status/new.html.twig similarity index 100% rename from Resources/views/Status/new.html.twig rename to src/Bundle/ChillEvent/Resources/views/Status/new.html.twig diff --git a/Resources/views/Status/show.html.twig b/src/Bundle/ChillEvent/Resources/views/Status/show.html.twig similarity index 100% rename from Resources/views/Status/show.html.twig rename to src/Bundle/ChillEvent/Resources/views/Status/show.html.twig diff --git a/Resources/views/layout.html.twig b/src/Bundle/ChillEvent/Resources/views/layout.html.twig similarity index 100% rename from Resources/views/layout.html.twig rename to src/Bundle/ChillEvent/Resources/views/layout.html.twig diff --git a/Search/EventSearch.php b/src/Bundle/ChillEvent/Search/EventSearch.php similarity index 100% rename from Search/EventSearch.php rename to src/Bundle/ChillEvent/Search/EventSearch.php diff --git a/Security/Authorization/EventVoter.php b/src/Bundle/ChillEvent/Security/Authorization/EventVoter.php similarity index 100% rename from Security/Authorization/EventVoter.php rename to src/Bundle/ChillEvent/Security/Authorization/EventVoter.php diff --git a/Security/Authorization/ParticipationVoter.php b/src/Bundle/ChillEvent/Security/Authorization/ParticipationVoter.php similarity index 100% rename from Security/Authorization/ParticipationVoter.php rename to src/Bundle/ChillEvent/Security/Authorization/ParticipationVoter.php diff --git a/Tests/Controller/EventControllerTest.php b/src/Bundle/ChillEvent/Tests/Controller/EventControllerTest.php similarity index 100% rename from Tests/Controller/EventControllerTest.php rename to src/Bundle/ChillEvent/Tests/Controller/EventControllerTest.php diff --git a/Tests/Controller/EventTypeControllerTest.php b/src/Bundle/ChillEvent/Tests/Controller/EventTypeControllerTest.php similarity index 100% rename from Tests/Controller/EventTypeControllerTest.php rename to src/Bundle/ChillEvent/Tests/Controller/EventTypeControllerTest.php diff --git a/Tests/Controller/ParticipationControllerTest.php b/src/Bundle/ChillEvent/Tests/Controller/ParticipationControllerTest.php similarity index 100% rename from Tests/Controller/ParticipationControllerTest.php rename to src/Bundle/ChillEvent/Tests/Controller/ParticipationControllerTest.php diff --git a/Tests/Controller/RoleControllerTest.php b/src/Bundle/ChillEvent/Tests/Controller/RoleControllerTest.php similarity index 100% rename from Tests/Controller/RoleControllerTest.php rename to src/Bundle/ChillEvent/Tests/Controller/RoleControllerTest.php diff --git a/Tests/Controller/StatusControllerTest.php b/src/Bundle/ChillEvent/Tests/Controller/StatusControllerTest.php similarity index 100% rename from Tests/Controller/StatusControllerTest.php rename to src/Bundle/ChillEvent/Tests/Controller/StatusControllerTest.php diff --git a/Tests/Search/EventSearchTest.php b/src/Bundle/ChillEvent/Tests/Search/EventSearchTest.php similarity index 100% rename from Tests/Search/EventSearchTest.php rename to src/Bundle/ChillEvent/Tests/Search/EventSearchTest.php diff --git a/apigen.neon b/src/Bundle/ChillEvent/apigen.neon similarity index 100% rename from apigen.neon rename to src/Bundle/ChillEvent/apigen.neon diff --git a/composer.json b/src/Bundle/ChillEvent/composer.json similarity index 100% rename from composer.json rename to src/Bundle/ChillEvent/composer.json diff --git a/phpunit.xml.dist b/src/Bundle/ChillEvent/phpunit.xml.dist similarity index 100% rename from phpunit.xml.dist rename to src/Bundle/ChillEvent/phpunit.xml.dist