aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
Commit message (Collapse)AuthorAgeFilesLines
* [maven-release-plugin] prepare for next development iterationEric Hartmann2012-12-121-1/+1
|
* [maven-release-plugin] prepare release 3.4-RC1Eric Hartmann2012-12-121-1/+1
|
* SONAR-3949 Extract sonar-findbugs-plugin into Sonar JavaEvgeny Mandrikov2012-12-041-2/+1
|
* SONAR-3963 The script in charge to produce sonar.war generates a misleading ↵Julien Lancelot2012-11-221-8/+8
| | | | message about the sonar home directory
* SONAR-3934 Sonar Java is just a set of regular pluginsEvgeny Mandrikov2012-11-091-0/+6
|
* Remove useless Maven dependenciesSimon Brandhof2012-11-071-5/+0
|
* SONAR-3934 Extract sonar-jacoco-plugin into Sonar JavaEvgeny Mandrikov2012-11-071-2/+1
|
* SONAR-3934 Extract sonar-cobertura-plugin into Sonar JavaEvgeny Mandrikov2012-11-071-2/+1
|
* SONAR-3866 Ignore "... JVM BUG(s) ..." logs generated by JettyDavid Gageot2012-11-072-0/+80
|
* Revert "Sonar Java is just a set of regular plugins"Evgeny Mandrikov2012-11-061-6/+0
| | | | This reverts commit f4d46930cfc744738c60225502f602ae8d1129d3.
* SONAR-3934 Extract sonar-surefire-plugin into Sonar JavaEvgeny Mandrikov2012-11-061-2/+1
|
* SONAR-3934 Extract sonar-checkstyle-plugin into Sonar JavaEvgeny Mandrikov2012-11-061-2/+1
|
* SONAR-3934 Extract sonar-pmd-plugin into Sonar JavaEvgeny Mandrikov2012-11-061-2/+1
|
* Sonar Java is just a set of regular pluginsEvgeny Mandrikov2012-11-061-0/+6
|
* SONAR-3830 Configure embedded Jetty's thread poolDavid Gageot2012-11-064-39/+56
|
* Add comment in sonar.properties to highlight that sonar.jdbc.schema is ↵Simon Brandhof2012-10-181-0/+1
| | | | case-sensitive
* Upgrade version to 3.4-SNAPSHOTEric Hartmann2012-10-161-1/+1
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2012-10-161-1/+1
|
* [maven-release-plugin] prepare release 3.3-RC2Eric Hartmann2012-10-161-1/+1
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2012-10-111-1/+1
|
* [maven-release-plugin] prepare release 3.3-RC1Eric Hartmann2012-10-111-1/+1
|
* SONAR-3621 use JSON format between rails and java componentsSimon Brandhof2012-10-091-0/+4
| | | | This is the first step before the refactoring of the tables FILTERS, FILTER_COLUMNS and CRITERIA
* Update to 3.3-SNAPSHOTGAUDIN2012-09-261-1/+1
|
* Update to 3.3-M5GAUDIN2012-09-261-1/+1
|
* Set versions to 3.3-SNAPSHOT and Soanr Java to 1.0-SNAPSHOTEric Hartmann2012-09-181-1/+1
|
* Update Sonar version to 3.3-M4 and Sonar Java to 1.0-M3Eric Hartmann2012-09-181-1/+1
|
* SONAR-3802 various improvements in the top nav barSimon Brandhof2012-09-141-1/+1
| | | | | | | * Upgrade YUI reset/font CSS * New URLs /dev/layout and /dev/empty for performance tests * Rename the link "Home" with the name of the main global dashboard * Extract layout.css from style.css
* Fix buildEvgeny Mandrikov2012-09-141-1/+1
|
* Get rid of unnecessary files in assemblyEvgeny Mandrikov2012-09-142-2/+2
| | | | | | This requires upgrade of maven-assembly-plugin to 2.2.2 because of MASSEMBLY-570. Also should be noted that upgrade to 2.3 more complicated - see comments for MASSEMBLY-449.
* Move declaration of sonar-java version to parent pomSimon Brandhof2012-09-141-2/+0
|
* Update to 3.3-SNAPSHOTEric Hartmann2012-09-141-1/+1
|
* Update to 3.3-M2Eric Hartmann2012-09-141-1/+1
|
* Remove unused directorySimon Brandhof2012-09-132-6/+4
|
* Reformat POMs according to Maven POM ConventionEvgeny Mandrikov2012-09-101-63/+68
|
* Use new sonar-squid-java-pluginEvgeny Mandrikov2012-09-071-2/+2
| | | | | This plugin was rewritten to use SSLR instead of Checkstyle to parse Java source code.
* Use external sonar-java-pluginEvgeny Mandrikov2012-09-052-2/+4
|
* Enforce size of distribution to prevent regressionsEvgeny Mandrikov2012-09-051-0/+25
|
* Upgrade version to 3.3-SNAPSHOTEric Hartmann2012-07-241-1/+1
|
* Upgrade version to 3.2-SNAPSHOTEric Hartmann2012-07-241-1/+1
|
* Upgrade version to 3.3-SNAPSHOTEric Hartmann2012-07-231-1/+1
|
* SONAR-3662 Remove the property sonar.jdbc.validationQuerySimon Brandhof2012-07-141-5/+0
|
* SONAR-2965 FIX enforce validation query on DataSourceDavid Gageot2012-07-111-0/+5
|
* SONAR-2965 enforce validation query on DataSourceDavid Gageot2012-07-111-5/+0
|
* SONAR-3590 Log all Rails warnings & errors in "sonar.log" fileFabrice Bellingard2012-07-061-6/+12
| | | | | => Initial issue: when an exception is raised in a ruby widget, the error stack trace is not logged in the sonar.log file
* Fix folder name forgotten during migration to h2David Gageot2012-07-061-0/+0
|
* Replacing Derby with H2David Gageot2012-07-033-15/+12
|
* SONAR-3496, SONAR-3497 & SONAR-3498 Add new rules for JavaFabrice Bellingard2012-06-251-0/+6
| | | | | => Those rules are the ones pulled out from the SQALE plugin and put in an independant lib called "sonar-common-rules"
* Upgrade version to 3.2-SNAPSHOTEric Hartmann2012-05-301-1/+1
|
* Remove warningsDavid Gageot2012-04-271-3/+3
|
* SONAR-3428 Configure InfinitestDavid Gageot2012-04-251-0/+1
|