Skip to content

Conversation

mamadaliev
Copy link
Owner

No description provided.

Sherzod Mamadaliev and others added 19 commits November 4, 2019 23:59
* Add pom.xml and dependencies for spring boot + docker application
* Add Main to running class and Fix pom.xml
* Add application properties file
* Delete all test projects
* Add maven project for backend
* Create docker file for backend
* Fix group id and artifact id for maven
* Add application yml file for spring boot application
* Fix version and add name, description and developers for maven
* Create default.conf for nginx and proxying
* Create docker file for managing nginx container
* Create application class for running spring boot application
* Fix travis script for verify build
* Add a simple Vue application for web on frontend
* Create docker file for web client
* Move files and directories of web to frontend
* Fix stack, install, links for readme file
* Fix postgres dependency version from 42.2.2 to 9.4.1210
* Create docker compose file configuration
* Create bash script to build services and launch them in containers
* Fix database name for docker
* Create package.json and fix docker file for frontend
* Fix copy path for docker
* Add lombok dependency
* Add student entity class
* Rename class name student to user
* Add user repository interface that extends jpa repository class
* Add user dto class for transfer entity object to dto object
* Add user exists exception
* Add user not found exception
* Add existsByEmail and existsByNickname methods
* Create class implementation of user service
* Create user service class
* Add dozer dependency
* Fix addUser method in services
* Add user rest controller
* Add codec coverage plugin and script to .travis.yml
* Fix codecov and add status button
* Disable banner mode for dev profile
* Add application properties file for testing
* Add h2 database dependency
* Add tests for user service
* Create a code coverage configuration file
* Fix user service and test methods
* Fix devtools in pom.xml
* Fix user service and controller
* Add controller advice and error response class
Copy link
Owner Author

@mamadaliev mamadaliev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed

@mamadaliev mamadaliev merged commit 5fd6dc8 into master Dec 14, 2019
@codecov
Copy link

codecov bot commented Dec 14, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@00dc318). Click here to learn what that means.
The diff coverage is 36.84%.

@@            Coverage Diff            @@
##             master      #37   +/-   ##
=========================================
  Coverage          ?   36.84%           
  Complexity        ?       18           
=========================================
  Files             ?       10           
  Lines             ?       76           
  Branches          ?        3           
=========================================
  Hits              ?       28           
  Misses            ?       43           
  Partials          ?        5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant