summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2019-03-26Remove unused codeAdam Wudzinski21-1739/+0
Remove unsed code from generic-components and change tests directory structure to reflect src structure Change-Id: Iada2efb0f7cfb05557eb7cd709b8a0ed75976b03 Issue-ID: AAI-1618 Signed-off-by: awudzins <adam.wudzinski@nokia.com>
2019-03-12Merge "Add tests to Inventory module"James Forsyth2-13/+5
2019-03-08Add tests to Inventory modulebogumil_zebek2-13/+5
Change-Id: I9a6b1749f80f8d4a4e28291e7f028bd7f864c86a Issue-ID: AAI-2143 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
2019-02-15Integration tests for MainScreenWrapperReducerandrzejszukuc3-30/+12
Change-Id: I7e947ea2ccab8877a3b8bb01d8e6b999bee1901f Issue-ID: AAI-2143 Signed-off-by: Andrzej Szukuc <andrzej.szukuc@nokia.com>
2018-11-26Removed edit attribute codesstoykov15-824/+0
Removed obsolete code related to the edit attributes feature from sparky-fe. Issue-ID: AAI-1956 Change-Id: I2a125b825991b832d6249acfcd03a189005e52b4 Signed-off-by: sstoykov <stela.stoykova@amdocs.com>
2018-11-08Fixing eslint errorArul.Nambi1-1/+1
Issue-ID: AAI-1881 Change-Id: I1132eb381dd1a62dda6d6f31f2de8af3582bdd9a Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2018-11-07Adding option for configurable headerArul.Nambi8-14/+158
Moving the standalone front end start up from localhost:port/aai -> localhost:port & Updating the node parameter to production for production build so that the minified code is more efficient & Changing the babel loaders for fonts to use the full name instead of the computed hash value & Adding a option to make the page header and html document title configurable instead of the previous hardcoded value of A&AI Issue-ID: AAI-1881 Change-Id: I867200b97d4e2e9acb687f373e39aab8fb8a1b25 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2018-09-25readding accidentally deleted codeSteven Thomas1-0/+5
Issue-ID: AAI-1675 Change-Id: I89e3989b6503f658948a5c370e985e648264b9a2 Signed-off-by: Steven Thomas <steve.thomas@amdocs.com>
2018-09-25Merge "Fixing the errors on OOM"Steven Blimkie2-4/+3
2018-09-25Merge "Add tests to notifications module"James Forsyth1-37/+22
2018-09-24Escaping regex charactersrv871f1-2/+4
Issue-ID: AAI-1672 Change-Id: I47d50fbcfac453baf314d789ed9a4f32e9656330 Signed-off-by: rv871f <richard.vondadelszen@amdocs.com>
2018-09-21Fixing the errors on OOMArul.Nambi2-4/+3
Issue-ID: AAI-1669 Change-Id: Ie47a0fd7ecff6f21f6ffb8f42a962c6652f87a93 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2018-09-20Add tests to notifications modulebogumil_zebek1-37/+22
Issue-ID: AAI-1640 Change-Id: I69bee609539e3977996f9eb2bfc821432028464b Signed-off-by: bogumil_zebek <bogumil.zebek@nokia.com>
2018-09-18Adding content removed by accidentArul.Nambi1-2/+119
Issue-ID: AAI-1599 Change-Id: I25215766ae351b030116290d2ff342d9d433b937 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2018-09-14small tweaks to test code to get it to workSteven Thomas1-3/+2
Issue-ID: AAI-1599 Change-Id: I41ca44fb7ebecb9856867addc9e30d742a5e4abe Signed-off-by: Steven Thomas <steve.thomas@amdocs.com>
2018-09-13increasing test coverage to 20 percentSteven Thomas25-763/+871
Issue-ID: AAI-1599 Change-Id: I345e38d4319e52b56de0a33d7065e02617cc2103 Signed-off-by: Steven Thomas <steve.thomas@amdocs.com>
2018-09-05Upgrade to react 16Arul.Nambi30-102/+130
Issue-ID: AAI-1576 Change-Id: I2a3035c7922ccabdca446e76341adf6ca8785155 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2018-09-05Add network call as promise for ext viewsArul.Nambi4-18/+61
Adding support for network calls that can be used in the extended views without relying on the reducers of main app. Also adding functinality to remove the view from the hanburger menu which will be useful for apps that want to have a route but not an entry in main menu. Issue-ID: AAI-1564 Change-Id: Ie4776d030d8458d3ce8d77782d5dfda11e01b878 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2018-08-30Add support for multiple views per extensibilityArul.Nambi1-2/+9
Issue-ID: AAI-1556 Change-Id: I9af4cf5287cb903f500a59ff15ec3eb5f12d99e9 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2018-07-30Fixing AAI-1433rv871f1-1/+1
Issue-ID: AAI-1433 Change-Id: I40269de1502d917e9064132e91a2abf3ec0dbdb9 Signed-off-by: rv871f <richard.vondadelszen@amdocs.com>
2018-07-16Refactoring test scriptsArul.Nambi12-1965/+0
Moving the test scripts under one folder and restucting them so that the clutter can be avoided in the src folder. Issue-ID: AAI-1371 Change-Id: I41b34acbe79a7a3409f2990f11492614f7ef9c5a Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2018-03-29increasing test coverage to 10%Steve Thomas21-11/+1972
Issue-ID: AAI-980 Change-Id: Idb816df11fa14b5668349f24bac1aafd7235e00a Signed-off-by: Steven Thomas <steve.thomas@amdocs.com>
2018-03-16changed the header and licenseAttaranasl, Salma (sa669h)109-463/+248
updated the date in the all license headers Change-Id: Ifdb0359256bf096fe32d30c6d2ace1008f4e0acf Signed-off-by: Attaranasl, Salma (sa669h) <salma.attaran@amdocs.com> Issue-ID: AAI-872
2018-02-27Adding Violation History to DIOsteventh5-5/+78
Issue-ID: AAI-817 Change-Id: I2fbdbea3eedc568ef7046d83496890969a0c85ec Signed-off-by: steventh <steve.thomas@amdocs.com>
2018-02-06cleaned up codeSalma, Attaran1-20/+0
Change-Id: Ie1007dcc3c467fe2232fe04803e97df58e8a3369 Signed-off-by: Salma, Attaran <salma.attaran@amdocs.com> Issue-ID: AAI-737
2018-02-05Correcting spinnerSteve Thomas7-74/+63
Change-Id: I0531805d63a9d5b8ac6a161281845a6b8cc1f4af Issue-ID: AAI-732 Signed-off-by: Steve Thomas <steve.thomas@amdocs.com>
2018-01-30Implementing user feed backarul.nambi12-102/+245
Change-Id: I66196a4a5a319bb9c78c503244c0e78824ac855a Signed-off-by: arul.nambi <arul.nambi@amdocs.com> Issue-ID: AAI-696
2018-01-18Handling new BE subscription payloadricharv5-41/+27
Issue-ID: AAI-676 Change-Id: I5c6307f43b20487068bc4ba3b6d9fee5b25e2027 Signed-off-by: richarv <richard.vondadelszen@amdocs.com>
2018-01-17fixing styling for filter barSteve Thomas2-7/+7
Issue-ID: AAI-668 Change-Id: I61ce8ab7f042a8eff8ccd5dee74c8311ad16b65b Signed-off-by: Steve Thomas <steventh@amdocs.com> Signed-off-by: steventh <steve.thomas@amdocs.com>
2018-01-15Introduction of external URLsArul12-30/+345
Introduce external URLs to get AAI UI to show a specific graph Change-Id: Ibc10dab32540f2c8347df1be535e48b88308b9ec Signed-off-by: Arul <arul.nambi@amdocs.com> Issue-ID: AAI-626
2017-12-22Camel-casing GlobalInlineMessageBar directoryv1.1.11.0.1-ONAP1.0.1-AmsterdamShawn Severin5-1/+1
Renaming directory to conform to repo's directory naming standards Issue-ID: AAI-543 Change-Id: I0d3f091fe78d0777a5ca4e7649276f131b5292f2 Signed-off-by: Shawn Severin <shawn.severin@amdocs.com>
2017-12-21Updating versions of Sparky FE filesShawn Severin32-2009/+74
Updating versions of Sparky FE files as previous ones were out-dated Issue-ID: AAI-543 Change-Id: Idc7d09e0efabaa5ef82db126cf7563fc8370f4f9 Signed-off-by: Shawn Severin <shawn.severin@amdocs.com>
2017-12-08Adding filter barShawn Severin63-610/+609
Issue-ID: AAI-543 Change-Id: Ib6875bc2fb7ec3ab9ce0fa2979d20c608e0b3de9 Signed-off-by: Shawn Severin <shawn.severin@amdocs.com>
2017-12-07Adding filter barShawn Severin63-855/+3763
Issue-ID: AAI-543 Change-Id: I18ec69f4585a9f01feafd009fcd30493a039b064 Signed-off-by: Shawn Severin <shawn.severin@amdocs.com>
2017-09-13Renaming openecomp to onapArul.Nambi1-24/+1
Issue-ID: AAI-208 Change-Id: Idd1004d8fd4c9dd32792f6f85549929dbf46876b Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2017-08-18[AAI-92 Amsterdam] Update licenseARUL NAMBI96-1016/+815
Issue-ID: AAI-92 Change-Id: Idfa50142a323668d4e35a6ec5be17215acc09ff7 Signed-off-by: ARUL NAMBI <arul.nambi@amdocs.com>
2017-06-02Initial coomit for AAI-UI(sparky-fe)ARULNA98-0/+541852
Change-Id: I9f8482824a52bac431c100939899e760c0fa4fdb Signed-off-by: ARULNA <arul.nambi@amdocs.com>