Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Redirect logs to file by default | David Gageot | 2015-08-31 | 1 | -0/+1 |
| | |||||
* | Test not redirecting logs to file | David Gageot | 2015-08-31 | 1 | -1/+0 |
| | |||||
* | update min required version of Maven to 3.2 | Sébastien Lesaint | 2015-08-26 | 1 | -1/+1 |
| | |||||
* | remove use of project.version in dependencyManagement | Sébastien Lesaint | 2015-08-12 | 1 | -14/+19 |
| | | | | | use of project.version in dependencyManagement leads to build error in IT plugins with Maven 3.3 (in these plugins, project.version is 1.0-SNAPSHOT, in Maven 3.2 dependencies which version is declared ${project.version} in root pom.xml resolve to 5.2-SNAPSHOT but with Maven 3.3 they resolve to 1.0-SNAPSHOT, which causes errors) | ||||
* | Upgrade frontend-m-p to fix NPM errors | Simon Brandhof | 2015-08-12 | 1 | -11/+3 |
| | | | | This requires to upgrade min version of mvn to from 3.0 to 3.1 | ||||
* | SONAR-6749 add sonar-views-bridge module and start/stop Views from SQ | Sébastien Lesaint | 2015-08-06 | 1 | -0/+5 |
| | |||||
* | Remove dependency management for WS client | Julien HENRY | 2015-08-04 | 1 | -5/+0 |
| | |||||
* | use new rule WS | Duarte Meneses | 2015-07-31 | 1 | -0/+5 |
| | |||||
* | Move protobuf specs of WS into new module sonar-ws | Simon Brandhof | 2015-07-30 | 1 | -0/+1 |
| | |||||
* | Revert "Do not redirect surefire logs to file" | Simon Brandhof | 2015-07-23 | 1 | -1/+1 |
| | | | | | | Too many logs are generated for travis, which accepts max 4Mb This reverts commit e9782fdb646b47679802e4b7a04dd20daa14ddb1. | ||||
* | Do not redirect surefire logs to file | Simon Brandhof | 2015-07-23 | 1 | -1/+1 |
| | |||||
* | SONAR-6607 Update SQ Java to version 3.4 | Julien HENRY | 2015-07-22 | 1 | -2/+2 |
| | |||||
* | Extract module sonar-db | Simon Brandhof | 2015-07-04 | 1 | -0/+6 |
| | |||||
* | Complete conf of license-maven-plugin | Simon Brandhof | 2015-07-02 | 1 | -0/+9 |
| | |||||
* | SONAR-6588 drop db connection from batch | Simon Brandhof | 2015-07-02 | 1 | -49/+1 |
| | |||||
* | Upgrade license-maven-plugin from 1.7 to 1.8 | Simon Brandhof | 2015-07-02 | 1 | -2/+1 |
| | |||||
* | Merge branch 'feature/it' | David Gageot | 2015-07-02 | 1 | -2/+10 |
|\ | | | | | | | | | | | Conflicts: .travis.yml travis.sh | ||||
| * | First draft of integration tests | Simon Brandhof | 2015-06-29 | 1 | -2/+10 |
| | | |||||
* | | add intern test framework, setup initial unit and medium tests | Stas Vilchik | 2015-06-30 | 1 | -7/+0 |
|/ | |||||
* | SONAR-6649 Move initialization of persistit cache to global context | Duarte Meneses | 2015-06-24 | 1 | -2/+2 |
| | |||||
* | SONAR-6649 Move initialization of persistit cache to global context | Duarte Meneses | 2015-06-24 | 1 | -1/+1 |
| | |||||
* | Revert merge to d70f025 | Duarte Meneses | 2015-06-23 | 1 | -2/+2 |
| | |||||
* | SONAR-6649 Move initialization of persistit caches to global context | Duarte Meneses | 2015-06-23 | 1 | -2/+2 |
| | |||||
* | SONAR-6649 Move initialization of persistit caches to global context | Duarte Meneses | 2015-06-23 | 1 | -1/+1 |
| | |||||
* | SONAR-6642 drop internal maven plugins | Simon Brandhof | 2015-06-12 | 1 | -2/+0 |
| | |||||
* | add junit-dataprovider as a dependency of sonar-testing-harness | Sébastien Lesaint | 2015-06-11 | 1 | -0/+5 |
| | |||||
* | Enable coverage per tests in profile "analysis" | Simon Brandhof | 2015-06-05 | 1 | -0/+10 |
| | |||||
* | Revert upgrade to maven-assembly-plugin 2.5.5 | Simon Brandhof | 2015-06-05 | 1 | -1/+1 |
| | | | | As usual upgrade of this plugin is not trivial. | ||||
* | Upgrade some maven plugins | Simon Brandhof | 2015-06-05 | 1 | -5/+5 |
| | |||||
* | add asserj-guava to sonar-testing-harness dependencies | Sébastien Lesaint | 2015-06-05 | 1 | -0/+5 |
| | |||||
* | Upgrade some maven plugins | Simon Brandhof | 2015-06-05 | 1 | -8/+8 |
| | |||||
* | Upgrade to assertJ 2.0.0 | Simon Brandhof | 2015-06-05 | 1 | -1/+1 |
| | |||||
* | SONAR-6370 fix cycle in maven dependencies | Simon Brandhof | 2015-06-05 | 1 | -0/+4 |
| | |||||
* | SONAR-6370 remove dependency on sonar-deprecated | Simon Brandhof | 2015-06-05 | 1 | -0/+6 |
| | |||||
* | SONAR-6370 fix classpath with core libs like SLF4J | Simon Brandhof | 2015-06-05 | 1 | -1/+0 |
| | |||||
* | SONAR-6370 merge sonar-email-notifications-plugin into server module | Simon Brandhof | 2015-06-05 | 1 | -1/+12 |
| | |||||
* | SONAR-6370 isolate plugin classloader from core classes | Simon Brandhof | 2015-06-05 | 1 | -1/+1 |
| | |||||
* | SONAR-6607 Embed Java plugin 3.2 since 3.3 is not available on central | Julien HENRY | 2015-06-05 | 1 | -1/+1 |
| | |||||
* | SONAR-6607 Embed Java plugin 3.3 | Julien HENRY | 2015-06-04 | 1 | -1/+1 |
| | |||||
* | Merge pull request #261 from SonarSource/feature/batch/drop_maven_dep | Julien HENRY | 2015-06-03 | 1 | -54/+13 |
|\ | | | | | SONAR-3821 Drop any Maven dependency | ||||
| * | SONAR-3821 Drop any Maven dependency | Julien HENRY | 2015-06-03 | 1 | -54/+13 |
| | | |||||
* | | Declare TravisCI as ciManagement of pom | Simon Brandhof | 2015-06-03 | 1 | -2/+2 |
|/ | |||||
* | SONAR-6601 : Use OSSRH for future deployment | Eric Hartmann | 2015-06-02 | 1 | -3/+3 |
| | |||||
* | Drop L10n english plugin | Simon Brandhof | 2015-06-01 | 1 | -1/+0 |
| | |||||
* | Increase perm gen space for server tests | Simon Brandhof | 2015-06-01 | 1 | -1/+1 |
| | | | | The real solution is to decrease the number of "medium tests" (the tests that use ServerTester) | ||||
* | Upgrade slf4j, mockito and picocontainer | Simon Brandhof | 2015-05-29 | 1 | -3/+3 |
| | |||||
* | Upgrade mysql driver from 5.1.35 to 5.1.35 | Simon Brandhof | 2015-05-29 | 1 | -1/+1 |
| | |||||
* | Upgrade jsr305 2.0.3 to 3.0.0 | Simon Brandhof | 2015-05-29 | 1 | -1/+1 |
| | |||||
* | Upgrade logback 1.1.2 to 1.1.3 | Simon Brandhof | 2015-05-29 | 1 | -1/+1 |
| | |||||
* | Replace references to jira.codehaus.org by jira.sonarsource.com | Simon Brandhof | 2015-05-29 | 1 | -1/+1 |
| |