aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/java/org/sonar/server/issue/PublicRubyIssueService.java
Commit message (Expand)AuthorAgeFilesLines
* Move sonar-server, sonar-search and sonar-process into sub-dir server/Simon Brandhof2014-07-101-134/+0
* ONAR-5132 Issues search WS should allow to search by languageJulien Lancelot2014-04-221-0/+1
* 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-0/+1
* SONAR-5010 refactor WebService frameworkSimon Brandhof2014-01-201-0/+1
* SONAR-4563 Use strict comparison for createdAfter in the Issues search engineSimon Brandhof2013-08-121-1/+1
* SONAR-4563 Use strict comparison for createdAfter in the Issues search engineSimon Brandhof2013-08-121-0/+1
* SONAR-4394 Fixed issue filters problem when saving existing filterJulien Lancelot2013-06-271-19/+19
* SONAR-4383 Replace ruby issue_filter Ruby by Java IssueQuery in issues search...Julien Lancelot2013-06-131-1/+2
* SONAR-3755 Role required to find issues should be USER instead of CODE VIEWERJulien Lancelot2013-06-071-21/+29
* SONAR-3755 replace the enum IssueQuery.Sort by String constantsSimon Brandhof2013-05-291-1/+1
* SONAR-4292 Create a IssueStatsFinder to be used by UnresolvedIssuesPerAssigne...Julien Lancelot2013-05-271-1/+1
* SONAR-3755 Fix issues param when searching by issuesJulien Lancelot2013-05-231-1/+1
* SONAR-4301 Add sort on issue search pageJulien Lancelot2013-05-211-1/+3
* SONAR-3755 rename ISSUES.USER_LOGIN to REPORTERSimon Brandhof2013-05-141-1/+1
* SONAR-3755 UI for adding commentsSimon Brandhof2013-05-141-2/+5
* SONAR-3755 Add resolved parameter to IssueFinder and improve issues search pageJulien Lancelot2013-05-141-3/+2
* SONAR-4323 new web service /api/users/searchSimon Brandhof2013-05-131-71/+16
* SONAR-3755 refactor commentsSimon Brandhof2013-05-131-0/+172