summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-BE-common
AgeCommit message (Collapse)AuthorFilesLines
2020-03-05Merge "Fix minor issues"Lorraine Welch3-39/+17
2020-02-18Changes made to upgrade pom versionSudarshan Kumar69-110699/+1258
Upgraded pom version Issue-ID: PORTAL-769 Change-Id: I65ae68acda464531d699dcb459d328de19a3c7c7 Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
2020-02-10Changes made to fix left menu routingSudarshan Kumar2-35/+55
Changes made to fix left menu routing issue with ONAP-PORTAL Issue-ID: PORTAL-795 Change-Id: I0278049c9d9e95b9a64674fa3f99aff0e9d24a06 Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
2020-02-06Fix minor issuesParshad Patel3-39/+17
Either log or rethrow this exception This block of commented-out lines of code should be removed Rename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$' Issue-ID: PORTAL-562 Change-Id: I72a7651070462de9bd1e0abb1e83c175d03aa1f3 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2020-01-24Remove Sequence Gen Typetatta sunder1-2/+1
Issue-ID: PORTAL-811 Change-Id: I6073780298898f7dc90037cc1db701c49e096c82 Signed-off-by: tatta sunder<statta@research.att.com>
2020-01-21Merge "JUNIT- DeleteDomainObjectFailedException.java"Lorraine Welch1-0/+61
2020-01-21Merge "NonCentralizedAppException-junits"Lorraine Welch1-0/+49
2020-01-21Merge "Invalid ApplicationExceptionTest"Lorraine Welch2-2/+62
2020-01-21Merge "InvalidRoleException-junits"Lorraine Welch1-0/+61
2020-01-21Merge "SystemUserRolesException.java-junits"Lorraine Welch1-0/+61
2020-01-21Merge "InactiveApplicationException-junits"Lorraine Welch1-0/+59
2020-01-21Merge "InvalidUserRoleException-junits"Lorraine Welch1-0/+59
2020-01-21Merge "Fix sonar issues in ecomp-portal-BE-common"Lorraine Welch2-176/+182
2019-12-17InactiveApplicationException-junitsThugutla sailakshmi1-0/+59
Issue-ID: PORTAL-797 Change-Id: I46796b1aa25d781be9e189a2dbbd41594b568ef2 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-12-17InvalidUserRoleException-junitsThugutla sailakshmi1-0/+59
Issue-ID: PORTAL-797 Change-Id: I8e143586af7ab2cb0fbfa2b4657e714807c6cfe2 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-12-17NonCentralizedAppException-junitsThugutla sailakshmi1-0/+49
Issue-ID: PORTAL-797 Change-Id: Ibb4745ef6d4221767c63ed1d6ce032f934be2fcd Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-12-16Invalid ApplicationExceptionTestThugutla sailakshmi2-2/+62
Issue-ID: PORTAL-797 Change-Id: I649176ac3cd95d314a3fdc6f882c1662337a60c8 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-12-16InvalidRoleException-junitsThugutla sailakshmi1-0/+61
Issue-ID: PORTAL-797 Change-Id: I8466e6aadb2ceed7d8c959263b43682fe23a4dac Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-12-16SystemUserRolesException.java-junitsThugutla sailakshmi1-0/+61
Issue-ID: PORTAL-797 Change-Id: Ife4272d992a65f8f5192db41436e0ea318fa36fd Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-12-16Fix sonar issues in ecomp-portal-BE-commonParshad Patel2-176/+182
A "NullPointerException" could be thrown Replace the type specification in this constructor call with the diamond operator ("<>") Use isEmpty() to check whether the collection is empty or not Issue-ID: PORTAL-562 Change-Id: Idbff965861ec837f058bc0ae7073b359d0fcadcc Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-12-10ExternalAuthException.java-JunitsThugutla sailakshmi1-0/+60
Issue-ID: PORTAL-797 Change-Id: Ib2a105c9c9a9fbfe3f8f14b3a564ac013262cffb Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-12-09JUNIT- DeleteDomainObjectFailedException.javaanushadasari1-0/+61
Issue-ID: PORTAL-798 Change-Id: I16bb09a7ed616ec66e7a40c599286ffd88eb3995 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-12-04Domain model changeDominik Mizyn1-1/+3
ORM inheritance implementation in all classes that extend from DomainVo class. This patch also change data source from data.sql to DBInitializingBean that pushing data by hibernate to database. Issue-ID: PORTAL-710 Change-Id: I0f95f7a50facae9f3004ff9f16cdee4e76a39e35 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-10-29Merge "Fix sonar issues"Manoop Talasila2-67/+53
2019-10-25Fix sonar issuesParshad Patel2-67/+53
Either log or rethrow this exception Change this "try" to a try-with-resources Move string literal on the left side of this string comparison Issue-ID: PORTAL-562 Change-Id: I8966c035bb8c36026172457231f426179bb3ed48 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-10-24Security Vulnerability in pom.xml fixDominik Mizyn1-21/+21
com.att.eelf:eelf-core@1.0.0 -> 1.0.1-oss org.hibernate:hibernate-validator@5.1.3.Final -> 6.0.17.Final org.apache.cxf:cxf-rt-rs-client@3.0.0-milestone1 -> 3.3.3 com.fasterxml.jackson.core:jackson-databind@2.8.10 -> 2.8.11.4 org.elasticsearch:elasticsearch@2.2.0 -> 7.4.1 org.apache.tomcat:tomcat-websocket@8.0.28 -> 9.0.27 org.apache.poi:poi@3.15 -> 4.1.1 org.apache.poi:poi-scratchpad@3.5-FINAL -> 4.1.1 org.quartz-scheduler:quartz@2.2.1 -> 2.3.1 org.bouncycastle:bcprov-jdk15on@1.59 -> 1.64 commons-beanutils:commons-beanutils@1.9.3 -> 1.9.4 com.orbitz.consul:consul-client@0.13.8 -> 1.3.9 com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider@2.8.10 -> 2.10.0 org.glassfish:javax.el@2.2.6 -> 3.0.0 javax.el:javax.el-api@2.2.1.b04 -> 3.0.0 org.glassfish.jersey.connectors:jersey-jetty-connector@2.23.1 -> 2.29.1 org.owasp.esapi:esapi@2.1.0.1 -> 2.2.0.0 com.thoughtworks.xstream:xstream@1.4.10 -> 1.4.11.1 com.alibaba:fastjson@1.2.7 -> 1.2.62 Issue-ID: PORTAL-439 Change-Id: Iad0c81e47386dfbc675470cc786c764ff93998a7 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-10-24Persistent XSS vulnerability in microservices formDominik Mizyn1-9/+4
javax.validation.Validator used to fix this vulnerability issue. Issue-ID: OJSI-19 Change-Id: I6993ca2ef750924a826f86de991ae0d2b47c3b57 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-10-24Persistent XSS vulnerability in onboardingApps form fixDominik Mizyn2-0/+32
javax.validation.Validator used to fix this vulnerability issue. Issue-ID: OJSI-18 Change-Id: I26ec795a23869c0dccd22c50e4469ae264cb7547 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-10-24Persistent XSS vulnerability in functionalMenuItem form fixDominik Mizyn3-25/+63
javax.validation.Validator used to fix this vulnerability issue. Issue-ID: OJSI-21 Change-Id: Ie13e17edb4c12c9d60baca7fc85cc46d4480b84b Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-10-24Persistent XSS vulnerability in basicAuthAccount form fixDominik Mizyn6-6/+62
javax.validation.Validator used to fix this vulnerability issue. Issue-ID: OJSI-20 Change-Id: I2e8188d9dabf634fcaf41b8d42d0f7160cc0886d Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-10-23Merge "Fix NPE & other sonar issues"Manoop Talasila2-807/+906
2019-10-23Fix NPE & other sonar issuesParshad Patel2-807/+906
Fix A "NullPointerException" could be thrown Add the "@Override" annotation above this method signature Remove the boxing to "Long"; The argument is already of the same type Replace the type specification in this constructor call with the diamond operator ("<>") Issue-ID: PORTAL-562 Change-Id: Ib2d7b8a526f3effce13845a3c2b7abedeb78b042 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-10-21Reflected XSS vulnerability in saveNotification form fix.Dominik Mizyn2-2/+51
javax.validation.Validator used to fix this vulnerability. Issue-ID: OJSI-22 Change-Id: I5837e333f640a398ab6b25e8a0b9f611bb7d3af9 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-10-18Security Vulnerability in pom.xml fixDominik Mizyn1-19/+19
Security Vulnerability in pom.xml fix Issue-ID: PORTAL-771 Change-Id: I340cb721595af090617013b739b6708ec9448781 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-10-16Sonar fix in ecomp-portal-BE-commonParshad Patel4-45/+63
Either log or rethrow this exception Replace the type specification in this constructor call with the diamond operator ("<>") Move the string literal on the left side of this string comparison Define a constant instead of duplicating this literal Issue-ID: PORTAL-562 Change-Id: Ib6dbf729f3dfb9184c4179b8bc3811f0e61a00dd Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-10-03pom.xml fixDominik Mizyn1-1/+1
pom.xml fix Issue-ID: PORTAL-710 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com> Change-Id: Ifcd9923791dfe28282cccc4fd5afad77df7aa777 pom.xml fix pom.xml fix Issue-ID: PORTAL-710 Change-Id: I50600e2f9ab829479f787998879de13b183d33cf Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-09-26Updated El-Alto Release NotesWelch, Lorraine (lb2391)1-1/+1
Issue-ID: PORTAL-738 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com> Change-Id: I11566c4dc7ad4086bd16fa435d625a26d255d0b3 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2019-09-19Merge "Fix NPE & other sonar issues"Manoop Talasila3-796/+800
2019-09-19Merge "Sonar fix npe,logger"Manoop Talasila1-10/+12
2019-09-17HealthCheck & Namespace Checkstatta1-1/+2
Issue-ID: PORTAL-723 Change-Id: I97ac3c592ae1f7a6142384d70ac6038ccee1d8fb Signed-off-by: statta <statta@research.att.com>
2019-09-17Sonar fix npe,loggerArindam Mondal1-10/+12
Issue-ID: PORTAL-740 Change-Id: I7828f6ef16b75ba4ca90650eb47f188512a1791d Signed-off-by: arind.mondal <arind.mondal@samsung.com>
2019-09-17Fix NPE & other sonar issuesParshad Patel3-796/+800
A "NullPointerException" could be thrown Either log or rethrow this exception Use isEmpty() to check whether the collection is empty or not Replace the type specification in this constructor call with the diamond operator ("<>") Issue-ID: PORTAL-562 Change-Id: I7a0317b66a66e2302c77d8244f4a01c93846c466 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
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 "Reduce number of parameters in constructor"Manoop Talasila4-107/+447
2019-08-27Portal Setup - App issuestatta5-652/+0
Issue-ID: PORTAL-723 Change-Id: Iff1523b2a474f56a74c9fcb9fd850e0e38f6fc68 Signed-off-by: statta <statta@research.att.com>
2019-08-23Onboarding Page Account Admin Changestatta33-174/+886
Issue-ID: PORTAL-644 Change-Id: I95e43b1a2d12dcb5a4bc56d374cc6d30d8aae3f3 Signed-off-by: statta <statta@research.att.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-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>