aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-common
Commit message (Expand)AuthorAgeFilesLines
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-1679-113/+114
* SONAR-21655 ensure issue indexing chunks are properly closed when iterating o...Steve Marion2024-02-223-2/+67
* SONAR-21643 Convert some IT tests to Junit 5 (#10672)Dejan Milisavljevic2024-02-221-0/+10
* SONAR-21165 Remove uuid from issues_impacts and rules_default_impacts tableLéo Geoffroy2024-02-161-15/+15
* SONAR-21352 Change log level to Warning (#10622)OrlovAlexander2024-02-152-4/+7
* SONAR-21569 Remove usage of deprecated methods after upgrading commons-email.Wojtek Wajerowicz2024-02-082-6/+10
* SONAR-21059 Fix incorrect character encoding in email subjectAlain Kermis2024-02-013-4/+9
* SONAR-21124 Replace Twitter mention and logo with XAmbroise C2024-02-011-1/+1
* SONAR-21455 Fix code smellLéo Geoffroy2024-01-311-1/+2
* SONAR-21455 Use a impact measure builder between all the componentsLéo Geoffroy2024-01-312-0/+231
* SONAR-20479 Replace "[re-]indexation" with "[re-]indexing" in user-facing mes...David Cho-Lerat2024-01-307-21/+21
* NO-JIRA Make Gson usage more type-safeMarcono12342024-01-291-1/+1
* SONAR-21290 Use UUIDs v4 for all database identifiersAurelien Poscia2024-01-254-0/+310
* SONAR-21280 Use IssueStatus from plugin-api instead and remove old oneLéo Geoffroy2024-01-199-20/+20
* SONAR-21393 Fix article: "an" instead of "a"David Cho-Lerat2024-01-171-1/+1
* SONAR-21259 allowing number of issues that will be fixed to be greater than 5...lukasz-jarocki-sonarsource2024-01-172-0/+16
* SONAR-21259 added new param to api/issues/searchlukasz-jarocki-sonarsource2024-01-171-0/+11
* SONAR-18963 Index peristed issues onlyJacek2024-01-056-37/+113
* NO-JIRA Update license headers to 2024Pierre2024-01-03524-524/+524
* SONAR-21373 Fix code issuesEric Giffon2023-12-295-19/+7
* SONAR-21373 Remove type and debt from email notificationsEric Giffon2023-12-2910-378/+151
* SONAR-21121 Move Gitlab Config REST endpoints to Community editionAntoine Vigneau2023-12-223-0/+35
* SONAR-21227 Configure a new Logger file for deprecated API usagesantoine.vinot2023-12-192-8/+71
* SONAR-20977 Fix notifications sent twice for FP or accepted issuesLéo Geoffroy2023-11-234-46/+93
* SONAR-20764 Use adhoc type when indexing adhoc rulesEric Giffon2023-11-222-7/+27
* SONAR-20991 Copy old 'Sonar way' quality gate to 'Sonar way (legacy)'Nolwenn Cadic2023-11-131-0/+3
* SONAR-20932 Updated email issue notification to handle accepted issue statuslukasz-jarocki-sonarsource2023-11-0811-254/+221
* SONAR-20870 Add accept transition in replacement of wontfixLéo Geoffroy2023-11-082-25/+65
* SONAR-20877 Update naming to issueStatusLéo Geoffroy2023-11-089-41/+41
* SONAR-20877 Add new status to changelog for issuesLéo Geoffroy2023-11-084-31/+98
* SONAR-20871 Add simple status to the issue indexBenjamin Campomenosi2023-11-086-2/+29
* SONAR-20540 Use proxy settings in DefaultHttpDownloaderWojtek Wajerowicz2023-11-081-2/+4
* 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