microservices-playground/api-comments

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
README.md
app/config/config.yml
app/config/config_dev.yml
app/config/config_prod.yml
app/config/config_test.yml
app/config/doctrine/default/Author.orm.yml
app/config/doctrine/default/Comment.orm.yml
app/config/doctrine/default/Mention.orm.yml
app/config/doctrine/legacy/Comment.orm.yml
app/config/doctrine/legacy/Mention.orm.yml
app/config/doctrine/legacy/Parameter.orm.yml
app/config/doctrine/legacy/User.orm.yml
app/config/parameters.yml.dist
app/config/routing.yml
app/config/routing_dev.yml
app/config/security.yml
app/config/serializer.yml
app/config/services.yml
app/config/validation.yml
bin/console
composer.json
composer.lock
makefile
phpunit.xml.dist
app/AppCache.php5
app/AppKernel.php43
app/autoload.php6
src/AppBundle/AppBundle.php6
src/AppBundle/Controller/Comments/CreateController.php34
src/AppBundle/Controller/Comments/ListController.php27
src/AppBundle/Controller/Comments/RemoveController.php20
src/AppBundle/Dto/Dto.php5
src/AppBundle/Dto/Dto/CommentDto.php16
src/AppBundle/Dto/Dto/ConfirmedMentionDto.php8
src/AppBundle/Entity/Author.php40
src/AppBundle/Entity/Comment.php95
src/AppBundle/Entity/Entity.php5
src/AppBundle/Entity/Mention.php30
src/AppBundle/Exception/ValidationError.php16
src/AppBundle/Mapper/DtoToEntity/CommentMapper.php36
src/AppBundle/Mapper/DtoToEntityMapper.php8
src/AppBundle/Mapper/EntityToDto/CommentMapper.php39
src/AppBundle/Mapper/EntityToDtoMapper.php9
src/AppBundle/Repository/AuthorRepository.php6
src/AppBundle/Repository/CommentRepository.php10
src/AppBundle/Repository/Doctrine/DoctrineAuthorRepository.php11
src/AppBundle/Repository/Doctrine/DoctrineCommentRepository.php32
src/AppBundle/Repository/Doctrine/DoctrineMentionRepository.php20