Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply sonar custom patches to ruby on rails | simonbrandhof | 2011-02-07 | 3 | -44/+24 |
| | |||||
* | 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 |
| | |||||
* | Move integration & volume tests | simonbrandhof | 2011-02-07 | 494 | -25240/+0 |
| | |||||
* | Add MavenInitializer | Evgeny Mandrikov | 2011-02-07 | 3 | -28/+74 |
| | | | | * Configures Java versions and encoding of sources based on Maven POM | ||||
* | SONAR-2172: New extension point - Initializer | Evgeny Mandrikov | 2011-02-07 | 8 | -48/+174 |
| | | | | | | * Rename AbstractInitializer to Initializer * Execute Initializers before Sensors | ||||
* | Set RULES_PROFILES.ENABLED to true when creating a profile | simonbrandhof | 2011-02-05 | 1 | -1/+1 |
| | |||||
* | SONAR-2172: New extension point - AbstractInitializer | Evgeny Mandrikov | 2011-02-05 | 13 | -149/+357 |
| | | | | | | | | | * Mark interface DependsUponMavenPlugin by annotation SupportedEnvironment with value "maven" * Extract CoberturaMavenInitializer from CoberturaSensor * Extract CloverMavenInitializer from CloverSensor | ||||
* | SONAR-2171 Do not compute LCOM4/RFC measures when bytecode is not available | simonbrandhof | 2011-02-04 | 2 | -9/+53 |
| | |||||
* | SONAR-2171 Do not compute LCOM4/RFC measures when bytecode is not available | simonbrandhof | 2011-02-04 | 2 | -1/+30 |
| | |||||
* | Remove integration tests | simonbrandhof | 2011-02-04 | 1 | -11/+0 |
| | |||||
* | Replace enum Environment by class EnvironmentInformation | Evgeny Mandrikov | 2011-02-04 | 12 | -112/+128 |
| | | | | | | | * 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-2155 Resource filters are ignored in RFC/LCOM4 distributions of Java ↵ | simonbrandhof | 2011-02-04 | 10 | -194/+107 |
| | | | | projects | ||||
* | SONAR-2169: Add CoverageExtension to API | Evgeny Mandrikov | 2011-02-04 | 4 | -14/+54 |
| | |||||
* | Fix bug on deprecated profiles | simonbrandhof | 2011-02-04 | 2 | -3/+3 |
| | |||||
* | Fix restoring of backups when rules not found | simonbrandhof | 2011-02-04 | 1 | -1/+1 |
| | |||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 1867 | -11490/+11490 |
| | |||||
* | My first commit in GIT :-) | Olivier Gaudin | 2011-02-03 | 1 | -1/+1 |
| | |||||
* | SONAR-2165 Cardinality of checkstyle rule Local Variable Name should be ↵ | simonbrandhof | 2011-02-03 | 1 | -64/+65 |
| | | | | updated to multiple | ||||
* | SONAR-2166 Cardinality of checkstyle rule Member Name should be updated to ↵ | simonbrandhof | 2011-02-03 | 3 | -735/+1471 |
| | | | | multiple + replace the deprecated attribute 'priority' by a node | ||||
* | SONAR-2094 Do not delete ACTIVE_RULES rows when rules are disabled | simonbrandhof | 2011-02-03 | 25 | -318/+285 |
| | |||||
* | Decrease ZIP size: remove many unused ruby files | simonbrandhof | 2011-02-03 | 866 | -103602/+0 |
| | |||||
* | Improve IT for postgresql | simonbrandhof | 2011-02-03 | 1 | -2/+2 |
| | |||||
* | SONAR-2106: Improve sonar-batch-bootstrapper | Evgeny Mandrikov | 2011-02-03 | 6 | -27/+212 |
| | | | | | | | | * Add BootstrapClassLoader * Instead of RuntimeException use BootstrapException * Improve quality according to Sonar report | ||||
* | SONAR-2094 Support backups without the field <enabled> | simonbrandhof | 2011-02-02 | 6 | -9/+92 |
| | |||||
* | SONAR-2094 Remove the deprecated ruby model RulesProfile (replaced by ↵ | simonbrandhof | 2011-02-02 | 6 | -102/+14 |
| | | | | Profile) + support the ENABLED column | ||||
* | SONAR-2161: Normalize Java version for PMD | Evgeny Mandrikov | 2011-02-02 | 2 | -8/+26 |
| | |||||
* | SONAR-1302 Upgrade to rails 2.3.5 to fix session expiration | simonbrandhof | 2011-02-02 | 4493 | -15411/+131158 |
| | |||||
* | Merge branch 'SONAR-2094' | simonbrandhof | 2011-02-02 | 33 | -96/+114 |
|\ | |||||
| * | SONAR-2094 Add the column RULES_PROFILES.ENABLED | simonbrandhof | 2011-02-01 | 33 | -96/+114 |
| | | |||||
* | | Fix org.sonar.api.utils.AnnotationUtils: search for annotations in ↵ | simonbrandhof | 2011-02-02 | 2 | -12/+34 |
| | | | | | | | | interfaces too | ||||
* | | 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 | 3 | -3/+3 |
|/ | | | | | | * Database field rule_failures.failure_level should be updatable * Change corresponding unit test | ||||
* | Improve IT in order to better support performance issues | simonbrandhof | 2011-02-01 | 1 | -3/+2 |
| | |||||
* | Move calculation of accessors from squid to sonar | simonbrandhof | 2011-02-01 | 2 | -4/+8 |
| | |||||
* | Add property "sonar.projectLibraries" | Evgeny Mandrikov | 2011-02-01 | 2 | -15/+19 |
| | |||||
* | Disable downloading for certain files from BatchResourcesServlet | Evgeny Mandrikov | 2011-02-01 | 2 | -1/+34 |
| | |||||
* | SONAR-2159 The total classes used in complexity distribution is different ↵ | simonbrandhof | 2011-02-01 | 15 | -59/+252 |
| | | | | than the number of classes | ||||
* | SONAR-1280: Fix unit test | Evgeny Mandrikov | 2011-02-01 | 1 | -1/+2 |
| | |||||
* | Add missing deprecated annotations | Evgeny Mandrikov | 2011-02-01 | 4 | -12/+17 |
| | |||||
* | SONAR-1280: Add experimental Findbugs rules | Evgeny Mandrikov | 2011-02-01 | 1 | -2/+154 |
| | |||||
* | Change format of response from BatchResourcesServlet | Evgeny Mandrikov | 2011-01-31 | 2 | -9/+5 |
| | |||||
* | Back to commons-collection 3.2.1 | simonbrandhof | 2011-01-31 | 1 | -1/+1 |
| | |||||
* | Fix bug in BatchDownloader | Evgeny Mandrikov | 2011-01-31 | 1 | -1/+1 |
| | |||||
* | Upgrade to jruby-rack 1.0.5 | simonbrandhof | 2011-01-31 | 1 | -1/+1 |
| | |||||
* | SONAR-2133 Upgrade to Postgresql JDBC driver 9.0-801.jdbc3 | simonbrandhof | 2011-01-31 | 1 | -1/+1 |
| | |||||
* | Change format of response from BatchResourcesServlet | Evgeny Mandrikov | 2011-01-31 | 2 | -6/+9 |
| | |||||
* | Upgrade Apache Commons libraries (commons-io 2.0.1, commons-collection 3.3, ↵ | simonbrandhof | 2011-01-31 | 1 | -3/+3 |
| | | | | commons-lang 2.6) | ||||
* | Rename the profile check-java-api to sanity-checks | simonbrandhof | 2011-01-31 | 1 | -1/+1 |
| | |||||
* | Add profile to check copyright headers + fix some badly formatted headers | simonbrandhof | 2011-01-31 | 199 | -200/+1924 |
| |