aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-22030 make sure field anticipatedTransitions is never null (#10949)Ngx2024-04-112-11/+35
|
* SONAR-13582 Drop 'Language specific parameters' settingJulien HENRY2024-04-056-180/+37
|
* SONAR-21770 Accept new metrics 'new_maintainability_issues', ↵Dejan Milisavljevic2024-03-252-42/+104
| | | | 'new_reliability_issues', 'new_security_issues'
* NO JIRA fix code smells after moving to lang3 libraryMatteo Mara2024-03-223-4/+5
|
* SONAR-21778 Fix computation of measures when project has not been analyzed yetLéo Geoffroy2024-03-185-242/+7
|
* SONAR-21755 fix ssflukasz-jarocki-sonarsource2024-03-181-0/+2
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-1660-80/+83
| | | | org.apache.commons:commons-lang3
* SONAR-21738 Fix issues blocking Quality GateDejan Milisavljevic2024-02-271-1/+1
|
* SONAR-21643 Make rule compatible with JUnit5 (#10700)Dejan Milisavljevic2024-02-2633-347/+511
|
* SONAR-21643 Convert some IT tests to Junit 5 (#10672)Dejan Milisavljevic2024-02-221-0/+8
|
* SONAR-21165 Remove uuid from issues_impacts and rules_default_impacts tableLéo Geoffroy2024-02-165-15/+11
|
* SONAR-20582 make the gitlab vulnerability synchronization conditional on ↵Steve Marion2024-02-063-4/+25
| | | | having sent a sast report to gitlab at least once.
* SONAR-21259 'pull_request_fixed_issues' measure is only computed if a target ↵Léo Geoffroy2024-02-012-5/+24
| | | | branch analysis exists
* SONAR-21455 Use a impact measure builder between all the componentsLéo Geoffroy2024-01-316-123/+31
|
* SONAR-21455 new_accepted_issues should only be computed in application when ↵Léo Geoffroy2024-01-313-12/+22
| | | | all the projects have been reanalyzed
* SONAR-21455 Add reliability_issues, maintainability_issues and ↵Léo Geoffroy2024-01-314-0/+332
| | | | security_issues measures to application computation
* SONAR-21455 Compute software quality measures for overall codelukasz-jarocki-sonarsource2024-01-312-13/+141
|
* SONAR-20479 Replace "[re-]indexation" with "[re-]indexing" in user-facing ↵David Cho-Lerat2024-01-303-3/+3
| | | | messages and code comments
* SONAR-21290 Use UUIDs v4 for all database identifiersAurelien Poscia2024-01-252-6/+6
|
* SONAR-21280 Use IssueStatus from plugin-api instead and remove old oneLéo Geoffroy2024-01-192-4/+4
|
* SONAR-21268 updating license headers for changed fileslukasz-jarocki-sonarsource2024-01-178-8/+8
|
* SONAR-21259 Increase range of issue status tracked as issue fixed and ↵Léo Geoffroy2024-01-178-37/+78
| | | | refactor code
* SONAR-21273 Compute metrics new_accepted_issues and high_impact_accepted_issuesEric Giffon2024-01-172-15/+99
|
* SONAR-21259 Compute metric pull_request_fixed_issuesEric Giffon2024-01-173-0/+169
|
* SONAR-21259 Add tracking and persistence for fixed issuesLéo Geoffroy2024-01-1711-11/+362
|
* SONAR-18963 Index peristed issues onlyJacek2024-01-0517-102/+545
|
* NO-JIRA Update license headers to 2024Pierre2024-01-03885-885/+885
|
* SONAR-21373 Fix code issuesEric Giffon2023-12-292-22/+4
|
* SONAR-21373 Remove type and debt from email notificationsEric Giffon2023-12-292-23/+8
|
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-042-5/+3
|
* [NO-JIRA] make log assertions resilient to unexpected log messagesSteve Marion2023-11-291-4/+7
|
* NO-JIRA fix code smellsLéo Geoffroy2023-11-091-1/+0
|
* SONAR-20932 Updated email issue notification to handle accepted issue statuslukasz-jarocki-sonarsource2023-11-082-2/+2
|
* SONAR-20870 Add accept transition in replacement of wontfixLéo Geoffroy2023-11-081-5/+6
|
* SONAR-20877 Update counters to compute new statusLéo Geoffroy2023-11-082-6/+5
|
* SONAR-20892 Updated api/measures endpoints to return renamed metriclukasz-jarocki-sonarsource2023-11-083-10/+13
|
* SONAR-18877 Compute primary location hash for all issuesAntoine Vigneau2023-11-062-132/+220
|
* SONAR-20664 - Add ProjectExportDao for all Export stepsBenjamin Campomenosi2023-10-236-14/+13
|
* SONAR-20664 migrate ExportIssueStep to MyBatis.Benjamin Campomenosi2023-10-231-118/+61
|
* SONAR-20531 fix exporting project With AdHod Rules when pluginKey is nullBenjamin Campomenosi2023-10-232-10/+49
|
* NO-JIRA removing unused fieldslukasz-jarocki-sonarsource2023-10-234-24/+10
|
* SONAR-20683 fixed the issue where adding project to portfolio would later ↵lukasz-jarocki-sonarsource2023-10-202-3/+30
| | | | add an invalid entry in the audit logs table
* SONAR-20665 Add exact rule changes (added, deactivated, modified) in Quality ↵Dimitris Kavvathas2023-10-187-48/+781
| | | | Profile event
* SONAR-20317 fixed the issue where creating a portfolio would insert two ↵lukasz-jarocki-sonarsource2023-10-162-3/+3
| | | | entries into audit table
* SONAR-20424 Optimize inserts and updates of issue impacts after analysesAlain Kermis2023-10-164-26/+29
| | | | Co-authored-by: Jacek Poreda <jacek.poreda@sonarsource.com>
* SONAR-20667 Add a specific event to the first analysis after a SQ upgradeMatteo Mara2023-10-137-1/+243
|
* SONAR-20630 Discriminate between UI and API calls for projects creationAurelien Poscia2023-10-052-2/+2
|
* SONAR-20630 set projects creation methodAurelien Poscia2023-10-053-1/+4
|
* SONAR-20541 Update all links that point to www.sonarqube.org to point to ↵guillaume-peoch-sonarsource2023-10-043-15/+15
| | | | www.sonarsource.com/products/sonarqube/
* SONAR-20580 fix gitlab synchro failures from crashing the analysis.Steve Marion2023-09-293-13/+51
|