Skip to content
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

Deploy project to production #356

Open
OleksandrMazur opened this issue Dec 5, 2018 · 0 comments
Open

Deploy project to production #356

OleksandrMazur opened this issue Dec 5, 2018 · 0 comments
Assignees

Comments

@OleksandrMazur
Copy link
Collaborator

No description provided.

@OleksandrMazur OleksandrMazur created this issue from a note in SCRUM - Lv-350.Java (Sprint backlog) Dec 5, 2018
@OleksandrMazur OleksandrMazur self-assigned this Dec 5, 2018
@OleksandrMazur OleksandrMazur moved this from Sprint backlog to In progress in SCRUM - Lv-350.Java Dec 5, 2018
OleksandrMazur added a commit that referenced this issue Dec 5, 2018
* WIP: ORLP-429 create Custom Permission Evaluator

* WIP: ORLP-429 create Custom Permission Evaluator

* WIP: ORLP-429 little fixing in Custom Permission Evaluator

* WIP: ORLP-429 little fixing and added java docs

* WIP: ORLP-429 changed type of key of permission map

* WIP: ORLP-429 add example of checking on ownership

* Update EntityName.java

* WIP: ORLP-429 remove operation ADMINISTRATE and create example of using

* ORLP-436

* WIP: ORLP-429 fix migration for column ""

* WIP: ORLP-429 fix migration for column "created_by" and rename entity

* WIP: ORLP-429 add example for using @PreAuthorize

* ORLP - 441 @ResponseStatus added

* ORLP - 441 password norm

* ORLP - 441 almost done

* ORLP-422 fix DeckRatingController

* ORLP - 441 almost done1

* ORLP - 441 done

* ORLP - 441 done1

* ORLP-422 fix DeckRatingController

* ORLP-422 fix DeckRatingController

* ORLP-422 fix DeckRatingController

* ORLP-429 - merged with master

* ORLP-422 fix DeckRatingController

* ORLP-422 fix DeckRatingController

* ORLP - 445 start

* ORLP-422 fix DeckRatingController (put back save Anblak

* ORLP - 445 start1

* ORLP - 445 ok

* ORLP-429 - security adding, work in progress

* ORLP-437: add index

* ORLP-429 - security adding, work in progress

* ORLP - 445 done

* ORLP-437: add methods in service

* temp

* Revert "ORLP-445 (Folder, Image, ManageUser Controllers)"

* ORLP-429 - Security by implementation of permissonEvaluator

* ORLP - 445 done1

* ORLP - 445 ok11

* ORLP - 445 test commit

* ORLP - 445 chenged password to DB in yaml

* ORLP - 445 chenged password to DB in yaml

* ORLP-429 - Security by implementation modified security

* ORLP - 449 start

* ORLP - 449 almost done

* ORLP - 449 changed to password to normal

* ORLP-429 - Security bugs fixed

* ORLP-429 - Security registration controller fix

* ORLP-437:add cache,finish search, small fix of code

* ORLP-437:changed show-sql

* ORLP-437: fix

* ORLP-429 - Security fix

* ORLP-429 - Tests fixed

* migration version fix

* Security and import changes

* Admin Deck Bug Fix (ADBF):)

* develop (dackRating fixed)

* Registration fix

* Setup encryption

* Setup encryption

* Setup encryption

* Setup encryption

* Update container_deploy.sh

* Update CI config

* Updated container name

* Some updates

* Closes #235 - added version 5.1.44 to mysql-connector-java in pom.xml (#235)

* Closes #234 - added version 5.1.44 to mysql-connector-java in pom.xml

* Disabled slack-notifier in wercker.yml file

* Changed java/maven to wercker/maven in wercker.yml

* Added an empty line to wercker.yml

* Closes #220 - removed unused imports/unnecessary parenthesis/etc (#239)

* Closes #220 - removed unused imports/unnecessary parenthesis/etc

* added crypted yml

* fixed application.yml

* Closes #222 - Refactored REST API(Part 7)

* Closes #232 Refactor REST API (Part 6) (#240)

* Closes #224 - refactored three controllers (#241)

* #231 - Refactor REST API (Part 2) (#243)

* ORLP. Fixed missing import.

* Closes #223 - Updated AuditControlerTest

* Closes #227 - Create security for methods in controllers (Part 3) (#248)

* Closes #227 - create security for methods in controllers (Part 3)

* Fixed one merge conflict

* Closes #256 - Fix DeckRatingControllerTest and ValidatorsTest (#257)

* Closes #256 - Fix DeckRatingControllerTest and ValidatorsTest

* Fixed Validators Test and DeckRatingControllerTest

* Closes #252 Create Unit Tests (Part 4) (#260)

* Initial commit

* Closes #252 - Create Unit Tests Part 4

* Removed print() from tests

* Closes #229 Bug: There are no validation in the 'Deck description' and 'Deck name' fields (#259)

* Added validation in 'Deck description' and 'Deck name'fields for creating deck by admin.

* Updated DeckControllerTest.java file, changed annotation Length to Size and added annotation Pattern.

* Closes #254 - orlp 254 unit test for contollers (#263)

* Closes #249 - Create Unit Tests (Part 1)

* Closes #253 - Create Unit Tests (Part 5)

* Closes #250 Create Unit Tests (Part 2) (#262)

Closes #250 Create Unit Tests (Part 2)
Fixed CardRatingController

* ORLP-264. Restore travis yml. (#266)

*  Closes #251 - Create Unit Tests (Part 3) (#268)

* Closes #251 - Create Unit Tests (Part 3)

* initial commit

* initial commit

* initial commit

* initial commit

* Finished DeckControllerTest

* Finished DeckControllerTest

* initial commit

* Updated some tests - DeckController and DeckCommentControlled done

* Closes #251 - Create Unit Tests (Part 3)

* Closes #251 - Create Unit Tests (Part 3)

* Fixed Not enough arguments at line 225 - added deckId

* Closes #270 - update permissions in controllers (#271)

* Closes #270 - update permissions in controllers

* Resolved merge conflicts

* Closes #265 Fix editing deck by admin (#269)

* Changed Deck to DeckEditByAdminDTO for DeckController class in updateDeckForAdmin method. Updated DeckControllerTest and DeckServiceTest for updateDeckForAdmin method.

* Closes #272 Fixed bugs in FolderController (#273)

* Closes #274 - Investigate method addDeckForUser in  DeckController (#279)

* Closes #278 - Checked forgot password feature (#282)

* Closes #276 - Changed permission for download cards. (#280)

* Fixed possibility for admin to add/delete courses to/from his cabinet.

* Closes #275 - Create Search by decks, categories, courses

*  Closes #281 - Implemented publish/unpublish for decks

* Closes #296 - Implement functionality that is required for sending information from Contact us form on web to an e-mail adress that should be specified in a configurational file (#298)

* Closes #296 - Implement functionality that is required for sending information from Contact us form on web to an e-mail adress that should be specified in a configurational file

* Closes #296 - Implement functionality that is required for sending information from Contact us form on web to an e-mail adress that should be specified in a configurational file

* Fixed logger.debug message and added method descriptions in Mailservice.java

* Removed unused imports and unnecessary lines

* commit before I go to work from home

* Added MailServiceTest, MailControllerTest and refactored Mailserviceimpl

* Closes #295  Add "Delete" course button for admin (#299)

* Added possibility for admin to delete user courses.

* Changed method name from "deleteCourseByAdmin" to "deleteCourseAndSubscriptions".

* Closes #291 - add Java 8 Features Deck to database (#300)

* Added a template for a script, still needs work

* Added insertions of deck and cards

* Added formatting

* Removed commented code and improved readability

* Edited DTO, separeted search controller response structure

* Closes #307 - Create coursePrice table, Entity, DAO (#315)

* Some work to discuss with colleagues

* Some work to discuss with colleagues

* Closes #307 - Create coursePrice table, Entity, DAO

* Closes #307 - Create coursePrice table, Entity, DAO

* Removed unnecessary line

* Added an extra line

* Added extra field in Course table and made it a foreign key

* Added default value (0) for price

* Removed default value (0) for price

* Changed price variable type to int

* Closes #306 - create entity, repository and migration script for deck price (#318)

* Initial commit created DeckPrice entity

* Created sql script to create deck_price table

* Remove keys from application.yml

* Created migration script and added deck_price_id field to Deck entity

* Created DeckPriceRepository

* Updated V1.9__Create_DeckPrice_table.sql migration script with default value for deck_price

* Closes #306 - Create entity, repository and migration script for deck price

* Removed FetchType from Deck variable in DeckPrice, renamed DeckPrice to price in DeckPrice class and removed findDeckPriceById method from DeckPriceRepository

* Closes #275 - create search functionality

* Closes #308 Create ownership table, Entity, DAO

* Closes #309 - Create Transaction entity, DAO, table (#323)

* Closes #311 - Added ability to update price of Course (#324)

* Initial commit: created PriceDTO, changed int to Integer in Course and CoursePrice, added updateCoursePrice method in CoursePriceService and CourseController

* Created CourseDTO, updated updateCourse method in CourseController, CourseService and it's implementation

* Removed unused method updateCoursePrice from CourseController, CourseService and it's implementation and removed unused PriceDTO

* Updated tests for updated method in CourseController

* Added CoursePrice to get methods, ability to delete CourseOwnership by Course and check for null object in CoursePrice

* Updated tests in UserControllerTest and CourseServiceTest

* Optimized code, changed int to Integer in CoursePrice to allow null value and added check for null object in CourseServiceImpl

* Updated test

* Updated tests for updated method, changed variable name in CourseDTO from CoursePrice to Price

* Added functionality to update course price individually

* Changed int value in PriceDTO to Integer

* Closes #312 - Create Transaction controller, service (#331)

* added posibility to create, update, delete deck with or without price

* deleted redundant getter and setter in Deck class

* Closes #326 - Send points to friend (#333)

* Closes #335 - Fix bugs in CourseController (#337)

* Closes #335 - Fix bugs in CourseController

* Removed redundant setCoursePrice from CoursePriceDTO and immediately returned value in method getAllOrderedCourses in CourseServiceImpl

* Closes #338 - Fixed null value being assigned to user points during registration (#339)

* Closes #334 - Add possibility for admin to manage courses

* Closes #340 -  Create SetPointsToUser Controller and appropriate method in service for sending points to user and save transaction in DB. (#342)

* Closes #344 - Add possibility for admin to manage courses 

Created DTO, few methods in controller, removed unnecessary methods in service, created tests

*  Closes #349 Added possibility for user to delete decks from course

* Closes #347 - Refactored DTOs containing course and deck price (#348)

* Closes #347 - Refactored DTOs containing course and deck price

* Created tests for updateCoursePrice methods in CourseController and CourseService

* Removed CoursePriceRepository

* Mc/orlp 310 update deck price service: added posibility update, delete, create deck with price(#346)

* Closes #351 - Create event for updating user points on application start and refresh. (#352)
OleksandrMazur added a commit that referenced this issue Dec 16, 2018
* WIP: ORLP-429 create Custom Permission Evaluator

* WIP: ORLP-429 create Custom Permission Evaluator

* WIP: ORLP-429 little fixing in Custom Permission Evaluator

* WIP: ORLP-429 little fixing and added java docs

* WIP: ORLP-429 changed type of key of permission map

* WIP: ORLP-429 add example of checking on ownership

* Update EntityName.java

* WIP: ORLP-429 remove operation ADMINISTRATE and create example of using

* ORLP-436

* WIP: ORLP-429 fix migration for column ""

* WIP: ORLP-429 fix migration for column "created_by" and rename entity

* WIP: ORLP-429 add example for using @PreAuthorize

* ORLP - 441 @ResponseStatus added

* ORLP - 441 password norm

* ORLP - 441 almost done

* ORLP-422 fix DeckRatingController

* ORLP - 441 almost done1

* ORLP - 441 done

* ORLP - 441 done1

* ORLP-422 fix DeckRatingController

* ORLP-422 fix DeckRatingController

* ORLP-422 fix DeckRatingController

* ORLP-429 - merged with master

* ORLP-422 fix DeckRatingController

* ORLP-422 fix DeckRatingController

* ORLP - 445 start

* ORLP-422 fix DeckRatingController (put back save Anblak

* ORLP - 445 start1

* ORLP - 445 ok

* ORLP-429 - security adding, work in progress

* ORLP-437: add index

* ORLP-429 - security adding, work in progress

* ORLP - 445 done

* ORLP-437: add methods in service

* temp

* Revert "ORLP-445 (Folder, Image, ManageUser Controllers)"

* ORLP-429 - Security by implementation of permissonEvaluator

* ORLP - 445 done1

* ORLP - 445 ok11

* ORLP - 445 test commit

* ORLP - 445 chenged password to DB in yaml

* ORLP - 445 chenged password to DB in yaml

* ORLP-429 - Security by implementation modified security

* ORLP - 449 start

* ORLP - 449 almost done

* ORLP - 449 changed to password to normal

* ORLP-429 - Security bugs fixed

* ORLP-429 - Security registration controller fix

* ORLP-437:add cache,finish search, small fix of code

* ORLP-437:changed show-sql

* ORLP-437: fix

* ORLP-429 - Security fix

* ORLP-429 - Tests fixed

* migration version fix

* Security and import changes

* Admin Deck Bug Fix (ADBF):)

* develop (dackRating fixed)

* Registration fix

* Setup encryption

* Setup encryption

* Setup encryption

* Setup encryption

* Update container_deploy.sh

* Update CI config

* Updated container name

* Some updates

* Closes #235 - added version 5.1.44 to mysql-connector-java in pom.xml (#235)

* Closes #234 - added version 5.1.44 to mysql-connector-java in pom.xml

* Disabled slack-notifier in wercker.yml file

* Changed java/maven to wercker/maven in wercker.yml

* Added an empty line to wercker.yml

* Closes #220 - removed unused imports/unnecessary parenthesis/etc (#239)

* Closes #220 - removed unused imports/unnecessary parenthesis/etc

* added crypted yml

* fixed application.yml

* Closes #222 - Refactored REST API(Part 7)

* Closes #232 Refactor REST API (Part 6) (#240)

* Closes #224 - refactored three controllers (#241)

* #231 - Refactor REST API (Part 2) (#243)

* ORLP. Fixed missing import.

* Closes #223 - Updated AuditControlerTest

* Closes #227 - Create security for methods in controllers (Part 3) (#248)

* Closes #227 - create security for methods in controllers (Part 3)

* Fixed one merge conflict

* Closes #256 - Fix DeckRatingControllerTest and ValidatorsTest (#257)

* Closes #256 - Fix DeckRatingControllerTest and ValidatorsTest

* Fixed Validators Test and DeckRatingControllerTest

* Closes #252 Create Unit Tests (Part 4) (#260)

* Initial commit

* Closes #252 - Create Unit Tests Part 4

* Removed print() from tests

* Closes #229 Bug: There are no validation in the 'Deck description' and 'Deck name' fields (#259)

* Added validation in 'Deck description' and 'Deck name'fields for creating deck by admin.

* Updated DeckControllerTest.java file, changed annotation Length to Size and added annotation Pattern.

* Closes #254 - orlp 254 unit test for contollers (#263)

* Closes #249 - Create Unit Tests (Part 1)

* Closes #253 - Create Unit Tests (Part 5)

* Closes #250 Create Unit Tests (Part 2) (#262)

Closes #250 Create Unit Tests (Part 2)
Fixed CardRatingController

* ORLP-264. Restore travis yml. (#266)

*  Closes #251 - Create Unit Tests (Part 3) (#268)

* Closes #251 - Create Unit Tests (Part 3)

* initial commit

* initial commit

* initial commit

* initial commit

* Finished DeckControllerTest

* Finished DeckControllerTest

* initial commit

* Updated some tests - DeckController and DeckCommentControlled done

* Closes #251 - Create Unit Tests (Part 3)

* Closes #251 - Create Unit Tests (Part 3)

* Fixed Not enough arguments at line 225 - added deckId

* Closes #270 - update permissions in controllers (#271)

* Closes #270 - update permissions in controllers

* Resolved merge conflicts

* Closes #265 Fix editing deck by admin (#269)

* Changed Deck to DeckEditByAdminDTO for DeckController class in updateDeckForAdmin method. Updated DeckControllerTest and DeckServiceTest for updateDeckForAdmin method.

* Closes #272 Fixed bugs in FolderController (#273)

* Closes #274 - Investigate method addDeckForUser in  DeckController (#279)

* Closes #278 - Checked forgot password feature (#282)

* Closes #276 - Changed permission for download cards. (#280)

* Fixed possibility for admin to add/delete courses to/from his cabinet.

* Closes #275 - Create Search by decks, categories, courses

*  Closes #281 - Implemented publish/unpublish for decks

* Closes #296 - Implement functionality that is required for sending information from Contact us form on web to an e-mail adress that should be specified in a configurational file (#298)

* Closes #296 - Implement functionality that is required for sending information from Contact us form on web to an e-mail adress that should be specified in a configurational file

* Closes #296 - Implement functionality that is required for sending information from Contact us form on web to an e-mail adress that should be specified in a configurational file

* Fixed logger.debug message and added method descriptions in Mailservice.java

* Removed unused imports and unnecessary lines

* commit before I go to work from home

* Added MailServiceTest, MailControllerTest and refactored Mailserviceimpl

* Closes #295  Add "Delete" course button for admin (#299)

* Added possibility for admin to delete user courses.

* Changed method name from "deleteCourseByAdmin" to "deleteCourseAndSubscriptions".

* Closes #291 - add Java 8 Features Deck to database (#300)

* Added a template for a script, still needs work

* Added insertions of deck and cards

* Added formatting

* Removed commented code and improved readability

* Edited DTO, separeted search controller response structure

* Closes #307 - Create coursePrice table, Entity, DAO (#315)

* Some work to discuss with colleagues

* Some work to discuss with colleagues

* Closes #307 - Create coursePrice table, Entity, DAO

* Closes #307 - Create coursePrice table, Entity, DAO

* Removed unnecessary line

* Added an extra line

* Added extra field in Course table and made it a foreign key

* Added default value (0) for price

* Removed default value (0) for price

* Changed price variable type to int

* Closes #306 - create entity, repository and migration script for deck price (#318)

* Initial commit created DeckPrice entity

* Created sql script to create deck_price table

* Remove keys from application.yml

* Created migration script and added deck_price_id field to Deck entity

* Created DeckPriceRepository

* Updated V1.9__Create_DeckPrice_table.sql migration script with default value for deck_price

* Closes #306 - Create entity, repository and migration script for deck price

* Removed FetchType from Deck variable in DeckPrice, renamed DeckPrice to price in DeckPrice class and removed findDeckPriceById method from DeckPriceRepository

* Closes #275 - create search functionality

* Closes #308 Create ownership table, Entity, DAO

* Closes #309 - Create Transaction entity, DAO, table (#323)

* Closes #311 - Added ability to update price of Course (#324)

* Initial commit: created PriceDTO, changed int to Integer in Course and CoursePrice, added updateCoursePrice method in CoursePriceService and CourseController

* Created CourseDTO, updated updateCourse method in CourseController, CourseService and it's implementation

* Removed unused method updateCoursePrice from CourseController, CourseService and it's implementation and removed unused PriceDTO

* Updated tests for updated method in CourseController

* Added CoursePrice to get methods, ability to delete CourseOwnership by Course and check for null object in CoursePrice

* Updated tests in UserControllerTest and CourseServiceTest

* Optimized code, changed int to Integer in CoursePrice to allow null value and added check for null object in CourseServiceImpl

* Updated test

* Updated tests for updated method, changed variable name in CourseDTO from CoursePrice to Price

* Added functionality to update course price individually

* Changed int value in PriceDTO to Integer

* Closes #312 - Create Transaction controller, service (#331)

* added posibility to create, update, delete deck with or without price

* deleted redundant getter and setter in Deck class

* Closes #326 - Send points to friend (#333)

* Closes #335 - Fix bugs in CourseController (#337)

* Closes #335 - Fix bugs in CourseController

* Removed redundant setCoursePrice from CoursePriceDTO and immediately returned value in method getAllOrderedCourses in CourseServiceImpl

* Closes #338 - Fixed null value being assigned to user points during registration (#339)

* Closes #334 - Add possibility for admin to manage courses

* Closes #340 -  Create SetPointsToUser Controller and appropriate method in service for sending points to user and save transaction in DB. (#342)

* Closes #344 - Add possibility for admin to manage courses 

Created DTO, few methods in controller, removed unnecessary methods in service, created tests

*  Closes #349 Added possibility for user to delete decks from course

* Closes #347 - Refactored DTOs containing course and deck price (#348)

* Closes #347 - Refactored DTOs containing course and deck price

* Created tests for updateCoursePrice methods in CourseController and CourseService

* Removed CoursePriceRepository

* Mc/orlp 310 update deck price service: added posibility update, delete, create deck with price(#346)

* Closes #351 - Create event for updating user points on application start and refresh. (#352)

* Fixed some variable and package names based on SonarLint's messages (#325)

* Fixed some variable and package names based on SonarLint's messages

* Reverted changes for Hibernate methods

* Fixed DTO naming for PointsTransaction controller/service

* Uploaded proper version of application.yml

*  Closes #355 Update DeckLinkByCategoryDTO and DeckLinkByCourseDTO

* Closes #357 -  Create PointsBalanceEvent with appropiate eventListener (#359)

* Closes #352 Updated method in abstract dto

* Closes #364 - Create method in DeckOwnershipService for checking whether deck was bought (#365)

* Closes #354 - Refactor google sign in (#360)

* Added custom validator to validate password based on AuthenticationType

* Removed not null constraint from password in account table

* Changed validator approach to allow validation on service level

* Updated initializeNewUser test for UserService

* Refactored UserServiceTest

* Removed validateAccount from UserService interface and made it's access modifier private in UserServiceImpl

* Removed unused import from UserService interface

* Added methods for replace special characters (#367)

*  Renamed migration file (#368)

* Resolved conflicts

* Updated test.jpg image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
SCRUM - Lv-350.Java
  
In progress
Development

No branches or pull requests

1 participant