aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* Fixed ActiveRuleDaoTests by giving valid rules and profiles for DAO to be abl...Stephane Gamard2014-05-054-2/+25
* Using BaseDao and NestedIndex for ActiveRules in ActiveRuleIndexStephane Gamard2014-05-0522-428/+634
* Updated activeRuleKey and QualityProfileKey in core packageStephane Gamard2014-05-051-2/+2
* Added Tests for ActiveRuleKey (get and selectBy).Stephane Gamard2014-05-052-2/+243
* Added ActiveRuleKey to ActiveRuleDao with BaseDao extension.Stephane Gamard2014-05-052-10/+42
* SONAR-5111 Add api/tests WS documentationsJulien Lancelot2014-05-055-0/+234
* SONAR-5111 Fix some descriptionJulien Lancelot2014-05-051-3/+3
* SONAR-5250 Fix display of ul/li in API descriptionsJean-Baptiste Lievremont2014-05-052-2/+10
* SONAR-5111 Add api/components WS documentationsJulien Lancelot2014-05-0513-11/+195
* SONAR-5111 Replace setPossibleValues("true", "false") by setBooleanPossibleVa...Julien Lancelot2014-05-0511-113/+105
* Add template code for api/rules2/tagsSimon Brandhof2014-05-056-5/+78
* SONAR-5250 Allow the use of HTML code in WS descriptionsJean-Baptiste Lievremont2014-05-052-3/+3
* SONAR-5111 Complete api/users WS documentationsJulien Lancelot2014-05-055-1/+228
* SONAR-5111 Complete api/projects WS documentationsJulien Lancelot2014-05-055-10/+136
* SONAR-5111 Split quality profiles WS into old style Rails description and new...Jean-Baptiste Lievremont2014-05-056-38/+69
* SONAR-5254 apply naming conventions of URLsSimon Brandhof2014-05-0510-20/+20
* Rename some fields in rules2Simon Brandhof2014-05-058-21/+20
* SONAR-5111 Add api/resources WS documentationsJulien Lancelot2014-05-058-3/+294
* SONAR-5111 Use latest API to declare batch WS metadata, update JavadocJean-Baptiste Lievremont2014-05-052-2/+6
* SONAR-5111 Add api/server, api/updatecenter, api/timemachine WS documentationsJulien Lancelot2014-05-0513-2/+445
* Fix quality flawsSimon Brandhof2014-05-054-16/+0
* Fix rule parameters in api/rules2/showSimon Brandhof2014-05-051-1/+3
* - Fixed FieldEnum rename error in Medium TestStephane Gamard2014-05-051-1/+1
* - Using rule2.ActiveRuleDao for testsStephane Gamard2014-05-051-2/+1
* Moving AcgiveRuleDao to BaseDao ImplStephane Gamard2014-05-0519-50/+885
* Removed debug output from IndexStephane Gamard2014-05-051-1/+0
* Changed Log level for BaseIndexStephane Gamard2014-05-051-1/+1
* SONAR-5250 Handle display of example response in WS API documentationJean-Baptiste Lievremont2014-05-055-3/+56
* Rename ES field RuleParam.VALUE to DEFAULT_VALUESimon Brandhof2014-05-053-6/+26
* Fixed RuleDao for Junits due to insert of Param with non-existing RuleStephane Gamard2014-05-021-6/+12
* fix quality flawStephane Gamard2014-05-023-0/+57
* BaseDao Synchronisation based on Dto and RuleNormalizerStephane Gamard2014-05-0216-218/+325
* up-throw Exception afterExecution in LocalQueueWorkerStephane Gamard2014-05-021-6/+8
* Added a timeout on Latch for synched ClusterActionStephane Gamard2014-05-021-9/+4
* SONAR-5111 Complete "api/qualitygates" WS documentation and do some refactori...Julien Lancelot2014-05-0223-437/+1181
* SONAR-5250 Handle visibility of internal servicesJean-Baptiste Lievremont2014-05-026-8/+43
* SONAR-5250 add parameter includeInternals to /api/webservices/listSimon Brandhof2014-05-024-41/+160
* SONAR-5250 Display possible values for parametersJean-Baptiste Lievremont2014-05-022-0/+29
* SONAR-5264 Force documentation of web services to be up-to-dateSimon Brandhof2014-05-0227-321/+220
* SONAR-5111 Add missing ProjectsWs to ServerComponentsJulien Lancelot2014-05-021-0/+2
* SONAR-5111 Add "api/projects" WS documentationJulien Lancelot2014-05-022-0/+116
* SONAR-5250 Modify layout, add WS path to action titleJean-Baptiste Lievremont2014-05-025-23/+37
* SONAR-5262 Fail to delete action plan having issues on deleted componentJulien Lancelot2014-05-026-22/+18
* SONAR-5250 Add navigation, modify layout, show parameters in WS APIJean-Baptiste Lievremont2014-05-0214-42/+212
* Fix UTJulien Lancelot2014-05-021-3/+2
* SONAR-5111 Complete documentation for "api/profiles" WSJulien Lancelot2014-05-0220-130/+540
* AddedSONAR-5237 - Working facets for RuleService and RuleIndex. Tested with m...Stephane Gamard2014-05-028-17/+216
* Check that the values of a param is in possible values (if defined)Julien Lancelot2014-05-022-7/+38
* Fix bulk changeStas Vilchik2014-05-021-1/+1
* Fix some quality flawsSimon Brandhof2014-05-014-8/+29