aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/test/java/org/sonar/server/rule2/RuleMediumTest.java
Commit message (Expand)AuthorAgeFilesLines
* Drop UnsuportedException and improve rule searchSimon Brandhof2014-05-011-227/+0
* SONAR-5237 - Implemented Field selection in RuleIndex#searchStephane Gamard2014-05-011-2/+76
* SONAR-5237 - Implemented partial query search in RuleService#searchStephane Gamard2014-05-011-0/+17
* SONAR-5237Stephane Gamard2014-05-011-1/+24
* Add ServerTester#addPluginJar()Simon Brandhof2014-04-301-4/+1
* SONAR-5237 - Initial mediumtest workingStephane Gamard2014-04-301-4/+4
* Add ServerTester#clearDataStores()Simon Brandhof2014-04-301-4/+32
* Cleanup org.sonar.server.rule2Simon Brandhof2014-04-301-72/+35
* SONAR-5237 - Added base Mapping for RuleStephane Gamard2014-04-301-1/+2
* SONAR-5237 - Created Base and Rule Normalizer classesStephane Gamard2014-04-301-1/+1
* Continue draft of rule improvementSimon Brandhof2014-04-301-2/+2
* SONAR-5237 - Moved Dao Back to server and Using ThreadPool for QueueWorkerStephane Gamard2014-04-301-18/+17
* SONAR-5237 - Updated MediumTest and started on RuleServiceStephane Gamard2014-04-291-8/+33
* SONAR-5237 - Fixed sleeping test & added ActiveRule to RuleIndexStephane Gamard2014-04-291-26/+43
* SONAR-5237 - Working Index & Dao stack (see RuleMiediumTest)Stephane Gamard2014-04-291-0/+83