aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/java/org/sonar/server/issue
Commit message (Collapse)AuthorAgeFilesLines
* Move sonar-server, sonar-search and sonar-process into sub-dir server/Simon Brandhof2014-07-1042-5694/+0
|
* Fix quality flawsJulien Lancelot2014-07-011-6/+1
|
* Fix quality flawsSimon Brandhof2014-07-011-1/+0
|
* Fix quality flawsJulien Lancelot2014-07-011-1/+1
|
* SONAR-5007 - Returning name of effectiveChar in Issue Show Action WSStephane Gamard2014-06-301-5/+23
|
* SONAR-5007 - Added char and subChar to api.Rule bean for Issue WSStephane Gamard2014-06-301-17/+11
|
* Deprecating DefaultRuleFinder in core.Stephane Gamard2014-06-301-1/+1
|
* Add extra fields "reporterName" to /api/issues/searchJulien Lancelot2014-06-181-7/+22
|
* Fix display of debt in /api/issues/showJulien Lancelot2014-06-181-1/+1
|
* SONAR-5007 improve l10n of server exception handlingSimon Brandhof2014-06-162-5/+5
|
* SONAR-5007 keep error messages when bulk activating rulesSimon Brandhof2014-06-131-3/+6
|
* SONAR-5300 Return differential measures when a period is set in ↵Julien Lancelot2014-06-051-4/+4
| | | | /api/components/app
* Add Request#paramAsDateTime()Simon Brandhof2014-06-041-3/+3
|
* Add "userName", "updatable", and "markdown" to comments of /api/issues/searchJulien Lancelot2014-06-042-53/+59
|
* Add format parameter and allow only json format in /api/issues/search WSJulien Lancelot2014-06-031-0/+11
|
* 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-5/+46
|
* 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-45/+17
| | | | 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-137/+527
|
* SONAR-5286 Add parameter "extra_fields" to display actions and transitions ↵Julien Lancelot2014-05-221-0/+3
| | | | in /api/issues/search
* SONAR-5305 Do not display sub project on none multi module projectJulien Lancelot2014-05-211-3/+2
|
* Add response example of /api/issue_filters/app WSJulien Lancelot2014-05-201-1/+3
|
* SONAR-5305 Do only one SQL to retun all measuresJulien Lancelot2014-05-201-4/+5
|
* SONAR-5305 Return aggregation of rules and severities. Return snapshot date ↵Julien Lancelot2014-05-192-11/+139
| | | | in periods
* SONAR-5305 Create a /api/components/app WS, returning only component ↵Julien Lancelot2014-05-152-10/+11
| | | | information for the moment
* SONAR-5111 Add missing format parametersJulien Lancelot2014-05-092-22/+93
|
* SONAR-5111 Add some missing description and since parametersJulien Lancelot2014-05-072-2/+2
|
* SONAR-5111 Replace setPossibleValues("true", "false") by ↵Julien Lancelot2014-05-051-65/+61
| | | | setBooleanPossibleValues() and remove '.' at end of descriptions
* SONAR-5264 Force documentation of web services to be up-to-dateSimon Brandhof2014-05-021-3/+5
|
* SONAR-5262 Fail to delete action plan having issues on deleted componentJulien Lancelot2014-05-021-10/+7
|
* SONAR-5111 Complete documentation for "api/profiles" WSJulien Lancelot2014-05-023-5/+30
|
* SONAR-5111 Complete "api/issues" WS documentationJulien Lancelot2014-04-301-8/+277
|
* Fix quality flawsJulien Lancelot2014-04-301-21/+21
|
* SONAR-5111 Refactored some ws to add response examplesJulien Lancelot2014-04-3013-153/+323
|
* SONAR-5111 Complete "api/issue_filters" WS docJulien Lancelot2014-04-301-3/+5
|
* Remove coupling with mybatis SqlSession by using internal DbSession.Simon Brandhof2014-04-291-1/+1
|
* SONAR-5111 Fix parameter declaration (now mandatory for WS parameters)Jean-Baptiste Lievremont2014-04-291-8/+9
|
* SONAR-5111 Declare "api/action_plans" WS with org.sonar.api.server.WebServiceJulien Lancelot2014-04-281-0/+115
|
* ONAR-5132 Issues search WS should allow to search by languageJulien Lancelot2014-04-222-1/+3
|
* SONAR-5218 Once a module has been turned into a project, its issues are no ↵Julien Lancelot2014-04-182-20/+24
| | | | more visible in the UI
* SONAR-5179 Project administrator cannot create action plansJulien Lancelot2014-04-072-22/+18
|
* Update server DebtModel APIJulien Lancelot2014-04-031-4/+5
|
* SONAR-5056 Refactoring of DebtModelService to have a clean dedicated server ↵Julien Lancelot2014-03-181-9/+9
| | | | side API of debt
* SONAR-5010 improve WebService extension pointSimon Brandhof2014-03-132-9/+9
|
* Add description in issues filters WS show actionJulien Lancelot2014-03-131-0/+1
|
* SONAR-5056 Display debt information from rules instead of characteristicsJulien Lancelot2014-03-111-6/+5
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-1133-33/+33
|
* 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