aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-16249 Add release notesDuarte Meneses2022-06-201-0/+8
|
* SONAR-16484 Update SonarScanner for Jenkins docs fix credentialsId (#6098)Christine Curry2022-06-201-1/+1
|
* SONAR-16249 Update mssql JDBC to v10.2.1Duarte Meneses2022-06-152-2/+2
|
* SONAR-16488 Clean sub-project code from the UIMathieu Suen2022-06-1532-373/+27
|
* SONAR-13915 - ncloc_language_distribution is taken from biggest branchBelen Pruvost2022-06-153-27/+176
|
* SONAR-16479 remove root user conceptPierre2022-06-1570-1823/+373
|
* SONAR-11599 drop module_uuid from ES index, api/issues/search and issueDto.Aurelien Poscia2022-06-1531-245/+29
|
* SONAR-16490 Embedded documentation throws exception when visited twiceWouter Admiraal2022-06-142-6/+42
|
* SONAR-16489 Security Hotspot assignee field interacts with hotspot selectionWouter Admiraal2022-06-145-12/+34
|
* [NO JIRA] Remove duplicate mockEvent() helperWouter Admiraal2022-06-1423-47/+31
|
* SONAR-16487 Update Webhooks and Rules docs - fix terminology (#6103)Christine Curry2022-06-142-3/+3
| | | Terminology Fix
* [NO JIRA] Event - Change from KeyboardCodes to KeyboardKeysGuillaume Peoc'h2022-06-1433-204/+190
|
* [NO JIRA] Changing window to document for EventListernerGuillaume Peoc'h2022-06-144-17/+18
|
* SONAR-16291 Improve Bibucket cloud logsAntoine Vinot2022-06-142-56/+118
|
* SONAR-13850: Add missing response examples to WEB API endpoints.Dimitris Kavvathas2022-06-1318-2/+130
| | | | | | | | | | Add response example for 'security_reports/show' endpoint Add response example for 'project_dump/status' endpoint Add response example for 'alm_integrations/search_azure_repos' endpoint Add response example for 'alm_integrations/search_bitbucketserver_repos' endpoint Add response example for 'alm_integrations/list_azure_projects' endpoint Add response example for 'alm_integrations/search_bitbucketcloud_repos' endpoint Add response example for 'alm_integrations/list_bitbucketserver_projects endpoint'
* SONAR-15407 Re-creating of PK on Issues.Kee will only happen on Oracle DBLukasz Jarocki2022-06-135-8/+78
|
* SONAR-16472 Set 'security_hotspots_reviewed_status' and ↵9.5.0.56709Duarte Meneses2022-06-102-7/+6
| | | | 'security_hotspots_to_review_status' to all components
* SONAR-11401 Calculate hotspot measuresDuarte Meneses2022-06-1014-239/+259
|
* SONAR-11401 Performance hotspot when changing state of issueDuarte Meneses2022-06-1035-1190/+2141
|
* SONAR-15132 Add a Quality Profile changelog on rule deletionAntoine Vinot2022-06-092-12/+53
|
* Update Scanner for Gradle version 3.4.0.2513Duarte Meneses2022-06-0911-12/+12
|
* NO-JIRA Fix few code smells introduced in 9.5Aurelien2022-06-098-16/+58
|
* SONAR-16430 Update SonarScanner for Gradle article (#6068)Christine Curry2022-06-091-2/+2
|
* SONAR-16028 Navigate to project overall code from portfolio breakdownRevanshu Paliwal2022-06-0916-4220/+1337
|
* [NO JIRA] Upgrade release notesWouter Admiraal2022-06-091-0/+7
|
* SONAR-16259 Update project analysis token documentationMatteo Mara2022-06-091-3/+4
|
* SONAR-16364 Do not return rule descriptions in case the field is not requestedAurelien Poscia2022-06-092-8/+7
|
* SONAR-16398 Make tags editable on resolved issuesWouter Admiraal2022-06-092-1/+44
|
* SONAR-15359 Better differentiate user from system operations in audit logsMatteo Mara2022-06-0910-1/+296
|
* SONAR-16463 Improve title hierarchy on rule descriptionMathieu Suen2022-06-083-12/+37
|
* SONAR-16251 Use calendarInterval and not deprecated dateHistogramIntervalAntoine Vinot2022-06-081-1/+1
|
* SONAR-16464 make ES health check OS language agnosticAurelien Poscia2022-06-082-59/+16
|
* SONAR-16257 Validate Bitbucket Cloud Workspace IDsWouter Admiraal2022-06-0716-135/+526
|
* [NO JIRA] Move all constants to a constants.ts fileWouter Admiraal2022-06-0714-50/+34
| | | | | As per our team guidelines, we prefer having a constants.ts file at the root of the app, where we consolidate all constant values.
* SONAR-16449 remove SonarCloud references in SonarQube codebasePierre Guillot2022-06-0738-506/+131
|
* SONAR-16079: Use `sinceLeakPeriod` in generated hotpots URLs used for PR ↵Dimitris Kavvathas2022-06-075-79/+97
| | | | | | | | | | | | | | decoration. Frontend still recognizes `sinceLeakPeriod` and translates it to `inNewCodePeriod` when it calls the WS. Therefore, the generated links should still use the old parameter name until the frontend is updated. SONAR-16079: Update test with 'inNewCodePeriod' parameter SONAR-16079: Revert usage of "inNewCodePeriod" from the frontend SONAR-16079: Continue using "sinceLeakPeriod" on the frontend and send the new "inNewCodePeriod" param to the backend SONAR-16079: Update description for "inNewCodePeriod" parameter SONAR-16079: Extract static fields for String literals SONAR-16079: Replace "sinceLeakPeriod" parameter with "inNewCodePeriod" for "api/hotspots/search" internal endpoint
* SONAR-13822 Make plugin requirements check consistence between CE and WEB ↵Jacek2022-06-074-51/+224
| | | | processes
* SONAR-14503: Remove `plugin` word from the installed plugins log messageDimitris Kavvathas2022-06-032-2/+11
|
* SONAR-16316 Minor refactoring on quality profile findings writerKlaudio Sinani2022-06-037-2/+51
|
* SONAR-15064 - Improve Azure LogsBelen Pruvost2022-06-032-3/+41
|
* SONAR-16388 Fix live measure computation on reference branchJacek2022-06-035-15/+140
|
* SONAR-16250 Global Health Status should be yellow if there are less than 3 ↵Zipeng WU2022-06-024-18/+73
| | | | search nodes
* SONAR-16458 Update Doc + TextGuillaume Peoc'h2022-06-021-2/+0
|
* SONAR-16435 Clarify date - time on Project OverviewGuillaume Peoc'h2022-06-023-13/+23
|
* SONAR-16456 Remove expand button on non file headerMathieu Suen2022-06-021-1/+2
|
* SONAR-16383 Adjust the background color of secondary issueMathieu Suen2022-06-023-1/+6
|
* SONAR-16138 Throw error with specific message when portfolio not found (#5999)antoine-vinot-sonarsource2022-06-022-10/+107
| | | * SONAR-16138 Throw error with specific message when portfolio not found
* SONAR-16448 Show default cursor for issue box not clickableMathieu Suen2022-06-024-5/+8
|
* NO-JIRA adding missing response example in the internal endpointLukasz Jarocki2022-06-022-0/+30
|
* SONAR-16447 Fix AuditLogs download error due to JSONExceptionMatteo Mara2022-06-022-2/+2
|