Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-10881 Log flooding when a WS param is not an integer as expected | Simon Brandhof | 2018-06-14 | 2 | -5/+16 | |
| | ||||||
* | SONAR-10817 Cleanup of old editions | Eric Hartmann | 2018-06-12 | 1 | -161/+0 | |
| | ||||||
* | SONAR-10460 do not allow null character in scanner for issue message | Guillaume Jambet | 2018-06-08 | 1 | -1/+47 | |
| | ||||||
* | SONAR-10809 Analyzers need to declare whether a rule is external | Duarte Meneses | 2018-06-01 | 1 | -0/+46 | |
| | ||||||
* | SONAR-10673 Stop using font for icons (#252) | Stas Vilchik | 2018-05-23 | 1 | -3/+0 | |
| | ||||||
* | SONAR-10599 Synchronize login during authentication | Julien Lancelot | 2018-05-23 | 1 | -19/+39 | |
| | ||||||
* | Introduce Bitbucket Cloud Application | Julien HENRY | 2018-05-16 | 1 | -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 Lesaint | 2018-05-15 | 1 | -1/+3 | |
| | ||||||
* | SONAR-10661 fix vulnerability in ZipUtils#unzip() | Simon Brandhof | 2018-05-14 | 1 | -7/+34 | |
| | ||||||
* | SONAR-10594 add more tests for Configuration#getBoolean() | Simon Brandhof | 2018-05-10 | 1 | -0/+31 | |
| | ||||||
* | Fix Quality flaws | Simon Brandhof | 2018-05-10 | 2 | -6/+23 | |
| | ||||||
* | SONAR-10638 Create Java API for analyzers to report significant code | Duarte Meneses | 2018-05-09 | 2 | -2/+82 | |
| | ||||||
* | SONAR-10611 Serve .jpg and .jpeg as static resources | Teryk Bellahsene | 2018-05-03 | 1 | -1/+3 | |
| | ||||||
* | Fix tests | Duarte Meneses | 2018-04-26 | 1 | -2/+2 | |
| | ||||||
* | Fix quality issues | Duarte Meneses | 2018-04-26 | 1 | -0/+17 | |
| | ||||||
* | SONAR-10544 fix tests | Duarte Meneses | 2018-04-26 | 1 | -4/+4 | |
| | ||||||
* | SONAR-10543 Update test to v7.2 and remove descriptionUrl and ruleTitle from ↵ | Duarte Meneses | 2018-04-26 | 2 | -31/+0 | |
| | | | | scanner | |||||
* | SONAR-10543 Fix mandatory fields | Duarte Meneses | 2018-04-26 | 2 | -0/+26 | |
| | ||||||
* | SONAR-10543 Sensor Java API should allow to add external rule engine issues | Duarte Meneses | 2018-04-26 | 2 | -0/+149 | |
| | ||||||
* | Fix WS routing | Julien HENRY | 2018-04-04 | 1 | -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" metric | Simon Brandhof | 2018-03-28 | 1 | -2/+2 | |
| | ||||||
* | VSTS-141 Add VSTS Quality widget | Grégoire Aubert | 2018-03-26 | 1 | -4/+11 | |
| | ||||||
* | Don't use assumeTrue to not break the quality gate | Julien HENRY | 2018-03-14 | 1 | -8/+9 | |
| | ||||||
* | Fix tests on Windows | Julien HENRY | 2018-03-13 | 2 | -2/+3 | |
| | ||||||
* | Fix some Java compiler warnings | Simon Brandhof | 2018-03-12 | 9 | -21/+21 | |
| | ||||||
* | SONAR-10304 add deprecatedRuleKeys to RuleDefinition#Rule | Sébastien Lesaint | 2018-02-08 | 1 | -0/+106 | |
| | ||||||
* | SONAR-10290 Add ability to provide help message for identity providers | Julien Lancelot | 2018-02-07 | 1 | -8/+20 | |
| | ||||||
* | SONAR-10321 Add scope to rule definition API | Duarte Meneses | 2018-02-07 | 1 | -5/+5 | |
| | ||||||
* | SONAR-10321 Add scope to rule definition API | Duarte Meneses | 2018-02-07 | 1 | -0/+13 | |
| | ||||||
* | Add Java API Plugin.Context#getBootConfiguration() | Simon Brandhof | 2018-02-06 | 1 | -1/+9 | |
| | | | | | That allows plugins to check configuration when providing the list of extensions. | |||||
* | SONAR-10122 remove dead code in DefaultInputModule | Sébastien Lesaint | 2018-01-25 | 1 | -3/+0 | |
| | ||||||
* | Upgrade assertJ from 3.4.1 to 3.9.0 | Simon Brandhof | 2018-01-14 | 1 | -2/+2 | |
| | ||||||
* | SONAR-10138 remove deprecated API AbstractSumChildrenDecorator | Simon Brandhof | 2018-01-14 | 1 | -87/+0 | |
| | ||||||
* | Clean-up unused code of ResourceTypes | Simon Brandhof | 2018-01-09 | 1 | -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 PersistenceMode | Simon Brandhof | 2018-01-09 | 2 | -53/+0 | |
| | ||||||
* | Fix license headers for 2018 | Simon Brandhof | 2018-01-07 | 206 | -206/+206 | |
| | ||||||
* | SONAR-10223 add optional organization to PostProjectAnalysisTask | Sébastien Lesaint | 2018-01-05 | 1 | -3/+6 | |
| | ||||||
* | SONAR-10154 No streaming of web services response by default | Teryk Bellahsene | 2018-01-03 | 1 | -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 Gyerik | 2017-12-05 | 1 | -8/+20 | |
| | | | | from SCM root | |||||
* | SONAR-10116 Better scalability of loading of project measures | Daniel Schwarz | 2017-12-05 | 1 | -17/+0 | |
| | ||||||
* | Support build of SonarQube with JDK 9 | Simon Brandhof | 2017-11-23 | 2 | -51/+4 | |
| | ||||||
* | SONAR-10046 adding minimum length validation to Request api | Guillaume Jambet | 2017-11-09 | 1 | -0/+14 | |
| | ||||||
* | SONAR-10040 add maximum value to ws API | Julien Lancelot | 2017-11-08 | 2 | -1/+37 | |
| | ||||||
* | SONAR-10040 add length validation to Request api and api/projects/create | Julien Lancelot | 2017-11-08 | 2 | -0/+53 | |
| | ||||||
* | SONAR-9891 Add Analysis to PostProjectAnalysisTask.ProjectAnalysis | Eric Hartmann | 2017-10-17 | 1 | -1/+4 | |
| | ||||||
* | SONAR-7574 Allow to set log level to WARN or ERROR in API | Eric Hartmann | 2017-10-12 | 1 | -13/+10 | |
| | ||||||
* | SONAR-9930 improve naming in DefaultTempFolderTest | Simon Brandhof | 2017-10-11 | 1 | -18/+22 | |
| | ||||||
* | SONAR-9930 Noisy ERROR logs when failing to delete a temp directory that ↵ | Simon Brandhof | 2017-10-11 | 1 | -2/+32 | |
| | | | | does not exist | |||||
* | Fix two logger calls | Daniel Trebbien | 2017-10-10 | 1 | -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 notifications | Sébastien Lesaint | 2017-10-02 | 1 | -1/+2 | |
| |