aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/java/org/sonar/server/issue/DefaultJRubyIssues.java
Commit message (Collapse)AuthorAgeFilesLines
* Improve interactions between JRuby and Java componentsSimon Brandhof2013-04-271-158/+0
|
* SONAR-3755 new concept of automatic transitions in issue workflowSimon Brandhof2013-04-261-40/+2
|
* SONAR-3755 Add pagination on Issues WSJulien Lancelot2013-04-241-2/+2
|
* SONAR-3755 Add pagination on Issues server pageJulien Lancelot2013-04-241-1/+6
|
* SONAR-3755 Add IssueFinder paginationJulien Lancelot2013-04-241-1/+1
|
* SONAR-3755 Add methods in IssueFinder Results to get rule by issue and ↵Julien Lancelot2013-04-231-0/+2
| | | | component by issue and remove title from Issue
* SONAR-3755 complete issue workflowSimon Brandhof2013-04-231-2/+5
|
* SONAR-3755 first draft of issue state machineSimon Brandhof2013-04-221-2/+2
|
* Update copyright headersSimon Brandhof2013-04-221-4/+4
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
|
* SONAR-3755 complete the ability to change issueSimon Brandhof2013-04-191-4/+52
|
* SONAR-3755 rename Issue#message() to description()Simon Brandhof2013-04-191-2/+6
|
* SONAR-3755 support the parameter "rules" in /api/issues/searchSimon Brandhof2013-04-171-19/+39
|
* SONAR-3755 Add componentRoots filter to select issues from component and its ↵Julien Lancelot2013-04-161-0/+1
| | | | children
* SONAR-3755 Add rule and created at filters on issue query.Julien Lancelot2013-04-161-0/+23
|
* SONAR-3755 add authorization to search of issuesSimon Brandhof2013-04-141-0/+90