aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-core/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-24667 Stop relying on UserRole from the plugin APIJulien HENRY2025-03-271-8/+8
|
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot2025-03-275-11/+14
|
* SONAR-24546 squashed migrations from 10.0 to 10.8Lukasz Jarocki2025-03-261-3/+19
| | | | Co-Authored-By: Matteo Mara <matteo.mara@sonarsource.com>
* SONAR-24630 Add early access misra settingStanislav2025-03-211-0/+62
| | | Co-authored-by: Dejan Milisavljevic <dejan.milisavljevic@sonarsource.com>
* SONAR-23122 Add telemetry to async issue index creation at startup.Steve Marion2025-01-103-1/+166
|
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-09116-116/+116
|
* SONAR-23119 Implement database migration logging mechanismAlain Kermis2025-01-032-0/+226
|
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-275-22/+24
|
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-181-1/+1
|
* SONAR-19122 Upgrade to Spring 6Jacek Poreda2024-12-181-10/+10
|
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-181-1/+1
|
* SONAR-23901 replace invalid documentation upgrade url.Steve Marion2024-12-091-1/+1
|
* SONAR-12647 Remove deprecated complexity metricsJulien HENRY2024-12-061-2/+21
| | | | | | | | | * Remove from complexity measure step * Remove from PersistMeasuresStep * Remove from ScannerMetrics * Add the DB migration * Don't register complexity metrics * Fix tests
* SONAR-23719 Make sure all components are using the new Email ConfigurationAntoine Vigneau2024-11-291-3/+3
|
* SONAR-23755 Add core extension common to allow SQS specific behavior to ↵Steve Marion2024-11-281-4/+8
| | | | happen. Add to DefaultLinkGenerator extension point to modify the default documentation base URL.
* SONAR-23299 Add missing portfolios and views metrics and reindex project measureLéo Geoffroy2024-11-051-0/+57
|
* SONAR-23466 Partially revert changes made by SONAR-22914Julien HENRY2024-10-243-44/+18
|
* SONAR-23259 add changelog management for impactsLéo Geoffroy2024-10-181-1/+10
| | | Co-authored-by: OrlovAlexander <alexander.orlov@sonarsource.com>
* SONAR-23259 Update QualityProfileChangesUpdater OrlovAlexander2024-10-181-11/+0
|
* SONAR-23250 Initial population of active_rules with impactsDejan Milisavljevic2024-10-162-1/+104
|
* putting the value of IS_HELM_AUTOSCALING_ENABLED env variable into ↵lukasz-jarocki-sonarsource2024-09-243-0/+8
| | | | telemetry and support info file
* SONAR-22997 added telemetry for openshiftlukasz-jarocki-sonarsource2024-09-233-0/+9
|
* SONAR-22914 Support 2 built-in SCA rulesJulien HENRY2024-09-126-55/+59
|
* SONAR-22521 fixed the issue where sometimes the upgrade warning text was not ↵lukasz-jarocki-sonarsource2024-08-201-1/+3
| | | | clear to the users
* SONAR-22516 Retrieve SMTP configuration from internal_propertiesAntoine Vigneau2024-08-161-0/+2
|
* SONAR-22479 added new metric project_cpp_config_typelukasz-jarocki-sonarsource2024-07-241-1/+1
|
* SONAR-22479 Create new telemetry moduleAlain Kermis2024-07-246-1186/+0
|
* SONAR-19530 acted upon warnings about missing response examples in webapilukasz-jarocki-sonarsource2024-06-261-1/+1
|
* SONAR-22141 implement simple linear ETA algorithm for db-migration.Steve Marion2024-05-081-2/+2
|
* SONAR-22142 improve logging of db-migration steps with progress informationSteve Marion2024-05-081-5/+7
|
* SONAR-22141 add new fields in the response of migrations-status endpointMatteo Mara2024-05-082-3/+5
|
* SONAR-13582 Drop 'Language specific parameters' settingJulien HENRY2024-04-051-57/+0
|
* SONAR-21908 Replace usage of LTS to LTALéo Geoffroy2024-04-021-3/+3
|
* SONAR-21818 Add information if project is part of a monorepo to telemetry.Wojtek Wajerowicz2024-03-271-5/+11
|
* SONAR-21025 remove deprecated plugins/index.txt filePierre2024-03-201-96/+0
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-1612-19/+19
| | | | org.apache.commons:commons-lang3
* 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-162-2/+2
|
* SONAR-21528 Improve RuleRegister performance by executing similar ↵Jacek Poreda2024-02-022-14/+52
| | | | updates/inserts on after another
* SONAR-20479 Replace "[re-]indexation" with "[re-]indexing" in user-facing ↵David Cho-Lerat2024-01-301-5/+9
| | | | messages and code comments
* SONAR-21227 Disable log of user loginantoine.vinot2024-01-291-8/+30
|
* SONAR-21290 Use UUIDs v4 for all database identifiersAurelien Poscia2024-01-257-172/+9
|
* SONAR-21393 Fix article: "an" instead of "a"David Cho-Lerat2024-01-171-1/+1
|
* SONAR-21227 Expose deprecation.log to consoleJacek Poreda2024-01-041-0/+3
|
* NO-JIRA Update license headers to 2024Pierre2024-01-03123-123/+123
|
* 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-193-2/+105
|
* SONAR-21223 Log deprecated API usage for API V1Jacek Poreda2023-12-191-0/+90
|
* SONAR-20892 Updated api/measures endpoints to return renamed metriclukasz-jarocki-sonarsource2023-11-081-2/+6
|
* SONAR-20787 Add telemetry about quality gate conditions and sonar way (#9743)Nolwenn Cadic2023-10-261-2/+42
|