aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* My first commit in GIT :-)Olivier Gaudin2011-02-031-1/+1
* SONAR-2165 Cardinality of checkstyle rule Local Variable Name should be updat...simonbrandhof2011-02-031-64/+65
* SONAR-2166 Cardinality of checkstyle rule Member Name should be updated to mu...simonbrandhof2011-02-033-735/+1471
* 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
* SONAR-2094 Support backups without the field <enabled>simonbrandhof2011-02-026-9/+92
* SONAR-2094 Remove the deprecated ruby model RulesProfile (replaced by Profile...simonbrandhof2011-02-026-102/+14
* 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 interfaces...simonbrandhof2011-02-022-12/+34
* | Improve ProjectDefinitionEvgeny Mandrikov2011-02-023-9/+40
* | SONAR-2137: Fix updating of past violationsEvgeny Mandrikov2011-02-023-3/+3
|/
* 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 tha...simonbrandhof2011-02-0115-59/+252
* 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, c...simonbrandhof2011-01-311-3/+3
* 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
* Don't hide stack trace in BatchDownloaderEvgeny Mandrikov2011-01-311-1/+1
* Add properties "sonar.projectName" and "sonar.projectDescription"Evgeny Mandrikov2011-01-313-0/+28
* Add missing copyright headersimonbrandhof2011-01-301-0/+19
* SONAR-1800: Fix issue with ClassLoader for Maven 3.x and Java 1.5Evgeny Mandrikov2011-01-296-183/+131
* Add workDir to ProjectDefinitionEvgeny Mandrikov2011-01-283-32/+18
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-01-2843-43/+43
* [maven-release-plugin] prepare release 2.6-M1simonbrandhof2011-01-2843-44/+44
* Add some unit testssimonbrandhof2011-01-282-7/+92
* SONAR-2149 Resource filters are ignored in complexity distributions of Java p...simonbrandhof2011-01-2830-175/+737
* Deprecate Resource#isExcluded(), replaced by SensorContext#isExcluded(Resourc...simonbrandhof2011-01-281-0/+6
* add helper methods to Qualifiers + do not accept null parameterssimonbrandhof2011-01-282-22/+63
* add methods Scopes#isHigherThan() and isHigherThanOrEquals()simonbrandhof2011-01-282-5/+48
* SONAR-2151: Add new property to manage source encodingEvgeny Mandrikov2011-01-285-17/+46
* SONAR-2148: Fix NPE in JavaUtilsEvgeny Mandrikov2011-01-281-2/+8
* SONAR-2148: Add new properties to manage level of Java languageEvgeny Mandrikov2011-01-287-26/+72
* SONAR-2126: Change API to work with file system of a projectEvgeny Mandrikov2011-01-2710-112/+103
* SONAR-2046: Reuse unmarshallers from sonar-ws-client for sonar-gwt-apiEvgeny Mandrikov2011-01-2748-922/+501