aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis
Commit message (Expand)AuthorAgeFilesLines
* 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 add...lukasz-jarocki-sonarsource2023-10-202-3/+30
* SONAR-20665 Add exact rule changes (added, deactivated, modified) in Quality ...Dimitris Kavvathas2023-10-187-48/+781
* SONAR-20317 fixed the issue where creating a portfolio would insert two entri...lukasz-jarocki-sonarsource2023-10-162-3/+3
* SONAR-20424 Optimize inserts and updates of issue impacts after analysesAlain Kermis2023-10-164-26/+29
* 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 www....guillaume-peoch-sonarsource2023-10-043-15/+15
* 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
* SONAR-20021 Fix performance regressionJacek Poreda2023-08-183-131/+218
* 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 ta...lukasz-jarocki-sonarsource2023-08-185-16/+90
* 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
* SONAR-19372 Add a new issue visitor in order to apply anticipated transitions...Matteo Mara2023-08-027-1/+362
* 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 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
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-1712-16/+12
* NO-JIRA replace MoreCollectors.toSet(size) with Collectors.toSetPierre2023-07-174-8/+6
* NO-JIRA replace MoreCollectors.toSet with Collectors.toSetPierre2023-07-173-6/+5
* NO-JIRA replace MoreCollectors.toList with Collectors.toListPierre2023-07-173-6/+6
* NO-JIRA replace MoreCollectors.toList(size) with Collectors.toListPierre2023-07-174-11/+9
* SONAR-19889 enable profiler only at debug for project deletionPierre2023-07-102-6/+30