aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-client/src/main
Commit message (Expand)AuthorAgeFilesLines
* Fix some quality flawsSimon Brandhof2013-05-291-3/+3
* Fix some quality flawsSimon Brandhof2013-05-292-21/+36
* SONAR-3755 Issues WS Client now always returned the created/modified issueJulien Lancelot2013-05-292-10/+21
* SONAR-4301 Remove securityExclusions parameterJulien Lancelot2013-05-272-11/+0
* SONAR-4353 drop the node 'id' from resultSimon Brandhof2013-05-252-10/+0
* SONAR-3755 fix the deprecated web service /api/violations/indexSimon Brandhof2013-05-231-5/+5
* SONAR-3755 remove code related to reviews and violationsSimon Brandhof2013-05-239-971/+14
* SONAR-4301 Add maxResultsReached parameter on Issues WSJulien Lancelot2013-05-222-0/+11
* SONAR-4301 Update IssueFinder to first retreive authorized root projects for ...Julien Lancelot2013-05-223-2/+30
* SONAR-3755 remove unused methods in issue ws clientSimon Brandhof2013-05-172-24/+0
* SONAR-4304 better form of manual issueSimon Brandhof2013-05-161-12/+13
* SONAR-3755 fix IssueClient#addComment()Simon Brandhof2013-05-161-2/+2
* SONAR-3755 rename ISSUES.DESCRIPTION to MESSAGESimon Brandhof2013-05-141-1/+9
* SONAR-3755 rename ISSUES.USER_LOGIN to REPORTERSimon Brandhof2013-05-142-2/+15
* SONAR-3755 UI for adding commentsSimon Brandhof2013-05-141-2/+2
* SONAR-4323 add search by free text and support of Select2Simon Brandhof2013-05-141-0/+10
* SONAR-3755 Add resolved parameter to IssueFinder and improve issues search pageJulien Lancelot2013-05-141-0/+5
* SONAR-4282 renamed openIssues by unresolvedIssuesJulien Lancelot2013-05-141-2/+2
* SONAR-4282 Remove useless show ws actionJulien Lancelot2013-05-143-12/+2
* SONAR-4282 Improve Action Plan WSJulien Lancelot2013-05-141-2/+3
* SONAR-4282 Improve Action Plan WSJulien Lancelot2013-05-135-28/+32
* SONAR-4282 Fix issue in rub API and add save, update and delete actions on WSJulien Lancelot2013-05-136-84/+204
* SONAR-4282 Create Action Plan WS to get all action plansJulien Lancelot2013-05-136-0/+318
* SONAR-4321 export componentsSimon Brandhof2013-05-133-0/+74
* SONAR-4323 add missing unit testSimon Brandhof2013-05-132-7/+1
* SONAR-4323 add Java client to WS /api/users/searchSimon Brandhof2013-05-135-0/+160
* SONAR-4323 new web service /api/users/searchSimon Brandhof2013-05-133-15/+96
* SONAR-3755 refactor commentsSimon Brandhof2013-05-126-9/+88
* SONAR-3755 Add action plans to issue query and add WS to add action plan to i...Julien Lancelot2013-05-073-0/+17
* SONAR-3755 Add planned parameter on IssueQuery for Issues code viewerJulien Lancelot2013-05-061-0/+5
* SONAR-3755 add rule metadata to ws-clientSimon Brandhof2013-05-063-9/+85
* Replace hamcrest by fest-assertSimon Brandhof2013-05-032-1/+2
* SONAR-3755 remove the resolution OPENSimon Brandhof2013-05-031-0/+18
* SONAR-3755 rename COST to EFFORT_TO_FIXSimon Brandhof2013-05-032-1/+12
* SONAR-3755 refactor issue datesSimon Brandhof2013-05-031-6/+6
* SONAR-3755 Add assigned parameter to IssueQueryJulien Lancelot2013-04-301-0/+5
* SONAR-3755 complete EncodingUtilsTestSimon Brandhof2013-04-301-0/+3
* SONAR-3755 complete wsclient for new actionsSimon Brandhof2013-04-304-120/+39
* SONAR-3755 Rename key by issueKey in IssueQueryJulien Lancelot2013-04-294-65/+16
* SONAR-3755 Add client WS for issues transitionsJulien Lancelot2013-04-294-0/+93
* SONAR-3755 Add sort in IssueQueryJulien Lancelot2013-04-241-0/+10
* SONAR-3755 Add parameter to IssueFinder to know if there were security exclus...Julien Lancelot2013-04-242-1/+14
* SONAR-3755 Add pagination on Issues WSJulien Lancelot2013-04-248-461/+70
* SONAR-3755 Remove title property from Issue WSJulien Lancelot2013-04-232-9/+0
* SONAR-3755 complete issue workflowSimon Brandhof2013-04-233-8/+13
* Update copyright headersSimon Brandhof2013-04-22114-456/+456
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-21114-342/+342
* SONAR-3755 complete the ability to change issueSimon Brandhof2013-04-191-0/+5
* SONAR-3755 Set issues updated at to the date when issues were loaded from dat...Julien Lancelot2013-04-193-16/+18
* SONAR-3755 rename Issue#message() to description()Simon Brandhof2013-04-193-3/+3