Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NO-JIRA remove --no-daemon from travis | shisheng-1 | 2022-05-05 | 1 | -4/+4 |
| | |||||
* | BUILD-1457 report failure to Burgr | Julien Carsique | 2022-03-30 | 1 | -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 Carsique | 2022-03-17 | 1 | -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 repository | Jeremy Davis | 2022-02-18 | 1 | -2/+2 |
| | |||||
* | [NO JIRA] Analyse SonarQube on NEXT | Jeremy Davis | 2022-02-17 | 1 | -7/+5 |
| | |||||
* | [NO-JIRA] Generate and consume frontend code coverage reports | Philippe Perrin | 2022-02-07 | 1 | -39/+23 |
| | |||||
* | [NO-JIRA] Fix public repository web testing | Philippe Perrin | 2022-02-03 | 1 | -1/+1 |
| | |||||
* | [NO-JIRA] Fix Travis build | Jeremy Davis | 2021-10-01 | 1 | -1/+1 |
| | |||||
* | SONAR-13259 Fix branch analysis on Travis CI for public repo | Wouter Admiraal | 2020-03-27 | 1 | -5/+14 |
| | |||||
* | increase analysis log level | Sébastien Lesaint | 2020-03-05 | 1 | -1/+1 |
| | |||||
* | BUILD-753 Migrate IRIS task to Travis | Wouter Admiraal | 2020-02-26 | 1 | -0/+4 |
| | |||||
* | 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 |
| |