aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-11185 Allow portfolio to define projects by tagsJulien Lancelot2018-09-072-1/+50
| | | | | | | | * SONAR-11199 Allow selection of no project mode * Add tags in views definition * Create api/views/set_tags_mode * Return tags mode in api/views/show * Take into account tags during portfolio computation
* Improve performance SonarLintDuarte Meneses2018-08-271-1/+3
|
* remove useless array copy in ListInterceptorSébastien Lesaint2018-08-211-2/+1
|
* SONAR-8368 move package org.sonar.api.issue.condition to server-commonSébastien Lesaint2018-08-2112-520/+0
|
* SONAR-11169 make log interceptor concurrent and thread safeSébastien Lesaint2018-08-212-19/+19
|
* SONAR-11169 add ability to verify log argumentsSébastien Lesaint2018-08-214-18/+123
|
* Fix performance hotspot sonarlintDuarte Meneses2018-08-071-8/+7
|
* SONAR-11077 add statistics to CE SendIssueNotificationsStepSimon Brandhof2018-08-021-1/+2
|
* SONAR-11073 Remove trailing slash in "Server base URL"Julien HENRY2018-08-023-3/+24
| | | | To fix Bitbucket/GitHub oauth, and probably many other places
* SONAR-11072 Allow customization of request parameter used to check CSRF stateJulien Lancelot2018-07-311-0/+10
|
* SONAR-11064 drop metric comment_lines_dataSimon Brandhof2018-07-301-155/+179
|
* Fix Quality flawsSimon Brandhof2018-07-251-31/+6
|
* Revert "SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin ↵Duarte Meneses2018-07-195-79/+6
| | | | | | classloader" This reverts commit 4dcb5245f1147048d122ff2d335a6b5b7364c565.
* SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloaderJulien HENRY2018-07-175-6/+79
|
* Remove security hotspot measuresJanos Gyerik2018-07-171-39/+0
|
* SONAR-11026 Deprecate ProjectIssues and AnalysisModeJulien HENRY2018-07-174-7/+16
|
* SONAR-10986 Extend RulesDefinitions API to support security standards (API only)Janos Gyerik2018-07-092-0/+41
|
* fix varargs and unchecked called warningsSébastien Lesaint2018-07-091-2/+2
|
* SONAR-10887 Create a new permission: Administer Security HotspotsJulien HENRY2018-07-041-0/+5
|
* SONAR-10875 Add 2 new measures for security hotspots (#394)Janos Gyerik2018-07-041-0/+39
| | | | | | | | | | * Declare 2 new metrics * Add 2 new metrics to live measures * Add 2 new metrics in governance * Add counts for 2 new metrics
* SONAR-10874 New issue transitions for security hotspotsJulien HENRY2018-07-041-1/+12
|
* SONAR-10867 Add security hotspot new issue typeJulien HENRY2018-07-042-4/+4
|
* SONAR-10138 Remove support for API < 5.6Duarte Meneses2018-06-29133-9642/+11
|
* SONAR-10816 Create WS to administrate applicationsJulien Lancelot2018-06-291-1/+1
|
* SONARCLOUD-62 Move /sq/* pages and terms.pdf (#382)Stas Vilchik2018-06-212-6/+6
| | | | | | | | | * extract SonarCloudPage * add "As a Service" page * add "Branch analysis & PR decoration" page * add "SonarLint integration" page * add VSTS page * Move terms.pdf
* SONAR-10881 Log flooding when a WS param is not an integer as expectedSimon Brandhof2018-06-143-6/+17
|
* SONAR-10817 Cleanup of old editionsEric Hartmann2018-06-122-304/+0
|
* Fix javadoc and quality issueDuarte Meneses2018-06-111-2/+1
|
* SONAR-10201 Expose issue precise location in the FilterableIssue APIDuarte Meneses2018-06-111-0/+12
|
* SONAR-10460 do not allow null character in scanner for issue messageGuillaume Jambet2018-06-082-4/+71
|
* SONAR-10809 Analyzers need to declare whether a rule is externalDuarte Meneses2018-06-012-5/+84
|
* SONAR-10661 minimize normalize callsSébastien Lesaint2018-05-291-6/+7
|
* 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
|