aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-core/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "SONAR-19050 Populate characteristic RuleDto during RegisterRule"Duarte Meneses2023-04-281-23/+16
| | | | This reverts commit e92b736e1b4eb842d26409aacc4789bf96ca2cd3.
* Revert "SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549"Duarte Meneses2023-04-281-15/+15
| | | | This reverts commit 27f1179c0cb7e4add8cb8c9f49d5864da4681c66.
* SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549Duarte Meneses2023-04-241-15/+15
|
* SONAR-19050 Populate characteristic RuleDto during RegisterRuleBenjamin Campomenosi2023-04-241-16/+23
|
* SONAR-19045 Migrate from javaxi.servlet to framework agnostic plugin api classesAntoine Vinot2023-04-241-14/+9
| | | | | | | 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-18872 improve total ncloc computation10.0.0.68432Pierre2023-03-301-5/+1
|
* [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-281-5/+28
| | | | is in cluster mode
* SONAR-18759 introduce a new mechanism to activate SCIMPierre2023-03-221-1/+1
|
* SONAR-18654 Make system/info return optional valuesAntoine Vigneau2023-03-223-16/+17
|
* SONAR-18654 Add managed provider in system/info endpointAntoine Vigneau2023-03-224-114/+116
|
* 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-273-198/+3
|
* 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-101-19/+22
|
* [NO-JIRA] Drop blue green deployment flagJacek Poreda2023-02-094-99/+9
|
* SONAR-17714 Drop types from ES requestsJacek Poreda2023-02-091-16/+13
|
* SONAR-17815 implement updated logic for CaYC quality gatesMatteo Mara2023-02-021-1/+1
|
* NO-JIRA fix error message when migration path is incorrectAurelien2023-01-311-1/+1
|
* SONAR-18219 Add telemetry fields for CaYCantoine-vinot-sonarsource2023-01-261-26/+69
|
* SONAR-17732 Remove all usage of redirect.sonarsource.comWouter Admiraal2023-01-171-1/+1
|
* SONAR-18188 Share CAYC quality gate info via telemetryAlain Kermis2023-01-131-4/+39
|
* [NO-JIRA] explicitly declare toList collector mutable or notZipeng WU2023-01-131-1/+2
|
* SONAR-18164 Deprecate language specific parametersalain2023-01-111-0/+57
|
* SONAR-17836 Deactivate common rules for the "Secrets" languagePhilippe Perrin2023-01-111-1/+13
|
* [NO-JIRA] Remove reported code smells about usages of toListMatteo Mara2023-01-103-6/+4
|
* [NO-JIRA] Remove reported code smells about usage of instanceofMatteo Mara2023-01-101-2/+1
|
* SONAR-17768 Move unanalyzed language code telemetry back to global levelalain2023-01-051-10/+15
|
* [NO JIRA] Remove unused ClassLoaderUtilsDuarte Meneses2023-01-031-114/+0
|
* Update license templates for 2023Pierre2023-01-02118-118/+118
|
* SONAR-14128 Renamed WebServer to NodeInformationAurelien Poscia2022-12-233-17/+16
|
* SONAR-14128 Store and provide node name of CE Task in /api/ce/activityAurelien Poscia2022-12-231-1/+2
|
* SONAR-17735 Telemetry improvementsalain2022-12-192-12/+23
|
* SONAR-17752 Move Lines of Codes in System section Benjamin Campomenosi2022-12-134-24/+17
|
* SONAR-17645 Include SCIM feature status in telemetry dataKlaudio Sinani2022-12-081-20/+45
|
* SONAR-17576 Deprecated Anyone group improvementsAlain Kermis2022-11-301-4/+9
|
* SONAR-17690 SONAR-17692 Deactivate common rules for the Kubernetes and ↵Philippe Perrin2022-11-281-1/+1
| | | | Docker language
* MMF-2745 Default permission improvementsJacek2022-11-211-0/+75
|
* SONAR-17578 Add LoC count in api/system/infoBenjamin Campomenosi2022-11-173-2/+61
|
* SONAR-17580 add edition information to api/system/info responseMatteo Mara2022-11-102-2/+12
|
* SONAR-17152 removed deprecated license format supportPierre2022-10-313-12/+8
|
* [NO-JIRA] Fix reported code smells & bugsKlaudio Sinani2022-10-281-1/+1
|
* SONAR-17497 Add web service to reindex issuesalain2022-10-271-1/+31
|
* SONAR-16633 splitting plugins into two categories in the scanner contextLukasz Jarocki2022-10-143-3/+3
|
* NO-JIRA fix code smellsPierre2022-10-123-15/+2
|
* SONAR-17194 Add changelog to `api/system/info` on 'Statistics' field removalJacek2022-10-101-1/+0
|
* SONAR-17413 Compress telemetry payloadPierre2022-10-071-3/+38
|
* SONAR-17195 Removed potential test bug and cleanupalain2022-09-291-50/+59
|
* SONAR-17195 Move unanalyzed language flags to project level for telemetryalain2022-09-281-16/+18
|