Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [maven-release-plugin] prepare release 2.7-RC2 | simonbrandhof | 2011-03-18 | 1 | -1/+1 |
| | |||||
* | SONAR-2251 Unstable state of violations when stopping a build | simonbrandhof | 2011-03-14 | 3 | -55/+13 |
| | |||||
* | SONAR-2272 Modify log level for EventBus | Evgeny Mandrikov | 2011-03-12 | 1 | -3/+3 |
| | |||||
* | Add license headers | Evgeny Mandrikov | 2011-03-12 | 4 | -0/+76 |
| | |||||
* | Reduce dependencies on database | Evgeny Mandrikov | 2011-03-12 | 4 | -33/+20 |
| | | | | | | * Remove unused method DefaultDecoratorContext#getSession() and as a result dependency on DatabaseSession * Replace DefaultIndex by SonarIndex in DefaultDecoratorContext and in DefaultSensorContext | ||||
* | SONAR-2272 Add EventBus | Evgeny Mandrikov | 2011-03-12 | 19 | -105/+689 |
| | |||||
* | Add ProfileLoader | Evgeny Mandrikov | 2011-03-11 | 6 | -96/+233 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2011-03-11 | 6 | -10/+18 |
| | |||||
* | SONAR-2218 coverage of new code must be computed even if there are no ↵ | simonbrandhof | 2011-03-08 | 10 | -43/+62 |
| | | | | previous analysis | ||||
* | SONAR-1914 reload measures with PersistenceMode.DATABASE on demand | simonbrandhof | 2011-02-26 | 12 | -20/+267 |
| | |||||
* | SONAR-2218 Add CoverageMeasuresBuilder to API + add Metric.Builder, first ↵ | simonbrandhof | 2011-02-25 | 1 | -3/+2 |
| | | | | step to get an immutable Metric class | ||||
* | Make DefaultIndex non-final and Module.getComponent public | Evgeny Mandrikov | 2011-02-22 | 2 | -11/+7 |
| | |||||
* | Introduce concept of module | Evgeny Mandrikov | 2011-02-22 | 3 | -155/+284 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-02-18 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.62.6 | simonbrandhof | 2011-02-18 | 1 | -1/+1 |
| | |||||
* | Improve code: fix some violations | simonbrandhof | 2011-02-10 | 3 | -10/+15 |
| | |||||
* | Remove unused imports | simonbrandhof | 2011-02-08 | 1 | -2/+0 |
| | |||||
* | SONAR-2075: Add the ability for a plugin to extend an other plugin | Evgeny Mandrikov | 2011-02-08 | 1 | -17/+41 |
| | |||||
* | Do not execute ResourceFilters on resources with scope<file | simonbrandhof | 2011-02-07 | 1 | -8/+11 |
| | |||||
* | Prevent from adding violations to resources with scope<file | simonbrandhof | 2011-02-07 | 1 | -0/+3 |
| | |||||
* | Add MavenInitializer | Evgeny Mandrikov | 2011-02-07 | 1 | -28/+5 |
| | | | | * Configures Java versions and encoding of sources based on Maven POM | ||||
* | SONAR-2172: New extension point - Initializer | Evgeny Mandrikov | 2011-02-07 | 2 | -7/+83 |
| | | | | | | * Rename AbstractInitializer to Initializer * Execute Initializers before Sensors | ||||
* | Replace enum Environment by class EnvironmentInformation | Evgeny Mandrikov | 2011-02-04 | 5 | -11/+88 |
| | | | | | | | * Each environment should provide key and version * Plugins for Maven 2.x and Maven 3.x have same key "Maven" and provide a real version of Maven | ||||
* | SONAR-2169: Add CoverageExtension to API | Evgeny Mandrikov | 2011-02-04 | 2 | -12/+16 |
| | |||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 95 | -95/+95 |
| | |||||
* | SONAR-2094 Do not delete ACTIVE_RULES rows when rules are disabled | simonbrandhof | 2011-02-03 | 1 | -1/+0 |
| | |||||
* | Improve ProjectDefinition | Evgeny Mandrikov | 2011-02-02 | 3 | -9/+40 |
| | | | | | * Replace properties "sonar.projectBinaries" and "sonar.projectLibraries" by explicit fields in ProjectDefinition | ||||
* | SONAR-2137: Fix updating of past violations | Evgeny Mandrikov | 2011-02-02 | 2 | -2/+2 |
| | | | | | | * Database field rule_failures.failure_level should be updatable * Change corresponding unit test | ||||
* | Add property "sonar.projectLibraries" | Evgeny Mandrikov | 2011-02-01 | 2 | -15/+19 |
| | |||||
* | Add profile to check copyright headers + fix some badly formatted headers | simonbrandhof | 2011-01-31 | 7 | -113/+114 |
| | |||||
* | Add properties "sonar.projectName" and "sonar.projectDescription" | Evgeny Mandrikov | 2011-01-31 | 2 | -0/+18 |
| | |||||
* | SONAR-1800: Fix issue with ClassLoader for Maven 3.x and Java 1.5 | Evgeny Mandrikov | 2011-01-29 | 2 | -0/+93 |
| | | | | | | | * 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 ProjectDefinition | Evgeny Mandrikov | 2011-01-28 | 3 | -32/+18 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-01-28 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.6-M1 | simonbrandhof | 2011-01-28 | 1 | -1/+1 |
| | |||||
* | SONAR-2149 Resource filters are ignored in complexity distributions of Java ↵ | simonbrandhof | 2011-01-28 | 4 | -25/+256 |
| | | | | | | projects This issue implies SONAR-2153 : API: A decorator should override formulas | ||||
* | SONAR-2151: Add new property to manage source encoding | Evgeny Mandrikov | 2011-01-28 | 1 | -6/+12 |
| | |||||
* | SONAR-2148: Add new properties to manage level of Java language | Evgeny Mandrikov | 2011-01-28 | 1 | -2/+14 |
| | | | | * Use sonar-java-api in sonar-pmd-plugin and sonar-clover-plugin | ||||
* | SONAR-2126: Change API to work with file system of a project | Evgeny Mandrikov | 2011-01-27 | 2 | -22/+13 |
| | | | | | | | | | | * Use language keys instead of objects. * ProjectFileSystem now BatchComponent, so DefaultProjectFileSystem uses benefits from injections and some old code was removed from it to improve immutability. * Small performance improvement for DefaultInputFile. | ||||
* | SONAR-2130 Fix backward-compatibility: resources can be automatically ↵ | simonbrandhof | 2011-01-26 | 1 | -11/+10 |
| | | | | indexed when adding data | ||||
* | Add the method ResourceUtils#isPersistable(Resource) | simonbrandhof | 2011-01-26 | 2 | -61/+8 |
| | |||||
* | Improve backward-compatibility when adding data to a non-indexed resource | simonbrandhof | 2011-01-25 | 4 | -29/+75 |
| | |||||
* | Fix unit test for Windows | Evgeny Mandrikov | 2011-01-25 | 1 | -1/+1 |
| | |||||
* | Use default value for property "project.build.directory" | Evgeny Mandrikov | 2011-01-25 | 2 | -27/+44 |
| | |||||
* | Add new property "sonar.projectBinaries" | Evgeny Mandrikov | 2011-01-25 | 4 | -123/+235 |
| | |||||
* | SONAR-791 When the source directory is not exactly the java package root, ↵ | simonbrandhof | 2011-01-24 | 3 | -6/+62 |
| | | | | Sonar should stop the analysis | ||||
* | Use CoreProperties for in-memory POM construction | Evgeny Mandrikov | 2011-01-24 | 2 | -9/+94 |
| | |||||
* | Use Properties in ProjectDefinition instead of Configuration | Evgeny Mandrikov | 2011-01-24 | 2 | -6/+8 |
| | |||||
* | Fix bug in construction of in-memory POM | Evgeny Mandrikov | 2011-01-24 | 1 | -1/+1 |
| | |||||
* | SONAR-2106: Improve batch bootstrap | Evgeny Mandrikov | 2011-01-24 | 4 | -28/+50 |
| |