aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-2251 Unstable state of violations when stopping a buildsimonbrandhof2011-03-141-11/+0
|
* SONAR-2272 Add EventBusEvgeny Mandrikov2011-03-122-9/+81
|
* Add ProfileLoaderEvgeny Mandrikov2011-03-112-65/+121
|
* SONAR-2218 coverage of new code must be computed even if there are no ↵simonbrandhof2011-03-083-9/+9
| | | | previous analysis
* SONAR-1914 reload measures with PersistenceMode.DATABASE on demandsimonbrandhof2011-02-262-1/+110
|
* SONAR-2169: Add CoverageExtension to APIEvgeny Mandrikov2011-02-041-3/+3
|
* Upgrade copyright headerssimonbrandhof2011-02-0437-37/+37
|
* Improve ProjectDefinitionEvgeny Mandrikov2011-02-021-3/+2
| | | | | * Replace properties "sonar.projectBinaries" and "sonar.projectLibraries" by explicit fields in ProjectDefinition
* SONAR-2137: Fix updating of past violationsEvgeny Mandrikov2011-02-021-1/+1
| | | | | | * Database field rule_failures.failure_level should be updatable * Change corresponding unit test
* Add property "sonar.projectLibraries"Evgeny Mandrikov2011-02-011-4/+8
|
* Add profile to check copyright headers + fix some badly formatted headerssimonbrandhof2011-01-314-113/+57
|
* Add properties "sonar.projectName" and "sonar.projectDescription"Evgeny Mandrikov2011-01-311-0/+15
|
* SONAR-1800: Fix issue with ClassLoader for Maven 3.x and Java 1.5Evgeny Mandrikov2011-01-291-0/+43
| | | | | | | * Restore context ClassLoader after execution of Maven plugin. * Add abstract implementation of MavenPluginExecutor to reduce duplications in concrete implementations for different Maven versions.
* Add workDir to ProjectDefinitionEvgeny Mandrikov2011-01-281-28/+7
|
* SONAR-2149 Resource filters are ignored in complexity distributions of Java ↵simonbrandhof2011-01-282-14/+115
| | | | | | projects This issue implies SONAR-2153 : API: A decorator should override formulas
* Add the method ResourceUtils#isPersistable(Resource)simonbrandhof2011-01-261-46/+0
|
* Improve backward-compatibility when adding data to a non-indexed resourcesimonbrandhof2011-01-251-8/+9
|
* Fix unit test for WindowsEvgeny Mandrikov2011-01-251-1/+1
|
* Use default value for property "project.build.directory"Evgeny Mandrikov2011-01-251-26/+43
|
* Add new property "sonar.projectBinaries"Evgeny Mandrikov2011-01-252-67/+123
|
* SONAR-791 When the source directory is not exactly the java package root, ↵simonbrandhof2011-01-241-3/+37
| | | | Sonar should stop the analysis
* Use CoreProperties for in-memory POM constructionEvgeny Mandrikov2011-01-241-0/+67
|
* SONAR-2106: New Java library to bootstrap project analysisEvgeny Mandrikov2011-01-241-0/+31
| | | | | | | | | | * Add BatchResourcesServlet to allow downloading libraries from server * Create in memory POM for non-maven environments * Provide fake MavenPluginExecutor for non-maven environments * Add new module sonar-batch-maven-compat with shaded maven-project
* SONAR-2127 API: do not automatically create hierarchy of resource treesimonbrandhof2011-01-215-30/+175
|
* period by number of days : search for the nearest snapshot, even if it's ↵simonbrandhof2011-01-031-1/+50
| | | | older than (analysis date - nb of days)
* improve batch logs : more details on the comparison periodssimonbrandhof2011-01-031-0/+56
|
* Move timemachine components from core plugin to batch + do not depend on ↵simonbrandhof2010-12-278-1/+564
| | | | Snapshot in PastSnapshotLoader components + fix NPE when calculating variations on measures that are still not persisted
* do not persist measures with null value, null variations and "best-value" metricsimonbrandhof2010-12-211-0/+5
|
* SONAR-2016 Sonar plugins and so extensions are not accessible from the Sonar ↵simonbrandhof2010-12-164-6/+160
| | | | Maven plugin
* SONAR-1829: Use severity instead of priorityGodin2010-12-071-3/+3
|
* SONAR-1450: Add checksum to RuleFailureModel and use it in ↵Godin2010-12-031-8/+8
| | | | ViolationPersisterDecorator
* SONAR-1450: Extract ViolationPersisterDecorator from ViolationPersisterGodin2010-12-021-26/+3
|
* SONAR-249 save configuration used for measure variations and new violations ↵simonbrandhof2010-12-011-2/+2
| | | | in the table SNAPSHOTS
* SONAR-1450: Add createdAt to Violation classGodin2010-11-301-0/+1
|
* SONAR-1450: Add support for incremental review of incoming violationsGodin2010-11-301-3/+1
|
* SONAR-1450: Add the column RULE_FAILURES.CREATED_ATGodin2010-11-301-3/+6
|
* SONAR-1450: Add support for incremental review of incoming violationsGodin2010-11-301-24/+36
|
* SONAR-249 fix detection of "best value measures" in delayed mode - add unit ↵simonbrandhof2010-11-301-4/+28
| | | | tests
* SONAR-1450 add the parameter "boolean checkOlder" to ↵simonbrandhof2010-11-291-1/+1
| | | | ResourcePersister#getLastSnapshot()
* SONAR-249 improve core components to load rules and metricssimonbrandhof2010-11-292-2/+4
|
* SONAR-1450: Add support for incremental review of incoming violationsGodin2010-11-292-7/+35
| | | | | * Move getPreviousLastSnapshot from UpdateStatusJob to DefaultResourcePersister * ViolationPersister should allow load and update of violations
* SONAR-249 always save measures with diff values, even if best valuesimonbrandhof2010-11-291-0/+28
|
* SONAR-249 do not save measures with best value when using the delayed modesimonbrandhof2010-11-291-0/+2
|
* SONAR-2017 Log execution time of decoratorssimonbrandhof2010-11-281-0/+73
|
* SONAR-249 fix update of measures when using the delayed modesimonbrandhof2010-11-264-8/+111
|
* SONAR-249 add unit testssimonbrandhof2010-11-262-7/+68
|
* SONAR-249: extract persistence layer from data index + dump measures at the ↵simonbrandhof2010-11-2615-469/+571
| | | | end of the batch instead of persisting them on the fly
* SONAR-1663 include the dbcleaner plugin + move all purges in this pluginsimonbrandhof2010-11-181-14/+1
|
* Use the same rules everywhere to transform plugin keyGodin2010-11-031-35/+9
|
* add the method getURL() to org.sonar.api.platform.Serversimonbrandhof2010-11-021-2/+2
|