Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade version to 2.16 | Eric Hartmann | 2012-04-06 | 1 | -1/+1 |
| | |||||
* | Fix compatibility with Java 5 | Simon Brandhof | 2012-04-03 | 1 | -4/+6 |
| | |||||
* | SONAR-3072 sonar-diff module is useless for the moment, so remove it | Evgeny Mandrikov | 2012-03-15 | 1 | -1/+0 |
| | | | | Move all code directly into sonar-core-plugin. | ||||
* | SONAR-3072 Add sonar-diff library | Evgeny Mandrikov | 2012-03-14 | 1 | -1/+2 |
| | |||||
* | Skip sanity checks in dev profile | Evgeny Mandrikov | 2012-03-14 | 1 | -0/+2 |
| | | | | | Move skip of sanity checks from quick-build scripts into dev profile. This is more convenient at least for users of Maven bash completion. | ||||
* | Upgrade to JDK 6 compilation. Remove sanityChecks profile, now using the ↵ | Eric Hartmann | 2012-03-09 | 1 | -32/+33 |
| | | | | property skipSanityChecks | ||||
* | Upgrade some JDBC libs | Simon Brandhof | 2012-03-07 | 1 | -4/+3 |
| | | | | | | * SONAR-3281 postgresql 9.1-801-jdbc4 * SONAR-3311 mysql connector/j 5.1.18 * SONAR-3282 commons-dbcp 1.4 | ||||
* | Add comment about support of servlet 2.4 | Simon Brandhof | 2012-03-01 | 1 | -2/+7 |
| | |||||
* | Typo : upgrade version to 2.15-SNAPSHOT | Eric Hartmann | 2012-02-27 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 3.0-SNAPSHOT | Eric Hartmann | 2012-02-27 | 1 | -1/+1 |
| | |||||
* | SONAR-3275 ArrayIndexOutOfBoundsException in URL /chart | Simon Brandhof | 2012-02-21 | 1 | -1/+1 |
| | |||||
* | Do not exclude the modules sonar-deprecated and sonar-testing-harness from ↵ | Simon Brandhof | 2012-02-17 | 1 | -2/+1 |
| | | | | analysis. Let's increase the debt measure ! | ||||
* | SONAR-3245 Minimal version of Maven to build Sonar - 2.2.1 | Evgeny Mandrikov | 2012-02-07 | 1 | -4/+9 |
| | |||||
* | SONAR-3180 Remove the support of AJP connector | Simon Brandhof | 2012-01-18 | 1 | -7/+0 |
| | |||||
* | SONAR-2416 Remove the internal Maven repository that is used by Sonar Mojo ↵ | Simon Brandhof | 2012-01-10 | 1 | -1/+0 |
| | | | | 1.0-beta-1 | ||||
* | Upgrade to 2.14-SNAPSHOT | Eric Hartmann | 2012-01-03 | 1 | -1/+1 |
| | |||||
* | SONAR-3058 downgrade to jetty 6.1.25 because of AJP regression | simonbrandhof | 2011-12-14 | 1 | -1/+4 |
| | |||||
* | SONAR-3052 add dependency on Guava 10 | simonbrandhof | 2011-12-04 | 1 | -3/+3 |
| | |||||
* | Remove HSQLDB from unit tests | Simon Brandhof | 2011-11-10 | 1 | -5/+0 |
| | |||||
* | Define mybatis version in root pom | simonbrandhof | 2011-11-10 | 1 | -0/+5 |
| | |||||
* | Upgrade version to 2.13-SNAPSHOT | Eric Hartmann | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | Disable creation of derby.log during execution of unit tests | Evgeny Mandrikov | 2011-11-02 | 1 | -3/+0 |
| | |||||
* | Increase memory for unit tests with Derby | Evgeny Mandrikov | 2011-11-01 | 1 | -1/+2 |
| | |||||
* | Merge executions of maven-enforcer-plugin | Evgeny Mandrikov | 2011-10-31 | 1 | -41/+2 |
| | | | | This allows to remove useless messages during build. | ||||
* | Move the files derby.log generated by unit tests to target/ | simonbrandhof | 2011-10-28 | 1 | -0/+3 |
| | |||||
* | SONAR-2849 Remove declarations of third-party repositories from root pom | Evgeny Mandrikov | 2011-10-26 | 1 | -15/+14 |
| | | | | | | | | Enforce that repositories not declared in pom.xml, except of modules sonar-checkstyle-plugin and sonar-squid-java-plugin due to dependency on Checktyle 5.1, which is not available in Central. This allows to remove side effects in Maven plugins. | ||||
* | Update list of developers | Evgeny Mandrikov | 2011-10-21 | 1 | -0/+7 |
| | |||||
* | SONAR-2915 Sonar can't be started on Solaris due to upgrade of JRuby | Simon Brandhof | 2011-10-18 | 1 | -1/+2 |
| | |||||
* | SONAR-2834 Move Google Analytics Plugin to the forge | Evgeny Mandrikov | 2011-10-17 | 1 | -1/+0 |
| | | | | This includes removal of Google Analytics Account from System Info page. | ||||
* | Fix declaration of sonar-packaging-maven-plugin to allow proper inheritance | Evgeny Mandrikov | 2011-10-14 | 1 | -1/+5 |
| | |||||
* | SONAR-2792 Import code of JaCoCo plugin from Plugins Forge | Evgeny Mandrikov | 2011-10-14 | 1 | -0/+1 |
| | | | | Revision 4564. | ||||
* | Update maven plugins | Evgeny Mandrikov | 2011-10-10 | 1 | -10/+10 |
| | |||||
* | Use custom java.io.tmpdir during execution of tests | Evgeny Mandrikov | 2011-10-10 | 1 | -0/+3 |
| | |||||
* | SONAR-2881 Do not rebuild the WAR file when changing conf/logback.xml | simonbrandhof | 2011-10-09 | 1 | -10/+5 |
| | |||||
* | Fix comment in pom for the use of sonarsource maven repository | simonbrandhof | 2011-10-01 | 1 | -1/+1 |
| | |||||
* | SONAR-2797 end of support of maven archetypes | Simon Brandhof | 2011-09-30 | 1 | -18/+1 |
| | |||||
* | Merge branch 'release-2.11' of github.com:SonarSource/sonar | Simon Brandhof | 2011-09-27 | 1 | -8/+7 |
|\ | |||||
| * | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-09-25 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 2.11-RC2 | simonbrandhof | 2011-09-25 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-09-15 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 2.11-RC1 | simonbrandhof | 2011-09-15 | 1 | -9/+8 |
| | | |||||
* | | SONAR-2814 Upgrade standalone application from Jetty 6.1.24 to 6.1.26 | Simon Brandhof | 2011-09-16 | 1 | -1/+1 |
| | | |||||
* | | Upgrade to JUnit 4.9 | Simon Brandhof | 2011-09-16 | 1 | -1/+1 |
| | | |||||
* | | Upgrade version to 2.12-SNAPSHOT | Simon Brandhof | 2011-09-16 | 1 | -1/+1 |
|/ | |||||
* | Fix Javadoc for release profile | simonbrandhof | 2011-09-15 | 1 | -12/+24 |
| | |||||
* | Add predefined configuration for the license-maven-plugin | Simon Brandhof | 2011-09-14 | 1 | -8/+30 |
| | |||||
* | Fix Javadoc configuration | simonbrandhof | 2011-09-11 | 1 | -1/+2 |
| | |||||
* | Upgrade from JRuby 1.6.3 to 1.6.4 | simonbrandhof | 2011-09-09 | 1 | -1/+1 |
| | |||||
* | SONAR-2587 and SONAR-2549 conflicts between database schemas | simonbrandhof | 2011-09-06 | 1 | -1/+1 |
| | |||||
* | Revert "SONAR-2587 and SONAR-2549 conflicts between database schemas" | Fabrice Bellingard | 2011-08-22 | 1 | -1/+1 |
| | | | | | | Reason: support of PostgreSQL is broken. This reverts commit 3a77746009765300042ef795ae77dc4cb3c0bcb0. |