summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-vendor-license-lib
AgeCommit message (Expand)AuthorFilesLines
2018-06-18Revert "SonarQube coverage"ayalaben2-9/+0
2018-06-11Upgrade datastax cassandra driver to 3.4.0talig7-717/+0
2018-06-02update sdc versionMichael Lando3-3/+3
2018-05-27SonarQube coverageayalaben2-0/+9
2018-05-27Revert "update sdc version"Michael Lando3-3/+3
2018-05-26update sdc versionMichael Lando3-3/+3
2018-05-15Handle logger.debug(, exception)mojahidi1-15/+8
2018-05-01Remove vsp and vlm redundant propertiestalig3-19/+1
2018-03-04EP UUIDs are not same in vlm.xmlamitjai1-0/+8
2018-02-19Onboarding foundation changes - UniqueValueUtilsheetalm1-8/+11
2018-02-18Onboarding foundation changes for ItemManagersheetalm7-157/+128
2018-02-18Licensing issuesamitjai1-18/+14
2018-02-01Removed log constantsvempo1-8/+2
2018-01-30Fixed Sonar LicenseAgreementDaoFactoryImplAbhai Singh1-10/+7
2018-01-28Remove MdcDataErrorMessage #4vempo1-4/+0
2018-01-17Removed MDC from two modulesvempo6-86/+17
2018-01-16Fix Sonar VendorLicenseArtifactsServiceImplAbhai Singh1-9/+6
2018-01-16Fix Sonar VendorLicenseArtifactServiceFactoryImplAbhai Singh1-10/+6
2018-01-16Fix Sonar SimpleHealingServiceServiceFactoryImplAbhai Singh1-10/+6
2018-01-16Fixed Sonar LimitZusammenDaoImplAbhai Singh1-1/+1
2018-01-16Fixed Sonar LimitDaoFactoryImplAbhai Singh1-2/+2
2018-01-16Fixed Sonar LicenseKeyGroupDaoFactoryImplAbhai Singh1-10/+7
2018-01-16Fixed Sonar LicenseKeyGroupZusammenDaoImplAbhai Singh1-2/+2
2018-01-16Fixed Sonar LicenseAgreementDaoZusammenImplAbhai Singh1-10/+6
2018-01-16Fixed Sonar FeatureGroupDaoZusammenImplAbhai Singh1-5/+5
2018-01-16Fix Sonar FeatureGroupDaoFactoryImplAbhai Singh1-11/+8
2018-01-16Fix Sonar violations EntitlementPoolDaoFactoryImplAbhai Singh1-11/+8
2018-01-16Fix Sonar EntitlementPoolZusammenDaoImplAbhai Singh1-2/+2
2018-01-04Remove enter/exit debug #9vempo6-65/+0
2017-12-31Default constructors in vendor-license-api modulevempo5-11/+40
2017-12-28Fixed broken mapping of ChoiceOrOthervempo1-0/+4
2017-12-27Fix sonar issuessiddharth09051-14/+7
2017-12-27Fix sonar issuessiddharth09051-13/+11
2017-12-21Add collaboration featuretalig31-1059/+1268
2017-09-24Fixed incorrect reconstruction of choice objectsvempo2-12/+1
2017-09-19change version of the master branchMichael Lando3-3/+3
2017-09-18Fixed SONAR issuesDivesh Mirchandani12-23/+29
2017-09-10Add latest bug fixes to masteravigaffa5-104/+186
2017-08-10[SDC] OnBoard with enabled tests and featuresaz24975-65/+61
2017-07-26[SDC] Full OnBoard health-check and NFoD supportAvi Ziv16-359/+336
2017-07-18[SDC] Onboarding 1710 rebase.Avi Ziv42-84/+1267
2017-07-16[SDC] OnBoarding rebase.Avi Ziv2-5/+8
2017-07-12[sdc] rebase updateMichael Lando3-6/+42
2017-06-11[SDC-29] rebase continue work to align sourceMichael Lando2-5/+19
2017-06-09[SDC-29] catalog 1707 rebase commit pom fix.Michael Lando5-135/+4
2017-06-09[SDC-29] Amdocs OnBoard 1707 initial commit.AviZi64-530/+2293
2017-03-15update pom version + change version fileMichael Lando3-3/+3
2017-02-19Add new code new versionMichael Lando1-2/+2
2017-02-19push addional codeMichael Lando74-0/+5526
="o">: [ "exports-loader?module.exports.toString()", "css-loader?{\"sourceMap\":false,\"importLoaders\":1}", "postcss-loader", "sass-loader" ] }, { exclude: [ path.join(process.cwd(), "src/styles.less") ], test: /\.less$/, loaders: [ "exports-loader?module.exports.toString()", "css-loader?{\"sourceMap\":false,\"importLoaders\":1}", "postcss-loader", "less-loader" ] }, { exclude: [ path.join(process.cwd(), "src/styles.less") ], test: /\.styl$/, loaders: [ "exports-loader?module.exports.toString()", "css-loader?{\"sourceMap\":false,\"importLoaders\":1}", "postcss-loader", "stylus-loader?{\"sourceMap\":false,\"paths\":[]}" ] }, { include: [ path.join(process.cwd(), "src/styles.less") ], test: /\.css$/, loaders: ExtractTextPlugin.extract({ use: [ "css-loader?{\"sourceMap\":false,\"importLoaders\":1}", "postcss-loader" ], fallback: "style-loader", publicPath: "" }) }, { include: [ path.join(process.cwd(), "src/styles.less") ], test: /\.scss$|\.sass$/, loaders: ExtractTextPlugin.extract({ use: [ "css-loader?{\"sourceMap\":false,\"importLoaders\":1}", "postcss-loader", "sass-loader" ], fallback: "style-loader", publicPath: "" }) }, { include: [ path.join(process.cwd(), "src/styles.less") ], test: /\.less$/, loaders: ExtractTextPlugin.extract({ use: [ "css-loader?{\"sourceMap\":false,\"importLoaders\":1}", "postcss-loader", "less-loader" ], fallback: "style-loader", publicPath: "" }) }, { include: [ path.join(process.cwd(), "src/styles.less") ], test: /\.styl$/, loaders: ExtractTextPlugin.extract({ use: [ "css-loader?{\"sourceMap\":false,\"importLoaders\":1}", "postcss-loader", "stylus-loader?{\"sourceMap\":false,\"paths\":[]}" ], fallback: "style-loader", publicPath: "" }) }, { test: /\.ts$/, loader: "@ngtools/webpack" } ] }, plugins: [ new CleanWebpackPlugin(['dist', 'build'], { root: path.join(__dirname, ''), verbose: true, dry: false, exclude: ['shared.js'] }), new webpack.LoaderOptionsPlugin({ debug: false }), new webpack.DefinePlugin({ process: { env: { sdcConfig: prod? '"production"': '"development"' } } }), new webpack.NoEmitOnErrorsPlugin(), new ProgressPlugin(), // new BundleAnalyzerPlugin(), // new HtmlWebpackPlugin({ // template: "./src/index.html", // filename: "./index.html", // hash: false, // inject: true, // compile: true, // favicon: false, // minify: false, // cache: true, // showErrors: true, // chunks: "all", // excludeChunks: [], // title: "Webpack App", // xhtml: true, // chunksSortMode: function sort(left, right) { // let paramsString = params.entryPoints + ''; // let leftString = left.names[0].replace('scripts/',''); // let rightString = right.names[0].replace('scripts/',''); // let leftIndex = paramsString.indexOf(leftString); // let rightindex = paramsString.indexOf(rightString); // //console.log("left: " + leftString + " | leftIndex: " + leftIndex); // //console.log("right: " + rightString + " | rightindex: " + rightindex); // //console.log("result: " + leftIndex-rightindex); // //console.log("----------------------------------------"); // return leftIndex-rightindex; // } // }), new GlobCopyWebpackPlugin({ patterns: [ "assets/languages", "assets/styles/fonts", "assets/styles/images", "assets/styles/app.css" ], globOptions: { cwd: path.join(process.cwd(), "src"), dot: true, ignore: "**/.gitkeep" } }), new GlobCopyWebpackPlugin({ patterns: [ "configurations" ], globOptions: { cwd: path.join(process.cwd(), ""), dot: true, ignore: "**/.gitkeep" } }), new BaseHrefWebpackPlugin({}), new CommonsChunkPlugin({ name: "scripts/inline", minChunks: null }), new CommonsChunkPlugin({ name: "scripts/vendor", minChunks: (module) => module.resource && module.resource.startsWith(nodeModules), chunks: [ "main" ] }), new ExtractTextPlugin({ filename: "[name].bundle.css", disable: true }), new webpack.LoaderOptionsPlugin({ sourceMap: false, options: { postcss: [ autoprefixer(), postcssUrl({ url: (URL) => { // Only convert absolute URLs, which CSS-Loader won't process into require(). if (!URL.startsWith('/')) { return URL; } // Join together base-href, deploy-url and the original URL. // Also dedupe multiple slashes into single ones. return `/${baseHref || ''}/${deployUrl || ''}/${URL}`.replace(/\/\/+/g, '/'); } }) ], sassLoader: { sourceMap: false, includePaths: [] }, lessLoader: { sourceMap: false }, context: "" } }), new AotPlugin({ mainPath: "main.ts", exclude: [], tsConfigPath: "src/tsconfig.json", skipCodeGeneration: true }) ], node: { fs: "empty", global: true, crypto: "empty", tls: "empty", net: "empty", process: true, module: false, clearImmediate: false, setImmediate: false } } return webpackCommonConfig; }