aboutsummaryrefslogtreecommitdiffstats
path: root/gui-clamp/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2021-06-03Refactor .gitignore file to remove irrelevant infobrunomilitzer1-1045/+18
Issue-ID: POLICY-3325 Change-Id: Ie3d1ee46c9ac351ba9438b4b0a2bcaa47486d7ac Signed-off-by: brunomilitzer <bruno.militzer@est.tech>
2021-05-27React Front-End UIbrunomilitzer1-0/+1053
This commit is to move the React front end files from the Clamp Policy Repo to the Onap Gui Policy Repo. Also created the added Maven featue to compile the React project via Node and NPM, and copy the production files to the target directory. Fixed in gitignore that was ignoring the contents inside the logs/ directory. Reformated JS spacing files from 4 spaces to 2 spaces. Fixed Broken JEST test Applied Jim's Code Review as well updated Node Version from 12.18 to 14.17 accross the modules. Unfortunately cannot apply NPM version since it broke npm install. Fixed ONAP Job Builder Linting Error Applied Jim's Second Code Review Issue-ID: POLICY-3218 Signed-off-by: brunomilitzer <bruno.militzer@est.tech> Change-Id: I01f95c350d27d72f941c835592fd596472601d6e