summaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Expand)AuthorAgeFilesLines
* do not persist measures with null value, null variations and "best-value" metricsimonbrandhof2010-12-213-4/+10
* fix deletion of batch temp directories on MS Windowssimonbrandhof2010-12-211-4/+24
* add a commentsimonbrandhof2010-12-211-0/+2
* SONAR-2016 remove some debug logssimonbrandhof2010-12-161-4/+1
* SONAR-2016 Sonar plugins and so extensions are not accessible from the Sonar ...simonbrandhof2010-12-1612-92/+392
* SONAR-249 rename the SNAPSHOTS.VARIATION_xxx columns + add SNAPSHOTS.PERIODx_...simonbrandhof2010-12-1552-135/+135
* SONAR-1937 violations tab : display violation age in days to current datesimonbrandhof2010-12-081-0/+1
* SONAR-1829: Use severity instead of priorityGodin2010-12-072-4/+4
* SONAR-1829: Use severity instead of priorityGodin2010-12-072-2/+2
* 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-0657-206/+208
* * check excluded resources in DefaultIndex#getChildren()simonbrandhof2010-12-065-21/+24
* SONAR-2011: Remove dependency on maven-core from sonar-plugin-apiGodin2010-12-031-1/+1
* SONAR-1450: Add checksum to RuleFailureModel and use it in ViolationPersister...Godin2010-12-035-19/+20
* SONAR-1450: Compare violations using checksumsGodin2010-12-021-0/+1
* SONAR-1450: Extract ViolationPersisterDecorator from ViolationPersisterGodin2010-12-024-50/+9
* SONAR-249 save configuration used for measure variations and new violations i...simonbrandhof2010-12-013-11/+11
* SONAR-2007 Remove the useless ISO Categories + fix components pagesimonbrandhof2010-12-019-28/+27
* SONAR-1450: Add createdAt to Violation classGodin2010-11-302-0/+2
* SONAR-249 add the columns SNAPSHOT.VAR_MODE_x and VAR_LABEL_x (x=1, 2 or 3)simonbrandhof2010-11-3052-135/+135
* SONAR-1450: Add support for incremental review of incoming violationsGodin2010-11-305-9/+20
* SONAR-1450: Add the column RULE_FAILURES.CREATED_ATGodin2010-11-305-10/+14
* SONAR-1450: Add support for incremental review of incoming violationsGodin2010-11-305-45/+52
* SONAR-1450: Revert some changes made yesterdayGodin2010-11-304-35/+13
* SONAR-249 fix detection of "best value measures" in delayed mode - add unit t...simonbrandhof2010-11-306-11/+76
* 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-297-14/+22
* SONAR-249 improve core components to load rules and metricssimonbrandhof2010-11-299-102/+51
* SONAR-1450: Add support for incremental review of incoming violationsGodin2010-11-2912-47/+149
* SONAR-249 always save measures with diff values, even if best valuesimonbrandhof2010-11-292-2/+36
* SONAR-249 do not save measures with best value when using the delayed modesimonbrandhof2010-11-293-14/+23
* SONAR-2017 Log execution time of decoratorssimonbrandhof2010-11-282-5/+122
* 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-2610-70/+213
* SONAR-249 add unit testssimonbrandhof2010-11-2615-228/+346
* forgot to commit some unit test filessimonbrandhof2010-11-267-0/+542
* SONAR-249: extract persistence layer from data index + dump measures at the e...simonbrandhof2010-11-2677-2343/+2576
* 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-182-44/+2
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-11-091-1/+1
* [maven-release-plugin] prepare release 2.4-RC1simonbrandhof2010-11-091-1/+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-032-51/+14
* add the method getURL() to org.sonar.api.platform.Serversimonbrandhof2010-11-025-8/+8
* DefaultTimeMachine: do not search for the resource in index if the resource h...simonbrandhof2010-10-222-5/+13
* 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