From 8839ee1384e36cf22f0e06aa877f8babfc5a2097 Mon Sep 17 00:00:00 2001 From: vikrant-phadtare1101 Date: Fri, 24 Apr 2020 10:47:24 +0530 Subject: [PATCH 01/21] Create embold_config.json --- embold_config.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 embold_config.json diff --git a/embold_config.json b/embold_config.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/embold_config.json @@ -0,0 +1 @@ + From 8c3e75be5674c30aed836d1f541a25a1db27cc4c Mon Sep 17 00:00:00 2001 From: vikrant-phadtare1101 Date: Fri, 24 Apr 2020 10:51:36 +0530 Subject: [PATCH 02/21] Update embold_config.json --- embold_config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/embold_config.json b/embold_config.json index 8b1378917..123be0586 100644 --- a/embold_config.json +++ b/embold_config.json @@ -1 +1,2 @@ +invlaid json From 1f1e5a745abd6cefb7e452f202b1876de8440ec6 Mon Sep 17 00:00:00 2001 From: vikrant-phadtare1101 Date: Fri, 24 Apr 2020 11:06:10 +0530 Subject: [PATCH 03/21] Update embold_config.json --- embold_config.json | 148 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 147 insertions(+), 1 deletion(-) diff --git a/embold_config.json b/embold_config.json index 123be0586..83e303ba3 100644 --- a/embold_config.json +++ b/embold_config.json @@ -1,2 +1,148 @@ -invlaid json +{ + "gammaAccess": { + "url": "", + "userName": "", + "password": "" + }, + "repositories": [ + { + "dataDir": "", + "repository": { + "uid": "05e757feae4183f897412a54e28153f5", + "projectName": "Ace", + "languages": [ + "JAVA" + ], + "sources": { + "baseDir": "", + "exclusions": [ + "(?i)(test|generated|mock|thirdparty|third-party|3rd-party|3rdparty|external)" + ] + } + }, + "settings": { + "additionalOptions": [], + "includePaths": [] + }, + "modules": { + "codeissues": [ + { + "name": "pmd", + "enabled": true, + "config": { + "rules": [], + "options": [ + { + "name": "javaVersion", + "type": "text", + "value": "1.8", + "required": false + }, + { + "name": "ruleSets", + "type": "text", + "value": "rulesets/java/strictexception.xml,rulesets/java/basic.xml,rulesets/java/design.xml", + "required": true + } + ] + } + }, + { + "name": "gamma_java", + "enabled": true, + "config": { + "rules": [], + "options": [] + } + }, + { + "name": "gamma_generic", + "enabled": false, + "config": { + "rules": [], + "options": [ + { + "name": "reportDir", + "type": "upload", + "value": "", + "required": true + } + ] + } + } + ], + "unittest": [ + { + "name": "junit", + "enabled": true, + "config": { + "rules": [], + "options": [ + { + "name": "reportDir", + "type": "upload", + "value": "", + "required": true + } + ] + } + } + ], + "coverage": [ + { + "name": "clover", + "enabled": true, + "config": { + "rules": [], + "options": [ + { + "name": "reportDir", + "type": "upload", + "value": "", + "required": true + } + ] + } + }, + { + "name": "jacoco", + "enabled": true, + "config": { + "rules": [], + "options": [ + { + "name": "binaryReportPath", + "type": "upload", + "value": "", + "required": false + }, + { + "name": "xmlReportPath", + "type": "upload", + "value": "", + "required": false + } + ] + } + } + ], + "relevance": [ + { + "name": "relevance", + "enabled": true, + "config": { + "rules": [], + "options": [ + { + "name": "mode", + "value": "git" + } + ] + } + } + ] + } + } + ] +} From dd6dbce11712a5b22fb63b2a9d0794a7ed8588a7 Mon Sep 17 00:00:00 2001 From: vikrant-phadtare1101 Date: Fri, 24 Apr 2020 11:07:53 +0530 Subject: [PATCH 04/21] Update embold_config.json --- embold_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embold_config.json b/embold_config.json index 83e303ba3..91fafc806 100644 --- a/embold_config.json +++ b/embold_config.json @@ -17,7 +17,7 @@ "sources": { "baseDir": "", "exclusions": [ - "(?i)(test|generated|mock|thirdparty|third-party|3rd-party|3rdparty|external)" + "(?i)(test|generated|mock|thirdparty|third-party|3rd-party|3rdparty|external|ace|ACE)" ] } }, From 24f171c1fd7ff99ebea83bc6d5752ecfe9824167 Mon Sep 17 00:00:00 2001 From: vikrant-phadtare1101 Date: Fri, 24 Apr 2020 11:29:31 +0530 Subject: [PATCH 05/21] Update embold_config.json --- embold_config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/embold_config.json b/embold_config.json index 91fafc806..d06d0c820 100644 --- a/embold_config.json +++ b/embold_config.json @@ -29,7 +29,7 @@ "codeissues": [ { "name": "pmd", - "enabled": true, + "enabled": false, "config": { "rules": [], "options": [ @@ -50,7 +50,7 @@ }, { "name": "gamma_java", - "enabled": true, + "enabled": false, "config": { "rules": [], "options": [] From 27dd418618d451130a858074f7cd6978d497f959 Mon Sep 17 00:00:00 2001 From: vikrant-phadtare1101 Date: Fri, 24 Apr 2020 11:48:09 +0530 Subject: [PATCH 06/21] Update and rename embold_config.json to embold.json --- embold_config.json => embold.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename embold_config.json => embold.json (99%) diff --git a/embold_config.json b/embold.json similarity index 99% rename from embold_config.json rename to embold.json index d06d0c820..5c6b3ab2a 100644 --- a/embold_config.json +++ b/embold.json @@ -1,5 +1,5 @@ -{ +{{ "gammaAccess": { "url": "", "userName": "", From 44fa57436c987a147a77a56d53cc96ad3e17d72f Mon Sep 17 00:00:00 2001 From: vikrant-phadtare1101 Date: Fri, 24 Apr 2020 15:03:52 +0530 Subject: [PATCH 07/21] Update embold.json --- embold.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embold.json b/embold.json index 5c6b3ab2a..d06d0c820 100644 --- a/embold.json +++ b/embold.json @@ -1,5 +1,5 @@ -{{ +{ "gammaAccess": { "url": "", "userName": "", From baa04e0b6e5c55e8c98ee38a2a7898c14322aed6 Mon Sep 17 00:00:00 2001 From: vikrant-phadtare1101 Date: Fri, 24 Apr 2020 15:05:34 +0530 Subject: [PATCH 08/21] Update embold.json --- embold.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embold.json b/embold.json index d06d0c820..404480649 100644 --- a/embold.json +++ b/embold.json @@ -17,7 +17,7 @@ "sources": { "baseDir": "", "exclusions": [ - "(?i)(test|generated|mock|thirdparty|third-party|3rd-party|3rdparty|external|ace|ACE)" + "(?i)(test|generated|mock|thirdparty|third-party|3rd-party|3rdparty|external)" ] } }, From 5531f01c1780c19de94a229794912f7974d8460a Mon Sep 17 00:00:00 2001 From: vikrant-phadtare1101 Date: Fri, 24 Apr 2020 15:10:50 +0530 Subject: [PATCH 09/21] Update embold.json --- embold.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embold.json b/embold.json index 404480649..c3736e8a0 100644 --- a/embold.json +++ b/embold.json @@ -12,7 +12,7 @@ "uid": "05e757feae4183f897412a54e28153f5", "projectName": "Ace", "languages": [ - "JAVA" + "PHP" ], "sources": { "baseDir": "", From 40f6033ee5e5acde19e52fcb59d5e71cd10d8008 Mon Sep 17 00:00:00 2001 From: vikrant-phadtare1101 Date: Fri, 24 Apr 2020 15:13:47 +0530 Subject: [PATCH 10/21] Update embold.json --- embold.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embold.json b/embold.json index c3736e8a0..902ae01e7 100644 --- a/embold.json +++ b/embold.json @@ -12,7 +12,7 @@ "uid": "05e757feae4183f897412a54e28153f5", "projectName": "Ace", "languages": [ - "PHP" + "neha" ], "sources": { "baseDir": "", From dbdea576e719a09dc0a39e46b97e7ddf61a3f699 Mon Sep 17 00:00:00 2001 From: vikrant-phadtare1101 Date: Fri, 24 Apr 2020 15:22:19 +0530 Subject: [PATCH 11/21] Update embold.json --- embold.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embold.json b/embold.json index 902ae01e7..b214d782f 100644 --- a/embold.json +++ b/embold.json @@ -130,7 +130,7 @@ "relevance": [ { "name": "relevance", - "enabled": true, + "enabled": false, "config": { "rules": [], "options": [ From d049b626dc055e2982edcb088ef9c776c5a69442 Mon Sep 17 00:00:00 2001 From: vikrant-phadtare1101 Date: Fri, 24 Apr 2020 15:34:13 +0530 Subject: [PATCH 12/21] Update embold.json --- embold.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embold.json b/embold.json index b214d782f..1bbbd3339 100644 --- a/embold.json +++ b/embold.json @@ -9,7 +9,7 @@ { "dataDir": "", "repository": { - "uid": "05e757feae4183f897412a54e28153f5", + "uid": "05e757feae4183f897412a54e28153f5aaaaaaa", "projectName": "Ace", "languages": [ "neha" From c13209711a9b0d5f555cd8b97cb4a589420b2e60 Mon Sep 17 00:00:00 2001 From: vikrant-phadtare1101 Date: Tue, 5 May 2020 15:44:04 +0530 Subject: [PATCH 13/21] Update embold.json --- embold.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embold.json b/embold.json index 1bbbd3339..3029a0ecf 100644 --- a/embold.json +++ b/embold.json @@ -9,7 +9,7 @@ { "dataDir": "", "repository": { - "uid": "05e757feae4183f897412a54e28153f5aaaaaaa", + "uid": "263250528664f0c57b25b396982d22f4", "projectName": "Ace", "languages": [ "neha" From c1c1000566d53fdcfb207fa2557cf058da171574 Mon Sep 17 00:00:00 2001 From: vikrant-phadtare1101 Date: Tue, 14 Jul 2020 12:50:52 +0530 Subject: [PATCH 14/21] Update embold.json --- embold.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/embold.json b/embold.json index 3029a0ecf..5edf1bef2 100644 --- a/embold.json +++ b/embold.json @@ -9,7 +9,7 @@ { "dataDir": "", "repository": { - "uid": "263250528664f0c57b25b396982d22f4", + "uid": "636d82b95e740a8fcfb05bcf0e6118a4", "projectName": "Ace", "languages": [ "neha" @@ -17,7 +17,7 @@ "sources": { "baseDir": "", "exclusions": [ - "(?i)(test|generated|mock|thirdparty|third-party|3rd-party|3rdparty|external)" + "(?i)(test|generated|mock|thirdparty|third-party|3rd-party|3rdparty|external|.java)" ] } }, From 4c734a3be2fcfb93389fb6b30f964ffa5dd633b1 Mon Sep 17 00:00:00 2001 From: vikrant-phadtare1101 Date: Thu, 14 Jan 2021 15:43:17 +0530 Subject: [PATCH 15/21] Update embold.json --- embold.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embold.json b/embold.json index 5edf1bef2..fe227ba8f 100644 --- a/embold.json +++ b/embold.json @@ -9,7 +9,7 @@ { "dataDir": "", "repository": { - "uid": "636d82b95e740a8fcfb05bcf0e6118a4", + "uid": "81f900b28fc509de89e9e7bdf138fd86", "projectName": "Ace", "languages": [ "neha" From 239c3b6d548c798a84b25ed590d20d2e163b8ea3 Mon Sep 17 00:00:00 2001 From: vikrant-phadtare1101 Date: Thu, 14 Jan 2021 15:50:32 +0530 Subject: [PATCH 16/21] Update embold.json --- embold.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/embold.json b/embold.json index fe227ba8f..67c42549d 100644 --- a/embold.json +++ b/embold.json @@ -12,7 +12,7 @@ "uid": "81f900b28fc509de89e9e7bdf138fd86", "projectName": "Ace", "languages": [ - "neha" + "JAVA" ], "sources": { "baseDir": "", @@ -75,7 +75,7 @@ "unittest": [ { "name": "junit", - "enabled": true, + "enabled": false, "config": { "rules": [], "options": [ @@ -92,7 +92,7 @@ "coverage": [ { "name": "clover", - "enabled": true, + "enabled": false, "config": { "rules": [], "options": [ @@ -107,7 +107,7 @@ }, { "name": "jacoco", - "enabled": true, + "enabled": false, "config": { "rules": [], "options": [ From 26cc40ad6b988444d43a9beccd21529b3cc8a66f Mon Sep 17 00:00:00 2001 From: vikrant-phadtare1101 Date: Thu, 14 Jan 2021 15:55:53 +0530 Subject: [PATCH 17/21] Update embold.json --- embold.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embold.json b/embold.json index 67c42549d..e929b1189 100644 --- a/embold.json +++ b/embold.json @@ -9,7 +9,7 @@ { "dataDir": "", "repository": { - "uid": "81f900b28fc509de89e9e7bdf138fd86", + "uid": "81f900b28fc509de89e9e7bdf138fd86ASAS", "projectName": "Ace", "languages": [ "JAVA" From 80634e6a649fa9681c517285766c30ede03e97c1 Mon Sep 17 00:00:00 2001 From: vikrant-phadtare1101 Date: Thu, 14 Jan 2021 16:02:11 +0530 Subject: [PATCH 18/21] Update embold.json --- embold.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embold.json b/embold.json index e929b1189..67c42549d 100644 --- a/embold.json +++ b/embold.json @@ -9,7 +9,7 @@ { "dataDir": "", "repository": { - "uid": "81f900b28fc509de89e9e7bdf138fd86ASAS", + "uid": "81f900b28fc509de89e9e7bdf138fd86", "projectName": "Ace", "languages": [ "JAVA" From a12ac97b50da63806aadbddd37398629ba4c7f14 Mon Sep 17 00:00:00 2001 From: vikrant-phadtare1101 Date: Thu, 14 Jan 2021 16:28:49 +0530 Subject: [PATCH 19/21] Update embold.json --- embold.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embold.json b/embold.json index 67c42549d..179c81f91 100644 --- a/embold.json +++ b/embold.json @@ -9,7 +9,7 @@ { "dataDir": "", "repository": { - "uid": "81f900b28fc509de89e9e7bdf138fd86", + "uid": "81f900b28fc509de89e9e7bdf138fd86Alia", "projectName": "Ace", "languages": [ "JAVA" From 52c0821da7f4a7d644679d90c8b3857425050906 Mon Sep 17 00:00:00 2001 From: vikrant-phadtare1101 Date: Thu, 14 Jan 2021 16:30:26 +0530 Subject: [PATCH 20/21] Update embold.json --- embold.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/embold.json b/embold.json index 179c81f91..bbcdcfc79 100644 --- a/embold.json +++ b/embold.json @@ -9,7 +9,7 @@ { "dataDir": "", "repository": { - "uid": "81f900b28fc509de89e9e7bdf138fd86Alia", + "uid": "81f900b28fc509de89e9e7bdf138fd86", "projectName": "Ace", "languages": [ "JAVA" @@ -17,7 +17,7 @@ "sources": { "baseDir": "", "exclusions": [ - "(?i)(test|generated|mock|thirdparty|third-party|3rd-party|3rdparty|external|.java)" + "(?i)(test|generated|mock|thirdparty|third-party|3rd-party|3rdparty|external)" ] } }, From e5257131afb3666247a083b75aa6267b6aba7f41 Mon Sep 17 00:00:00 2001 From: vikrant-phadtare1101 Date: Thu, 14 Jan 2021 16:33:01 +0530 Subject: [PATCH 21/21] Update embold.json --- embold.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embold.json b/embold.json index bbcdcfc79..67c42549d 100644 --- a/embold.json +++ b/embold.json @@ -17,7 +17,7 @@ "sources": { "baseDir": "", "exclusions": [ - "(?i)(test|generated|mock|thirdparty|third-party|3rd-party|3rdparty|external)" + "(?i)(test|generated|mock|thirdparty|third-party|3rd-party|3rdparty|external|.java)" ] } },