Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-3755 remove code related to reviews and violations | Simon Brandhof | 2013-05-23 | 1 | -95/+0 |
| | |||||
* | Update copyright headers | Simon Brandhof | 2013-04-22 | 1 | -4/+4 |
| | |||||
* | SONAR-4252 rename Sonar to SonarQube in source headers | Simon Brandhof | 2013-04-21 | 1 | -3/+3 |
| | |||||
* | SONAR-3278 Revert back the review search by 'id' on WS | Fabrice Bellingard | 2012-04-10 | 1 | -1/+1 |
| | | | | | | - As previous versions of the Java WS Client used this parameter (and in turn Sonar Eclipse too) - But keep it undocumented as it is deprecated - And update the Java WS Client to not use 'id' anymore but 'ids' | ||||
* | SONAR-3283 Do not allow to search reviews by author/assignee ID | Fabrice Bellingard | 2012-03-20 | 1 | -5/+23 |
| | |||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 1 | -1/+1 |
| | |||||
* | SONAR-2453,SONAR-2404 Allow search for reviews by resolutions | Evgeny Mandrikov | 2011-06-28 | 1 | -6/+22 |
| | |||||
* | SONAR-2453 Update the way "FALSE-POSITIVE" reviews are managed | Fabrice Bellingard | 2011-05-26 | 1 | -1/+12 |
| | | | | | | 1- Update the DB, migration scripts & co. 2- Update the model, controller & co. 3- Update the WS Client | ||||
* | SONAR-2381 Fix error in Review WS client | Fabrice Bellingard | 2011-05-05 | 1 | -1/+1 |
| | |||||
* | SONAR-2381, SONAR-2382 Web services return comment in HTML by default | Fabrice Bellingard | 2011-05-04 | 1 | -9/+4 |
| | | | | | | | Available for the Violation and Review WS: - parameter 'output' on the request - if set to 'html', comments are returned in HTML - otherwise comments are returned as raw text - Java WS client updated consequently | ||||
* | SONAR-2382 Create a new "reviews" web service API | Fabrice Bellingard | 2011-04-29 | 1 | -6/+5 |
| | | | | | | | - Add possibility to use keys or ids for resources/projects - Add possibility to use logins or ids for authors/assignees - Remove the "html" parameter on the ReviewQuery (comments will always be returned in HTML) | ||||
* | SONAR-2382 Create a new "reviews" web service API | Fabrice Bellingard | 2011-04-28 | 1 | -0/+56 |