Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Exclude some QA tests from build environment | Simon Brandhof | 2016-02-18 | 1 | -1/+1 |
| | |||||
* | Fix quick-build.sh | Simon Brandhof | 2016-02-11 | 1 | -1/+1 |
| | |||||
* | Fix log output on Travis | Simon Brandhof | 2016-02-11 | 1 | -1/+1 |
| | |||||
* | Fix IT scripts | Simon Brandhof | 2016-02-11 | 1 | -1/+2 |
| | |||||
* | Move plugins ITs to QA and enable perf tests | Simon Brandhof | 2016-02-10 | 1 | -6/+2 |
| | |||||
* | Enable QA pipeline at SonarSource | Simon Brandhof | 2016-02-10 | 1 | -19/+3 |
| | |||||
* | Fix JaCoCo config for analysis of PR on Travis | Simon Brandhof | 2016-02-05 | 1 | -1/+1 |
| | |||||
* | Use release v24 of travis-utils | Simon Brandhof | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | Decrease amount of maven debug logs on Travis | Simon Brandhof | 2016-01-31 | 1 | -2/+2 |
| | |||||
* | Fix deployment to Artifactory by upgrading to parent 28 | Simon Brandhof | 2016-01-30 | 1 | -0/+1 |
| | |||||
* | Reduce volume of logs on Travis | Simon Brandhof | 2016-01-29 | 1 | -2/+0 |
| | |||||
* | Enable deploy to SonarSource maven repository | Simon Brandhof | 2016-01-29 | 1 | -30/+38 |
| | |||||
* | Disable analysis of external PRs | Simon Brandhof | 2016-01-20 | 1 | -2/+1 |
| | |||||
* | Analyze pull requests with Java 7 | Simon Brandhof | 2016-01-14 | 1 | -14/+10 |
| | |||||
* | upgrade to node.js 4 and npm 3, fix deps versions, migrate to gulp-cssnano | Stas Vilchik | 2015-12-28 | 1 | -0/+1 |
| | |||||
* | Fix execution of it-plugins on travis | Simon Brandhof | 2015-12-02 | 1 | -1/+1 |
| | |||||
* | Use token for SonarQube analysis | Simon Brandhof | 2015-12-02 | 1 | -2/+1 |
| | |||||
* | Temporarily disable coverage per test during PR analysis | Simon Brandhof | 2015-11-30 | 1 | -1/+1 |
| | |||||
* | Analyze PR only on master merge | Simon Brandhof | 2015-11-30 | 1 | -1/+1 |
| | |||||
* | Analyze naming convention to travis.sh env variable GITHUB_TOKEN | Simon Brandhof | 2015-11-30 | 1 | -4/+4 |
| | |||||
* | Fix logs of Travis CI | Simon Brandhof | 2015-11-24 | 1 | -2/+2 |
| | |||||
* | Improve travis.sh | Simon Brandhof | 2015-11-24 | 1 | -38/+49 |
| | | | | | | | | - Upgrade to travis-utils v21 - Merge PR analysis with CI - rename variables - execute IT category "plugins" if PR from same repo - fail if unknown $TARGET | ||||
* | Fix analysis mode of pull request analysis on Travis | Simon Brandhof | 2015-11-05 | 1 | -1/+1 |
| | |||||
* | Fix env variables of pull request analysis on Travis | Simon Brandhof | 2015-11-05 | 1 | -3/+3 |
| | |||||
* | Add comments to Travis PR analysis | Simon Brandhof | 2015-11-05 | 1 | -8/+11 |
| | |||||
* | Revert "send coverage report to coveralls" | Stas Vilchik | 2015-11-02 | 1 | -3/+1 |
| | |||||
* | Merge pull request #609 from SonarSource/feature/coveralls | Stas Vilchik | 2015-11-02 | 1 | -1/+3 |
|\ | | | | | send coverage report to coveralls | ||||
| * | send coverage report to coveralls | Stas Vilchik | 2015-09-30 | 1 | -1/+3 |
| | | |||||
* | | Remove build of orchestrator | Simon Brandhof | 2015-10-27 | 1 | -2/+0 |
| | | |||||
* | | SONAR-6942 Reorganize ITs | Julien Lancelot | 2015-10-27 | 1 | -6/+4 |
| | | |||||
* | | Switch to jdk8 in pranalysis | Thomas VĂ©rin | 2015-10-21 | 1 | -13/+23 |
| | | |||||
* | | Update pull request analysis start | tomverin | 2015-10-21 | 1 | -2/+4 |
| | | |||||
* | | Replace groupIds org.codehaus by org.sonarsource | Simon Brandhof | 2015-10-09 | 1 | -1/+2 |
|/ | |||||
* | use nvm to install node.js 4, add mocha tests | Stas Vilchik | 2015-09-30 | 1 | -7/+2 |
| | |||||
* | Fix Disabling of IT category "plugins" on pull requests | Simon Brandhof | 2015-09-29 | 1 | -1/+1 |
| | |||||
* | Use a single thread because NetworkUtils.freePort() | David Gageot | 2015-09-11 | 1 | -1/+1 |
| | | | | is not thread safe | ||||
* | Use latest travis-utils | David Gageot | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | Cleanup travis script | David Gageot | 2015-09-10 | 1 | -7/+5 |
| | |||||
* | Group its | David Gageot | 2015-09-02 | 1 | -2/+7 |
| | |||||
* | Ignore IT plugins for all PRs | David Gageot | 2015-08-27 | 1 | -3/+7 |
| | |||||
* | Upgrade to travis-utils v16 | Simon Brandhof | 2015-07-31 | 1 | -1/+1 |
| | |||||
* | Simplify Travis env for integration tests | Simon Brandhof | 2015-07-27 | 1 | -32/+2 |
| | |||||
* | Update travis-utils to v15 | David Gageot | 2015-07-24 | 1 | -10/+7 |
| | |||||
* | Add measure and ui IT configuration in travis | Julien Lancelot | 2015-07-24 | 1 | -0/+10 |
| | |||||
* | Update to orchestrator 3.3 | David Gageot | 2015-07-24 | 1 | -6/+3 |
| | |||||
* | Revert "Do not redirect surefire logs to file" | Simon Brandhof | 2015-07-23 | 1 | -5/+5 |
| | | | | | | 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 | -5/+5 |
| | |||||
* | Use latest version of travis-utils | David Gageot | 2015-07-22 | 1 | -1/+1 |
| | |||||
* | Configure plugin ITs (aka it-platform) | David Gageot | 2015-07-22 | 1 | -26/+22 |
| | |||||
* | Add integration tests for manual and common rules | Simon Brandhof | 2015-07-21 | 1 | -1/+10 |
| |