summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2018-11-07Adding option for configurable headerArul.Nambi1-21/+3
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-27readding code that was removed in a mergeSteven Thomas1-0/+1
Issue-ID: AAI-1675 Change-Id: Ie0ae94bd2358c7ff5329c39a1c07750a57963dac Signed-off-by: Steven Thomas <steve.thomas@amdocs.com>
2018-09-13increasing test coverage to 20 percentSteven Thomas4-18/+24
Issue-ID: AAI-1599 Change-Id: I345e38d4319e52b56de0a33d7065e02617cc2103 Signed-off-by: Steven Thomas <steve.thomas@amdocs.com>
2018-09-05Upgrade to react 16Arul.Nambi1-1/+1
Issue-ID: AAI-1576 Change-Id: I2a3035c7922ccabdca446e76341adf6ca8785155 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2018-07-16Refactoring test scriptsArul.Nambi3-0/+7
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-01-15Introduction of external URLsArul4-0/+340
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-20Including build.sh to run gulp-webpackShawn Severin1-0/+146
Including build.sh so gulp-webpack will be run and the /dist folder will be created to facilitate the creation of the FE .war file Issue-ID: AAI-542 Change-Id: I85a567387da1d1a9e6e455e99b13fa6771dd5b9b Signed-off-by: Shawn Severin <shawn.severin@amdocs.com>