aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* SONAR-20442 Add new extension point before measure calculationMatteo Mara2023-09-274-0/+242
|
* SONAR-20429 Raise event in case plugin has been updatedJacek2023-09-217-16/+405
|
* SONAR-20424 - Support issue impact changes for incremental analysisantoine.vinot2023-09-212-53/+102
|
* SONAR-20424 Store and populate within issue `clean_code_attribute`Jacek2023-09-215-0/+47
|
* SONAR-20424 - Store rules impact within issueantoine.vinot2023-09-212-32/+44
|
* SONAR-19372 apply anticipated transitions only to eligible issuesMatteo Mara2023-08-312-10/+110
|
* SONAR-20260 Fix quality gateLéo Geoffroy2023-08-301-1/+3
|
* SONAR-20260 clean code fields are not populated for security hotspotLéo Geoffroy2023-08-295-23/+53
|
* SONAR-20156 Create api/dismiss_message/dismiss endpoint Nolwenn Cadic2023-08-243-6/+6
|
* Revert "SONAR-7704 Change type of components.created_at to bigint"Eric Giffon2023-08-237-14/+17
| | | | This reverts commit 020582bd
* SONAR-20021 Fix performance regressionJacek Poreda2023-08-183-131/+218
| | | | - execute delete issue impacts only when updating issues