Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove reference to sonar-vsts from build | philippe-perrin-sonarsource | 2019-09-23 | 1 | -1/+0 |
| | |||||
* | Do not disable recording of code coverage in builds outside of CI | Evgeny Mandrikov | 2019-06-04 | 1 | -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 script | Janos Gyerik | 2019-05-31 | 1 | -2/+4 |
| | |||||
* | Fix Travis build on external pull requests | Simon Brandhof | 2019-05-31 | 1 | -7/+10 |
| | |||||
* | Double-quote variables used in command arguments in Bash | Janos Gyerik | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | Upgrade travis-utils to version 55 | Julien Lancelot | 2019-03-08 | 1 | -1/+1 |
| | |||||
* | Use travis way of retrieving latest oracle JDK8 | Tom | 2018-11-27 | 1 | -30/+0 |
| | |||||
* | Travis build on unshallowed clone for full analysis of SQ in SonarCloud | Tom | 2018-11-27 | 1 | -0/+1 |
| | |||||
* | Upgrade Travis to download JDK 8u191 | Eric Hartmann | 2018-10-25 | 1 | -2/+2 |
| | |||||
* | Enable SonarCloud analysis for sonarqube public repos | Tom | 2018-10-11 | 1 | -2/+7 |
| | |||||
* | Move bitbucket cloud connect app in private module | Grégoire Aubert | 2018-08-20 | 1 | -1/+0 |
| | |||||
* | Fix installation of JDK 8 on Travis | Simon Brandhof | 2018-07-20 | 1 | -6/+15 |
| | |||||
* | Fix JDK download URL (final fix) | Julien Lancelot | 2018-07-20 | 1 | -2/+2 |
| | |||||
* | Fix JDK download URL (new try) | Julien Lancelot | 2018-07-19 | 1 | -2/+2 |
| | |||||
* | Fix JDK download URL | Julien Lancelot | 2018-07-18 | 1 | -1/+1 |
| | |||||
* | [scripts] declare bash function in portable fashion | Sébastien Lesaint | 2018-06-12 | 1 | -4/+4 |
| | |||||
* | [scripts] use a more portable bash shebang | Sébastien Lesaint | 2018-06-12 | 1 | -1/+1 |
| | |||||
* | Introduce Bitbucket Cloud Application | Julien HENRY | 2018-05-16 | 1 | -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 Travis | Simon Brandhof | 2018-05-03 | 1 | -6/+6 |
| | |||||
* | Fix build | David Rautureau | 2018-04-04 | 1 | -67/+1 |
| | |||||
* | Build on cix [skip ci] | David Rautureau | 2018-04-04 | 1 | -25/+2 |
| | |||||
* | BUILD-630 Generate javadoc ad sources jars with Gradle only on release branches | David Rautureau | 2018-04-04 | 1 | -4/+4 |
| | |||||
* | VSTS-141 Move vsts integration to it's own module | Grégoire Aubert | 2018-03-26 | 1 | -1/+2 |
| | |||||
* | Avoid Travis timeout when no logs are printed during 10 minutes | Simon Brandhof | 2018-03-22 | 1 | -2/+7 |
| | |||||
* | Try travis keepalive | Simon Brandhof | 2018-03-22 | 1 | -6/+8 |
| | |||||
* | Avoid Travis from failing if no logs during build of sonar-server | Simon Brandhof | 2018-03-22 | 1 | -0/+7 |
| | |||||
* | Re-enable analysis | Simon Brandhof | 2018-03-22 | 1 | -5/+3 |
| | |||||
* | Public commits should only trigger Travis build | Simon Brandhof | 2018-03-22 | 1 | -1/+4 |
| | | | | No analysis, no QA | ||||
* | Enable deployment of artifacts on release branches | David Rautureau | 2018-03-22 | 1 | -4/+4 |
| | |||||
* | Single Gradle build for SQ and core plugins | Simon Brandhof | 2018-03-22 | 1 | -3/+5 |
| | |||||
* | MMF-1134 Make pull request a 1st class citizen | Teryk Bellahsene | 2018-03-13 | 1 | -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 Gradle | David Rautureau | 2018-03-09 | 1 | -105/+21 |
| | |||||
* | SONAR-10365 Analyze pull request as 1st class citizen | Teryk Bellahsene | 2018-03-08 | 1 | -5/+4 |
| | |||||
* | Apply release profile also on internal PR | Julien HENRY | 2018-02-26 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |