aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-07-31add searchguardosgn422w1-1/+4
add search guard plugin when building kibana image Issue-ID: CLAMP-419 Change-Id: I7cb06b1c1a37ac29c0fbfe309976aed908f6e920 Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
2019-07-30Merge "kibana authentication"Xue Gao2-4/+4
2019-07-29kibana authenticationosgn422w2-4/+4
add kibana authentication to load script Issue-ID: CLAMP-419 Change-Id: I02851f26a3916110a5e3544746db04aed274c5ab Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
2019-07-29Merge "Rework user info window"Sébastien Determe3-2/+192
2019-07-29Merge "Rework Loop properties window"Sébastien Determe4-5/+140
2019-07-29Rework user info windowxuegao3-2/+192
Rework the user info window with react. Issue-ID: CLAMP-449 Change-Id: I260bcb3c15cae73af0c180706928415ddc81dfbf Signed-off-by: xuegao <xg353y@intl.att.com>
2019-07-23Rework Loop properties windowxuegao4-5/+140
Rework the loop properties window with React libraries. Issue-ID: CLAMP-447 Change-Id: I5eba63aab39aeefe23d5fdc4732ce0d3d4a1682a Signed-off-by: xuegao <xg353y@intl.att.com>
2019-07-19Rework the statussebdet6-56/+114
Add status data when we load a loop + rework the look and feel of status DIV Issue-ID: CLAMP-429 Change-Id: Ibeb58e2653d603f29a0b71023d8afd49cf89aba1 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-07-19Rework the logssebdet3-2/+96
Provide data to logs viewer and rework the look and feel Issue-ID: CLAMP-428 Change-Id: I7445c491faa7a061da4a959b4ca7646c7c14a88d Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-07-19Merge "Add data saving"Xue Gao3-33/+74
2019-07-19Merge "Add generic svg selection"Xue Gao5-25/+46
2019-07-18Integrate testing frameworkxuegao5-1/+378
Integrate Jest and Enzyme testing framework. Issue-ID: CLAMP-425 Change-Id: I50427a5171c77c2d064fe5e913a46f95c4eb43bc Signed-off-by: xuegao <xg353y@intl.att.com>
2019-07-18Add data savingsebdet3-33/+74
Add data saving operation to the configurationPolicyModal and rework of the loopCache class Issue-ID: CLAMP-426 Change-Id: I6ba5880254b15809313f3b809a65ab9e441cab30 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-07-18Add generic svg selectionsebdet5-25/+46
Add a converter that maps each component to a dialog type, so that each component in the SVG can be mapped to a dialog if needed Issue-ID: CLAMP-423 Change-Id: I2dc2517048ffd911f70c64b07216aa988bcb4fe0 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-07-18Merge "Fix warnings"Xue Gao3-8/+9
2019-07-18Merge "Draft of Config policy"Xue Gao7-22/+47
2019-07-17add searchguardosgn422w16-2/+876
add authentication to elk with searchguard Issue-ID: CLAMP-419 Change-Id: I66bca485750e3377db10f6f43efb7f741a42c17d Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
2019-07-17Fix warningssebdet3-8/+9
Fix reported javascript warnings by NodeJS when compiling Issue-ID: CLAMP-426 Change-Id: Iebf369c0d3094fcbe83e9e5b1d6138b808105e46 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-07-17Draft of Config policysebdet7-22/+47
Initial code of the config policy window using the Json Editor version from NPM Issue-ID: CLAMP-426 Change-Id: I4ff3e63c463320706031c703afa22417b321faa3 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-07-16SVG Renderingsebdet16-710/+372
SVG rendering draft for Config and operational policies management + call to back-end Issue-ID: CLAMP-422 Change-Id: Ia3ca4223e283d0cd56d98fb1871fd3b2880940ec Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-07-15Fix Nullpointer exceptionsebdet1-2/+3
Fix null pointer exception happening when getting a non existent SVG in db Issue-ID: CLAMP-424 Change-Id: I8941441b2af1ae2d54da977b467bde3abef52376 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-07-15Rework the Open CL windowxuegao8-13/+199
Rework the Open CL window of the Clamp UI. Issue-ID: CLAMP-420 Change-Id: Ic7e1e6add4067bc2ee94bd758d76e15397d941df Signed-off-by: xuegao <xg353y@intl.att.com>
2019-07-12Rework the structuresebdet9-16/+27
Rework of the project structure and static loop cache added for the entire site Issue-ID: CLAMP-418 Change-Id: Ia2cf62431cd9139c91bf74bb639b502a368ce761 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-07-12Introduce modalsebdet16-933/+1649
Test Modal for Operational policy and use react-router to show it Issue-ID: CLAMP-415 Change-Id: Ie0df5f1085925224076062c7d331dc2f4c72d032 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-07-10Create login page and add wiki/contact itemxuegao11-9/+428
Create the login page for Clamp Ui; Add wiki/contact page which chould be selected from the menu bar. Issue-ID: CLAMP-416, CLAMP-417 Change-Id: Idddafd9c59a1e4d2897e962c831060e55083025c Signed-off-by: xuegao <xg353y@intl.att.com>
2019-07-05More modular approachsebdet24-502/+1036
Modular approach for React components and CSS + theming Issue-ID: CLAMP-418 Change-Id: I359f31e92492ae75ac26ef297abde822c6cd56ea Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-06-28Create the sub components for new Clamp UIxuegao17-147/+579
Create the sub components for the new React Clamp UI Issue-ID: CLAMP-414 Change-Id: I3e9e6bf05559829d22936e06556fef60635a33d0 Signed-off-by: xuegao <xg353y@intl.att.com>
2019-06-25Fix frontend dep issuesebdet3-23/+29
Fix the frontend dependency issues Issue-ID: CLAMP-413 Change-Id: If7c8fd1a3afff349bf044cf2271883888b3c2d9a Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-06-25Restructure the clamp ui headerxg353y6-40/+221
Restructure the clamp ui header Issue-ID: CLAMP-414 Change-Id: I96553a60665553d4de8a8a60cb0e5d53ff949c62 Signed-off-by: xg353y <xg353y@intl.att.com>
2019-06-25Frontend initial draftsebdet18-70/+379
New frontend initial draft in React with docker image in nginx Issue-ID: CLAMP-413 Change-Id: Ie5826d79aa3db23f863e8fd217189ba41534abe9 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-06-21Merge "Improved user guide details"Gervais-Martial Ngueko1-2/+24
2019-06-21Improved user guide detailsKrysiak Adam1-2/+24
Issue-ID: CLAMP-390 Change-Id: Iab57f364a133b9d48a8a56954a53b0a08ed8cee9 Signed-off-by: Krysiak Adam <adam.krysiak@nokia.com>
2019-06-18Improve test for DictionaryService.k.kedron2-44/+86
Add new test for CldsDictionaryService. Refactor createOrUpdateDictionary method. Remove useless final from private method. Checkstyle issue. Change-Id: I26e782aeb4a7429d342f90d4231dd24cca2e152f Issue-ID: CLAMP-355 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
2019-06-18Merge "Fixed Checkstyle issues"Xue Gao22-148/+192
2019-06-18Merge "New unit tests and sonar fixes"Xue Gao5-51/+187
2019-06-18add date to logsKrysiak Adam1-2/+2
Issue-ID: CLAMP-405 Change-Id: I56843bd4652fbd624bcab32efbbdb8b77a48d210 Signed-off-by: Krysiak Adam <adam.krysiak@nokia.com>
2019-06-13change required for new releasesebdet1-19/+6
Change required for new release management Issue-ID: CLAMP-409 Change-Id: I1e07f029455dff134e00d39051a0859c4cc11457 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-06-13Bring all fixessebdet5-35/+54
Bring all fixes from Dublin, but the code has slightly changed on master Issue-ID: CLAMP-410 Change-Id: Ieca7b8e9b180f46f2c30f848454405f3a504bfdd Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-06-05Bump up clampsebdet2-3/+3
Bump up clamp version to let Dublin update the previous 4.0 Issue-ID: CLAMP-407 Change-Id: I27a5fdbf86f692f7e24589f5d4febd6eaa7ea58d Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-06-05Bump the clamp versionsebdet2-2/+2
Bump to 4.0.4 for new docker images Issue-ID: CLAMP-384 Change-Id: Ifa70d4b237db3564c58e50fbf9cc75ef9f19fc8d Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-06-05Merge "Validate ids"Sébastien Determe2-12/+22
2019-06-05Merge "Fix imports in CsarInstallerItCase."Sébastien Determe0-0/+0
2019-06-05Merge "Improve test coverage in DcaeEvent"Sébastien Determe1-0/+74
2019-06-05Merge "Rework the loop state"Gervais-Martial Ngueko35-1407/+1854
2019-06-05Rework the loop statesebdet35-1407/+1854
Rework the state loop so there is no bug in the loop state anymore, now the components are scanned + upgrade to 4.0.4 Issue-ID: CLAMP-384 Change-Id: If7649238ee52864c84bfb9b6b8471d1738752e29 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-06-05Validate idsWojciech Sliwka2-12/+22
Disable close button when policy id is duplicated Issue-ID: CLAMP-403 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com> Change-Id: I47dee2e27ce4f7a5e2083a541458a04da8cf7bee
2019-06-05Improve test coverage in DcaeEventm.kowalski32-1/+75
Change-Id: Iead99d97d7ad2a803ef67cdf8a7eebaca76c60bd Issue-ID: CLAMP-355 Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com>
2019-06-04Fixed Checkstyle issuesk.kedron22-148/+192
Fixed checkstyle issues in the clamp project to achieve clean Jenkins build Change-Id: I92a05f948a5946c46b951058dc6f00b0b1c8e05b Issue-ID: CLAMP-328 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
2019-06-04Merge "index correction"Xue Gao1-1/+1
2019-06-04index correctionosgn422w1-1/+1
the underline of the title was too short Issue-ID: CLAMP-396 Change-Id: I893b9baa81065f20d5a9d5042f8d4682363d019c Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>