A gateway/firewall task to be able to talk someone about the real job
Fibinger Ádám
2021-10-22 fd7692eae00cbb0db3e6b732f68357e3c64a8a8b
refs
author Fibinger Ádám <adam.fibinger@wup.hu>
Friday, October 22, 2021 18:31 +0200
committer Fibinger Ádám <adam.fibinger@wup.hu>
Friday, October 22, 2021 18:31 +0200
commitfd7692eae00cbb0db3e6b732f68357e3c64a8a8b
tree a6e86289c2aa183e78f95f2480a17391f0566543 tree | zip | gz
parent 15b0f1f801e4328376ee7c2c9e8e355eb4270370 view | diff
First testable and dev ready version
7 files modified
23 files added
7351 ■■■■■ changed files
.env 14 ●●●●● diff | view | raw | blame | history
.gitignore 4 ●●●● diff | view | raw | blame | history
composer.json 24 ●●●●● diff | view | raw | blame | history
composer.lock 6175 ●●●●● diff | view | raw | blame | history
config/bundles.php 7 ●●●●● diff | view | raw | blame | history
config/packages/api_platform.yaml 20 ●●●●● diff | view | raw | blame | history
config/packages/doctrine.yaml 18 ●●●●● diff | view | raw | blame | history
config/packages/doctrine_migrations.yaml 6 ●●●●● diff | view | raw | blame | history
config/packages/nelmio_cors.yaml 10 ●●●●● diff | view | raw | blame | history
config/packages/prod/doctrine.yaml 17 ●●●●● diff | view | raw | blame | history
config/packages/security.yaml 28 ●●●●● diff | view | raw | blame | history
config/packages/test/doctrine.yaml 4 ●●●● diff | view | raw | blame | history
config/packages/test/validator.yaml 3 ●●●●● diff | view | raw | blame | history
config/packages/twig.yaml 6 ●●●●● diff | view | raw | blame | history
config/packages/validator.yaml 8 ●●●●● diff | view | raw | blame | history
config/routes/annotations.yaml 7 ●●●●● diff | view | raw | blame | history
config/routes/api_platform.yaml 4 ●●●● diff | view | raw | blame | history
config/services.yaml 45 ●●●●● diff | view | raw | blame | history
phpunit.xml 40 ●●●●● diff | view | raw | blame | history
src/Controller/RetrieveSecretController.php 30 ●●●●● diff | view | raw | blame | history
src/DataTransformer/CreateSecretTransformer.php 67 ●●●●● diff | view | raw | blame | history
src/Dto/CreateSecretDTO.php 49 ●●●●● diff | view | raw | blame | history
src/Entity/Secret.php 159 ●●●●● diff | view | raw | blame | history
src/EventListener/DeserializeListener.php 70 ●●●●● diff | view | raw | blame | history
src/Filter/PublicSecretQueryExtension.php 26 ●●●●● diff | view | raw | blame | history
src/Repository/SecretRepository.php 15 ●●●●● diff | view | raw | blame | history
src/Serializer/SecretDenormalizer.php 41 ●●●●● diff | view | raw | blame | history
symfony.lock 359 ●●●●● diff | view | raw | blame | history
tests/SecretServerTest.php 84 ●●●●● diff | view | raw | blame | history
tests/bootstrap.php 11 ●●●●● diff | view | raw | blame | history