generated from ita-social-projects/DevTemplate
-
Notifications
You must be signed in to change notification settings - Fork 11
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
First pull request to Master #373
Merged
Merged
Conversation
This file contains 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
Setup logger and log folder to .gitignore
Create Entities
* Setup Swagger Close #19
* add flyway; lombok, mapper dependencies * create db structure in migration * remove redudant credentials from build.gradle
* Fetch types optimized * Entity fetch types optimized, Lombok lib added to dependencies, lombok annotations used on Entities
* Add checkstyle * fix gradle
* Fetch types optimized * Entity fetch types optimized, Lombok lib added to dependencies, lombok annotations used on Entities * Implemented storing java enums as varchars is DB, changed migration schema, set up h2 to be used with test * Updated entity names * Corrected namings, parameters, template files
…ureGlobal() method). Added UserService and UserServiceImpl classes. Added method findByEmail() to UserRepository Added Login and Registration endpoints to EndPoints class.
Added UserService and UserServiceImpl classes. Added method findByEmail() to UserRepository
* deleted registerNewUser * deleted unused imports Co-authored-by: Alex <kp9k999@gmail.com>
Co-authored-by: Alex <kp9k999@gmail.com>
Co-authored-by: Alex <kp9k999@gmail.com>
* New SetImportant endpoint * Tests * checkstyle * checkstyle
Co-authored-by: Alex <kp9k999@gmail.com>
* create * refactor * refactor2 * refactor3 * Delete unused imports * refactor logger * Refactored access to GA to ByteArrayInputStream * Update application.properties * Update GoogleAnalytics.java * Delete client_secrets.json * correct variable * refactor * change preview field in Posts table * refactor Co-authored-by: Alex <kp9k999@gmail.com>
Co-authored-by: Alex <kp9k999@gmail.com>
Co-authored-by: Alex <kp9k999@gmail.com>
* refactored * refactored * delete unused imports * refact * refact * refact1 * refact2 * refact3 * refact4 * refact5 * refact6 * refact7 * refact8 * refact9 * refact11 * refact12 * refact13 * refact14 * refact15 * refact * refact Co-authored-by: Alex <kp9k999@gmail.com>
Correct creds transport (#354)
* importance order field * Set order * Pull develop * query change * return config
Merge develop to release
first commit
merge develop to release
release
new environment changes
new changes - naming
New infrastructure changes
Kudos, SonarCloud Quality Gate passed! |
Izarx
approved these changes
Jul 2, 2021
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.
Master pull request
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.
Check environment setting