aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/test/java/org/sonar/server/rule/RubyRuleServiceTest.java
Commit message (Expand)AuthorAgeFilesLines
* Move sonar-server, sonar-search and sonar-process into sub-dir server/Simon Brandhof2014-07-101-181/+0
* Add the possibility to search for all rules (used by SQALE Sunbirst widget)Julien Lancelot2014-07-041-0/+83
* SONAR-4514 Add unit testsJulien Lancelot2014-06-171-0/+98
* SONAR-5007 merge api/rules/set_tags and api/rules/set_note into api/rules/updateSimon Brandhof2014-05-281-80/+0
* SONAR-5007 move package org.sonar.server.rule2 to ruleSimon Brandhof2014-05-241-1/+0
* SONAR-5007 remove old ES indices for rules, active rules and rule tagsSimon Brandhof2014-05-221-47/+18
* SONAR-5007 remove code using previous ES rule indicesSimon Brandhof2014-05-211-20/+0
* SONAR-5007 move api/rules2 to api/rulesSimon Brandhof2014-05-191-42/+0
* SONAR-5007 drop tables RULE_TAGS and RULES_RULE_TAGSSimon Brandhof2014-05-151-6/+0
* Update server DebtModel APIJulien Lancelot2014-04-031-0/+6
* SONAR-5174 Add update rule action in RulesJulien Lancelot2014-04-011-49/+53
* SONAR-5174 Use only RubyRuleService to use Rules from RailsJulien Lancelot2014-03-311-3/+97
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* Remove org.sonar.api.database.daos.MeasuresDao, deprecated since v2.3 and mov...Simon Brandhof2014-01-181-3/+1
* SONAR-4688 remove remaining call to l10n bundleSimon Brandhof2013-12-111-28/+2
* SONAR-4885 Stop supporting the internationalization of rule descriptions and ...Simon Brandhof2013-11-291-18/+0
* SONAR-4859 Explicitly update index upon instanciation/modification of templat...Jean-Baptiste Lievremont2013-11-191-0/+8
* SONAR-4833 Link rule search form to RuleRegistryJean-Baptiste Lievremont2013-11-181-0/+27
* SONAR-4832 Add query to fetch IDs from search form criteriaJean-Baptiste Lievremont2013-11-081-2/+2
* Improve authorization mechanism in Java codeSimon Brandhof2013-06-271-4/+5
* Fix some quality flawsSimon Brandhof2013-05-301-1/+1
* SONAR-3755 refactor commentsSimon Brandhof2013-05-131-0/+84