Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Revert "SONAR-19050 Populate characteristic RuleDto during RegisterRule" | Duarte Meneses | 2023-04-28 | 1 | -23/+16 | |
| | | | | This reverts commit e92b736e1b4eb842d26409aacc4789bf96ca2cd3. | |||||
* | Revert "SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549" | Duarte Meneses | 2023-04-28 | 1 | -15/+15 | |
| | | | | This reverts commit 27f1179c0cb7e4add8cb8c9f49d5864da4681c66. | |||||
* | SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549 | Duarte Meneses | 2023-04-24 | 1 | -15/+15 | |
| | ||||||
* | SONAR-19050 Populate characteristic RuleDto during RegisterRule | Benjamin Campomenosi | 2023-04-24 | 1 | -16/+23 | |
| | ||||||
* | SONAR-19045 Migrate from javaxi.servlet to framework agnostic plugin api classes | Antoine Vinot | 2023-04-24 | 1 | -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.68432 | Pierre | 2023-03-30 | 1 | -5/+1 | |
| | ||||||
* | [NO-JIRA] Remove generic code smells | Matteo Mara | 2023-03-30 | 1 | -1/+1 | |
| | ||||||
* | SONAR-18924 Remove node JVM setting from Global Setting of System Info if SQ ↵ | Zipeng WU | 2023-03-28 | 1 | -5/+28 | |
| | | | | is in cluster mode | |||||
* | SONAR-18759 introduce a new mechanism to activate SCIM | Pierre | 2023-03-22 | 1 | -1/+1 | |
| | ||||||
* | SONAR-18654 Make system/info return optional values | Antoine Vigneau | 2023-03-22 | 3 | -16/+17 | |
| | ||||||
* | SONAR-18654 Add managed provider in system/info endpoint | Antoine Vigneau | 2023-03-22 | 4 | -114/+116 | |
| | ||||||
* | SONAR-18638 Drop deprecated fields in Rules WS API. | Dimitris Kavvathas | 2023-03-13 | 2 | -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 rules | Matteo Mara | 2023-02-27 | 3 | -198/+3 | |
| | ||||||
* | SONAR-18484 Add api/v2/system/liveness endpoint | Pierre | 2023-02-21 | 1 | -1/+1 | |
| | ||||||
* | SONAR-18472 Resolve telemetry performance issue | Alain Kermis | 2023-02-21 | 1 | -12/+33 | |
| | | | | Co-authored-by: Jacek Poreda <jacek.poreda@sonarsource.com> | |||||
* | SONAR-18466 reindexing a project should not delete activities of other projects | Pierre | 2023-02-10 | 1 | -19/+22 | |
| | ||||||
* | [NO-JIRA] Drop blue green deployment flag | Jacek Poreda | 2023-02-09 | 4 | -99/+9 | |
| | ||||||
* | SONAR-17714 Drop types from ES requests | Jacek Poreda | 2023-02-09 | 1 | -16/+13 | |
| | ||||||
* | SONAR-17815 implement updated logic for CaYC quality gates | Matteo Mara | 2023-02-02 | 1 | -1/+1 | |
| | ||||||
* | NO-JIRA fix error message when migration path is incorrect | Aurelien | 2023-01-31 | 1 | -1/+1 | |
| | ||||||
* | SONAR-18219 Add telemetry fields for CaYC | antoine-vinot-sonarsource | 2023-01-26 | 1 | -26/+69 | |
| | ||||||
* | SONAR-17732 Remove all usage of redirect.sonarsource.com | Wouter Admiraal | 2023-01-17 | 1 | -1/+1 | |
| | ||||||
* | SONAR-18188 Share CAYC quality gate info via telemetry | Alain Kermis | 2023-01-13 | 1 | -4/+39 | |
| | ||||||
* | [NO-JIRA] explicitly declare toList collector mutable or not | Zipeng WU | 2023-01-13 | 1 | -1/+2 | |
| | ||||||
* | SONAR-18164 Deprecate language specific parameters | alain | 2023-01-11 | 1 | -0/+57 | |
| | ||||||
* | SONAR-17836 Deactivate common rules for the "Secrets" language | Philippe Perrin | 2023-01-11 | 1 | -1/+13 | |
| | ||||||
* | [NO-JIRA] Remove reported code smells about usages of toList | Matteo Mara | 2023-01-10 | 3 | -6/+4 | |
| | ||||||
* | [NO-JIRA] Remove reported code smells about usage of instanceof | Matteo Mara | 2023-01-10 | 1 | -2/+1 | |
| | ||||||
* | SONAR-17768 Move unanalyzed language code telemetry back to global level | alain | 2023-01-05 | 1 | -10/+15 | |
| | ||||||
* | [NO JIRA] Remove unused ClassLoaderUtils | Duarte Meneses | 2023-01-03 | 1 | -114/+0 | |
| | ||||||
* | Update license templates for 2023 | Pierre | 2023-01-02 | 118 | -118/+118 | |
| | ||||||
* | SONAR-14128 Renamed WebServer to NodeInformation | Aurelien Poscia | 2022-12-23 | 3 | -17/+16 | |
| | ||||||
* | SONAR-14128 Store and provide node name of CE Task in /api/ce/activity | Aurelien Poscia | 2022-12-23 | 1 | -1/+2 | |
| | ||||||
* | SONAR-17735 Telemetry improvements | alain | 2022-12-19 | 2 | -12/+23 | |
| | ||||||
* | SONAR-17752 Move Lines of Codes in System section | Benjamin Campomenosi | 2022-12-13 | 4 | -24/+17 | |
| | ||||||
* | SONAR-17645 Include SCIM feature status in telemetry data | Klaudio Sinani | 2022-12-08 | 1 | -20/+45 | |
| | ||||||
* | SONAR-17576 Deprecated Anyone group improvements | Alain Kermis | 2022-11-30 | 1 | -4/+9 | |
| | ||||||
* | SONAR-17690 SONAR-17692 Deactivate common rules for the Kubernetes and ↵ | Philippe Perrin | 2022-11-28 | 1 | -1/+1 | |
| | | | | Docker language | |||||
* | MMF-2745 Default permission improvements | Jacek | 2022-11-21 | 1 | -0/+75 | |
| | ||||||
* | SONAR-17578 Add LoC count in api/system/info | Benjamin Campomenosi | 2022-11-17 | 3 | -2/+61 | |
| | ||||||
* | SONAR-17580 add edition information to api/system/info response | Matteo Mara | 2022-11-10 | 2 | -2/+12 | |
| | ||||||
* | SONAR-17152 removed deprecated license format support | Pierre | 2022-10-31 | 3 | -12/+8 | |
| | ||||||
* | [NO-JIRA] Fix reported code smells & bugs | Klaudio Sinani | 2022-10-28 | 1 | -1/+1 | |
| | ||||||
* | SONAR-17497 Add web service to reindex issues | alain | 2022-10-27 | 1 | -1/+31 | |
| | ||||||
* | SONAR-16633 splitting plugins into two categories in the scanner context | Lukasz Jarocki | 2022-10-14 | 3 | -3/+3 | |
| | ||||||
* | NO-JIRA fix code smells | Pierre | 2022-10-12 | 3 | -15/+2 | |
| | ||||||
* | SONAR-17194 Add changelog to `api/system/info` on 'Statistics' field removal | Jacek | 2022-10-10 | 1 | -1/+0 | |
| | ||||||
* | SONAR-17413 Compress telemetry payload | Pierre | 2022-10-07 | 1 | -3/+38 | |
| | ||||||
* | SONAR-17195 Removed potential test bug and cleanup | alain | 2022-09-29 | 1 | -50/+59 | |
| | ||||||
* | SONAR-17195 Move unanalyzed language flags to project level for telemetry | alain | 2022-09-28 | 1 | -16/+18 | |
| |