aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-11757 single notification for FPs and changes on my issuesSébastien Lesaint2019-04-231-0/+12
* Drop unused Java API org.sonar.api.web.CriterionSimon Brandhof2019-04-031-46/+0
* SONAR-11795 Drop persistit and move coverage measures computation to CE sideJulien HENRY2019-03-081-1/+1
* SONAR-11670 Drop preview modeJulien HENRY2019-02-212-55/+0
* SONAR-11558 Index basedir by default when sonar.sources is not providedJulien HENRY2019-02-181-2/+30
* SONAR-11631 replace Component.version by Metadata.projectVersionSébastien Lesaint2019-02-113-8/+5
* SONAR-11620 Add scm based file exclusion method to plugin apiBenoît Gianinetti2019-01-221-0/+6
* SONAR-11606 Stop excluding directories starting with a dotDuarte Meneses2019-01-161-1/+12
* change year in file headersStas Vilchik2019-01-161-1/+1
* SONAR-11598 Rework CPD exclusionsJulien HENRY2019-01-161-29/+26
* Fix quality flawsJulien HENRY2019-01-162-14/+106
* SONAR-11465 Move post-job at project levelJulien HENRY2019-01-161-0/+1
* SONAR-11459 Stop publishing modules and folders in the scanner reportJulien HENRY2019-01-161-12/+12
* SONAR-11459 Remove ModuleFileSystemInitializerJulien HENRY2019-01-161-0/+265
* SONAR-11465 Deprecate InputModule and introduce InputProjectJulien HENRY2019-01-165-25/+27
* SONAR-11459 move dir and module issues to rootMichal Duda2019-01-162-13/+75
* SONAR-11465 NoSonarFilter moved to project levelJulien HENRY2019-01-161-59/+10
* SONAR-11225 NPE when using RelativePathPredicate with a path starting by ..Duarte Meneses2019-01-103-7/+65
* SONAR-11571 Drop warning treshold from QG web servicesBenoît Gianinetti2019-01-081-44/+13
* SONAR-11570 Drop period from web servicesJanos Gyerik2019-01-081-25/+2
* Fix license headers for 2019Duarte Meneses2019-01-02173-173/+173
* SONAR-11515 Add QProfileKey to ActiveRule in scanner reportBenoît Gianinetti2018-12-031-0/+2
* SONAR-11514 Backdate issue when rule parameter is updated (#971)Benoit2018-12-034-17/+157
* Move scan test resources outside IDE classpathSimon Brandhof2018-11-3014-72/+2
* SONARCLOUD-45 Advertise featured projects on SonarCloudPascal Mugnier2018-11-011-6/+5
* SONAR-11271 Introduce two new rightsEric Hartmann2018-10-101-0/+7
* SONAR-11302 Generate random login when identity login is nullJulien Lancelot2018-10-101-15/+2
* SONAR-11209 remove space in ad hoc rule namesJulien HENRY2018-09-241-3/+11
* SONAR-11209 Store ad hoc rules coming from scanner in rules_metadataJulien HENRY2018-09-241-15/+15
* SONAR-11209 Allow sensors to provide ad hoc rule metadata for external issuesJulien HENRY2018-09-242-1/+151
* SONAR-11259 Improve source offset handling on WindowsJulien HENRY2018-09-246-39/+56
* Fix encoding of WebServiceTestSimon Brandhof2018-09-191-2/+2
* SONAR-11185 Allow portfolio to define projects by tagsJulien Lancelot2018-09-071-0/+23
* SONAR-8368 move package org.sonar.api.issue.condition to server-commonSébastien Lesaint2018-08-215-256/+0
* SONAR-11169 add ability to verify log argumentsSébastien Lesaint2018-08-211-1/+1
* SONAR-11073 Remove trailing slash in "Server base URL"Julien HENRY2018-08-021-1/+19
* SONAR-10986 Extend RulesDefinitions API to support security standards (API only)Janos Gyerik2018-07-091-0/+7
* SONAR-10867 Add security hotspot new issue typeJulien HENRY2018-07-041-3/+3
* SONAR-10138 Remove support for API < 5.6Duarte Meneses2018-06-2934-2253/+8
* SONARCLOUD-62 Move /sq/* pages and terms.pdf (#382)Stas Vilchik2018-06-211-3/+4
* SONAR-10881 Log flooding when a WS param is not an integer as expectedSimon Brandhof2018-06-142-5/+16
* SONAR-10817 Cleanup of old editionsEric Hartmann2018-06-121-161/+0
* SONAR-10460 do not allow null character in scanner for issue messageGuillaume Jambet2018-06-081-1/+47
* SONAR-10809 Analyzers need to declare whether a rule is externalDuarte Meneses2018-06-011-0/+46
* SONAR-10673 Stop using font for icons (#252)Stas Vilchik2018-05-231-3/+0
* SONAR-10599 Synchronize login during authenticationJulien Lancelot2018-05-231-19/+39
* Introduce Bitbucket Cloud ApplicationJulien HENRY2018-05-161-0/+8
* add Request#getHeaders and #getParams()Sébastien Lesaint2018-05-151-1/+3
* SONAR-10661 fix vulnerability in ZipUtils#unzip()Simon Brandhof2018-05-142-7/+34
* SONAR-10594 add more tests for Configuration#getBoolean()Simon Brandhof2018-05-101-0/+31