aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-10881 Log flooding when a WS param is not an integer as expectedSimon Brandhof2018-06-142-5/+16
|
* SONAR-10817 Cleanup of old editionsEric Hartmann2018-06-121-161/+0
|
* SONAR-10460 do not allow null character in scanner for issue messageGuillaume Jambet2018-06-081-1/+47
|
* SONAR-10809 Analyzers need to declare whether a rule is externalDuarte Meneses2018-06-011-0/+46
|
* SONAR-10673 Stop using font for icons (#252)Stas Vilchik2018-05-231-3/+0
|
* SONAR-10599 Synchronize login during authenticationJulien Lancelot2018-05-231-19/+39
|
* Introduce Bitbucket Cloud ApplicationJulien HENRY2018-05-161-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-151-1/+3
|
* SONAR-10661 fix vulnerability in ZipUtils#unzip()Simon Brandhof2018-05-141-7/+34
|
* SONAR-10594 add more tests for Configuration#getBoolean()Simon Brandhof2018-05-101-0/+31
|
* Fix Quality flawsSimon Brandhof2018-05-102-6/+23
|
* SONAR-10638 Create Java API for analyzers to report significant codeDuarte Meneses2018-05-092-2/+82
|
* SONAR-10611 Serve .jpg and .jpeg as static resourcesTeryk Bellahsene2018-05-031-1/+3
|
* Fix testsDuarte Meneses2018-04-261-2/+2
|
* Fix quality issuesDuarte Meneses2018-04-261-0/+17
|
* SONAR-10544 fix testsDuarte Meneses2018-04-261-4/+4
|
* SONAR-10543 Update test to v7.2 and remove descriptionUrl and ruleTitle from ↵Duarte Meneses2018-04-262-31/+0
| | | | scanner
* SONAR-10543 Fix mandatory fieldsDuarte Meneses2018-04-262-0/+26
|
* SONAR-10543 Sensor Java API should allow to add external rule engine issuesDuarte Meneses2018-04-262-0/+149
|
* Fix WS routingJulien HENRY2018-04-041-0/+11
| | | | When a regular WS path is a suffix of a "ServletFilter" path, the regular WS can't be reached.
* SONAR-5812 Remove the "accessors" metricSimon Brandhof2018-03-281-2/+2
|
* VSTS-141 Add VSTS Quality widgetGrégoire Aubert2018-03-261-4/+11
|
* Don't use assumeTrue to not break the quality gateJulien HENRY2018-03-141-8/+9
|
* Fix tests on WindowsJulien HENRY2018-03-132-2/+3
|
* Fix some Java compiler warningsSimon Brandhof2018-03-129-21/+21
|
* SONAR-10304 add deprecatedRuleKeys to RuleDefinition#RuleSébastien Lesaint2018-02-081-0/+106
|
* SONAR-10290 Add ability to provide help message for identity providersJulien Lancelot2018-02-071-8/+20
|
* SONAR-10321 Add scope to rule definition APIDuarte Meneses2018-02-071-5/+5
|
* SONAR-10321 Add scope to rule definition APIDuarte Meneses2018-02-071-0/+13
|
* Add Java API Plugin.Context#getBootConfiguration()Simon Brandhof2018-02-061-1/+9
| | | | | That allows plugins to check configuration when providing the list of extensions.
* SONAR-10122 remove dead code in DefaultInputModuleSébastien Lesaint2018-01-251-3/+0
|
* Upgrade assertJ from 3.4.1 to 3.9.0Simon Brandhof2018-01-141-2/+2
|
* SONAR-10138 remove deprecated API AbstractSumChildrenDecoratorSimon Brandhof2018-01-141-87/+0
|
* Clean-up unused code of ResourceTypesSimon Brandhof2018-01-091-49/+0
| | | | | | This class should be dropped as no plugins provide new types anymore. That was used only by the developer cockpit plugin, which is end of life.
* Drop deprecated class PersistenceModeSimon Brandhof2018-01-092-53/+0
|
* Fix license headers for 2018Simon Brandhof2018-01-07206-206/+206
|
* SONAR-10223 add optional organization to PostProjectAnalysisTaskSébastien Lesaint2018-01-051-3/+6
|
* SONAR-10154 No streaming of web services response by defaultTeryk Bellahsene2018-01-031-27/+28
| | | | | | - most of the WS rely on protobuf with one encapsulating object. In effect, streaming is useless in this case - for WS relying on JsonWriter directly, if an exception was thrown when it has started writing, the WebServiceEngine error handling cannot work properly (clear response and format an error message with an appropriate HTTP response code) - a new factory method is added to JsonWriter to have a non streamable JsonWriter. The response is effectively written when the JsonWriter is closed
* SONAR-10153 Add ScmProvider methods to get last revision and relative paths ↵Janos Gyerik2017-12-051-8/+20
| | | | from SCM root
* SONAR-10116 Better scalability of loading of project measuresDaniel Schwarz2017-12-051-17/+0
|
* Support build of SonarQube with JDK 9Simon Brandhof2017-11-232-51/+4
|
* SONAR-10046 adding minimum length validation to Request apiGuillaume Jambet2017-11-091-0/+14
|
* SONAR-10040 add maximum value to ws APIJulien Lancelot2017-11-082-1/+37
|
* SONAR-10040 add length validation to Request api and api/projects/createJulien Lancelot2017-11-082-0/+53
|
* SONAR-9891 Add Analysis to PostProjectAnalysisTask.ProjectAnalysisEric Hartmann2017-10-171-1/+4
|
* SONAR-7574 Allow to set log level to WARN or ERROR in APIEric Hartmann2017-10-121-13/+10
|
* SONAR-9930 improve naming in DefaultTempFolderTestSimon Brandhof2017-10-111-18/+22
|
* SONAR-9930 Noisy ERROR logs when failing to delete a temp directory that ↵Simon Brandhof2017-10-111-2/+32
| | | | does not exist
* Fix two logger callsDaniel Trebbien2017-10-101-2/+2
| | | | | | | | | | | One logger call was using incorrect syntax for a formatting anchor ('%s' should be '{}'). The other logger call had three formatting anchors, but only passed two values. These issues were found by SLF4J Helper for NetBeans IDE: http://plugins.netbeans.org/plugin/72557/
* SONAR-9771 add property email.fromName and use it in email notificationsSébastien Lesaint2017-10-021-1/+2
|