Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix loading of metric formulas when defined in plugins | Simon Brandhof | 2011-05-31 | 3 | -10/+21 |
| | |||||
* | SONAR-2475 remove org.sonar.api.checks.checkers and ↵ | simonbrandhof | 2011-05-27 | 2 | -65/+0 |
| | | | | org.sonar.api.checks.profiles | ||||
* | Rename org.sonar.batch.ExtensionDownloader to ArtifactDownloader | simonbrandhof | 2011-05-27 | 7 | -16/+12 |
| | |||||
* | SONAR-2469 add unit tests | simonbrandhof | 2011-05-27 | 3 | -67/+179 |
| | |||||
* | SONAR-2469 add unit tests | simonbrandhof | 2011-05-27 | 5 | -35/+107 |
| | |||||
* | SONAR-2468 new extension point org.sonar.api.bootstrap.ProjectBuilder | simonbrandhof | 2011-05-27 | 31 | -362/+340 |
| | |||||
* | SONAR-2469 fix typo in name of InstantiationStrategy class | simonbrandhof | 2011-05-26 | 5 | -27/+27 |
| | |||||
* | SONAR-2469 refactor Module | simonbrandhof | 2011-05-25 | 18 | -499/+1267 |
| | | | | | | SONAR-2469 instanciation strategy of batch extensions SONAR-2469 fix initialization of project | ||||
* | Fix merge of release 2.8 | simonbrandhof | 2011-05-19 | 2 | -27/+14 |
| | |||||
* | Upgrade to version 2.9-SNAPSHOT | simonbrandhof | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | Temporarily downgrade version to 2.8-SNAPSHOT | simonbrandhof | 2011-05-10 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 2.9-SNAPSHOT | simonbrandhof | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Release 2.8-RC2 | simonbrandhof | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Fix compatibility with Oracle | simonbrandhof | 2011-05-09 | 1 | -3/+6 |
| | |||||
* | SONAR-2298 Fix bug, when root project not a first one in Maven reactor | Evgeny Mandrikov | 2011-05-06 | 3 | -7/+10 |
| | | | | This situation shouldn't lead to partial analysis. | ||||
* | SONAR-2409 Remove ability to use deprecated property 'branch' | Evgeny Mandrikov | 2011-05-04 | 3 | -24/+1 |
| | |||||
* | SONAR-2346 Failing with Current container state was: CONSTRUCTED | simonbrandhof | 2011-05-04 | 1 | -1/+7 |
| | |||||
* | Prepare for next development iteration | Evgeny Mandrikov | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | Prepare 2.8-RC1 | Evgeny Mandrikov | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | Fix portential hibernate error | simonbrandhof | 2011-04-29 | 1 | -2/+2 |
| | |||||
* | SONAR-2261 Exclusion patterns must be trimmed | Evgeny Mandrikov | 2011-04-29 | 2 | -6/+26 |
| | | | | Trim them on Java and Ruby side. | ||||
* | Force creation of project workDir | Evgeny Mandrikov | 2011-04-28 | 1 | -9/+9 |
| | |||||
* | Set project description to empty string if property was not specified | Evgeny Mandrikov | 2011-04-28 | 1 | -1/+1 |
| | |||||
* | SONAR-2202 Calculate variations on quality model measures | simonbrandhof | 2011-04-28 | 2 | -26/+46 |
| | |||||
* | SONAR-2299 Show Hibernate SQL only if debug logging level enabled, but not ↵ | Evgeny Mandrikov | 2011-04-27 | 1 | -1/+1 |
| | | | | info level | ||||
* | SONAR-2266 ProjectFileSystem should return only existing source and test ↵ | Evgeny Mandrikov | 2011-04-27 | 1 | -4/+10 |
| | | | | directories | ||||
* | Fix violations | Evgeny Mandrikov | 2011-04-27 | 2 | -3/+2 |
| | |||||
* | SONAR-2298 Rename MavenProjectBuilder to ProjectBuilder | Evgeny Mandrikov | 2011-04-26 | 8 | -12/+11 |
| | |||||
* | SONAR-2298 Add support for multi-modules for non-Maven projects | Evgeny Mandrikov | 2011-04-26 | 16 | -527/+654 |
| | | | | | | | | | | | | | | | | * Use ProjectDefinition in ProjectTree instead of MavenProject * Allow to specify extensions for project's container via ProjectDefinition, so MavenProject not passed directly to batch in mojos * ProjectDefinition should store all information in properties * Replace DefaultProjectFileSystem by DefaultProjectFileSystem2, which works not only for Maven projects * Add DefaultProjectClasspath, which works not only for Maven projects * Enable ProjectLinksSensor only for Maven | ||||
* | SONAR-2380 The "violations" web service API must not return | Fabrice Bellingard | 2011-04-21 | 2 | -11/+26 |
| | | | | | | | "false-positive" violation Also modified the batch side ViolationQuery class that I created so that they have the same API. | ||||
* | Fix crlf | Evgeny Mandrikov | 2011-04-20 | 9 | -1248/+1248 |
| | |||||
* | [SONAR-1957] Add ViolationQuery on SonarIndex and DecoratorContext | Fabrice Bellingard | 2011-04-20 | 3 | -885/+962 |
| | | | | APIs | ||||
* | [SONAR-1957] Adds "switched off" attribute on Violation class and make | Fabrice Bellingard | 2011-04-20 | 6 | -159/+200 |
| | | | | sure this gets set by the ViolationPersister | ||||
* | [SONAR-2347] Close a review when its corresponding violation does not | Fabrice Bellingard | 2011-04-20 | 1 | -82/+87 |
| | | | | exist anymore | ||||
* | SONAR-2278 Improve exception handling of decorators | simonbrandhof | 2011-04-19 | 2 | -8/+46 |
| | |||||
* | SONAR-2329 NonUniqueResultException occurs when analyzing both a maven ↵ | simonbrandhof | 2011-04-12 | 4 | -9/+22 |
| | | | | module and its parent | ||||
* | SONAR-1957 add the column RULE_FAILURES.SWITCHED_OFF (boolean) | simonbrandhof | 2011-04-12 | 6 | -24/+24 |
| | |||||
* | SONAR-2347 Add the column RULE_FAILURES.PERMANENT_ID | simonbrandhof | 2011-04-12 | 8 | -30/+76 |
| | |||||
* | Improve ProjectFileSystem | Evgeny Mandrikov | 2011-04-12 | 2 | -2/+119 |
| | | | | | | * Use ProjectFileSystem instead of DefaultProjectFileSystem in tests * Use InputFileUtils in DefaultProjectFileSystem * Add MavenProjectFileSystem | ||||
* | SONAR-2322 Filter unit tests files listed in surefire reports | simonbrandhof | 2011-04-08 | 1 | -1/+0 |
| | |||||
* | Fix some violations | simonbrandhof | 2011-04-01 | 1 | -1/+1 |
| | |||||
* | SONAR-2279 Fix injection | Evgeny Mandrikov | 2011-03-31 | 1 | -0/+1 |
| | |||||
* | SONAR-2279 API : new extension points to handle lifecycle events | Evgeny Mandrikov | 2011-03-31 | 17 | -208/+126 |
| | |||||
* | SONAR-2107 Fix NPE when saving a violation on a null rule | Evgeny Mandrikov | 2011-03-30 | 2 | -10/+26 |
| | |||||
* | Upgrade master to version 2.8-SNAPSHOT | simonbrandhof | 2011-03-29 | 1 | -1/+1 |
| | |||||
* | Fix execution of PhasesTimeProfiler | Evgeny Mandrikov | 2011-03-29 | 2 | -31/+9 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.7-RC3 | simonbrandhof | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | Fix coding violations | simonbrandhof | 2011-03-27 | 4 | -6/+3 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-03-22 | 1 | -1/+1 |
| |