aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-common
Commit message (Expand)AuthorAgeFilesLines
* SONAR-20931 storing all information in change_data column in qprofile_changes...lukasz-jarocki-sonarsource2023-11-021-0/+4
* SONAR-20853 Set visibility from GitHub when creating a project via scanner.Wojtek Wajerowicz2023-11-023-0/+31
* SONAR-20864 Reset grace period when setting new license.Wojtek Wajerowicz2023-11-014-0/+28
* SONAR-20787 Add telemetry about quality gate conditions and sonar way (#9743)Nolwenn Cadic2023-10-266-19/+112
* SONAR-20700 Move GithubPermissionConverter to community editionAurelien Poscia2023-10-204-0/+172
* SONAR-20699 Auto-bind project to GitHub DevOps configAurelien Poscia2023-10-202-0/+53
* SONAR-20708 Add sorting project by creation date in search_projects endpointWojtek Wajerowicz2023-10-184-10/+50
* SONAR-20672 QualityProfileChange now record the version of SQ the change was...Steve Marion2023-10-162-3/+8
* SONAR-20630 Make project creation method adhere to telemetry guidelines.Wojtek Wajerowicz2023-10-112-4/+4
* SONAR-20548 Remove severity from activation eventsEric Giffon2023-10-101-7/+0
* SONAR-20548 added event for changing the CCT data for ruleslukasz-jarocki-sonarsource2023-10-102-0/+133
* SONAR-20630 Add creationMethod to project telemetry payload.Wojtek Wajerowicz2023-10-053-17/+33
* SONAR-20333 Update security reports with CWE Top 25 2023Matteo Mara2023-09-291-7/+7
* SONAR-20424 Store and populate within issue `clean_code_attribute`Jacek2023-09-213-5/+42
* SONAR-20359 add quality profile to projects in telemetry Benjamin Campomenosi2023-09-153-2/+6
* SONAR-20359 Add quality profiles to telemetry dataLéo Geoffroy2023-09-143-1/+79
* SONAR-20058 improve webhook purge mechanismPierre2023-08-315-11/+11
* SONAR-19888 Fix tests usage on PermissionIndexerTesterLéo Geoffroy2023-08-311-1/+10
* SONAR-20021, SONAR-20198 Fix CCT filtering and facets when both attributes of...Jacek2023-08-253-30/+87
* SONAR-19705 Prevent Network-related logs from noisy third-party librariesAntoine Vigneau2023-08-241-0/+8
* SONAR-19705 Prevent Spring to log in DEBUG modeAntoine Vigneau2023-08-231-3/+5
* SONAR-20198 security hospot should not return cleancode attribute, and should...Léo Geoffroy2023-08-222-2/+18
* SONAR-20198 making severity facet work together with software quality facetlukasz-jarocki-sonarsource2023-08-223-33/+68
* SONAR-20198 Fix search facetsLéo Geoffroy2023-08-223-15/+15
* SONAR-20198 Added rules data to elasticsearch indexeslukasz-jarocki-sonarsource2023-08-228-17/+341
* SONAR-20198 - add clean code fields in rules endpoints Benjamin Campomenosi2023-08-221-0/+3
* SONAR-20021 Fix the code smellsLéo Geoffroy2023-08-184-9/+22
* SONAR-20021 Update Issues web apis with Clean Code TaxonomyJacek Poreda2023-08-183-2/+49
* SONAR-20021 Add filter and facets for Software Quality, Severity and Clean Co...Jacek Poreda2023-08-186-190/+146
* SONAR-20021 persist impacts from report to DatabaseLéo Geoffroy2023-08-182-3/+33
* SONAR-20102 add Gitlab Security Report export usage to telemetryPierre2023-08-113-5/+21
* SONAR-19789 schedule permissions sync task upon project onboardingAurelien Poscia2023-08-095-14/+158
* SONAR-20061 purge used anticipated_transitionSteve Marion2023-08-022-1/+92
* SONAR-19372 Add a new issue visitor in order to apply anticipated transitions...Matteo Mara2023-08-021-1/+1
* SONAR-19850 Add indexer event for switch of main branchLéo Geoffroy2023-07-195-13/+102
* SONAR-19770 - Implement DAO query for issue listantoine.vinot2023-07-191-5/+0
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-1817-280/+110
* SONAR-19790 Return managed status for project in /api/project/searchAntoine Vigneau2023-07-183-0/+53
* SONAR-19787 Restrict permissions changes on managed instancesAntoine Vigneau2023-07-184-14/+48
* SONAR-19785 update SQ groups permissions from GitHub teams permissionsAurelien Poscia2023-07-181-8/+1
* SONAR-19784 allow the CE to re-compute permissionsAurelien Poscia2023-07-185-0/+1073
* SONAR-19784 Improve GitHub project lookup to disallow visibility updateAntoine Vigneau2023-07-182-32/+28
* SONAR-19784 Synchronize visibility from GitHubAurelien Poscia2023-07-181-0/+138
* SONAR-19784 Do not allow visibility update on managed projectsAntoine Vigneau2023-07-183-11/+82
* NO-JIRA remove unused importsPierre2023-07-176-8/+2
* NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdasPierre2023-07-177-16/+15
* NO-JIRA replace toEnumSet with simple SetPierre2023-07-171-2/+2
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-1723-56/+45
* NO-JIRA replace MoreCollectors.toHashSet(size) with Collectors.toSetPierre2023-07-173-8/+4
* NO-JIRA replace MoreCollectors.toArrayList(size) with Collectors.toListPierre2023-07-172-5/+5