aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-10690 move deprecated views task to public scannerSimon Brandhof2018-06-123-1/+103
|
* SONAR-10690 add Core Extension support in SonarQubeSébastien Lesaint2018-06-128-28/+209
|
* SONAR-10464 Improve error message when passing a wrong organization during ↵Duarte Meneses2018-06-112-7/+34
| | | | the analysis
* SONAR-10201 Expose issue precise location in the FilterableIssue APIDuarte Meneses2018-06-112-1/+24
|
* SONAR-10542 Deprecation warning always logged when using generic test ↵Duarte Meneses2018-06-119-47/+117
| | | | execution/coverage
* SONAR-10206 Allow to configure the location where scanner writes report-task.txtDuarte Meneses2018-06-1112-154/+306
|
* SONAR-10467 scanner report link support branches and pull requestsGuillaume Jambet2018-06-062-18/+160
|
* SONAR-9396 remove usage of dashboard/index<project_key> in scanner reportGuillaume Jambet2018-06-062-15/+23
|
* SONAR-10658 Prevent Scanner Context from being too bigJulien HENRY2018-05-252-15/+40
|
* Introduce Bitbucket Cloud ApplicationJulien HENRY2018-05-161-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* SONAR-10591 do not instantiate class PluginWSCommonsSimon Brandhof2018-05-111-54/+0
|
* SONAR-10591 drop module sonar-homeSimon Brandhof2018-05-117-7/+148
|
* SONAR-10591 scanner uses WS api/plugins/downloadSimon Brandhof2018-05-1114-287/+804
|
* SONAR-10591 Remove unused code in sonar-homeSimon Brandhof2018-05-112-5/+8
|
* Fix Quality flawsSimon Brandhof2018-05-101-5/+5
|
* SONAR-10638 Create Java API for analyzers to report significant codeDuarte Meneses2018-05-095-1/+128
|
* SONAR-10648 Fix InputFile::relativePath for global sensorsJulien HENRY2018-04-275-7/+22
| | | | SensorStrategy was wrongly instanciated once per module, while it was supposed to be a project level singleton.
* SONAR-10543 Fix external issues effortDuarte Meneses2018-04-265-3/+9
|
* SONAR-10544 Set effort for external issuesDuarte Meneses2018-04-266-7/+102
|
* Fix testsDuarte Meneses2018-04-264-13/+21
|
* Fix quality issuesDuarte Meneses2018-04-263-24/+56
|
* SONAR-10544 fix testsDuarte Meneses2018-04-263-0/+5
|
* SONAR-10551 Import issues from external rule engines from generic reportDuarte Meneses2018-04-2618-3/+909
|
* SONAR-10543 Update test to v7.2 and remove descriptionUrl and ruleTitle from ↵Duarte Meneses2018-04-263-16/+2
| | | | scanner
* SONAR-10588 Don't import external issues in preview modeDuarte Meneses2018-04-263-4/+116
|
* SONAR-10544 Fix tests handling of external rulesDuarte Meneses2018-04-261-1/+1
|
* SONAR-10543 Fix mandatory fieldsDuarte Meneses2018-04-262-1/+3
|
* SONAR-10543 Sensor Java API should allow to add external rule engine issuesDuarte Meneses2018-04-268-5/+137
|
* SONAR-10202 Can't override Long-lived branch property regex from the scanner ↵Duarte Meneses2018-04-052-33/+56
| | | | side when project-specific regex is set on server side
* SONAR-10061 Log the value of project baseDir at the beginning of scanner ↵Duarte Meneses2018-04-041-0/+1
| | | | execution
* SONAR-10509 Use BufferedOutputStream when writing source in the scanner reportDuarte Meneses2018-04-042-6/+14
|
* Fix publicationDavid Rautureau2018-04-041-4/+0
|
* Fix buildDavid Rautureau2018-04-041-0/+4
|
* BUILD-630 Generate javadoc ad sources jars with Gradle only on release branchesDavid Rautureau2018-04-041-2/+4
|
* BUILD-612 Implement the check of source headersDavid Rautureau2018-04-041-0/+4
|
* SONAR-10489 stop filtering x-file locations in scannerStas Vilchik2018-03-272-29/+0
|
* Fix gradle configurationJulien Lancelot2018-03-221-1/+2
|
* BRANCH-55 Fix bug with multiple pr with same branch name (#8)Janos Gyerik2018-03-223-10/+101
| | | | | | | | | | | * Add PullRequestInfo.analysisDate * When multiple PR by branch name, pick by the latest analysis date * Do not obfuscate ProjectPullRequestsLoaderImpl * Add test for pull request on pull request based on a non-main long branch
* Drop unused jetty-server in sonar-scanner-engine testsSimon Brandhof2018-03-152-126/+0
|
* Don't use assumeTrue to not break the quality gateJulien HENRY2018-03-141-12/+14
|
* MMF-1134 Make pull request a 1st class citizenTeryk Bellahsene2018-03-1334-98/+619
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix tests on WindowsJulien HENRY2018-03-135-40/+45
|
* Fix some Java compiler warningsSimon Brandhof2018-03-1228-50/+50
|
* Add missing dependencies in sonar-scanner-engineSimon Brandhof2018-03-091-2/+6
|
* Move To GradleDavid Rautureau2018-03-092-165/+63
|
* SONAR-10345 Remove old webhook UI in the settingsGuillaume Jambet2018-03-011-3/+2
|
* SONAR-10299 Drop the project link "developer connection"Julien Lancelot2018-02-202-2/+2
|
* SONAR-10071 Omit stack trace when SCM provider autodetection failedDuarte Meneses2018-02-091-1/+2
|
* Add Java API Plugin.Context#getBootConfiguration()Simon Brandhof2018-02-062-13/+18
| | | | | That allows plugins to check configuration when providing the list of extensions.
* SONAR-10288 move multivalue property parsing to sonar-coreSébastien Lesaint2018-01-256-428/+5
|