summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-09-10Coverity Scan issues fixDominik Mizyn105-343/+501
Coverity Scan issues fix Issue-ID: PORTAL-710 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com> Change-Id: I61649f1c5da83ee6e01745fc636be6de46a66c45 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-09-10Ecomp DTO upDominik Mizyn68-9/+5874
Ecomp DTO up Issue-ID: PORTAL-710 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com> Change-Id: Iad272f686c2a7864f9214531bdc5fe0982932185
2019-09-09Update tomcat to 8.5statta2-41/+27
Issue-ID: PORTAL-723 Change-Id: I4b57267c1e979c5f1bfd162cd1392cb6a0f316b9 Signed-off-by: statta <statta@research.att.com>
2019-09-05Add equals & hascode methodsParshad Patel4-28/+109
Override "equals(Object obj)" to comply with the contract of the "compareTo(T o)" method Either log or rethrow this exception Issue-ID: PORTAL-562 Change-Id: Ied48f77e47fcd697648e9f76b0100e9936ee214e Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-09-03Made Database changesWelch, Lorraine (lb2391)3-11/+20
Issue-ID: PORTAL-709 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com> Change-Id: Ic23918bd8f78029fedef54c68daff92c559eac31
2019-08-30Merge "Reduce number of parameters"Manoop Talasila8-272/+336
2019-08-30HTTPS calls into SDCr.bogacki1-1/+1
Open SDC in a tab with https. Issue-ID: OJSI-97 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: I63b3d74d54c990ddb21feb15a413055d0bcbd342
2019-08-30Reduce number of parametersParshad Patel8-272/+336
Constructor has 12 parameters, which is greater than 7 authorized Issue-ID: PORTAL-562 Change-Id: Ie2007420ab2b3d3b304e0b8dddd8afa7314a79ff Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-08-29Reduce number of parameters in constructorParshad Patel4-769/+1029
Constructor has 24 parameters, which is greater than 7 authorized Issue-ID: PORTAL-562 Change-Id: I155446c6a16af1bcd7b2e8b5e00d3e0ba642bb64 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-08-28Merge "Transport DTO up"Manoop Talasila97-150/+4478
2019-08-28Merge "Tests Coverage up"Manoop Talasila8-37/+141
2019-08-28Merge "UserController tests up"Manoop Talasila5-58/+219
2019-08-28Merge "UserController up"Manoop Talasila3-1/+180
2019-08-28Merge "Hibernate db fix"Manoop Talasila63-211/+1498
2019-08-28Merge "LanguageController tests up"Manoop Talasila13-50/+443
2019-08-28Merge "Postman tests up"Manoop Talasila5-6/+278
2019-08-28Merge "Portal Spring Boot Development"Manoop Talasila8-5/+424
2019-08-28Merge "Portal Spring Boot Development"Manoop Talasila2-0/+100
2019-08-28Merge "Portal Spring Boot Development"Manoop Talasila6-0/+273
2019-08-28Merge "Portal Spring Boot Development"Manoop Talasila17-24/+788
2019-08-28Merge "Portal Spring Boot Development"Manoop Talasila2-0/+164
2019-08-28Merge "Logging implementation"Manoop Talasila5-0/+960
2019-08-28Merge "Custom Data Validator"Manoop Talasila2-0/+131
2019-08-28Merge "Reduce number of parameters in constructor"Manoop Talasila4-107/+447
2019-08-28Transport DTO upDominik Mizyn97-150/+4478
Transport DTO up and some minor fixes Issue-ID: PORTAL-710 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com> Change-Id: I867164cb1f562d394f13efa6b3a9d27fb903755e
2019-08-27Portal Setup - App issuestatta11-653/+590
Issue-ID: PORTAL-723 Change-Id: Iff1523b2a474f56a74c9fcb9fd850e0e38f6fc68 Signed-off-by: statta <statta@research.att.com>
2019-08-27Tests Coverage upDominik Mizyn8-37/+141
Tests Coverage up Issue-ID: PORTAL-710 Change-Id: Iac9e4203613930b905779b45bab83ddfe82bea74 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-08-26UserController tests upDominik Mizyn5-58/+219
UserController tests up Issue-ID: PORTAL-710 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com> Change-Id: Ic7cd8926d7daa5dcbf746d1315d3cf5123f094ac
2019-08-26UserController upDominik Mizyn3-1/+180
UserController up Issue-ID: PORTAL-710 Change-Id: I2b7868b4fd5b01e7c04f3c163f62f50407e268f5 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-08-26Hibernate db fixDominik Mizyn63-211/+1498
Hibernate db fix + tests up Issue-ID: PORTAL-710 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com> Change-Id: I9b799399c08918322e9665e44b42b2e59bb7420b
2019-08-23Onboarding Page Account Admin Changestatta54-431/+5557
Issue-ID: PORTAL-644 Change-Id: I95e43b1a2d12dcb5a4bc56d374cc6d30d8aae3f3 Signed-off-by: statta <statta@research.att.com>
2019-08-22LanguageController tests upDominik Mizyn13-50/+443
LanguageController tests up Issue-ID: PORTAL-710 Change-Id: I1236e3ee62aca3d07cc6d0f6c61a410a8847f281 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-08-22Postman tests upDominik Mizyn5-6/+278
Postman tests up Issue-ID: PORTAL-710 Change-Id: I2bdb4ba12b35f7c17014eff2a68fd5534e307bbd Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-08-22Portal Spring Boot DevelopmentDominik Mizyn8-5/+424
LanguageController AOP, Tests Up Issue-ID: PORTAL-710 Change-Id: Ib02651e42eac7273d288a4e34ee8671b21b0b970 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-08-22Portal Spring Boot DevelopmentDominik Mizyn2-0/+100
LanguageController Up Issue-ID: PORTAL-710 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com> Change-Id: Iaf9074e9e61204a8a40c8dcb7dc6b0df7bcfbe3a
2019-08-22Portal Spring Boot DevelopmentDominik Mizyn6-0/+273
FnLanguageService and FnLanguageDao up Issue-ID: PORTAL-710 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com> Change-Id: Ib2ec0a435e50ab0d05602433fa91f6c6ca420a10
2019-08-21Portal Spring Boot DevelopmentDominik Mizyn17-24/+788
Spring Security/Session up Issue-ID: PORTAL-710 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com> Change-Id: I1d2aa22977d5eff43fd9f7e6a964b9446e26593f
2019-08-20Portal Spring Boot DevelopmentDominik Mizyn2-0/+164
FnUser data access object and service up Issue-ID: PORTAL-710 Change-Id: I417c56117adfe7670b4cf90ccca15574dfe6e654 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-08-20Logging implementationDominik Mizyn5-0/+960
Base logging implementation to project. Issue-ID: PORTAL-705 Change-Id: Ie95a28efdfdce473adca35f7f2cce40c2d1a0df7 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-08-20Custom Data ValidatorDominik Mizyn2-0/+131
Custom Data Validator to calidate incoming objects. Issue-ID: OJSI-15 Change-Id: Ia2e63adc553facf71733cbf541faa0dfd6287b47 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-08-20Reduce number of parameters in constructorParshad Patel4-107/+447
Constructor has 53 parameters, which is greater than 7 authorized Issue-ID: PORTAL-562 Change-Id: Ia318321b06d17cd9c2c2e8af7274b7a7550abd7a Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-08-19Merge "Reduce number of parameters in constructor"Manoop Talasila4-92/+423
2019-08-19Merge "Sonar fix in ecomp-portal-BE-common"Manoop Talasila4-49/+67
2019-08-19Reduce number of parameters in constructorParshad Patel4-92/+423
Constructor has 52 parameters, which is greater than 7 authorized Issue-ID: PORTAL-562 Change-Id: Iaee1a1593adb6b8f74decc852af34301c23a5761 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-08-16Portal Spring Boot version Hibernate implementationDominik Mizyn27-69/+85
Create classes that represent tables in the original database. Imports fix Issue-ID: PORTAL-705 Change-Id: I6910b57bfdcb14c74b8afc7b9953e585433dd2b2 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-08-16Portal Spring Boot version Hibernate implementationDominik Mizyn1-0/+77
Create classes that represent tables in the original database. Issue-ID: PORTAL-705 Change-Id: I09879c4ff12e353913dcef32c3869dbd341bb2d9 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-08-16Portal Spring Boot version Hibernate implementationDominik Mizyn1-0/+120
Create classes that represent tables in the original database. Issue-ID: PORTAL-705 Change-Id: I298051ad4c61c31e2018b23ffee77ed0c59cbdd8 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-08-16Portal Spring Boot version Hibernate implementationDominik Mizyn2-0/+165
Create classes that represent tables in the original database. Issue-ID: PORTAL-705 Change-Id: I10a8d8ff265dc91c07783f2d2d4edb3aab971805 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-08-16Portal Spring Boot version Hibernate implementationDominik Mizyn1-0/+136
Create classes that represent tables in the original database. Issue-ID: PORTAL-705 Change-Id: I181b73c2d0b99ccd30146b9ce03cb26bd7ca4e21 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-08-16Portal Spring Boot version Hibernate implementationDominik Mizyn1-0/+131
Create classes that represent tables in the original database. Issue-ID: PORTAL-705 Change-Id: I7cd9cf98ff8c65535b009a02c99ea21cd6fd6095 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>