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

Feature/ba-0107 #109

Open
wants to merge 29 commits into
base: development
Choose a base branch
from
Open

Feature/ba-0107 #109

wants to merge 29 commits into from

Conversation

IMozgg
Copy link
Collaborator

@IMozgg IMozgg commented May 27, 2019

  • modify PointOfInterest. add RestController, modify annotation
  • modify Category, add RestController, modify annotation
  • add Integration tests for POI and Category
  • remove all Address of DAO, Service, and Controllel

shishkovilja and others added 29 commits May 20, 2019 16:23
…onTest class. 2) CustomerRequestStageName#name annotated with @notblank. 3) Modified RestRequest: added automated REST resource detection by entity class (added restPathsMap); typeReferencesMap added, to automate detection of necessary ParameterizedTypeReference by class. 4) Modified MockFactory: added automated mock supplier detection by entity class (added mockSuppliersMap).
…onExistentCustomer and modified CustomerController#getCustomerById method (status codes added), 2) CustomerController annotated with @RestController instead of @controller, 3) Corresponding request mappings set to controller methods (@GetMapping, @postMapping etc)
…eleteCustomer 2) CustomerController#addCustomer and CustomerController#deleteCustomer modified in order to return response codes 3) Fixed random birth date creation in MockFactory#getMockCustomer
…trollerIntegrationTest#checkNotBlankConstraintForName_whenCustomerRequestStageUpdate, added some comments
…llCustomers, added ParametrizedTypeReference<List<Customer>> into RestRequests#typeReferencesMap
…thods for constraint checks during updating an entity. 2) Added overloaded version for RestRequests#updateEntityWithIncorrectField method.
…ted into the RestRequests and MockFactory/ 2) An Operator entity migrated to Lombok (including embeddable) 3) OperatorController modified as RestController (including status codes) 4) MockFactory#getMockCustomerRequestStage fixed - changed status code to CREATED fot list of Operator entities
- add ResponseStatus to method
- remove Addres of DAO, Service and Controller;
@IMozgg IMozgg requested a review from shishkovilja May 27, 2019 21:28
@IMozgg IMozgg requested a review from Lis212 May 28, 2019 13:16
@IMozgg IMozgg self-assigned this May 29, 2019
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.

2 participants