aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove reference to sonar-vsts from buildphilippe-perrin-sonarsource2019-09-231-1/+0
|
* Do not disable recording of code coverage in builds outside of CIEvgeny Mandrikov2019-06-041-2/+2
| | | | | While this adds little overhead, benefit is that remote Gradle cache entry can be used locally.
* Treat using unset variables as error in Travis scriptJanos Gyerik2019-05-311-2/+4
|
* Fix Travis build on external pull requestsSimon Brandhof2019-05-311-7/+10
|
* Double-quote variables used in command arguments in BashJanos Gyerik2019-04-091-1/+1
|
* Upgrade travis-utils to version 55Julien Lancelot2019-03-081-1/+1
|
* Use travis way of retrieving latest oracle JDK8Tom2018-11-271-30/+0
|
* Travis build on unshallowed clone for full analysis of SQ in SonarCloudTom2018-11-271-0/+1
|
* Upgrade Travis to download JDK 8u191Eric Hartmann2018-10-251-2/+2
|
* Enable SonarCloud analysis for sonarqube public reposTom2018-10-111-2/+7
|
* Move bitbucket cloud connect app in private moduleGrégoire Aubert2018-08-201-1/+0
|
* Fix installation of JDK 8 on TravisSimon Brandhof2018-07-201-6/+15
|
* Fix JDK download URL (final fix)Julien Lancelot2018-07-201-2/+2
|
* Fix JDK download URL (new try)Julien Lancelot2018-07-191-2/+2
|
* Fix JDK download URLJulien Lancelot2018-07-181-1/+1
|
* [scripts] declare bash function in portable fashionSébastien Lesaint2018-06-121-4/+4
|
* [scripts] use a more portable bash shebangSébastien Lesaint2018-06-121-1/+1
|
* Introduce Bitbucket Cloud ApplicationJulien HENRY2018-05-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | SONAR-10514 Bitbucket Cloud application install/uninstall * Bitbucket Cloud /install WS * Expose Bitbucket application descriptor as WS * Implement WS /integration/bitbucketcloud/uninstall SONAR-10517 Bitbucket Cloud settings widget * Create Bitbucket Cloud module * Create Bitbucket Setting widget * Bitbucket settings widget require SC authentication * Add WS /integration/bitbucketcloud/repo_config * Add WS /integration/bitbucketcloud/bind_repo * Add WS /integration/bitbucketcloud/after_login SONAR-10516 Bitbucket Cloud repository widget * Add WS /integration/bitbucketcloud/repo_widget * Add WS /integration/bitbucketcloud/repo_widget_data BRANCH-59, BRANCH-60 Bitbucket Cloud PR decoration SONAR-10605 Bitbucket Cloud PR widget * Add integration/bitbucketcloud/pr_widget endpoint * Add integration/bitbucketcloud/pr_widget_data endpoint
* Fix install of JDK8 on TravisSimon Brandhof2018-05-031-6/+6
|
* Fix buildDavid Rautureau2018-04-041-67/+1
|
* Build on cix [skip ci]David Rautureau2018-04-041-25/+2
|
* BUILD-630 Generate javadoc ad sources jars with Gradle only on release branchesDavid Rautureau2018-04-041-4/+4
|
* VSTS-141 Move vsts integration to it's own moduleGrégoire Aubert2018-03-261-1/+2
|
* Avoid Travis timeout when no logs are printed during 10 minutesSimon Brandhof2018-03-221-2/+7
|
* Try travis keepaliveSimon Brandhof2018-03-221-6/+8
|
* Avoid Travis from failing if no logs during build of sonar-serverSimon Brandhof2018-03-221-0/+7
|
* Re-enable analysisSimon Brandhof2018-03-221-5/+3
|
* Public commits should only trigger Travis buildSimon Brandhof2018-03-221-1/+4
| | | | No analysis, no QA
* Enable deployment of artifacts on release branchesDavid Rautureau2018-03-221-4/+4
|
* Single Gradle build for SQ and core pluginsSimon Brandhof2018-03-221-3/+5
|
* MMF-1134 Make pull request a 1st class citizenTeryk Bellahsene2018-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SONAR-10366 Add pull request object to api/project_branches/list and api/ce/activity SONAR-10365 Analyze pull requests as 1st class citizen SONAR-10366 SONAR-10367 Create WS api/projet_pull_requests/list and delete SONAR-10383 Add Pull Request information when listing CE tasks SONAR-10365 Add key type in PROJECT_BRANCHES (#3063) SONAR-10371 Add pullRequest parameter in the Web API (#3076) * ComponentFinder searches by branch or pull request * Add pullRequest parameter to WS api/issues/* WS * Add pullRequest parameter to api/settings/* WS * Add pullRequest parameter to api/badges/* WS * Add pullRequest parameter to api/components/* WS * Add pullRequest parameter to api/sources/* WS SONAR-10368 Copy issue states from pull request after it's merged SONAR-10373 Send notifications for events on issues of a pull request SONAR-10365 Add pull_request_binary column in project_branches (#3073) SONAR-10433 Store pull request in projects table SONAR-10371 Add pullRequest field in the Web API SONAR-10365 Analyze pull requests as 1st class citizen BRANCH-45 Expose issue resolution for PR decoration BRANCH-49 Basic support of pull request analysis on pull request branch BRANCH-47 Fail when user tries to analyze a pull request and the plugin is not available SONAR-10366 update pull request decorated links to project and issues SONAR-10365 Use pull request id as key instead of branch name SONAR-10454 Update embedded Git 1.4 and SVN 1.7 SONAR-10365 rename sonar.pullrequest.id to sonar.pullrequest.key SONAR-10383 api/navigation/component returns the pull request key
* Move To GradleDavid Rautureau2018-03-091-105/+21
|
* SONAR-10365 Analyze pull request as 1st class citizenTeryk Bellahsene2018-03-081-5/+4
|
* Apply release profile also on internal PRJulien HENRY2018-02-261-1/+1
|
* Deploy official builds on feature branchesSimon Brandhof2018-02-091-2/+1
|
* Add PR properties to Artifactory build infoSimon Brandhof2018-02-061-16/+22
|
* Allow dogfood on other destination than nextTom2018-02-051-1/+1
|
* Enable build and QA for dogfood branchTom2018-02-051-1/+9
|
* Add new sonar.pullrequest.id property to build scriptJanos Gyerik2018-01-311-0/+2
|
* fix jdk installation on travisStas Vilchik2018-01-221-1/+1
|
* Upgrade JDK to 1.8u161 in travis.shJulien Lancelot2018-01-171-5/+5
|
* remove use of old Github pluginSébastien Lesaint2017-12-261-10/+0
|
* Silent cancellation of branch build on Travis if a PR is openStas Vilchik2017-11-241-4/+5
|
* Add sonar.pullrequest.* properties to travis.shJanos Gyerik2017-11-161-1/+3
|
* Fix url to download maven in travis.shJulien Lancelot2017-10-301-1/+1
|
* update jdk to 1.8u151Tom2017-10-231-6/+6
|
* Fix analysis of pull requests on TravisSimon Brandhof2017-10-201-1/+2
|
* Travis - support analysis of PR based on PRSimon Brandhof2017-10-161-13/+9
|
* Automatic merge from branch-6.6ssjenka2017-10-111-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 burgrSimon Brandhof2017-10-101-4/+16
| |