aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/resources
Commit message (Collapse)AuthorAgeFilesLines
* Move sonar-server, sonar-search and sonar-process into sub-dir server/Simon Brandhof2014-07-1039-1351/+0
|
* SONAR-5313 Return long name in /api/components/appJulien Lancelot2014-06-251-0/+1
|
* Add project key and sub project key in /api/components/app WSJulien Lancelot2014-06-191-0/+2
|
* SONAR-5209 Add manual rules in /api/components/appJulien Lancelot2014-06-181-0/+4
|
* Fix display of debt in /api/issues/showJulien Lancelot2014-06-181-1/+1
|
* SONAR-5288 Component app WS should return the list of tabs to be displayedJulien Lancelot2014-06-061-1/+3
|
* SONAR-5362 Update RulUpdater to be able to update custom ruleJulien Lancelot2014-06-062-1/+2
|
* Add "userName", "updatable", and "markdown" to comments of /api/issues/searchJulien Lancelot2014-06-041-1/+3
|
* SONAR-5359 Rename template to is_templateJulien Lancelot2014-06-031-4/+63
|
* SONAR-5306 Return extension titleJulien Lancelot2014-06-031-1/+3
|
* SONAR-5338 Return message and stackTrace when tests are in errorJulien Lancelot2014-06-031-1/+3
|
* Add some comments example in /api/issues/show WSJulien Lancelot2014-06-021-1/+11
|
* Add 'userName' field in /api/issues/changelog WSJulien Lancelot2014-06-021-0/+2
|
* SONAR-5306 Add list of component viewer extensions in /api/component/app WSJulien Lancelot2014-06-021-1/+2
|
* SONAR-5007 revert bad change of logback.xmlSimon Brandhof2014-05-281-3/+3
|
* SONAR-5341 In /issues/search WS, add parameter 'extra_fields'Julien Lancelot2014-05-281-0/+3
|
* DAOv.2 - Removed json files for ESNode settingsStephane Gamard2014-05-282-54/+0
|
* SONAR-5007 merge api/rules/set_tags and api/rules/set_note into api/rules/updateSimon Brandhof2014-05-281-3/+3
|
* SONAR-5007 move org.sonar.server.es to org.sonar.server.searchSimon Brandhof2014-05-242-0/+0
|
* SONAR-5007 move package org.sonar.server.rule2 to ruleSimon Brandhof2014-05-243-0/+0
|
* SONAR-5338 Create a WS /api/tests/show returning the list of test cases from ↵Julien Lancelot2014-05-231-0/+16
| | | | test plan
* SONAR-5338 Create s WS /api/tests/plan returning list of files covered by a ↵Julien Lancelot2014-05-231-36/+9
| | | | test case
* SONAR-5338 Create s WS /api/tests/testable returning list of test cases from ↵Julien Lancelot2014-05-231-28/+21
| | | | a file and a line
* SONAR-5007 complete response example for facetsSimon Brandhof2014-05-221-118/+169
|
* Fix exampleJulien Lancelot2014-05-221-17/+1
|
* SONAR-5286 Add parameter "extra_fields" to display actions and transitions ↵Julien Lancelot2014-05-221-0/+6
| | | | in /api/issues/search
* SONAR-5007 remove old ES indices for rules, active rules and rule tagsSimon Brandhof2014-05-222-150/+0
|
* SONAR-5286 Provide a new "/api/duplications/show" WSJulien Lancelot2014-05-211-0/+54
|
* SONAR-5007 remove code using previous ES rule indicesSimon Brandhof2014-05-211-64/+0
|
* SONAR-5238 - Added example response for ShowActionStephane Gamard2014-05-211-22/+40
|
* SONAR-5237 - Updated searchAction sample responseStephane Gamard2014-05-211-41/+134
|
* SONAR-5007 update examples of WS responsesSimon Brandhof2014-05-203-494/+73
|
* SONAR-5007 improve conversion fk of ES doc to WS responseSimon Brandhof2014-05-201-1/+2
|
* SONAR-5305 Add information about scm availabilityJulien Lancelot2014-05-201-0/+1
|
* SONAR-5305 Add parameters to know is the user can mark a component as ↵Julien Lancelot2014-05-201-0/+2
| | | | favourite and do a bulk change
* Add response example of /api/issue_filters/app WSJulien Lancelot2014-05-201-0/+23
|
* SONAR-5305 Return aggregation of rules and severities. Return snapshot date ↵Julien Lancelot2014-05-191-13/+33
| | | | in periods
* SONAR-5305 Return periods in /api/components/appJulien Lancelot2014-05-191-1/+5
|
* SONAR-5305 Returned measures in /api/components/appJulien Lancelot2014-05-161-7/+10
|
* SONAR-5305 Create a /api/components/app WS, returning only component ↵Julien Lancelot2014-05-151-0/+19
| | | | information for the moment
* SONAR-5285 Improve response exampleJulien Lancelot2014-05-141-28/+3
|
* SONAR-5285 Return the number of branches and covered branchesJulien Lancelot2014-05-141-21/+20
|
* Removed slug from WSStephane Gamard2014-05-141-0/+496
|
* SONAR-5285 Create /api/coverage/show, returning only hits for the momentJulien Lancelot2014-05-143-0/+33
|
* Fix response examplesJulien Lancelot2014-05-122-0/+0
|
* SONAR-5287 Improve "/api/sources/show"Julien Lancelot2014-05-121-5/+5
|
* SONAR-5287 Improve "/api/sources/show"Julien Lancelot2014-05-123-13/+17
|
* SONAR-5111 Add missing format parametersJulien Lancelot2014-05-094-0/+68
|
* SONAR-5111 Add api/tests WS documentationsJulien Lancelot2014-05-052-0/+90
|
* SONAR-5111 Add api/components WS documentationsJulien Lancelot2014-05-054-0/+67
|