aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java/org/sonar/api/issue/IssueQueryTest.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5529 Move IssueQuery from api to serverJulien Lancelot2014-10-021-233/+0
* ONAR-5132 Issues search WS should allow to search by languageJulien Lancelot2014-04-221-0/+5
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* Add a parameter 'hideRules' on the Issues search search in order to not retur...Julien Lancelot2014-02-071-5/+7
* Add some unit testsJulien Lancelot2013-08-211-0/+6
* Deprecate MAX_ISSUE_KEYS in favour of MAX_PAGE_SIZE in issue queryJulien Lancelot2013-07-011-1/+1
* SONAR-4421 Update issues number limit from 100 to 500 that could be bulk changedJulien Lancelot2013-06-281-2/+2
* SONAR-4421 Remove empty actions and issues from bulk change parametersJulien Lancelot2013-06-281-12/+29
* Add some UTJulien Lancelot2013-06-201-0/+24
* Fix null collections in org.sonar.api.issue.IssueQuerySimon Brandhof2013-06-131-0/+56
* SONAR-3755 Role required to find issues should be USER instead of CODE VIEWERJulien Lancelot2013-06-071-2/+2
* SONAR-3755 replace the enum IssueQuery.Sort by String constantsSimon Brandhof2013-05-291-2/+2
* Revert "SONAR-4301 Replace issues.severity column type from String to Integer"Julien Lancelot2013-05-211-1/+0
* SONAR-4301 Replace issues.severity column type from String to IntegerJulien Lancelot2013-05-211-0/+1
* SONAR-3257 use max size when pageSize<=0Simon Brandhof2013-05-171-10/+7
* SONAR-3755 rename ISSUES.USER_LOGIN to REPORTERSimon Brandhof2013-05-141-13/+26
* SONAR-3755 Add action plans to issue query and add WS to add action plan to i...Julien Lancelot2013-05-071-0/+2
* SONAR-3755 refactor issue sortingSimon Brandhof2013-05-041-11/+5
* SONAR-3755 Add assigned parameter to IssueQueryJulien Lancelot2013-04-301-0/+2
* SONAR-3755 Rename key by issueKey in IssueQueryJulien Lancelot2013-04-291-2/+2
* SONAR-3755 Add sort in IssueQueryJulien Lancelot2013-04-241-0/+51
* SONAR-3755 Add pagination on Issues WSJulien Lancelot2013-04-241-4/+4
* SONAR-3755 Improve IssueFinder paginationJulien Lancelot2013-04-241-1/+1
* SONAR-3755 Add IssueFinder paginationJulien Lancelot2013-04-241-4/+4
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
* SONAR-3755 rename Issue#message() to description()Simon Brandhof2013-04-191-2/+2
* SONAR-3755 support the parameter "rules" in /api/issues/searchSimon Brandhof2013-04-171-15/+14
* Fix IssuePersisterTestSimon Brandhof2013-04-171-2/+3
* SONAR-3755 Add componentRoots filter to select issues from component and its ...Julien Lancelot2013-04-161-0/+18
* SONAR-3755 JRuby API for issuesSimon Brandhof2013-04-121-27/+17
* SONAR-3755 refactor IssueFinderSimon Brandhof2013-04-121-0/+56