-
Notifications
You must be signed in to change notification settings - Fork 6
Merge dev branch into master #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
mamadaliev
commented
Dec 14, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed
Codecov Report
@@ 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.