aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* AddedSONAR-5237 - Added ActiveRuleParam and updated IndexMediumTestStephane Gamard2014-05-014-10/+78
* AddedSONAR-5237 - Added all tags and updated IndexMediumTestStephane Gamard2014-05-013-19/+77
* SONAR-5237 - Added active rule and IndexMediumTestStephane Gamard2014-05-013-18/+93
* SONAR-5237 - Added tags and RuleParams to RuleServiceStephane Gamard2014-05-015-11/+114
* SONAR-5237 - Added RuleParamStephane Gamard2014-05-012-1/+8
* Minor renaming in RuleIndexMediumTestSimon Brandhof2014-05-011-6/+6
* Fix some quality flawsSimon Brandhof2014-05-014-7/+72
* Updated LogLevel on BaseIndexStephane Gamard2014-05-011-1/+1
* New tests on RuleServiceMediumTestSimon Brandhof2014-05-011-5/+46
* SONAR-5237 - Passing all RuleSearchMediumTestsStephane Gamard2014-05-012-9/+24
* SONAR-5237 - Passing Test for RuleStatus in RuleSearchMediumTestStephane Gamard2014-05-012-1/+8
* Ignore status test.Stephane Gamard2014-05-011-0/+1
* SONAR-5237 - Fixed RuleSearchMediumTestsStephane Gamard2014-05-012-22/+28
* New tests on RuleSearchMediumTestSimon Brandhof2014-05-012-8/+81
* SONAR-5237 - Fixed some SearchMediumTestsStephane Gamard2014-05-013-20/+28
* Ordered fields in Hit.getFieldsStephane Gamard2014-05-014-39/+59
* New tests to be fixed on RuleSearchMediumTestSimon Brandhof2014-05-011-10/+21
* New tests to be fixed on RuleSearchMediumTestSimon Brandhof2014-05-011-2/+70
* Drop UnsuportedException and improve rule searchSimon Brandhof2014-05-0110-268/+439
* fix quality flawsStephane Gamard2014-05-012-96/+80
* Fixed missign license headerStephane Gamard2014-05-011-0/+19
* SONAR-5237 - Implemented IndexAction compatible with DtoStephane Gamard2014-05-0110-65/+196
* SONAR-5237 - Implemented Field selection in RuleIndex#searchStephane Gamard2014-05-013-3/+88
* SONAR-5237 - Implemented partial query search in RuleService#searchStephane Gamard2014-05-012-14/+67
* SONAR-5237Stephane Gamard2014-05-015-7/+50