aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
Commit message (Collapse)AuthorAgeFilesLines
* NO-JIRA remove --no-daemon from travisshisheng-12022-05-051-4/+4
|
* BUILD-1457 report failure to BurgrJulien Carsique2022-03-301-22/+6
| | | | | Move passed build notification to Burgr at the end (after build, analysis and iris) Report build failure to Burgr
* BUILD-1414 Push QAGate and build statuses to Burgr for SonarQube built on ↵Julien Carsique2022-03-171-14/+68
| | | | | | | | | Travis (#5593) * BUILD-1414 push QAGate status * BUILD-1414 push build status * chore: update travis-utils to v61
* [NO JIRA] Update key for public SQ repositoryJeremy Davis2022-02-181-2/+2
|
* [NO JIRA] Analyse SonarQube on NEXTJeremy Davis2022-02-171-7/+5
|
* [NO-JIRA] Generate and consume frontend code coverage reportsPhilippe Perrin2022-02-071-39/+23
|
* [NO-JIRA] Fix public repository web testingPhilippe Perrin2022-02-031-1/+1
|
* [NO-JIRA] Fix Travis buildJeremy Davis2021-10-011-1/+1
|
* SONAR-13259 Fix branch analysis on Travis CI for public repoWouter Admiraal2020-03-271-5/+14
|
* increase analysis log levelSébastien Lesaint2020-03-051-1/+1
|
* BUILD-753 Migrate IRIS task to TravisWouter Admiraal2020-02-261-0/+4
|
* 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
|