From 1f433203fe929b725a02a38e977bdfb726953758 Mon Sep 17 00:00:00 2001 From: Samarpan Date: Fri, 25 May 2018 11:44:07 +0530 Subject: [PATCH 1/2] Test commit to new branch --- .scannerwork/.sonar_lock | 0 .scannerwork/report-task.txt | 6 ++++++ client/app/scripts/app.js | 2 +- sonar-project.properties | 12 ++++++++++++ 4 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .scannerwork/.sonar_lock create mode 100644 .scannerwork/report-task.txt create mode 100644 sonar-project.properties diff --git a/.scannerwork/.sonar_lock b/.scannerwork/.sonar_lock new file mode 100644 index 0000000..e69de29 diff --git a/.scannerwork/report-task.txt b/.scannerwork/report-task.txt new file mode 100644 index 0000000..06fcdc6 --- /dev/null +++ b/.scannerwork/report-task.txt @@ -0,0 +1,6 @@ +projectKey=mean:sample +serverUrl=http://localhost:9000 +serverVersion=7.1.0.11001 +dashboardUrl=http://localhost:9000/dashboard/index/mean:sample +ceTaskId=AWOMTQRmyVA8FZdVWbXc +ceTaskUrl=http://localhost:9000/api/ce/task?id=AWOMTQRmyVA8FZdVWbXc diff --git a/client/app/scripts/app.js b/client/app/scripts/app.js index c9ab5a5..c204621 100644 --- a/client/app/scripts/app.js +++ b/client/app/scripts/app.js @@ -13,7 +13,7 @@ define(['app.common', 'mainRoute', 'jquery'], * * Main module of the application. */ - var app = + app = angular.module('mainApp', appDeps) // Config .config(routes) diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 0000000..5cbcb73 --- /dev/null +++ b/sonar-project.properties @@ -0,0 +1,12 @@ +# must be unique in a given SonarQube instance +sonar.projectKey=mean:sample +# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1. +sonar.projectName=MEAN Sample +sonar.projectVersion=1.0 + +# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. +# This property is optional if sonar.modules is set. +sonar.sources=. + +# Encoding of the source code. Default is default system encoding +#sonar.sourceEncoding=UTF-8 From dd4a9141c19caa0230fb8d010a4ec0584e5fc5ac Mon Sep 17 00:00:00 2001 From: Samarpan Date: Fri, 1 Jun 2018 16:30:09 +0530 Subject: [PATCH 2/2] Test commit Change-Id: I4ed34f867d2d529eb4632378f7ae6d339061d114 --- client/app/scripts/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app/scripts/app.js b/client/app/scripts/app.js index c204621..c9ab5a5 100644 --- a/client/app/scripts/app.js +++ b/client/app/scripts/app.js @@ -13,7 +13,7 @@ define(['app.common', 'mainRoute', 'jquery'], * * Main module of the application. */ - app = + var app = angular.module('mainApp', appDeps) // Config .config(routes)