aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-common
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-22447 updated rename findbugs dependencylukasz-jarocki-sonarsource2024-06-281-3/+3
|
* SONAR-22269 fix BulkIndexer profiler being stopped multiple times when log ↵Matteo Mara2024-06-191-2/+8
| | | | level is set to TRACE
* SONAR-22359 Make hashing of user UUID in telemetry FIPS-compliantAlain Kermis2024-06-185-9/+85
|
* SONAR-22224 Remove unused importDejan Milisavljevic2024-06-031-1/+0
|
* SONAR-22224 Add prioritizedRule to rules/search apiDDMili2024-06-035-2/+33
|
* SONAR-22224 update api activate_rule, activate_rulesOrlovAlexander2024-06-031-0/+12
|
* SONAR-22224 Add prioritizedRule to issue/search apiDDMili2024-06-033-0/+116
|
* SONAR-22224 live update metricDDMili2024-06-032-0/+79
|
* SONAR-22224 Copy prioritized rule flag to issues (#11171)DDMili2024-06-032-63/+92
|
* SONAR-22224 Add prioritizedRule flag to Issues indexOrlovAlexander2024-06-033-5/+17
|
* SONAR-22121 Move security reports pdf generation to its own libraryDDMili2024-05-081-1/+8
| | | Co-authored-by: OrlovAlexander <35396155+OrlovAlexander85@users.noreply.github.com>
* SONAR-21818 Add information if project is part of a monorepo to telemetry.Wojtek Wajerowicz2024-03-273-16/+30
|
* SONAR-21799 fix issue with sorting by impact data metricLéo Geoffroy2024-03-252-12/+25
|
* NO JIRA fix code smells after moving to lang3 libraryMatteo Mara2024-03-221-1/+1
|
* SONAR-21025 remove deprecated plugins/index.txt filePierre2024-03-203-17/+2
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-1679-113/+114
| | | | org.apache.commons:commons-lang3
* SONAR-21655 ensure issue indexing chunks are properly closed when iterating ↵Steve Marion2024-02-223-2/+67
| | | | over large batches.
* 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 ↵David Cho-Lerat2024-01-307-21/+21
| | | | messages and code comments
* NO-JIRA Make Gson usage more type-safeMarcono12342024-01-291-1/+1
| | | | | | Uses `Gson.fromJson(..., TypeToken<T>)` instead of `fromJson(..., Type)` Also replaces some usage of the deprecated `JsonParser()` constructor.
* 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 ↵lukasz-jarocki-sonarsource2024-01-172-0/+16
| | | | 500 in api/issues/search
* 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 ↵lukasz-jarocki-sonarsource2023-11-021-0/+4
| | | | qprofile_changes. This reverts most of the commit 762c9190c6a9955cc94957f0c76ffd607c1f0b33
* 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
|