Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Deploy official builds on feature branches | Simon Brandhof | 2018-02-09 | 1 | -2/+1 | |
| | ||||||
* | Add PR properties to Artifactory build info | Simon Brandhof | 2018-02-06 | 1 | -16/+22 | |
| | ||||||
* | Allow dogfood on other destination than next | Tom | 2018-02-05 | 1 | -1/+1 | |
| | ||||||
* | Enable build and QA for dogfood branch | Tom | 2018-02-05 | 1 | -1/+9 | |
| | ||||||
* | Add new sonar.pullrequest.id property to build script | Janos Gyerik | 2018-01-31 | 1 | -0/+2 | |
| | ||||||
* | fix jdk installation on travis | Stas Vilchik | 2018-01-22 | 1 | -1/+1 | |
| | ||||||
* | Upgrade JDK to 1.8u161 in travis.sh | Julien Lancelot | 2018-01-17 | 1 | -5/+5 | |
| | ||||||
* | remove use of old Github plugin | Sébastien Lesaint | 2017-12-26 | 1 | -10/+0 | |
| | ||||||
* | Silent cancellation of branch build on Travis if a PR is open | Stas Vilchik | 2017-11-24 | 1 | -4/+5 | |
| | ||||||
* | Add sonar.pullrequest.* properties to travis.sh | Janos Gyerik | 2017-11-16 | 1 | -1/+3 | |
| | ||||||
* | Fix url to download maven in travis.sh | Julien Lancelot | 2017-10-30 | 1 | -1/+1 | |
| | ||||||
* | update jdk to 1.8u151 | Tom | 2017-10-23 | 1 | -6/+6 | |
| | ||||||
* | Fix analysis of pull requests on Travis | Simon Brandhof | 2017-10-20 | 1 | -1/+2 | |
| | ||||||
* | Travis - support analysis of PR based on PR | Simon Brandhof | 2017-10-16 | 1 | -13/+9 | |
| | ||||||
* | Automatic merge from branch-6.6 | ssjenka | 2017-10-11 | 1 | -2/+10 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-6.6: Prepare for next development iteration SONAR-9721 Fix potential OkHttpClient connection leak Publish 6.6 Release Candidate 1 fix quality flaws Propagate parameters of SQ analysis required by burgr fix unwanted text wrapping in the header in ie11 SONAR-9908 on Windows, launch Elasticsearch directly, without batch files (#2642) SONAR-9694 Ignore when secondary locations are out of current file for backdating Fix sidebar position helper in IE | |||||
| * | Propagate parameters of SQ analysis required by burgr | Simon Brandhof | 2017-10-10 | 1 | -4/+16 | |
| | | ||||||
* | | Fix typo in travis.sh | Simon Brandhof | 2017-10-10 | 1 | -1/+1 | |
| | | ||||||
* | | Fix travis.sh with whitespaces in mvn command | Teryk Bellahsene | 2017-10-10 | 1 | -2/+2 | |
| | | ||||||
* | | Update to travis-utils 38 | Teryk Bellahsene | 2017-10-10 | 1 | -2/+6 | |
|/ | ||||||
* | Use JDK 1.8.0_144 and Maven 3.5 on Travis | Simon Brandhof | 2017-10-08 | 1 | -10/+10 | |
| | ||||||
* | Always 'fetch --unshallow' in Travis builds | Duarte Meneses | 2017-10-04 | 1 | -8/+9 | |
| | ||||||
* | reduce maven artefact download logging on travis | Daniel Schwarz | 2017-09-29 | 1 | -1/+1 | |
| | ||||||
* | reduce java download logging on travis | Daniel Schwarz | 2017-09-29 | 1 | -1/+1 | |
| | ||||||
* | Fix version of analysis in long-lived branches | Simon Brandhof | 2017-09-28 | 1 | -1/+2 | |
| | ||||||
* | Analyze maintenance branches on next.sonarqube.com | Simon Brandhof | 2017-09-14 | 1 | -1/+8 | |
| | ||||||
* | Disable analysis of PR based on another PR | Simon Brandhof | 2017-09-13 | 1 | -7/+10 | |
| | | | | This is currently not supported by the branch plugin. | |||||
* | Analyze pull requests as short-living branches on next.sonarqube.com | Simon Brandhof | 2017-09-13 | 1 | -3/+12 | |
| | ||||||
* | Disable incremental analysis from Travis | Simon Brandhof | 2017-09-12 | 1 | -7/+0 | |
| | | | | | | | We have to find a better and deterministic way to enable the incremental mode. Relying on last character of git sha does not allow to make Quality Gate quickly back to green (because of lack of coverage computation) | |||||
* | Trigger a full analysis for every build number ending with 0, 1 or 2 | Teryk Bellahsene | 2017-09-11 | 1 | -3/+2 | |
| | ||||||
* | Enable incremental mode | Duarte Meneses | 2017-08-29 | 1 | -1/+1 | |
| | ||||||
* | Disabling temporarly incremental analysis | Tom | 2017-08-22 | 1 | -1/+2 | |
| | ||||||
* | BUILD-495 remove code duplication in build script | Tom | 2017-08-21 | 1 | -8/+8 | |
| | ||||||
* | Revert "DO NOT MERGE" | Simon Brandhof | 2017-08-17 | 1 | -2/+51 | |
| | | | | | This reverts commit fae038c5e6c24dc805eb635b6efcd5bdca7ba615. ... because return from holidays is hard | |||||
* | DO NOT MERGE | Simon Brandhof | 2017-08-17 | 1 | -51/+2 | |
| | ||||||
* | install nodejs 8 on travis | Stas Vilchik | 2017-08-16 | 1 | -2/+8 | |
| | ||||||
* | BUILD-495 add incremental analysis and full analysis every 0 ending build | Tom | 2017-08-11 | 1 | -2/+9 | |
| | ||||||
* | SONAR-8798 reduce Elasticsearch log level to "WARN" for unit tests | Daniel Schwarz | 2017-08-09 | 1 | -1/+1 | |
| | ||||||
* | BUILD-478 Set TRAVIS_BUILD_DIR in ramdisk | David Rautureau | 2017-08-01 | 1 | -0/+2 | |
| | ||||||
* | Remove usage of ramdisk in travis | Julien Lancelot | 2017-07-13 | 1 | -2/+0 | |
| | ||||||
* | Drop support of PhantomJS in integration tests | Simon Brandhof | 2017-06-17 | 1 | -17/+1 | |
| | ||||||
* | Use Trusty image on TravisCI | Tom | 2017-05-26 | 1 | -13/+11 | |
| | | | | | | | | | - environment is more stable through time (no variations of build durations) - benefit from 8Gb ramdisk - enable parallel Maven build thanks to new CPUs | |||||
* | Fix JDK link download in travis build | Julien Lancelot | 2017-05-23 | 1 | -8/+7 | |
| | ||||||
* | Cancel the Travis build of a branch when a pull request exists | Tom | 2017-05-04 | 1 | -1/+6 | |
| | | | | | | It allows to not use slaves for nothing by executing twice (more or less) the same job. Building the pull request is enough in most cases. | |||||
* | run eslint, flow and jest tests on travis (#1779) | Stas Vilchik | 2017-03-13 | 1 | -1/+1 | |
| | ||||||
* | Automatic merge from branch-6.3 | ssjenka | 2017-03-06 | 1 | -1/+1 | |
|\ | | | | | | | | | * origin/branch-6.3: Fix PROJECT_VERSION on Travis for SNAPSHOT versions | |||||
| * | Fix PROJECT_VERSION on Travis for SNAPSHOT versions | Simon Brandhof | 2017-03-06 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/branch-6.3' | Simon Brandhof | 2017-03-06 | 1 | -11/+29 | |
|\| | ||||||
| * | Fix build version of RC to not have "x.y-RCz.0.<build>" | Simon Brandhof | 2017-03-03 | 1 | -6/+6 | |
| | | | | | | | | The correct format is "x.y.0.<build>" | |||||
| * | No need to change project version on Travis when not SNAPSHOT | Simon Brandhof | 2017-03-03 | 1 | -2/+1 | |
| | | ||||||
| * | Support release versions on 2 or 3 fields | Simon Brandhof | 2017-03-03 | 1 | -10/+29 | |
| | |