aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* add Request#getHeaders and #getParams()Sébastien Lesaint2018-05-152-5/+17
* add Request#getReader()Sébastien Lesaint2018-05-151-0/+5
* SONAR-10342 Improve some ws descriptionJulien Lancelot2018-04-041-1/+1
* SONAR-10346 Add latest deliveries information to webhooks search ws.Guillaume Jambet2018-03-011-4/+5
* SONAR-10347 Add pagination to webhook deliveries search ws.Guillaume Jambet2018-03-011-0/+19
* SONAR-10304 add deprecatedRuleKeys to RuleDefinition#RuleSébastien Lesaint2018-02-081-0/+82
* SONAR-10290 Add ability to provide help message for identity providersJulien Lancelot2018-02-071-0/+20
* SONAR-10321 Add scope to rule definition APIDuarte Meneses2018-02-071-11/+8
* SONAR-10321 Add scope to rule definition APIDuarte Meneses2018-02-071-0/+31
* SONAR-10052 fix Quality flawsSimon Brandhof2018-01-291-3/+0
* Add javadoc to WebService.NewParamSimon Brandhof2018-01-081-0/+14
* SONAR-10154 Stream when writing protobuf messageTeryk Bellahsene2018-01-081-1/+4
* Fix license headers for 2018Simon Brandhof2018-01-0737-38/+37