-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
by default analyzePullRequests should be false #731
Conversation
@@ -50,7 +50,7 @@ class ScanWithSonarStage extends Stage { | |||
.toList() | |||
} | |||
if (!config.containsKey('analyzePullRequests')) { | |||
config.analyzePullRequests = true | |||
config.analyzePullRequests = false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If true, it will generate a report for the PR, not for the Branch in SonarQu
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look fine to me.
In the future it would be nice to get the PR analysis feature back as I believe that is the only way to really benefit from SQ as a developer. if you don't have PR integration it is just a pain ...
* by default analyzePullRequests should be false (cherry picked from commit 0a8112c)
* Fix document history in cftp (#707) remove issues that does not belongs to the cftp document * by default analyzePullRequests should be false (#731) * by default analyzePullRequests should be false * Fix/ra matrix table fit in page 4x (#735) Add method to convert to nonbreakable unicode charater * add check for Sonar background task with retry * add typecheck skip * move retry to function * fix text and add check for unknown status * add examples for the new api and file used * fix CodeNarc violations * fix tests * fix tests, move getTaskResult to service * update changelog * When two coded tests are linked to the same test issue the… (#737) [EDPC-350] When two coded tests are linked to the same test issue the pipeline doesn't fails * [EDPC-993] The Developer Preview fails because "Duplicated Tests" (#741) * [EDPC-993] The Developer Preview fails because "Duplicated Tests" - Added param checkDuplicateTestResults in computeTestDiscrepancies to check or not the duplicate tests results - Added param checkDuplicateTestResults in matchTestIssuesAgainstTestResults to check or not the duplicate tests results - In the creation of the documents TRC and CFTR the call to computeTestDiscrepancies method is with the param matchTestIssuesAgainstTestResults=false to avoid to check duplications in test results * Feature/improve functiona testing (#743) * update date_creation in wiremock files * Add ods-saas-service component (#607) * Integrate ods-saas-service component type * Refactor and create unit test for LeVADocumentUseCase.getReferencedDocumentsVersion (#744) * Added getVersion * Updated changelog (cherry picked from commit f1ea9b7) * Fix/remove from tip non intalled components (#751) * Remove from TIP non installed components (cherry picked from commit 8ddf143) Co-authored-by: Jorge Romero <[email protected]> Co-authored-by: braisvq1996 <[email protected]> Co-authored-by: Michael Sauter <[email protected]> Co-authored-by: Angel MP <[email protected]> Co-authored-by: Martin Etmajer <[email protected]> Co-authored-by: Hector Rodriguez Cornejo <[email protected]>
* Fix document history in cftp (#707) remove issues that does not belongs to the cftp document * by default analyzePullRequests should be false (#731) * by default analyzePullRequests should be false * Fix/ra matrix table fit in page 4x (#735) Add method to convert to nonbreakable unicode charater * add check for Sonar background task with retry * add typecheck skip * move retry to function * fix text and add check for unknown status * add examples for the new api and file used * fix CodeNarc violations * fix tests * fix tests, move getTaskResult to service * update changelog * When two coded tests are linked to the same test issue the… (#737) [EDPC-350] When two coded tests are linked to the same test issue the pipeline doesn't fails * [EDPC-993] The Developer Preview fails because "Duplicated Tests" (#741) * [EDPC-993] The Developer Preview fails because "Duplicated Tests" - Added param checkDuplicateTestResults in computeTestDiscrepancies to check or not the duplicate tests results - Added param checkDuplicateTestResults in matchTestIssuesAgainstTestResults to check or not the duplicate tests results - In the creation of the documents TRC and CFTR the call to computeTestDiscrepancies method is with the param matchTestIssuesAgainstTestResults=false to avoid to check duplications in test results * Feature/improve functiona testing (#743) * update date_creation in wiremock files * Add ods-saas-service component (#607) * Integrate ods-saas-service component type * Refactor and create unit test for LeVADocumentUseCase.getReferencedDocumentsVersion (#744) * Added getVersion * Updated changelog (cherry picked from commit f1ea9b7) * Fix/remove from tip non intalled components (#751) * Remove from TIP non installed components (cherry picked from commit 8ddf143) Co-authored-by: Jorge Romero <[email protected]> Co-authored-by: braisvq1996 <[email protected]> Co-authored-by: Michael Sauter <[email protected]> Co-authored-by: Angel MP <[email protected]> Co-authored-by: Martin Etmajer <[email protected]> Co-authored-by: Hector Rodriguez Cornejo <[email protected]>
* Fix document history in cftp (#707) remove issues that does not belongs to the cftp document * by default analyzePullRequests should be false (#731) * by default analyzePullRequests should be false * Fix/ra matrix table fit in page 4x (#735) Add method to convert to nonbreakable unicode charater * add check for Sonar background task with retry * add typecheck skip * move retry to function * fix text and add check for unknown status * add examples for the new api and file used * fix CodeNarc violations * fix tests * fix tests, move getTaskResult to service * update changelog * When two coded tests are linked to the same test issue the… (#737) [EDPC-350] When two coded tests are linked to the same test issue the pipeline doesn't fails * [EDPC-993] The Developer Preview fails because "Duplicated Tests" (#741) * [EDPC-993] The Developer Preview fails because "Duplicated Tests" - Added param checkDuplicateTestResults in computeTestDiscrepancies to check or not the duplicate tests results - Added param checkDuplicateTestResults in matchTestIssuesAgainstTestResults to check or not the duplicate tests results - In the creation of the documents TRC and CFTR the call to computeTestDiscrepancies method is with the param matchTestIssuesAgainstTestResults=false to avoid to check duplications in test results * Feature/improve functiona testing (#743) * update date_creation in wiremock files * Add ods-saas-service component (#607) * Integrate ods-saas-service component type * Refactor and create unit test for LeVADocumentUseCase.getReferencedDocumentsVersion (#744) * Added getVersion * Updated changelog (cherry picked from commit f1ea9b7) * Fix/remove from tip non intalled components (#751) * Remove from TIP non installed components (cherry picked from commit 8ddf143) Co-authored-by: Jorge Romero <[email protected]> Co-authored-by: braisvq1996 <[email protected]> Co-authored-by: Michael Sauter <[email protected]> Co-authored-by: Angel MP <[email protected]> Co-authored-by: Martin Etmajer <[email protected]> Co-authored-by: Hector Rodriguez Cornejo <[email protected]>
From this isssue #663
Instead of change all the 'quickstarters' is better to change the default behaviour.
Detailed explanation:
As we are always asking for the report of the branch, not for a report of a PR. Then, by default, we should generate a report for the branch, not for the PR.