aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-08-26Bump up clampsebdet1-2/+2
Update version to 4.1.1 for preparing the next release Issue-ID: CLAMP-480 Change-Id: I36b0c66a886ac161b516a853a1315037f2b89666 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-08-26Fix the CSSsebdet7-152/+101
Remove colors settings in global css and add the theme property to the menubar correctly (not via global prop anymore) Issue-ID: CLAMP-477 Change-Id: Ie0ba1ea350e393d452108b1dadb10e7dbe1dab23 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-08-24Fix the policy versionsebdet2-2/+11
Change the code so that it create right queries as policy engine expects, for the get Policy the version must be an integer for legacy interface Issue-ID: CLAMP-384 Change-Id: I1839ae65bdda1752de6cdc08a95590d14647aeb9 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-08-24Update reactsebdet5-1024/+1299
Update react compo to latest ones Issue-ID: CLAMP-477 Change-Id: I108b31c7e25595d96bc598f394590f23436335a1 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-08-23Fix the log statussebdet6-140/+208
Fix the way the code (camel) computes the global loop state + introduce level in component state for that Issue-ID: CLAMP-384 Change-Id: I83a9306eabacfc1f118df6b828e521ee59d19b5f Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-08-21Log componentsebdet3-72/+91
Set the right log component in the camel xml files routes Issue-ID: CLAMP-428 Change-Id: I476e5b24f5e772c77998508ad3e90c811838386e Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-08-21Merge "Fix the docker compose"Gervais-Martial Ngueko3-4/+4
2019-08-21Merge "Fix SQL"Gervais-Martial Ngueko1-1/+1
2019-08-21Merge "Changes to support npm publish of reactjs components"Sébastien Determe5-25/+13684
2019-08-21Changes to support npm publish of reactjs componentsTedHumphrey5-25/+13684
Modify the pom.xml to copy ui-react sources to target, add maven-exec-plugin to run the "npm publish" step, update the package.json to include where to publish Issue-ID: CLAMP-450 Change-Id: Id0d15e71924867d1d4329a377661d125b21fee6c Signed-off-by: TedHumphrey <Thomas.Humphrey@att.com>
2019-08-20Fix the docker composesebdet3-4/+4
Fix docker compose due to docker name changed Issue-ID: CLAMP-418 Change-Id: I0f205da2c287a6b460ebb148ddb8ea2fc793220e Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-08-20Fix SQLsebdet1-1/+1
Fix SQL due to change in the Loop object Issue-ID: CLAMP-430 Change-Id: Ia97aaf58a71cb7d585ef2c296a97b911635ad8fb Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-08-19Draft of op policysebdet26-702/+1579
First draft of the Operational policy based on JsonEditor, it's a wip code Issue-ID: CLAMP-430 Change-Id: I2c7970e94488f4020377fd9d4d00691a3590b13e Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-08-19Rework deploy action and close modelxuegao8-26/+175
Rework the deploy action and the close model feature. Issue-ID: CLAMP-445, CLAMP-451 Change-Id: Ic122a584b676d50b9bddcac6e5553266b2281a01 Signed-off-by: xuegao <xg353y@intl.att.com>
2019-08-14Merge "Improve test for DictionaryService."Sébastien Determe2-44/+86
2019-08-12Merge "Rework action itmes"Sébastien Determe6-58/+240
2019-08-09El Alto Early Droposgn422w1-2/+50
El Alto Early Drop release note draft Issue-ID: CLAMP-459 Change-Id: I27f38d98046dda7725af9918cf0eed029dc36382 Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
2019-08-08Rework action itmesxuegao6-58/+240
Rework the submit, stop, restart, delete, undeploy and refresh status actions. Issue-ID: CLAMP-441,CLAMP-442,CLAMP-443,CLAMP-444,CLAMP-446,CLAMP-448 Change-Id: I38aed3a06fdcdf0f53fc9b8f8d2d9072f0932d55 Signed-off-by: xuegao <xg353y@intl.att.com>
2019-08-06Merge "Remove checkstyle issues"Xue Gao10-1427/+1427
2019-08-06Remove checkstyle issuessebdet10-1427/+1427
Remove checkstyle issues added during previous merge Issue-ID: CLAMP-465 Change-Id: Iec78a64c01de6cc1405fccd7406ef38b06e61545 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-08-06Merge "Add Expose annotation"Xue Gao8-1290/+1394
2019-08-06Add Expose annotationsebdet8-1290/+1394
Add expose annotations in all objects returned by the v1 interfaces Issue-ID: CLAMP-465 Change-Id: I9c98de60dc71f52f74f14810135e83efe4256ede Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-08-02Merge "Add saving + rework"Xue Gao4-32/+37
2019-08-02Merge "Changes for self release"Xue Gao1-0/+5
2019-08-02Merge "Fix loop prop window"Xue Gao8-108/+113
2019-08-02Add saving + reworksebdet4-32/+37
Rework of the async calls to the backend + add saving of the properties to backend + rework of the loop loading Issue-ID: CLAMP-447 Change-Id: I126c88b3532613e6d4702e63c39a2735b98d132c Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-08-02Changes for self releasesebdet1-0/+5
Add release folder and associated yaml file to do a release Issue-ID: CLAMP-453 Change-Id: I874e78f6b2e13c92e07154c975f21e8656443702 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-08-01Fix loop prop windowsebdet8-108/+113
Fix the loop Properties windows Issue-ID: CLAMP-447 Change-Id: I0d4002267feab57457067df345f6b56542926e35 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
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>