aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis
Commit message (Collapse)AuthorAgeFilesLines
* [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
* SONAR-20021 Fix the code smellsLéo Geoffroy2023-08-181-9/+11
|
* SONAR-20021 Add clean code information to tainted vulnerability endpointLéo Geoffroy2023-08-185-3/+106
|
* SONAR-20021 updating project import/export to take into account clean code ↵lukasz-jarocki-sonarsource2023-08-185-16/+90
| | | | taxonomy changes
* SONAR-20021 Manage external issues and adhoc rulesLéo Geoffroy2023-08-1810-22/+348
|
* SONAR-20021 Add impacts and cca to import export of adhoc rulesLéo Geoffroy2023-08-183-53/+91
|
* SONAR-20021 persist impacts from report to DatabaseLéo Geoffroy2023-08-1815-38/+195
|
* SONAR-20061 purge used anticipated_transitionSteve Marion2023-08-028-23/+77
|
* SONAR-19372 remove branch support for anticipated transitionsPierre2023-08-022-3/+2
|
* SONAR-19372 add default comment when missingPierre2023-08-022-2/+25
|
* SONAR-19372 Add filePath field in anticipated_transitions and the associated ↵Dimitris Kavvathas2023-08-025-13/+173
| | | | query logic
* SONAR-19372 Add a new issue visitor in order to apply anticipated ↵Matteo Mara2023-08-027-1/+362
| | | | transitions to issues
* SONAR-7704 Change type of components.created_at to bigintEric Giffon2023-07-247-17/+14
|
* SONAR-7698 Rename snapshots column build_date to analysis_dateAlain Kermis2023-07-216-7/+7
|
* SONAR-19850 Apply validation fixeslukasz-jarocki-sonarsource2023-07-192-2/+53
| | | | | | | | SONAR-19850 Fix an issue where main branch was treated as orphan branch SONAR-19850 Fix an issue where emails with reports were not sent to any receipients SONAR-19850 Fix bug with reference branch as main branch SONAR-19850 Add warning on unanalyzed branches SONAR-19850 Fix portfolio refresh when change of main branch of project
* SONAR-19850 Fix tests after enabling different uuids for project and branchlukasz-jarocki-sonarsource2023-07-192-10/+12
|
* SONAR-19850 Use different uuids for project and branchlukasz-jarocki-sonarsource2023-07-193-10/+6
|
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-186-53/+16
|
* NO-JIRA remove unused importsPierre2023-07-1713-16/+2
|
* NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdasPierre2023-07-177-19/+22
|