aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/java/org/sonar
Commit message (Expand)AuthorAgeFilesLines
* fix quality flawsStephane Gamard2014-05-061-46/+58
* Removed debug outputStephane Gamard2014-05-061-1/+0
* fix quality flawsStephane Gamard2014-05-062-75/+56
* SONAR-4764 Rename "Restore Default Profiles" by "Recreate Built-in Profiles"Julien Lancelot2014-05-064-15/+17
* Added License HeaderStephane Gamard2014-05-061-0/+19
* Specialized Index Classes with return Interface.Stephane Gamard2014-05-0610-161/+255
* Fix quality flawsJulien Lancelot2014-05-061-7/+15
* SONAR-5264 Fix documented possible valuesJean-Baptiste Lievremont2014-05-061-3/+3
* start-mac.sh and stop-mac.sh are renamed start/stop.sh as they support linuxSimon Brandhof2014-05-061-7/+6
* Add some javadocs on ProfilesWSJulien Lancelot2014-05-062-3/+8
* Add missing QualityProfiles to ServerComponentsJulien Lancelot2014-05-061-116/+13
* Draft of RuleActivationServiceSimon Brandhof2014-05-067-17/+376
* Using BaseDao and NestedIndex for ActiveRules in ActiveRuleIndexStephane Gamard2014-05-0521-419/+597
* Updated activeRuleKey and QualityProfileKey in core packageStephane Gamard2014-05-051-2/+2
* Added Tests for ActiveRuleKey (get and selectBy).Stephane Gamard2014-05-051-0/+163
* Added ActiveRuleKey to ActiveRuleDao with BaseDao extension.Stephane Gamard2014-05-051-9/+37
* SONAR-5111 Add api/tests WS documentationsJulien Lancelot2014-05-052-0/+73
* SONAR-5111 Fix some descriptionJulien Lancelot2014-05-051-3/+3
* SONAR-5111 Add api/components WS documentationsJulien Lancelot2014-05-055-6/+63
* SONAR-5111 Replace setPossibleValues("true", "false") by setBooleanPossibleVa...Julien Lancelot2014-05-0511-113/+105
* Add template code for api/rules2/tagsSimon Brandhof2014-05-054-1/+71
* SONAR-5111 Complete api/users WS documentationsJulien Lancelot2014-05-053-1/+127
* SONAR-5111 Complete api/projects WS documentationsJulien Lancelot2014-05-053-3/+91
* SONAR-5111 Split quality profiles WS into old style Rails description and new...Jean-Baptiste Lievremont2014-05-053-11/+45
* SONAR-5254 apply naming conventions of URLsSimon Brandhof2014-05-053-7/+7
* Rename some fields in rules2Simon Brandhof2014-05-057-20/+19
* SONAR-5111 Add api/resources WS documentationsJulien Lancelot2014-05-053-2/+166
* SONAR-5111 Use latest API to declare batch WS metadata, update JavadocJean-Baptiste Lievremont2014-05-051-2/+4
* SONAR-5111 Add api/server, api/updatecenter, api/timemachine WS documentationsJulien Lancelot2014-05-055-2/+178
* Fix quality flawsSimon Brandhof2014-05-054-16/+0
* Fix rule parameters in api/rules2/showSimon Brandhof2014-05-051-1/+3
* Moving AcgiveRuleDao to BaseDao ImplStephane Gamard2014-05-053-47/+423
* Removed debug output from IndexStephane Gamard2014-05-051-1/+0
* Changed Log level for BaseIndexStephane Gamard2014-05-051-1/+1
* 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-0215-200/+277
* 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-0218-426/+1117
* SONAR-5250 add parameter includeInternals to /api/webservices/listSimon Brandhof2014-05-021-38/+49
* SONAR-5264 Force documentation of web services to be up-to-dateSimon Brandhof2014-05-028-107/+32
* SONAR-5111 Add missing ProjectsWs to ServerComponentsJulien Lancelot2014-05-021-0/+2
* SONAR-5111 Add "api/projects" WS documentationJulien Lancelot2014-05-021-0/+57
* SONAR-5262 Fail to delete action plan having issues on deleted componentJulien Lancelot2014-05-021-10/+7
* Fix UTJulien Lancelot2014-05-021-3/+2
* SONAR-5111 Complete documentation for "api/profiles" WSJulien Lancelot2014-05-0210-116/+309
* AddedSONAR-5237 - Working facets for RuleService and RuleIndex. Tested with m...Stephane Gamard2014-05-026-15/+186
* Check that the values of a param is in possible values (if defined)Julien Lancelot2014-05-021-6/+13