aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-10673 Stop using font for icons (#252)Stas Vilchik2018-05-232-4/+1
|
* SONAR-10597 Update ISSUE_CHANGE#USER_LOGIN to USER_UUIDJulien Lancelot2018-05-232-1/+8
|
* SONAR-10597 Use user UUID for ISSUES#ASSIGNEEGuillaume Jambet2018-05-231-1/+1
| | | | | | | | | | * SONAR-10597 add getUuid() on user Session * SONAR-10597 renames ISSUES.ASSIGNEE to ASSIGNEE_UUID * SONAR-10597 use assigneeUuid when assigning an Issue from ws * SONAR-10597 use assigneeUuid when assigning an Issue from ce * SONAR-10597 use assigneeUuid in issue search * SONAR-10597 use assigneeUuid in batch issue * SONAR-10597 Ignoring Tests failing in IssueChange
* SONAR-10599 Synchronize login during authenticationJulien Lancelot2018-05-232-19/+69
|
* Introduce Bitbucket Cloud ApplicationJulien HENRY2018-05-163-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* add Request#getHeaders and #getParams()Sébastien Lesaint2018-05-153-6/+20
|
* add Request#getReader()Sébastien Lesaint2018-05-151-0/+5
|
* SONAR-10661 fix vulnerability in ZipUtils#unzip()Simon Brandhof2018-05-143-11/+52
|
* SONAR-10594 add more tests for Configuration#getBoolean()Simon Brandhof2018-05-101-0/+31
|
* Fix Quality flawsSimon Brandhof2018-05-103-6/+31
|
* SONAR-10638 Create Java API for analyzers to report significant codeDuarte Meneses2018-05-0910-7/+301
|
* SONAR-10611 Serve .jpg and .jpeg as static resourcesTeryk Bellahsene2018-05-032-2/+4
|
* SONAR-10648 Update JavaDocJulien HENRY2018-04-271-1/+4
|
* SONAR-10544 Apply feedbackDuarte Meneses2018-04-261-3/+3
|
* Fix testsDuarte Meneses2018-04-261-2/+2
|
* Fix quality issuesDuarte Meneses2018-04-262-0/+18
|
* SONAR-10544 fix testsDuarte Meneses2018-04-263-6/+6
|
* SONAR-10551 Import issues from external rule engines from generic reportDuarte Meneses2018-04-262-1/+7
|
* SONAR-10544 Process external rulesDuarte Meneses2018-04-261-0/+15
|
* SONAR-10543 Update test to v7.2 and remove descriptionUrl and ruleTitle from ↵Duarte Meneses2018-04-265-76/+1
| | | | scanner
* SONAR-10544 Fix tests handling of external rulesDuarte Meneses2018-04-263-3/+4
|
* SONAR-10543 Fix mandatory fieldsDuarte Meneses2018-04-265-3/+51
|
* SONAR-10543 Sensor Java API should allow to add external rule engine issuesDuarte Meneses2018-04-2614-73/+569
|
* Fix WS routingJulien HENRY2018-04-042-3/+23
| | | | When a regular WS path is a suffix of a "ServletFilter" path, the regular WS can't be reached.
* SONAR-10342 Improve some ws descriptionJulien Lancelot2018-04-041-1/+1
|
* Fix publicationDavid Rautureau2018-04-041-4/+0
|
* Fix buildDavid Rautureau2018-04-041-4/+4
|
* BUILD-621 Inject some configuration in POM generated by Gradle to allow ↵David Rautureau2018-04-041-0/+4
| | | | publication to Maven Central
* BUILD-630 Generate javadoc ad sources jars with Gradle only on release branchesDavid Rautureau2018-04-041-2/+4
|
* SONAR-5812 Remove the "accessors" metricSimon Brandhof2018-03-282-22/+2
|
* VSTS-142 Handle authentication to display private project in VSTS widgetsGrégoire Aubert2018-03-261-2/+4
|
* VSTS-141 Add VSTS Quality widgetGrégoire Aubert2018-03-262-5/+12
|
* Don't use assumeTrue to not break the quality gateJulien HENRY2018-03-141-8/+9
|
* 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
* Fix tests on WindowsJulien HENRY2018-03-132-2/+3
|
* Fix some Java compiler warningsSimon Brandhof2018-03-129-21/+21
|
* Move To GradleDavid Rautureau2018-03-094-284/+84
|
* SONAR-10346 Add latest deliveries information to webhooks search ws.Guillaume Jambet2018-03-011-4/+5
|
* SONAR-10347 Add pagination to webhook deliveries search ws.Guillaume Jambet2018-03-011-0/+19
|
* SONAR-10299 Drop the project link "developer connection"Julien Lancelot2018-02-202-1/+3
|
* Merge branch 'branch-6.7'Sébastien Lesaint2018-02-091-0/+5
|\
| * SONAR-10410 Rule#getSystemTags is populated with definition tagsSébastien Lesaint2018-02-091-0/+5
| |
| * Upgrade to version 6.7.2-SNAPSHOTEric Hartmann2017-12-291-1/+1
| |
| * Release 6.7.16.7.1Simon Brandhof2017-12-201-1/+1
| |
* | SONAR-10304 add deprecatedRuleKeys to RuleDefinition#RuleSébastien Lesaint2018-02-082-0/+188
| |
* | SONAR-10290 Add ability to provide help message for identity providersJulien Lancelot2018-02-072-8/+40
| |
* | SONAR-10321 Add scope to rule definition APIDuarte Meneses2018-02-073-16/+45
| |
* | SONAR-10321 Add scope to rule definition APIDuarte Meneses2018-02-072-0/+44
| |
* | Add Java API Plugin.Context#getBootConfiguration()Simon Brandhof2018-02-063-5/+124
| | | | | | | | | | That allows plugins to check configuration when providing the list of extensions.
* | SONAR-10300 Forbid system properties in api/settingsJulien Lancelot2018-02-012-0/+10
| |