Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-2251 Unstable state of violations when stopping a build | simonbrandhof | 2011-03-14 | 1 | -11/+0 |
| | |||||
* | SONAR-2272 Add EventBus | Evgeny Mandrikov | 2011-03-12 | 2 | -9/+81 |
| | |||||
* | Add ProfileLoader | Evgeny Mandrikov | 2011-03-11 | 2 | -65/+121 |
| | |||||
* | SONAR-2218 coverage of new code must be computed even if there are no ↵ | simonbrandhof | 2011-03-08 | 3 | -9/+9 |
| | | | | previous analysis | ||||
* | SONAR-1914 reload measures with PersistenceMode.DATABASE on demand | simonbrandhof | 2011-02-26 | 2 | -1/+110 |
| | |||||
* | SONAR-2169: Add CoverageExtension to API | Evgeny Mandrikov | 2011-02-04 | 1 | -3/+3 |
| | |||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 37 | -37/+37 |
| | |||||
* | Improve ProjectDefinition | Evgeny Mandrikov | 2011-02-02 | 1 | -3/+2 |
| | | | | | * Replace properties "sonar.projectBinaries" and "sonar.projectLibraries" by explicit fields in ProjectDefinition | ||||
* | SONAR-2137: Fix updating of past violations | Evgeny Mandrikov | 2011-02-02 | 1 | -1/+1 |
| | | | | | | * Database field rule_failures.failure_level should be updatable * Change corresponding unit test | ||||
* | Add property "sonar.projectLibraries" | Evgeny Mandrikov | 2011-02-01 | 1 | -4/+8 |
| | |||||
* | Add profile to check copyright headers + fix some badly formatted headers | simonbrandhof | 2011-01-31 | 4 | -113/+57 |
| | |||||
* | Add properties "sonar.projectName" and "sonar.projectDescription" | Evgeny Mandrikov | 2011-01-31 | 1 | -0/+15 |
| | |||||
* | SONAR-1800: Fix issue with ClassLoader for Maven 3.x and Java 1.5 | Evgeny Mandrikov | 2011-01-29 | 1 | -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 ProjectDefinition | Evgeny Mandrikov | 2011-01-28 | 1 | -28/+7 |
| | |||||
* | SONAR-2149 Resource filters are ignored in complexity distributions of Java ↵ | simonbrandhof | 2011-01-28 | 2 | -14/+115 |
| | | | | | | projects This issue implies SONAR-2153 : API: A decorator should override formulas | ||||
* | Add the method ResourceUtils#isPersistable(Resource) | simonbrandhof | 2011-01-26 | 1 | -46/+0 |
| | |||||
* | Improve backward-compatibility when adding data to a non-indexed resource | simonbrandhof | 2011-01-25 | 1 | -8/+9 |
| | |||||
* | 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 | 1 | -26/+43 |
| | |||||
* | Add new property "sonar.projectBinaries" | Evgeny Mandrikov | 2011-01-25 | 2 | -67/+123 |
| | |||||
* | SONAR-791 When the source directory is not exactly the java package root, ↵ | simonbrandhof | 2011-01-24 | 1 | -3/+37 |
| | | | | Sonar should stop the analysis | ||||
* | Use CoreProperties for in-memory POM construction | Evgeny Mandrikov | 2011-01-24 | 1 | -0/+67 |
| | |||||
* | SONAR-2106: New Java library to bootstrap project analysis | Evgeny Mandrikov | 2011-01-24 | 1 | -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 tree | simonbrandhof | 2011-01-21 | 5 | -30/+175 |
| | |||||
* | period by number of days : search for the nearest snapshot, even if it's ↵ | simonbrandhof | 2011-01-03 | 1 | -1/+50 |
| | | | | older than (analysis date - nb of days) | ||||
* | improve batch logs : more details on the comparison periods | simonbrandhof | 2011-01-03 | 1 | -0/+56 |
| | |||||
* | Move timemachine components from core plugin to batch + do not depend on ↵ | simonbrandhof | 2010-12-27 | 8 | -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" metric | simonbrandhof | 2010-12-21 | 1 | -0/+5 |
| | |||||
* | SONAR-2016 Sonar plugins and so extensions are not accessible from the Sonar ↵ | simonbrandhof | 2010-12-16 | 4 | -6/+160 |
| | | | | Maven plugin | ||||
* | SONAR-1829: Use severity instead of priority | Godin | 2010-12-07 | 1 | -3/+3 |
| | |||||
* | SONAR-1450: Add checksum to RuleFailureModel and use it in ↵ | Godin | 2010-12-03 | 1 | -8/+8 |
| | | | | ViolationPersisterDecorator | ||||
* | SONAR-1450: Extract ViolationPersisterDecorator from ViolationPersister | Godin | 2010-12-02 | 1 | -26/+3 |
| | |||||
* | SONAR-249 save configuration used for measure variations and new violations ↵ | simonbrandhof | 2010-12-01 | 1 | -2/+2 |
| | | | | in the table SNAPSHOTS | ||||
* | SONAR-1450: Add createdAt to Violation class | Godin | 2010-11-30 | 1 | -0/+1 |
| | |||||
* | SONAR-1450: Add support for incremental review of incoming violations | Godin | 2010-11-30 | 1 | -3/+1 |
| | |||||
* | SONAR-1450: Add the column RULE_FAILURES.CREATED_AT | Godin | 2010-11-30 | 1 | -3/+6 |
| | |||||
* | SONAR-1450: Add support for incremental review of incoming violations | Godin | 2010-11-30 | 1 | -24/+36 |
| | |||||
* | SONAR-249 fix detection of "best value measures" in delayed mode - add unit ↵ | simonbrandhof | 2010-11-30 | 1 | -4/+28 |
| | | | | tests | ||||
* | SONAR-1450 add the parameter "boolean checkOlder" to ↵ | simonbrandhof | 2010-11-29 | 1 | -1/+1 |
| | | | | ResourcePersister#getLastSnapshot() | ||||
* | SONAR-249 improve core components to load rules and metrics | simonbrandhof | 2010-11-29 | 2 | -2/+4 |
| | |||||
* | SONAR-1450: Add support for incremental review of incoming violations | Godin | 2010-11-29 | 2 | -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 value | simonbrandhof | 2010-11-29 | 1 | -0/+28 |
| | |||||
* | SONAR-249 do not save measures with best value when using the delayed mode | simonbrandhof | 2010-11-29 | 1 | -0/+2 |
| | |||||
* | SONAR-2017 Log execution time of decorators | simonbrandhof | 2010-11-28 | 1 | -0/+73 |
| | |||||
* | SONAR-249 fix update of measures when using the delayed mode | simonbrandhof | 2010-11-26 | 4 | -8/+111 |
| | |||||
* | SONAR-249 add unit tests | simonbrandhof | 2010-11-26 | 2 | -7/+68 |
| | |||||
* | SONAR-249: extract persistence layer from data index + dump measures at the ↵ | simonbrandhof | 2010-11-26 | 15 | -469/+571 |
| | | | | end of the batch instead of persisting them on the fly | ||||
* | SONAR-1663 include the dbcleaner plugin + move all purges in this plugin | simonbrandhof | 2010-11-18 | 1 | -14/+1 |
| | |||||
* | Use the same rules everywhere to transform plugin key | Godin | 2010-11-03 | 1 | -35/+9 |
| | |||||
* | add the method getURL() to org.sonar.api.platform.Server | simonbrandhof | 2010-11-02 | 1 | -2/+2 |
| |