Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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>
|
|
|
|
Issue-ID: PORTAL-811
Change-Id: I6073780298898f7dc90037cc1db701c49e096c82
Signed-off-by: tatta sunder<statta@research.att.com>
|
|
Added home dashboard component related files maste
Issue-ID: PORTAL-809
Change-Id: Ibd17ccae20bacbe5cd4af6c88fe3d0e2f806e89b
Signed-off-by: jz385p <jegadeesh.babu@att.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This patch provide request flow model inside portal-BE project.
This patch also explain package organization in project and acces type
to objects.
Issue-ID: PORTAL-710
Change-Id: I2f74c000ac326c30b283bb893e92df1af4902fc1
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
|
|
|
|
Added portal-FE-os project and included layout components which is
having header,footer,global-serach,header-menu,search-users,sidebar,tabbar,userbar components.
Removed layout components from portal-FE-common
Issue-ID: PORTAL-795
Change-Id: I5764a851ef3b1ba701117759dac38909f129aabd
Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
|
|
|
|
folder"
|
|
|
|
|
|
Issue-ID: PORTAL-797
Change-Id: I46796b1aa25d781be9e189a2dbbd41594b568ef2
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
Issue-ID: PORTAL-797
Change-Id: I8e143586af7ab2cb0fbfa2b4657e714807c6cfe2
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
Issue-ID: PORTAL-797
Change-Id: Ibb4745ef6d4221767c63ed1d6ce032f934be2fcd
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
This patch move all services from single folder to separete folders.
All DAO classes are noc package-private and moved too to this folders,
providing encapsulation mechanism. DAO object schould not be directly
call from any where else that package type class.
Issue-ID: PORTAL-710
Change-Id: I3c0edd9eaa8260849ca716dd6244cf4c83ec783c
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
|
|
javax.validation.constraints.Email,
javax.validation.constraints.NotBlank
in ProfileDetail.java class changed to
import org.hibernate.validator.constraints.Email,
import org.hibernate.validator.constraints.NotBlank
Minor change:
@RunWith(MockitoJUnitRunner.class) -> @RunWith(SpringRunner.class)
Issue-ID: PORTAL-710
Change-Id: I9e249ea293ec05b212d431e6fe877a98f3798ffc
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
|
|
Issue-ID: PORTAL-797
Change-Id: I649176ac3cd95d314a3fdc6f882c1662337a60c8
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
Issue-ID: PORTAL-797
Change-Id: I8466e6aadb2ceed7d8c959263b43682fe23a4dac
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
Issue-ID: PORTAL-797
Change-Id: Ife4272d992a65f8f5192db41436e0ea318fa36fd
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
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>
|
|
Application catalog upgraded version
Issue-ID: PORTAL-799
Change-Id: I9bc85a3cd98083342b971fff7d5a140f223c34df
Signed-off-by: jegadeeshbabu3 <jegadeesh.babu@att.com>
|
|
Added Contact-Us Component and Service
Issue-ID: PORTAL-795
Change-Id: Iee3fc35385aada55ab37a809a55b0ba254d84c89
Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
|
|
Added Microservice-Onboarding Component
Issue-ID: PORTAL-795
Change-Id: I3cc9836155a5935e754c7ad25929bdd6e5e63e3f
Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
|
|
Added Layout Component- Footeter, global-search, header, header-menu, search-user, sidebar, tabbar, userbar and also added Account Onbaording changes
Issue-ID: PORTAL-795
Change-Id: I815add150ba12c868c1b0f80f3dfcdf4ea804d70
Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
|
|
Issue-ID: PORTAL-797
Change-Id: Ib2a105c9c9a9fbfe3f8f14b3a564ac013262cffb
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
Issue-ID: PORTAL-798
Change-Id: I16bb09a7ed616ec66e7a40c599286ffd88eb3995
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
Issue-ID: PORTAL-797
Change-Id: Ic38819566a6197f37cb5c22ce71cc5767d454b25
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
junits for NotValidDataException.java
Issue-ID: PORTAL-797
Change-Id: Id63a2ecc6666e1e47e621e647fabc28dc73668f1
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
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>
|
|
This patch provid getAppRolesForUser() method up in UserRolesController,
minor changes in domain classes and some essential services to provide
this method.
Issue-ID: PORTAL-710
Change-Id: I3701b580425f10ddf608d7333f9770728d073e1b
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
|
|
putAppWithUserRoleStateForUser() up
Issue-ID: PORTAL-710
Change-Id: Ie0d03fc28d684bb0362901b0ec108941e70f6b9c
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
|
|
readExternalRequestAccess(), getUserAppCatalogRoles(),
putAppWithUserRoleRequest(), testGetRoles(),
importRolesFromRemoteApplication(), getUsersFromAppEndpoint() up
Issue-ID: PORTAL-710
Change-Id: I751d5e412ec85a1a65b0b7d43a023ce6a1915d91
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
|
|
|