summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Apply sonar custom patches to ruby on railssimonbrandhof2011-02-073-44/+24
|
* Do not execute ResourceFilters on resources with scope<filesimonbrandhof2011-02-071-8/+11
|
* Prevent from adding violations to resources with scope<filesimonbrandhof2011-02-071-0/+3
|
* Move integration & volume testssimonbrandhof2011-02-07494-25240/+0
|
* Add MavenInitializerEvgeny Mandrikov2011-02-073-28/+74
| | | | * Configures Java versions and encoding of sources based on Maven POM
* SONAR-2172: New extension point - InitializerEvgeny Mandrikov2011-02-078-48/+174
| | | | | | * Rename AbstractInitializer to Initializer * Execute Initializers before Sensors
* Set RULES_PROFILES.ENABLED to true when creating a profilesimonbrandhof2011-02-051-1/+1
|
* SONAR-2172: New extension point - AbstractInitializerEvgeny Mandrikov2011-02-0513-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 availablesimonbrandhof2011-02-042-9/+53
|
* SONAR-2171 Do not compute LCOM4/RFC measures when bytecode is not availablesimonbrandhof2011-02-042-1/+30
|
* Remove integration testssimonbrandhof2011-02-041-11/+0
|
* Replace enum Environment by class EnvironmentInformationEvgeny Mandrikov2011-02-0412-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 ↵simonbrandhof2011-02-0410-194/+107
| | | | projects
* SONAR-2169: Add CoverageExtension to APIEvgeny Mandrikov2011-02-044-14/+54
|
* Fix bug on deprecated profilessimonbrandhof2011-02-042-3/+3
|
* Fix restoring of backups when rules not foundsimonbrandhof2011-02-041-1/+1
|
* Upgrade copyright headerssimonbrandhof2011-02-041867-11490/+11490
|
* My first commit in GIT :-)Olivier Gaudin2011-02-031-1/+1
|
* SONAR-2165 Cardinality of checkstyle rule Local Variable Name should be ↵simonbrandhof2011-02-031-64/+65
| | | | updated to multiple
* SONAR-2166 Cardinality of checkstyle rule Member Name should be updated to ↵simonbrandhof2011-02-033-735/+1471
| | | | multiple + replace the deprecated attribute 'priority' by a node
* SONAR-2094 Do not delete ACTIVE_RULES rows when rules are disabledsimonbrandhof2011-02-0325-318/+285
|
* Decrease ZIP size: remove many unused ruby filessimonbrandhof2011-02-03866-103602/+0
|
* Improve IT for postgresqlsimonbrandhof2011-02-031-2/+2
|
* SONAR-2106: Improve sonar-batch-bootstrapperEvgeny Mandrikov2011-02-036-27/+212
| | | | | | | | * Add BootstrapClassLoader * Instead of RuntimeException use BootstrapException * Improve quality according to Sonar report
* SONAR-2094 Support backups without the field <enabled>simonbrandhof2011-02-026-9/+92
|
* SONAR-2094 Remove the deprecated ruby model RulesProfile (replaced by ↵simonbrandhof2011-02-026-102/+14
| | | | Profile) + support the ENABLED column
* SONAR-2161: Normalize Java version for PMDEvgeny Mandrikov2011-02-022-8/+26
|
* SONAR-1302 Upgrade to rails 2.3.5 to fix session expirationsimonbrandhof2011-02-024493-15411/+131158
|
* Merge branch 'SONAR-2094'simonbrandhof2011-02-0233-96/+114
|\
| * SONAR-2094 Add the column RULES_PROFILES.ENABLEDsimonbrandhof2011-02-0133-96/+114
| |
* | Fix org.sonar.api.utils.AnnotationUtils: search for annotations in ↵simonbrandhof2011-02-022-12/+34
| | | | | | | | interfaces too
* | Improve ProjectDefinitionEvgeny Mandrikov2011-02-023-9/+40
| | | | | | | | | | * Replace properties "sonar.projectBinaries" and "sonar.projectLibraries" by explicit fields in ProjectDefinition
* | SONAR-2137: Fix updating of past violationsEvgeny Mandrikov2011-02-023-3/+3
|/ | | | | | * Database field rule_failures.failure_level should be updatable * Change corresponding unit test
* Improve IT in order to better support performance issuessimonbrandhof2011-02-011-3/+2
|
* Move calculation of accessors from squid to sonarsimonbrandhof2011-02-012-4/+8
|
* Add property "sonar.projectLibraries"Evgeny Mandrikov2011-02-012-15/+19
|
* Disable downloading for certain files from BatchResourcesServletEvgeny Mandrikov2011-02-012-1/+34
|
* SONAR-2159 The total classes used in complexity distribution is different ↵simonbrandhof2011-02-0115-59/+252
| | | | than the number of classes
* SONAR-1280: Fix unit testEvgeny Mandrikov2011-02-011-1/+2
|
* Add missing deprecated annotationsEvgeny Mandrikov2011-02-014-12/+17
|
* SONAR-1280: Add experimental Findbugs rulesEvgeny Mandrikov2011-02-011-2/+154
|
* Change format of response from BatchResourcesServletEvgeny Mandrikov2011-01-312-9/+5
|
* Back to commons-collection 3.2.1simonbrandhof2011-01-311-1/+1
|
* Fix bug in BatchDownloaderEvgeny Mandrikov2011-01-311-1/+1
|
* Upgrade to jruby-rack 1.0.5simonbrandhof2011-01-311-1/+1
|
* SONAR-2133 Upgrade to Postgresql JDBC driver 9.0-801.jdbc3simonbrandhof2011-01-311-1/+1
|
* Change format of response from BatchResourcesServletEvgeny Mandrikov2011-01-312-6/+9
|
* Upgrade Apache Commons libraries (commons-io 2.0.1, commons-collection 3.3, ↵simonbrandhof2011-01-311-3/+3
| | | | commons-lang 2.6)
* Rename the profile check-java-api to sanity-checkssimonbrandhof2011-01-311-1/+1
|
* Add profile to check copyright headers + fix some badly formatted headerssimonbrandhof2011-01-31199-200/+1924
|