From 772ce28859c5c54623b6ee5026275ef501bc6145 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 CHANGELOG.md => src/Bundle/ChillEvent/CHANGELOG.md | 0 .../Bundle/ChillEvent/ChillEventBundle.php | 0 .../Bundle/ChillEvent/Controller}/AdminController.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 .../Bundle/ChillEvent/Form}/ChoiceLoader/EventChoiceLoader.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/PickEventTypeType.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 {Menu => src/Bundle/ChillEvent/Menu}/PersonMenuBuilder.php | 0 README.md => src/Bundle/ChillEvent/README.md | 0 .../Bundle/ChillEvent/Repository}/EventRepository.php | 0 .../Bundle/ChillEvent/Repository}/ParticipationRepository.php | 0 .../Bundle/ChillEvent/Resources}/public/css/chillevent.css | 0 {Resources => src/Bundle/ChillEvent/Resources}/public/index.js | 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}/views/Admin/layout.html.twig | 0 .../Bundle/ChillEvent/Resources}/views/Admin/menu.html.twig | 0 .../ChillEvent/Resources}/views/Event/confirm_delete.html.twig | 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 .../ChillEvent/Resources}/views/Event/listByPerson.html.twig | 0 .../Bundle/ChillEvent/Resources}/views/Event/new.html.twig | 0 .../ChillEvent/Resources}/views/Event/newPickCenter.html.twig | 0 .../Bundle/ChillEvent/Resources}/views/Event/show.html.twig | 0 .../ChillEvent/Resources}/views/EventReason/macro.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/confirm_delete.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 .../Resources}/views/Timeline/event_person_context.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 .../Bundle/ChillEvent/Timeline}/TimelineEventProvider.php | 0 apigen.neon => src/Bundle/ChillEvent/apigen.neon | 0 .../Bundle/ChillEvent/chill.webpack.config.js | 0 composer.json => src/Bundle/ChillEvent/composer.json | 0 {config => src/Bundle/ChillEvent/config}/routes.yaml | 0 {config => src/Bundle/ChillEvent/config}/routes/event.yaml | 0 {config => src/Bundle/ChillEvent/config}/routes/eventtype.yaml | 0 .../Bundle/ChillEvent/config}/routes/participation.yaml | 0 {config => src/Bundle/ChillEvent/config}/routes/role.yaml | 0 {config => src/Bundle/ChillEvent/config}/routes/status.yaml | 0 {config => src/Bundle/ChillEvent/config}/services.yaml | 0 .../Bundle/ChillEvent/config}/services/authorization.yaml | 0 {config => src/Bundle/ChillEvent/config}/services/controller.yaml | 0 {config => src/Bundle/ChillEvent/config}/services/fixtures.yaml | 0 {config => src/Bundle/ChillEvent/config}/services/forms.yaml | 0 {config => src/Bundle/ChillEvent/config}/services/menu.yaml | 0 .../Bundle/ChillEvent/config}/services/repositories.yaml | 0 {config => src/Bundle/ChillEvent/config}/services/search.yaml | 0 {config => src/Bundle/ChillEvent/config}/services/timeline.yaml | 0 {config => src/Bundle/ChillEvent/config}/validation.yaml | 0 .../Bundle/ChillEvent/migrations}/Version20160318111334.php | 0 .../Bundle/ChillEvent/migrations}/Version20190110140538.php | 0 .../Bundle/ChillEvent/migrations}/Version20190115140042.php | 0 .../Bundle/ChillEvent/migrations}/Version20190201143121.php | 0 phpunit.xml.dist => src/Bundle/ChillEvent/phpunit.xml.dist | 0 .../Bundle/ChillEvent/translations}/messages.fr.yml | 0 112 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 CHANGELOG.md => src/Bundle/ChillEvent/CHANGELOG.md (100%) rename ChillEventBundle.php => src/Bundle/ChillEvent/ChillEventBundle.php (100%) rename {Controller => src/Bundle/ChillEvent/Controller}/AdminController.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}/ChoiceLoader/EventChoiceLoader.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/PickEventTypeType.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 {Menu => src/Bundle/ChillEvent/Menu}/PersonMenuBuilder.php (100%) rename README.md => src/Bundle/ChillEvent/README.md (100%) rename {Repository => src/Bundle/ChillEvent/Repository}/EventRepository.php (100%) rename {Repository => src/Bundle/ChillEvent/Repository}/ParticipationRepository.php (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/public/css/chillevent.css (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/public/index.js (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}/views/Admin/layout.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/Admin/menu.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/Event/confirm_delete.html.twig (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/listByPerson.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/Event/new.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/Event/newPickCenter.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/Event/show.html.twig (100%) rename {Resources => src/Bundle/ChillEvent/Resources}/views/EventReason/macro.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/confirm_delete.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/Timeline/event_person_context.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 {Timeline => src/Bundle/ChillEvent/Timeline}/TimelineEventProvider.php (100%) rename apigen.neon => src/Bundle/ChillEvent/apigen.neon (100%) rename chill.webpack.config.js => src/Bundle/ChillEvent/chill.webpack.config.js (100%) rename composer.json => src/Bundle/ChillEvent/composer.json (100%) rename {config => src/Bundle/ChillEvent/config}/routes.yaml (100%) rename {config => src/Bundle/ChillEvent/config}/routes/event.yaml (100%) rename {config => src/Bundle/ChillEvent/config}/routes/eventtype.yaml (100%) rename {config => src/Bundle/ChillEvent/config}/routes/participation.yaml (100%) rename {config => src/Bundle/ChillEvent/config}/routes/role.yaml (100%) rename {config => src/Bundle/ChillEvent/config}/routes/status.yaml (100%) rename {config => src/Bundle/ChillEvent/config}/services.yaml (100%) rename {config => src/Bundle/ChillEvent/config}/services/authorization.yaml (100%) rename {config => src/Bundle/ChillEvent/config}/services/controller.yaml (100%) rename {config => src/Bundle/ChillEvent/config}/services/fixtures.yaml (100%) rename {config => src/Bundle/ChillEvent/config}/services/forms.yaml (100%) rename {config => src/Bundle/ChillEvent/config}/services/menu.yaml (100%) rename {config => src/Bundle/ChillEvent/config}/services/repositories.yaml (100%) rename {config => src/Bundle/ChillEvent/config}/services/search.yaml (100%) rename {config => src/Bundle/ChillEvent/config}/services/timeline.yaml (100%) rename {config => src/Bundle/ChillEvent/config}/validation.yaml (100%) rename {migrations => src/Bundle/ChillEvent/migrations}/Version20160318111334.php (100%) rename {migrations => src/Bundle/ChillEvent/migrations}/Version20190110140538.php (100%) rename {migrations => src/Bundle/ChillEvent/migrations}/Version20190115140042.php (100%) rename {migrations => src/Bundle/ChillEvent/migrations}/Version20190201143121.php (100%) rename phpunit.xml.dist => src/Bundle/ChillEvent/phpunit.xml.dist (100%) rename {translations => src/Bundle/ChillEvent/translations}/messages.fr.yml (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/CHANGELOG.md b/src/Bundle/ChillEvent/CHANGELOG.md similarity index 100% rename from CHANGELOG.md rename to src/Bundle/ChillEvent/CHANGELOG.md 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/AdminController.php b/src/Bundle/ChillEvent/Controller/AdminController.php similarity index 100% rename from Controller/AdminController.php rename to src/Bundle/ChillEvent/Controller/AdminController.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/ChoiceLoader/EventChoiceLoader.php b/src/Bundle/ChillEvent/Form/ChoiceLoader/EventChoiceLoader.php similarity index 100% rename from Form/ChoiceLoader/EventChoiceLoader.php rename to src/Bundle/ChillEvent/Form/ChoiceLoader/EventChoiceLoader.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/PickEventTypeType.php b/src/Bundle/ChillEvent/Form/Type/PickEventTypeType.php similarity index 100% rename from Form/Type/PickEventTypeType.php rename to src/Bundle/ChillEvent/Form/Type/PickEventTypeType.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/Menu/PersonMenuBuilder.php b/src/Bundle/ChillEvent/Menu/PersonMenuBuilder.php similarity index 100% rename from Menu/PersonMenuBuilder.php rename to src/Bundle/ChillEvent/Menu/PersonMenuBuilder.php 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/Repository/EventRepository.php b/src/Bundle/ChillEvent/Repository/EventRepository.php similarity index 100% rename from Repository/EventRepository.php rename to src/Bundle/ChillEvent/Repository/EventRepository.php diff --git a/Repository/ParticipationRepository.php b/src/Bundle/ChillEvent/Repository/ParticipationRepository.php similarity index 100% rename from Repository/ParticipationRepository.php rename to src/Bundle/ChillEvent/Repository/ParticipationRepository.php diff --git a/Resources/public/css/chillevent.css b/src/Bundle/ChillEvent/Resources/public/css/chillevent.css similarity index 100% rename from Resources/public/css/chillevent.css rename to src/Bundle/ChillEvent/Resources/public/css/chillevent.css diff --git a/Resources/public/index.js b/src/Bundle/ChillEvent/Resources/public/index.js similarity index 100% rename from Resources/public/index.js rename to src/Bundle/ChillEvent/Resources/public/index.js 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/views/Admin/layout.html.twig b/src/Bundle/ChillEvent/Resources/views/Admin/layout.html.twig similarity index 100% rename from Resources/views/Admin/layout.html.twig rename to src/Bundle/ChillEvent/Resources/views/Admin/layout.html.twig diff --git a/Resources/views/Admin/menu.html.twig b/src/Bundle/ChillEvent/Resources/views/Admin/menu.html.twig similarity index 100% rename from Resources/views/Admin/menu.html.twig rename to src/Bundle/ChillEvent/Resources/views/Admin/menu.html.twig diff --git a/Resources/views/Event/confirm_delete.html.twig b/src/Bundle/ChillEvent/Resources/views/Event/confirm_delete.html.twig similarity index 100% rename from Resources/views/Event/confirm_delete.html.twig rename to src/Bundle/ChillEvent/Resources/views/Event/confirm_delete.html.twig 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/listByPerson.html.twig b/src/Bundle/ChillEvent/Resources/views/Event/listByPerson.html.twig similarity index 100% rename from Resources/views/Event/listByPerson.html.twig rename to src/Bundle/ChillEvent/Resources/views/Event/listByPerson.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/newPickCenter.html.twig b/src/Bundle/ChillEvent/Resources/views/Event/newPickCenter.html.twig similarity index 100% rename from Resources/views/Event/newPickCenter.html.twig rename to src/Bundle/ChillEvent/Resources/views/Event/newPickCenter.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/EventReason/macro.html.twig b/src/Bundle/ChillEvent/Resources/views/EventReason/macro.html.twig similarity index 100% rename from Resources/views/EventReason/macro.html.twig rename to src/Bundle/ChillEvent/Resources/views/EventReason/macro.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/confirm_delete.html.twig b/src/Bundle/ChillEvent/Resources/views/Participation/confirm_delete.html.twig similarity index 100% rename from Resources/views/Participation/confirm_delete.html.twig rename to src/Bundle/ChillEvent/Resources/views/Participation/confirm_delete.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/Timeline/event_person_context.html.twig b/src/Bundle/ChillEvent/Resources/views/Timeline/event_person_context.html.twig similarity index 100% rename from Resources/views/Timeline/event_person_context.html.twig rename to src/Bundle/ChillEvent/Resources/views/Timeline/event_person_context.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/Timeline/TimelineEventProvider.php b/src/Bundle/ChillEvent/Timeline/TimelineEventProvider.php similarity index 100% rename from Timeline/TimelineEventProvider.php rename to src/Bundle/ChillEvent/Timeline/TimelineEventProvider.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/chill.webpack.config.js b/src/Bundle/ChillEvent/chill.webpack.config.js similarity index 100% rename from chill.webpack.config.js rename to src/Bundle/ChillEvent/chill.webpack.config.js 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/config/routes.yaml b/src/Bundle/ChillEvent/config/routes.yaml similarity index 100% rename from config/routes.yaml rename to src/Bundle/ChillEvent/config/routes.yaml diff --git a/config/routes/event.yaml b/src/Bundle/ChillEvent/config/routes/event.yaml similarity index 100% rename from config/routes/event.yaml rename to src/Bundle/ChillEvent/config/routes/event.yaml diff --git a/config/routes/eventtype.yaml b/src/Bundle/ChillEvent/config/routes/eventtype.yaml similarity index 100% rename from config/routes/eventtype.yaml rename to src/Bundle/ChillEvent/config/routes/eventtype.yaml diff --git a/config/routes/participation.yaml b/src/Bundle/ChillEvent/config/routes/participation.yaml similarity index 100% rename from config/routes/participation.yaml rename to src/Bundle/ChillEvent/config/routes/participation.yaml diff --git a/config/routes/role.yaml b/src/Bundle/ChillEvent/config/routes/role.yaml similarity index 100% rename from config/routes/role.yaml rename to src/Bundle/ChillEvent/config/routes/role.yaml diff --git a/config/routes/status.yaml b/src/Bundle/ChillEvent/config/routes/status.yaml similarity index 100% rename from config/routes/status.yaml rename to src/Bundle/ChillEvent/config/routes/status.yaml diff --git a/config/services.yaml b/src/Bundle/ChillEvent/config/services.yaml similarity index 100% rename from config/services.yaml rename to src/Bundle/ChillEvent/config/services.yaml diff --git a/config/services/authorization.yaml b/src/Bundle/ChillEvent/config/services/authorization.yaml similarity index 100% rename from config/services/authorization.yaml rename to src/Bundle/ChillEvent/config/services/authorization.yaml diff --git a/config/services/controller.yaml b/src/Bundle/ChillEvent/config/services/controller.yaml similarity index 100% rename from config/services/controller.yaml rename to src/Bundle/ChillEvent/config/services/controller.yaml diff --git a/config/services/fixtures.yaml b/src/Bundle/ChillEvent/config/services/fixtures.yaml similarity index 100% rename from config/services/fixtures.yaml rename to src/Bundle/ChillEvent/config/services/fixtures.yaml diff --git a/config/services/forms.yaml b/src/Bundle/ChillEvent/config/services/forms.yaml similarity index 100% rename from config/services/forms.yaml rename to src/Bundle/ChillEvent/config/services/forms.yaml diff --git a/config/services/menu.yaml b/src/Bundle/ChillEvent/config/services/menu.yaml similarity index 100% rename from config/services/menu.yaml rename to src/Bundle/ChillEvent/config/services/menu.yaml diff --git a/config/services/repositories.yaml b/src/Bundle/ChillEvent/config/services/repositories.yaml similarity index 100% rename from config/services/repositories.yaml rename to src/Bundle/ChillEvent/config/services/repositories.yaml diff --git a/config/services/search.yaml b/src/Bundle/ChillEvent/config/services/search.yaml similarity index 100% rename from config/services/search.yaml rename to src/Bundle/ChillEvent/config/services/search.yaml diff --git a/config/services/timeline.yaml b/src/Bundle/ChillEvent/config/services/timeline.yaml similarity index 100% rename from config/services/timeline.yaml rename to src/Bundle/ChillEvent/config/services/timeline.yaml diff --git a/config/validation.yaml b/src/Bundle/ChillEvent/config/validation.yaml similarity index 100% rename from config/validation.yaml rename to src/Bundle/ChillEvent/config/validation.yaml diff --git a/migrations/Version20160318111334.php b/src/Bundle/ChillEvent/migrations/Version20160318111334.php similarity index 100% rename from migrations/Version20160318111334.php rename to src/Bundle/ChillEvent/migrations/Version20160318111334.php diff --git a/migrations/Version20190110140538.php b/src/Bundle/ChillEvent/migrations/Version20190110140538.php similarity index 100% rename from migrations/Version20190110140538.php rename to src/Bundle/ChillEvent/migrations/Version20190110140538.php diff --git a/migrations/Version20190115140042.php b/src/Bundle/ChillEvent/migrations/Version20190115140042.php similarity index 100% rename from migrations/Version20190115140042.php rename to src/Bundle/ChillEvent/migrations/Version20190115140042.php diff --git a/migrations/Version20190201143121.php b/src/Bundle/ChillEvent/migrations/Version20190201143121.php similarity index 100% rename from migrations/Version20190201143121.php rename to src/Bundle/ChillEvent/migrations/Version20190201143121.php 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 diff --git a/translations/messages.fr.yml b/src/Bundle/ChillEvent/translations/messages.fr.yml similarity index 100% rename from translations/messages.fr.yml rename to src/Bundle/ChillEvent/translations/messages.fr.yml