aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/test/java/org/sonar/server/issue
Commit message (Collapse)AuthorAgeFilesLines
* Move sonar-server, sonar-search and sonar-process into sub-dir server/Simon Brandhof2014-07-1033-7072/+0
|
* Fix quality flawsJulien Lancelot2014-07-011-0/+64
|
* SONAR-5007 - Returning name of effectiveChar in Issue Show Action WSStephane Gamard2014-06-301-12/+17
|
* Deprecating DefaultRuleFinder in core.Stephane Gamard2014-06-301-1/+1
|
* Add extra fields "reporterName" to /api/issues/searchJulien Lancelot2014-06-181-3/+5
|
* Fix display of debt in /api/issues/showJulien Lancelot2014-06-181-1/+1
|
* SONAR-5007 improve l10n of server exception handlingSimon Brandhof2014-06-162-4/+6
|
* SONAR-5300 Return differential measures when a period is set in ↵Julien Lancelot2014-06-051-4/+7
| | | | /api/components/app
* Add "userName", "updatable", and "markdown" to comments of /api/issues/searchJulien Lancelot2014-06-041-0/+6
|
* Add format parameter and allow only json format in /api/issues/search WSJulien Lancelot2014-06-032-13/+29
|
* SONAR-5341 Restore issue.componentId in order to be able to use SonarQube ↵Julien Lancelot2014-06-031-0/+1
| | | | 3.7 Java Client
* SONAR-5341 Add missing action plansJulien Lancelot2014-05-281-2/+21
|
* SONAR-5341 Fix display of debtJulien Lancelot2014-05-281-1/+1
|
* SONAR-5341 Add missing comments in /api/issues/search and remove rails ↵Julien Lancelot2014-05-281-105/+123
| | | | action of /api/issues/search as now this WS is in Java
* SONAR-5341 In /issues/search WS, add parameter 'extra_fields'Julien Lancelot2014-05-284-72/+612
|
* SONAR-5286 Add parameter "extra_fields" to display actions and transitions ↵Julien Lancelot2014-05-221-1/+1
| | | | in /api/issues/search
* SONAR-5305 Do only one SQL to retun all measuresJulien Lancelot2014-05-201-0/+29
|
* SONAR-5305 Return aggregation of rules and severities. Return snapshot date ↵Julien Lancelot2014-05-191-2/+6
| | | | in periods
* SONAR-5111 Add missing format parametersJulien Lancelot2014-05-092-16/+40
|
* SONAR-5264 Force documentation of web services to be up-to-dateSimon Brandhof2014-05-024-29/+29
|
* SONAR-5262 Fail to delete action plan having issues on deleted componentJulien Lancelot2014-05-021-11/+11
|
* SONAR-5111 Complete documentation for "api/profiles" WSJulien Lancelot2014-05-021-0/+1
|
* SONAR-5111 Complete "api/issues" WS documentationJulien Lancelot2014-04-302-34/+185
|
* SONAR-5111 Refactored some ws to add response examplesJulien Lancelot2014-04-3014-324/+546
|
* SONAR-5111 Complete "api/issue_filters" WS docJulien Lancelot2014-04-301-6/+34
|
* SONAR-5111 Declare "api/action_plans" WS with org.sonar.api.server.WebServiceJulien Lancelot2014-04-281-0/+189
|
* Complete WebService with new param metadataSimon Brandhof2014-04-253-3/+3
|
* ONAR-5132 Issues search WS should allow to search by languageJulien Lancelot2014-04-221-2/+4
|
* SONAR-5218 Once a module has been turned into a project, its issues are no ↵Julien Lancelot2014-04-181-56/+94
| | | | more visible in the UI
* SONAR-5179 Project administrator cannot create action plansJulien Lancelot2014-04-073-130/+197
|
* Update server DebtModel APIJulien Lancelot2014-04-031-2/+2
|
* SONAR-5056 Refactoring of DebtModelService to have a clean dedicated server ↵Julien Lancelot2014-03-181-12/+12
| | | | side API of debt
* Add description in issues filters WS show actionJulien Lancelot2014-03-131-1/+1
|
* SONAR-5056 Display debt information from rules instead of characteristicsJulien Lancelot2014-03-111-8/+36
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-1125-25/+25
|
* revert renaming of org.sonar.core.technicaldebt to org.sonar.core.debt as ↵Julien Lancelot2014-03-101-1/+1
| | | | sonar-core module is used by Views Plugin
* Renamed package to org.sonar.core.technicaldebt to debt And removed ↵Julien Lancelot2014-03-071-1/+1
| | | | technical word from some classes
* SONAR-5056 Create new Durations API to format Duration and convert String to ↵Julien Lancelot2014-03-062-6/+15
| | | | Duration
* SONAR-5056 Update Issue.debt from Long to DurationJulien Lancelot2014-03-053-8/+11
|
* Java implementation of WS /api/issue_filters/favoritesSimon Brandhof2014-03-031-0/+19
|
* Change the internal WS /api/issue_filters/page to /api/issue_filters/appSimon Brandhof2014-03-031-6/+6
|
* SONAR-5010 rename isPrivate() by isInternal()Simon Brandhof2014-03-032-2/+2
|
* Update groupId to subProjectId and rootIt to projectId in issues WSJulien Lancelot2014-03-032-13/+60
|
* SONAR-4996 Update work duration message and move code to i18n APIJulien Lancelot2014-03-032-18/+10
|
* Add missing test in IssueFilterWsTestSimon Brandhof2014-03-031-5/+32
|
* Add canModify property to issue_filter WS responseSimon Brandhof2014-02-281-1/+13
|
* Return information on groupId and rootId on issue WSJulien Lancelot2014-02-272-23/+80
|
* SONAR-4996 Update debt display in technical debt pyramid widgetJulien Lancelot2014-02-252-4/+4
|
* SONAR-4996 Update debt on measures sqale_indexJulien Lancelot2014-02-252-10/+10
|
* SONAR-4996 Update issue changelog debt to seconds (backend + display)Julien Lancelot2014-02-251-12/+6
|