aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/rule/RulesProvider.java
Commit message (Expand)AuthorAgeFilesLines
* Rename batch into scannerJulien HENRY2016-03-181-65/+0
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* SONAR-6777 Project cache syncDuarte Meneses2015-08-121-3/+5
* SONAR-6777 Project cache syncDuarte Meneses2015-08-121-5/+1
* SONAR-6770 Improve logging of cache usageDuarte Meneses2015-08-031-0/+14
* use new rules WSDuarte Meneses2015-07-311-1/+1
* use new rule WSDuarte Meneses2015-07-311-7/+8
* SONAR-6750 Support new SQ Runner API for retrieving issuesDuarte Meneses2015-07-301-1/+0
* SONAR-6713 Load rules in global containerDuarte Meneses2015-07-281-0/+53
* SONAR-6588 integrate issues to Compute EngineSimon Brandhof2015-07-021-129/+0
* Fix quality flawsJulien Lancelot2015-06-031-5/+4
* Revert "Remove all deprecated Violation APIs"Julien Lancelot2015-03-271-3/+0
* Remove all deprecated Violation APIsJulien HENRY2015-03-271-0/+3
* SONAR-6194 SONAR-5009 profiling api + unique property sonar.log.levelSimon Brandhof2015-02-191-8/+4
* SONAR-5700 New logging API to remove coupling on SLF4JSimon Brandhof2015-02-191-3/+3
* Fix some quality flawsSimon Brandhof2014-06-171-1/+0
* SONAR-5007 improve medium testsSimon Brandhof2014-05-291-1/+1
* Fix some quality flawsSimon Brandhof2014-04-041-2/+2
* SONAR-5056 Move batch DebtRemediationFunction from rule to debt packageJulien Lancelot2014-04-031-1/+1
* Create a new DebtModel API on batch sideJulien Lancelot2014-04-031-8/+9
* Move hasCharacteristic() method from RuleDto to RulesProviderJulien Lancelot2014-04-031-1/+11
* Rename RuleDto characteristic to subCharacteristicJulien Lancelot2014-03-271-7/+7
* Replace factor by coefficientJulien Lancelot2014-03-261-2/+2
* SONAR-5056 Fix issue when removing characteristic and rules linked with defau...Julien Lancelot2014-03-201-2/+2
* Fix quality flawsJulien Lancelot2014-03-181-1/+1
* SONAR-5056 Create DebtRemediationFunction API on batch sideJulien Lancelot2014-03-171-27/+19
* SONAR-5056 Do nothing hen rule has no default characteristic or overridden ch...Julien Lancelot2014-03-171-1/+1
* SONAR-5121 Authorize overriding characteristic or functionJulien Lancelot2014-03-171-20/+28
* SONAR-5056 When loading rules on batch side, do not load rule debt informatio...Julien Lancelot2014-03-131-9/+11
* Fix quality flawsJulien Lancelot2014-03-121-4/+6
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* SONAR-5056 Read debt from rule during analysisJulien Lancelot2014-03-111-0/+120