summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-03-03RoleManageController upDominik Mizyn9-44/+1092
RoleManageController up and all needed services Issue-ID: PORTAL-710 Change-Id: I7e49aaf65d93f8c4b7df697f523d61e1a9358a7a Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2020-03-03RolesApprovalSystemController upDominik Mizyn12-129/+795
RolesApprovalSystemController up and all needed services Issue-ID: PORTAL-710 Change-Id: Ib93b211392dfdadd1fc903ee94f9fb5a7d3e8b52 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2020-03-02UserRolesController methods upDominik Mizyn23-499/+2035
UserRolesController methods up and all needed services Issue-ID: PORTAL-710 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com> Change-Id: Id9dc0b7c52ab50d9e5914195c352026b5bc5971d
2020-03-02ExternalAccessRolesController upDominik Mizyn44-1072/+4829
ExternalAccessRolesController up and all needed services Issue-ID: PORTAL-710 Change-Id: I2857c98368909906774c27bf5ce007be0a06744e Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2020-02-28Fixed the test cases,added sonar configjegadeeshbabu386-142/+1137
Fixed test cases and added sonar config details Issue-ID: PORTAL-837 Change-Id: Ie4aa104871cfbbd6c6e36500f5ef2e250bafb575 Signed-off-by: jz385p <jegadeesh.babu@att.com>
2020-02-26Merge "Changes made to upgrade pom version"Sunder Tattavarada98-114697/+1494
2020-02-24Merge "Migrate portal docs"Lorraine Welch9-0/+145
2020-02-18Changes made to upgrade pom versionSudarshan Kumar98-114697/+1494
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 Kumar7-123/+565
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-06Migrate portal docsJessica Wagantall9-0/+145
Merging this will create https://onap-portal.readthedocs.io This build will run in parallel to the current docs generation method until we are ready to cut over. Issue-ID: CIMAN-364 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I9635190029f31bd06068b30f26e63af73738a342
2020-02-06Fixed Portal-FE-os build issuesSudarshan Kumar4-31/+13
Fixed Portal-FE-os build issues Issue-ID: PORTAL-795 Change-Id: I7eb5998ab6d4185338955b02fe478c0bbc2f419e 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-02-05Merge "global-search and search user components"Sunder Tattavarada12-2/+802
2020-02-05global-search and search user componentsjz385p12-2/+802
global-search and search user components with service Issue-ID: PORTAL-827 Change-Id: I503b259b71f3edcb27456d4e37c84fb356239f31 Signed-off-by: jz385p <jegadeesh.babu@att.com>
2020-02-04Made Header and Footer genericSudarshan Kumar5-6/+44
Changes made to make header and footer generic by taking required values from environment.ts Issue-ID: PORTAL-795 Change-Id: I03303e10ef763767d12d16d2ee6454f81a250562 Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
2020-02-04Merge "Added portal-FE-os components"Sunder Tattavarada70-2956/+2335
2020-02-04Added portal-FE-os componentsSudarshan Kumar70-2956/+2335
Removed layout from portal-FE-os and added new components in portal-fe-os Issue-ID: PORTAL-795 Change-Id: I3d7f93fa22a7935f9e73ed96802495019aabc129 Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
2020-01-31Merge changes I68af4999,I2fb38f2a,Ia11ca8d2,I36b83288,I129c127c, ...Manoop Talasila71-1834/+6674
* changes: SchedulerAuxController up SchedulerController up SharedContextRestController up TicketEventVersionController up UserNotificationController up PersUserWidgetServiceAOP and tests up Removing attached entity from method argument
2020-01-31Merge "Angular upgrade - Dynamic widget,widget catalog"Sunder Tattavarada20-0/+1683
2020-01-30Angular upgrade - Dynamic widget,widget catalogjz385p20-0/+1683
Angular upgrade Issue-ID: PORTAL-815 Change-Id: If3db891f2d02efa1d86b71198de97a322ddd0cfa Signed-off-by: jz385p <jegadeesh.babu@att.com>
2020-01-30Added new componetnts inside page modulesSudarshan Kumar55-0/+7564
Added catalog-modal, role, roles-function, scheduler, user-notification-admin, users, widgets componetnts. Issue-ID: PORTAL-795 Change-Id: I4b5d781bb91224d7f4f3b00025443b906a4b4e5b Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
2020-01-29Added service componentsSudarshan Kumar46-32/+2086
Added service components and removed all att or ecomp references Issue-ID: PORTAL-795 Change-Id: I71d47098d514cd70dad2d765799b38a54c091b9d Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
2020-01-28Merge "Adding new components with portal-FE-common"Sunder Tattavarada88-0/+7183
2020-01-28Adding new components with portal-FE-commonSudarshan Kumar88-0/+7183
added layout, admins, functional-menu, portal-admins, plugins components along with helpers class, models, pipes and dependent angular services. Issue-ID: PORTAL-795 Change-Id: I8e9771fcee5d0e58c4a48711c943761f29ae48b8 Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
2020-01-27Merge "Added home dashboard component related files maste"Sunder Tattavarada12-0/+997
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-23Added home dashboard component related files mastejz385p12-0/+997
Added home dashboard component related files maste Issue-ID: PORTAL-809 Change-Id: Ibd17ccae20bacbe5cd4af6c88fe3d0e2f806e89b Signed-off-by: jz385p <jegadeesh.babu@att.com>
2020-01-22Merge "Added Widget-Onboarding and dependent Services"Sunder Tattavarada14-0/+1683
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
2020-01-16Added Widget-Onboarding and dependent ServicesSudarshan Kumar14-0/+1683
Added Widget-Onboarding component and dependent Services e.g AdminsServices ApplicationServices WidgetOnboardingServices Issue-ID: PORTAL-795 Change-Id: I483e26ed0524b99931cbb05a53e944aaed9c79f5 Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
2020-01-16SchedulerAuxController upDominik Mizyn5-0/+705
scheduleraux folder was copied from ecomp-portal-BE-common module to poral-BE module Issue-ID: PORTAL-710 Change-Id: I68af49996dc1c5b03c05e4786e7661bae7b4d61e Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2020-01-16SchedulerController upDominik Mizyn22-1603/+3853
scheduler folder was copied from ecomp-portal-BE-common module to poral-BE module Issue-ID: PORTAL-710 Change-Id: I2fb38f2ad9bf8ac961b7be8e655283f90a3944fb Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2020-01-15SharedContextRestController upDominik Mizyn7-52/+451
SharedContextRestController up with all needed services Issue-ID: PORTAL-710 Change-Id: Ia11ca8d2fda65b6d0a435d4b14e6b61638ed9f65 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2020-01-15TicketEventVersionController upDominik Mizyn3-15/+308
TicketEventVersionController up with all needed services Issue-ID: PORTAL-710 Change-Id: I36b832887b06244ec2f69054752a4bd143349a9d Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2020-01-14Merge "application catalog upgraded version"Sunder Tattavarada4-0/+558
2020-01-14Merge "Added portal-FE-os project"Sunder Tattavarada80-270/+12814
2020-01-14Merge "Added Contact-Us Component and Service"Sunder Tattavarada10-0/+1122
2020-01-14Merge "Added portal-FE-common - angular upgrade code"Sunder Tattavarada11-0/+1337
2020-01-14Merge "Added portal-FE-common - angular upgrade code"Sunder Tattavarada150-0/+11767
2020-01-14UserNotificationController upDominik Mizyn17-22/+1159
This patch provide UserNotificationController witch all services and DTO needed. Issue-ID: PORTAL-710 Change-Id: I129c127c48aa8d00f9aa09b401735862b35b07c7 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2020-01-13PersUserWidgetServiceAOP and tests upDominik Mizyn11-65/+119
PersUserWidgetServiceAOP tests WidgetCatalogPersonalization object requied in org.onap.portal.service.PersUserWidgetService.setPersUserAppValue() method Issue-ID: PORTAL-710 Change-Id: I7e66b05296ef7ceea0093ef98684dc80303c99a0 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2020-01-08Removing attached entity from method argumentDominik Mizyn13-116/+118
I remove some FnUser entity as argument for method. Attached entitys should never be used as argument for methods. Issue-ID: PORTAL-710 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com> Change-Id: Ibf10d1e2bde2e116b962dd651dd649da477ee1ec
2020-01-02Merge "Request flow in Portal-BE documentation"Lorraine Welch3-0/+5