aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-core/src
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-19558 Made QG tests use different uuids for project and main branchLukasz Jarocki2023-06-291-7/+7
|
* (code smell fix): removing unused importsBruno Andrade2023-06-281-1/+0
|
* SONAR-19556 Refactor use of DB columns referencing projects or branches for ↵Duarte Meneses2023-06-203-8/+9
| | | | Entities
* SONAR-19455 refactored permissions in the codebase to not rely on main ↵Lukasz Jarocki2023-06-191-1/+1
| | | | branch from components table
* NO-JIRA improve log to not be sensitive to line return from user inputPierre2023-06-191-1/+1
|
* No-JIRA Code smell fix: Logs are expecting args, but weren't being passedBruno Andrade2023-06-192-2/+2
|
* NO-JIRA improve log to not be sensitive to line return from user inputPierre2023-06-151-365/+0
|
* SONAR-19383 Remove unnecessary methods from CeTaskMessagesDao. (#8539)Wojtek Wajerowicz2023-06-151-3/+17
|
* SONAR-19425 Update logic for SQ container contextAlain Kermis2023-06-136-136/+180
|
* SONAR-19425 Update telemetry with official helm chart and image usageEric Giffon2023-06-133-3/+56
|
* SONAR-19425 Update telemetry with kubernetes usageEric Giffon2023-06-134-5/+328
|
* SONAR-19425 Rename docker to container in telemetry and system infoAlain Kermis2023-06-139-47/+47
|
* SONAR-19425 Init components to add cloud usage to telemetryEric Giffon2023-06-134-3/+78
|
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-1319-53/+56
|
* SONAR-19483 Collect daily counts of analysis and green Quality Gate in ↵Zipeng WU2023-06-072-12/+59
| | | | | | | Telemetry for branches Co-authored-by: Zipeng WU <zipeng.wu@sonarsource.com> Co-authored-by: Nolwenn Cadic <nolwenn.cadic@sonarsource.com>
* SONAR-19297 Accommodate Community Edition NCD specific logic for telemetry ↵Zipeng WU2023-05-262-3/+30
| | | | | (#8385) Co-authored-by: Nolwenn Cadic <nolwenn.cadic@sonarsource.com>
* SONAR-19297 Track new code definition in TelemetryZipeng WU2023-05-253-17/+117
| | | | | Co-authored-by: Zipeng WU <zipeng.wu@sonarsource.com> Co-authored-by: Nolwenn Cadic <nolwenn.cadic@sonarsource.com>
* SONAR_19368 show full value of properties in /api/system/infoAurelien Poscia2023-05-222-7/+6
|
* SONAR-19084 Add telemetry information (managed instance provider)Aurelien Poscia2023-05-112-11/+36
|
* SONAR-19084 Return GitHub as provider managing the instance in system/infoAntoine Vigneau2023-05-116-32/+14
|
* SONAR-19084 periodically schedule the GitHub sync task.Wojtek Wajerowicz2023-05-111-19/+4
|
* SONAR-18856 Adapt IT tests to support branch and project having different uuidsLéo Geoffroy2023-05-085-21/+21
|
* SONAR-19014 Don't rely on plugin APIs list of static resourcesDuarte Meneses2023-05-031-2/+2
|
* Revert "SONAR-19050 Populate characteristic RuleDto during RegisterRule"Duarte Meneses2023-04-282-53/+28
| | | | This reverts commit e92b736e1b4eb842d26409aacc4789bf96ca2cd3.
* Revert "SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549"Duarte Meneses2023-04-282-27/+27
| | | | This reverts commit 27f1179c0cb7e4add8cb8c9f49d5864da4681c66.
* SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549Duarte Meneses2023-04-242-27/+27
|
* SONAR-19050 Populate characteristic RuleDto during RegisterRuleBenjamin Campomenosi2023-04-242-28/+53
|
* SONAR-19045 Migrate from javaxi.servlet to framework agnostic plugin api classesAntoine Vinot2023-04-242-40/+34
| | | | | | | Co-authored-by: Eric Giffon <eric.giffon@sonarsource.com> Co-authored-by: Alain Kermis <alain.kermis@sonarsource.com> Co-authored-by: Antoine Vinot <antoine.vinot@sonarsource.com> Co-authored-by: Jacek Poreda <jacek.poreda@sonarsource.com>
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-1112-48/+52
|
* SONAR-18850 update branch mapper to use is main and update test framework Benjamin Campomenosi2023-04-041-8/+16
|
* SONAR-18872 improve total ncloc computation10.0.0.68432Pierre2023-03-302-7/+2
|
* [NO-JIRA] Remove generic code smellsMatteo Mara2023-03-301-1/+1
|
* SONAR-18924 Remove node JVM setting from Global Setting of System Info if SQ ↵Zipeng WU2023-03-282-6/+69
| | | | is in cluster mode
* SONAR-18759 introduce a new mechanism to activate SCIMPierre2023-03-222-6/+11
|
* SONAR-18654 Make system/info return optional valuesAntoine Vigneau2023-03-226-33/+86
|
* SONAR-18654 Add managed provider in system/info endpointAntoine Vigneau2023-03-228-247/+357
|
* SONAR-18679 Move remaining ITsLéo Geoffroy2023-03-218-10/+10
|
* SONAR-18638 Drop deprecated fields in Rules WS API.Dimitris Kavvathas2023-03-132-114/+4
| | | | | | | | | | | | Drop "effortToFixDescription" and replace with "gapDescription". Drop "debtRemFnCoeff" and replace with "remFnGapMultiplier". Drop "defaultDebtRemFnCoeff" and replace with "defaultRemFnGapMultiplier". Drop "debtRemFnOffset" and replace with "remFnBaseEffort". Drop "defaultDebtRemFnOffset" and replace with "defaultRemFnBaseEffort". Correct the version when the field 'scope' was added. Drop "debtOverloaded" and replace with "remFnOverloaded". Deprecate "defaultDebtRemFnType" and "debtRemFnType" and replace with "defaultRemFnType" and "remFnType" accordingly. Deprecate "defaultDebtRemFn" and "debtRemFn" and replace with "defaultRemFn" and "remFn" accordingly.
* SONAR-16198 removing the 6 built in common rulesMatteo Mara2023-02-276-336/+6
|
* SONAR-18484 Add api/v2/system/liveness endpointPierre2023-02-211-1/+1
|
* SONAR-18472 Resolve telemetry performance issueAlain Kermis2023-02-211-12/+33
| | | | Co-authored-by: Jacek Poreda <jacek.poreda@sonarsource.com>
* SONAR-18466 reindexing a project should not delete activities of other projectsPierre2023-02-102-30/+48
|
* [NO-JIRA] Drop blue green deployment flagJacek Poreda2023-02-098-292/+13
|
* SONAR-17714 Drop types from ES requestsJacek Poreda2023-02-092-22/+20
|
* Fix logback configZipeng WU2023-02-021-8/+3
|
* SONAR-17815 implement updated logic for CaYC quality gatesMatteo Mara2023-02-022-5/+8
|
* org.mockito:mockito-inline 4.10.0 -> 5.0.0Steve Marion2023-02-021-9/+9
| | | | org.mockito:mockito-core 4.10.0 -> 5.0.0
* NO-JIRA fix error message when migration path is incorrectAurelien2023-01-312-2/+2
|
* SONAR-18219 Change type of telemetry dataAntoine Vinot2023-01-271-1/+1
|
* SONAR-18219 Add telemetry fields for CaYCantoine-vinot-sonarsource2023-01-262-34/+100
|