aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-core
Commit message (Collapse)AuthorAgeFilesLines
* NO-JIRA remove unused importMatteo Mara2024-05-131-2/+1
|
* SONAR-22141 implement simple linear ETA algorithm for db-migration.Steve Marion2024-05-082-10/+12
|
* SONAR-22142 improve logging of db-migration steps with progress informationSteve Marion2024-05-082-9/+12
|
* SONAR-22141 add new fields in the response of migrations-status endpointMatteo Mara2024-05-085-15/+21
|
* SONAR-13582 Drop 'Language specific parameters' settingJulien HENRY2024-04-052-138/+0
|
* SONAR-21908 Replace usage of LTS to LTALéo Geoffroy2024-04-022-5/+5
|
* SONAR-21818 Add information if project is part of a monorepo to telemetry.Wojtek Wajerowicz2024-03-272-16/+30
|
* SONAR-21025 remove deprecated plugins/index.txt filePierre2024-03-202-187/+0
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-1620-27/+27
| | | | org.apache.commons:commons-lang3
* SGB-6 improve assertion in order to check only the entries for relevant loggerMatteo Mara2024-02-231-1/+5
|
* SONAR-21643 Convert some IT tests to Junit 5 (#10672)Dejan Milisavljevic2024-02-221-0/+9
|
* SONAR-21165 Fix code smellsLéo Geoffroy2024-02-161-2/+2
|
* SONAR-21165 Remove uuid from issues_impacts and rules_default_impacts tableLéo Geoffroy2024-02-163-10/+8
|
* SONAR-21528 Improve RuleRegister performance by executing similar ↵Jacek Poreda2024-02-024-27/+58
| | | | updates/inserts on after another
* SONAR-20479 Replace "[re-]indexation" with "[re-]indexing" in user-facing ↵David Cho-Lerat2024-01-302-12/+16
| | | | messages and code comments
* SONAR-21227 Disable log of user loginantoine.vinot2024-01-292-10/+49
|
* SONAR-21290 Use UUIDs v4 for all database identifiersAurelien Poscia2024-01-2512-271/+25
|
* SONAR-21393 Fix article: "an" instead of "a"David Cho-Lerat2024-01-171-1/+1
|
* SONAR-21227 Expose deprecation.log to consoleJacek Poreda2024-01-042-0/+12
|
* NO-JIRA Update license headers to 2024Pierre2024-01-03217-217/+217
|
* SONAR-21228 Log deprecated API usage for API V2Alain Kermis2023-12-192-2/+4
|
* SONAR-21227 Configure a new Logger file for deprecated API usagesantoine.vinot2023-12-194-4/+140
|
* SONAR-21223 Log deprecated API usage for API V1Jacek Poreda2023-12-192-0/+274
|
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-041-2/+1
|
* SONAR-20892 Updated api/measures endpoints to return renamed metriclukasz-jarocki-sonarsource2023-11-082-4/+10
|
* SONAR-20787 Add telemetry about quality gate conditions and sonar way (#9743)Nolwenn Cadic2023-10-262-7/+59
|
* SONAR-20699 Send DevOps platform information for GitHub from the scanner.Wojtek Wajerowicz2023-10-202-10/+10
|
* SONAR-20672 QualityProfileChange now record the version of SQ the change ↵Steve Marion2023-10-164-67/+95
| | | | was done with. Added sq_version field in database. refactor QpChange insertion to batch insert at the same date to improve change grouping in UI. refactor rule impact. add "sonarQubeVersion" parameter to "api/qualityprofile/changelog" endpoint.
* NO-JIRA fix identationlukasz-jarocki-sonarsource2023-10-111-11/+9
|
* SONAR-20548 Return CCT changes in api/qualityprofiles/changelogEric Giffon2023-10-102-20/+20
|
* SONAR-20548 added event for changing the CCT data for ruleslukasz-jarocki-sonarsource2023-10-106-30/+504
|
* SONAR-20630 Add creationMethod to project telemetry payload.Wojtek Wajerowicz2023-10-052-27/+47
|
* SONAR-20591 Fix notification daemon testAlain Kermis2023-09-281-1/+1
|
* NO-JIRA make test independent of running containerSteve Marion2023-09-202-50/+60
|
* SONAR-20359 add quality profile to projects in telemetry Benjamin Campomenosi2023-09-152-15/+94
|
* SONAR-20359 Add quality profiles to telemetry dataLéo Geoffroy2023-09-144-5/+288
|
* SONAR-20421 Fix telemetry measures not fetched from main branchLéo Geoffroy2023-09-081-3/+6
|
* SONAR-20260 clean code fields are not populated for security hotspotLéo Geoffroy2023-08-294-12/+27
|
* SONAR-20217 Increase client mock timeout on TelemetryDaemon testJacek Poreda2023-08-281-1/+1
|
* SONAR-20258 Add all missing package-info.javaAurelien Poscia2023-08-251-0/+23
|
* SONAR-19761 Change documentation URLWouter Admiraal2023-08-242-3/+3
|
* SONAR-20156 Create api/dismiss_message/dismiss endpoint Nolwenn Cadic2023-08-242-17/+17
|
* SONAR-20021 Fix the code smellsLéo Geoffroy2023-08-183-13/+14
|
* SONAR-20021 adding default impacts when registering a rulelukasz-jarocki-sonarsource2023-08-185-41/+270
|
* SONAR-20021 adding clean code attribute when registering a rulelukasz-jarocki-sonarsource2023-08-184-23/+38
|
* SONAR-20021 reducing the number of responsiblities and renaming of ↵lukasz-jarocki-sonarsource2023-08-189-915/+1019
| | | | RegisterRules class to comply with Java standards
* SONAR-20102 add Gitlab Security Report export usage to telemetryPierre2023-08-112-0/+27
|
* SONAR-20075 Remove null chars from provider command outputEric Giffon2023-08-042-10/+34
|
* SONAR-7698 Rename snapshots column build_date to analysis_dateAlain Kermis2023-07-212-6/+6
|
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-188-482/+0
|