aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main
Commit message (Expand)AuthorAgeFilesLines
* SONAR-1829: Rename the term "Priority" by "Severity" for rules - add setSever...Godin2010-12-061-1/+1
* SONAR-249 add 2 periods for variation values + rename SNAPSHOT.VAR_xxx column...simonbrandhof2010-12-065-13/+15
* * check excluded resources in DefaultIndex#getChildren()simonbrandhof2010-12-065-21/+24
* SONAR-1450: Add checksum to RuleFailureModel and use it in ViolationPersister...Godin2010-12-031-2/+3
* SONAR-1450: Compare violations using checksumsGodin2010-12-021-0/+1
* SONAR-1450: Extract ViolationPersisterDecorator from ViolationPersisterGodin2010-12-022-23/+5
* SONAR-249 save configuration used for measure variations and new violations i...simonbrandhof2010-12-012-9/+9
* SONAR-2007 Remove the useless ISO Categories + fix components pagesimonbrandhof2010-12-012-2/+1
* SONAR-1450: Add createdAt to Violation classGodin2010-11-301-0/+1
* SONAR-1450: Add support for incremental review of incoming violationsGodin2010-11-301-2/+12
* SONAR-1450: Add the column RULE_FAILURES.CREATED_ATGodin2010-11-301-0/+1
* SONAR-1450: Add support for incremental review of incoming violationsGodin2010-11-301-18/+13
* SONAR-1450: Revert some changes made yesterdayGodin2010-11-304-35/+13
* SONAR-249 fix detection of "best value measures" in delayed modesimonbrandhof2010-11-301-19/+27
* SONAR-1450 add the parameter "boolean checkOlder" to ResourcePersister#getLas...simonbrandhof2010-11-295-12/+20
* SONAR-249 improve core components to load rules and metricssimonbrandhof2010-11-297-100/+47
* SONAR-1450: Add support for incremental review of incoming violationsGodin2010-11-297-37/+87
* SONAR-249 always save measures with diff values, even if best valuesimonbrandhof2010-11-291-2/+8
* SONAR-249 do not save measures with best value when using the delayed modesimonbrandhof2010-11-292-14/+21
* SONAR-2017 Log execution time of decoratorssimonbrandhof2010-11-281-5/+49
* SONAR-1405: The API must optionally allow plugins to add rule violations on l...Godin2010-11-263-18/+22
* SONAR-249 fix issue with the metric duplications_data : sensorContext.saveRes...simonbrandhof2010-11-261-2/+2
* SONAR-249 fix update of measures when using the delayed modesimonbrandhof2010-11-264-62/+56
* SONAR-249 add unit testssimonbrandhof2010-11-264-221/+255
* SONAR-249: extract persistence layer from data index + dump measures at the e...simonbrandhof2010-11-2633-1194/+1677
* SONAR-1556: When a language is specified with the 'sonar.language' property b...Godin2010-11-231-7/+19
* SONAR-1663 include the dbcleaner plugin + move all purges in this pluginsimonbrandhof2010-11-181-30/+1
* fix issue in snapshot duplicationssimonbrandhof2010-11-051-4/+33
* SONAR-1850 A new snapshot is created on project A each time project B (which ...simonbrandhof2010-11-041-2/+5
* SONAR-1878: Add a meaningful error message when a Source can't be persisted i...Godin2010-11-031-24/+22
* Use the same rules everywhere to transform plugin keyGodin2010-11-031-16/+5
* add the method getURL() to org.sonar.api.platform.Serversimonbrandhof2010-11-024-6/+6
* DefaultTimeMachine: do not search for the resource in index if the resource h...simonbrandhof2010-10-221-1/+4
* compare doubles with NumberUtils.compare() instead of Double.compare()simonbrandhof2010-10-211-1/+2
* SONAR-1830 new metric type 'rating'simonbrandhof2010-10-191-1/+1
* SONAR-1847: Meaningful exception should be thrown when saving violation with ...Godin2010-10-171-2/+2
* SONAR-1834: When exist, the source code exclusion patterns should be displaye...Godin2010-10-171-1/+8
* SONAR-1862:Godin2010-10-161-19/+14
* SONAR-1838: Allow inter-dependencies for pluginsGodin2010-10-151-16/+14
* do use the parameter sonar.core.codeCoveragePlugin only for java projectssimonbrandhof2010-09-301-7/+12
* the property sonar.core.codeCoveragePlugin is not used when it's set from UI ...simonbrandhof2010-09-302-18/+20
* fix execution of jacoco and emma pluginssimonbrandhof2010-09-301-1/+13
* SONAR-1814 add the method ExtensionProvider.provide() in order to support obf...simonbrandhof2010-09-281-0/+1
* SONAR-1814 remove the API to find a plugin from an extension :simonbrandhof2010-09-281-14/+48
* SONAR-1711 temporarily log warnings instead of throwing an exception when sav...simonbrandhof2010-09-271-2/+2
* SONAR-1711 Allow to exclude sources from code analysis based on cutoff datesimonbrandhof2010-09-263-7/+17
* SONAR-1711 add a lock on SensorContext/DecoratorContext in order to avoid cre...simonbrandhof2010-09-244-18/+75
* do not keep in cache violations in DecoratorContextsimonbrandhof2010-09-241-6/+3
* add AnnotationRuleRepository to load rules from sonar-check-api annotationssimonbrandhof2010-09-231-1/+1
* SONAR-1798 rename RULE_FAILURES.POINTS to COSTsimonbrandhof2010-09-221-2/+2