aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-16232 Delete sonar-plugin-api moduleDuarte Meneses2022-04-2139-6074/+0
* SONAR-16230 Add PCI DSS standard support in Plugin APIJacek2022-04-052-2/+40
* SONAR-16123 Update security_reports endpointMatteo Mara2022-03-182-8/+11
* SONAR-16128 SONAR-16126 Update Security PDF Report with OWASP Top 10 and CWE ...Lukasz Jarocki2022-03-171-0/+14
* Update license headers for 2022 [update headers]Pierre2022-01-2839-39/+39
* SONAR-15824 WebService changelog not shownDuarte Meneses2021-12-131-3/+5
* SONAR-15681 Support Owasp Top 10 2021 in sonar-plugin-apiJacek2021-11-252-3/+38
* Fix code quality issuesDuarte Meneses2021-09-241-0/+1
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-178-426/+4
* SONAR-14908 Deprecate 'RulesDefinitionXmlLoader' in the Sonar plugin APIDuarte Meneses2021-06-081-0/+1
* SONAR-14882 Restore support for BOM in RulesDefinitionXmlLoaderJulien HENRY2021-06-011-1/+5
* SONAR-14882 Remove Staxmate and Woodstox dependencies from plugin APIJulien HENRY2021-05-281-102/+119
* SONAR-13848 remove deprecated 'pageIndex' and 'pageSize' params from web serv...Michal Duda2021-02-261-2/+0
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0839-39/+39
* Refactor regex that can lead to a stack overflow for large inputsZipeng WU2020-12-141-4/+22
* SONAR-13844 Rename repositories from 'SonarAnalyzer' to 'SonarQube'Duarte Meneses2020-09-181-1/+3
* Format all headers for 2020Wouter Admiraal2020-01-0739-39/+39
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-102-2/+2
* SONAR-12508 Remove RuleRepository and RuleI18n APIs deprecated since 4.2Duarte Meneses2019-10-211-69/+0
* SONAR-12531 drop usage of UserIdentity#getLogin and UserIdentity#setLogin (#...Jacek2019-10-171-12/+9
* fix missing class constructor (mostly GSon serialized classes)Sébastien Lesaint2019-10-141-1/+1
* Fixing SonarQube analysis issues (#2084)Jacek2019-09-241-1/+0
* SONAR-12390 Prevent analysis deletion when it is a baselineDuarte Meneses2019-09-241-1/+0
* SSF-92 Code injection from SonarQube pluginsDuarte Meneses2019-09-201-1/+1
* fix missing package-info.java filesSébastien Lesaint2019-08-141-0/+23
* SONAR-8776 remove deprecated params, fields from api/components (#1894)Jacek2019-07-221-1/+0
* SONAR-12259 - remove deprecated request params, response fields from api/proj...Jacek2019-07-221-2/+0
* Bring back server rule implementations to sonar-plugin-apiDuarte Meneses2019-07-158-24/+1171
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-125-503/+44
* Extract implementation from plugin API - Server rule definitionDuarte Meneses2019-07-123-685/+77
* Remove use of Guava in main sources of sonar-plugin-apiDuarte Meneses2019-07-129-95/+92
* SONAR-12109 Web Analytics plugins (#1652)Grégoire Aubert2019-05-231-1/+1
* SONARCLOUD-582 fix Quality flawsSimon Brandhof2019-04-241-5/+0
* fix Request.mandatoryParam not failing on blank parameter valueSébastien Lesaint2019-02-111-1/+1
* SONAR-11465 API cleanupJulien HENRY2019-01-161-1/+1
* Fix license headers for 2019Duarte Meneses2019-01-0237-37/+37
* SONAR-11302 Generate random login when identity login is nullJulien Lancelot2018-10-101-6/+13
* SONAR-11209 Allow sensors to provide ad hoc rule metadata for external issuesJulien HENRY2018-09-241-4/+4
* SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloaderJulien HENRY2018-09-191-0/+2
* Fix javadoc encodingSimon Brandhof2018-09-192-2/+2
* SONAR-11185 Allow portfolio to define projects by tagsJulien Lancelot2018-09-071-1/+27
* SONAR-11072 Allow customization of request parameter used to check CSRF stateJulien Lancelot2018-07-311-0/+10
* Revert "SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin cla...Duarte Meneses2018-07-191-2/+0
* SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloaderJulien HENRY2018-07-171-0/+2
* SONAR-10986 Extend RulesDefinitions API to support security standards (API only)Janos Gyerik2018-07-091-0/+34
* fix varargs and unchecked called warningsSébastien Lesaint2018-07-091-2/+2
* SONAR-10881 Log flooding when a WS param is not an integer as expectedSimon Brandhof2018-06-141-1/+1
* SONAR-10809 Analyzers need to declare whether a rule is externalDuarte Meneses2018-06-011-5/+38
* SONAR-10599 Synchronize login during authenticationJulien Lancelot2018-05-231-0/+30
* Introduce Bitbucket Cloud ApplicationJulien HENRY2018-05-162-3/+4