aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2021-11-03Added package-lock.json to the gui-clampLathish1-1/+0
This will resolve dependency tree conflict Issue-ID: POLICY-3806 Change-Id: I8c47e400a582762ac8b1ed74a2f7ff1ca31610f2 Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
2021-09-22Clean package-lock.json filesdanielhanrahan1-1/+0
Clean package-lock.json files with maven clean Remove incorrect entry from .gitignore Issue-ID: POLICY-3646 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: Iab744932f7def2495afa4600c9e26dbe71a1414a
2020-10-02JS Testing added for apex-editorwaynedunican1-1/+1
Last apex-editor/pom.xml change to exclude the /dist folder Issue-ID: POLICY-2783 Change-Id: I076aac4e503c7e5f2ea39fa9291153be4b119808 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2020-09-16Exclude unit test files from released artifactsliamfallon1-0/+4
The node.js code and repos are used only during unit test and should not be included in the released artifacts. Not having them in the released artifacts also eliminates a number of security and licensing issues with node.js modules. Issue-ID: POLICY-2825 Change-Id: Icb9c0a0e3d1ebb01aa9b6346ce51f0c76c5cdd0f Signed-off-by: liamfallon <liam.fallon@est.tech>
2020-03-17Setup js unit test and code coverage frameworkhuaxing1-1/+3
(1) Use frontend-maven-plugin to integrate frontend development (2) Use jest as test tool (3) Use webpack to create webapp bundle (4) Coverage data is saved in target/jscoverage Issue-ID: POLICY-2311 Signed-off-by: huaxing <huaxing.jin@est.tech> Change-Id: I34fb7487c1e0ca29114eb7accba8bb7c4812da34
2018-09-25Setup checkstyle and coveragePamela Dragosh1-0/+2
Removed redundant version. Added checkstyle and code coverage declarations. Added ignore of idea and checkstyle. Issue-ID: POLICY-1136 Change-Id: Ia2f2428577ba0bf992cba8a5ad5f68d34d5deff8 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2017-08-08First commit, adding parent pomPamela Dragosh1-0/+9
Issue-ID: POLICY-139 Change-Id: I7e2e3cd72f14b6c01be17d3aaf1e5a09272c87e9 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>