summaryrefslogtreecommitdiffstats
path: root/adapters/mso-workflow-message-adapter
AgeCommit message (Expand)AuthorFilesLines
2018-07-31Containerization feature of SOBenjamin, Max (mb388a)14-710/+4
2018-03-28UT workflowmessage WMAdapterRestSindhu A1-0/+45
2018-03-28UT Coverage for workflowmessageSindhu A1-0/+42
2018-03-19Fix the Jar vulnerability and licensingByung-Woo Jun1-1/+1
2018-03-14AT&T 1712 and 1802 release codeRob Daugherty1-5/+5
2018-02-22Port SO artifacts to ONAP folder structureArthur Martella1-4/+4
2017-12-13Reduce complexity of HealthCheckUtilskurczews1-3/+1
2017-12-01Bump minor versionJessica Wagantall1-1/+1
2017-11-16changed artifact versionseshukm1-1/+1
2017-11-14Fix init errors in WorkflowMessageAdapterRob Daugherty1-1/+5
2017-10-17Remove the unused variablesrama-huawei1-2/+2
2017-09-27Fixed Blocker issues.seshukm1-3/+2
2017-09-12Fix for SONAR critical issuesseshukm3-3/+7
2017-09-11Change the header to SOSeshu-Kumar-M5-5/+5
2017-09-081710 Rebase - Second AttemptArthur Martella3-6/+7
2017-08-04Failed to deploy so artifacts in nexus (again)Rob Daugherty1-5/+5
2017-08-01Failed to deploy so artifacts in nexusRob Daugherty1-5/+5
2017-07-19Fix artifact group IDs (org.openecomp.so)Rob Daugherty1-5/+5
2017-05-02[MSO-8] Second step of the rebase for MSODeterme, Sebastien (sd378r)12-0/+700
span class="p">, exclude: /node_modules/, enforce: 'pre'}, {test: /\.(js|jsx)$/, use: [ {loader : 'react-hot-loader'}, {loader : 'babel-loader'}, {loader : 'eslint-loader'}], exclude: /node_modules/}, {test: /\.(css|scss)$/, use: [ {loader: 'style-loader'}, {loader: 'css-loader?sourceMap'}, {loader: 'sass-loader?sourceMap', options: { output: { path: path.join(__dirname, 'dist') } }}]}, // required for font icons {test: /\.(woff|woff2)(\?.*)?$/, loader: 'url-loader?limit=16384&mimetype=application/font-woff'}, {test: /\.(ttf|eot|otf)(\?.*)?$/, loader: 'file-loader'}, {test: /\.(png|jpg|svg)(\?.*)?$/, loader: 'url-loader?limit=16384', exclude: path.join(__dirname, 'resources/images/svg') }, {test: /\.html$/, use: [ {loader: 'html-loader'}]} ] }, plugins: [] };