Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix javadoc errors | Julien HENRY | 2016-04-11 | 83 | -296/+296 |
| | |||||
* | Fix some Javadoc warnings | Simon Brandhof | 2016-04-11 | 4 | -6/+4 |
| | |||||
* | Improve javadoc | Julien HENRY | 2016-04-11 | 4 | -0/+8 |
| | | | | Make some annotations visible on annotated type in Javadoc | ||||
* | Change return type of Plugin#getSonarQubeVersion() | Simon Brandhof | 2016-04-11 | 1 | -10/+26 |
| | | | | and improve Javadoc | ||||
* | SONAR-6948 Ability for Java server extensions to call web services | Simon Brandhof | 2016-04-07 | 7 | -22/+152 |
| | |||||
* | fix quality flaws | Sébastien Lesaint | 2016-04-06 | 1 | -18/+17 |
| | |||||
* | SONAR-7488 add PostProjectAnalysisTaskTester | Sébastien Lesaint | 2016-04-06 | 2 | -0/+542 |
| | |||||
* | SONAR-7488 add API PostTask | Sébastien Lesaint | 2016-04-06 | 5 | -0/+334 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2016-04-06 | 1 | -4/+19 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2016-04-06 | 2 | -2/+4 |
| | |||||
* | SONAR-6717 Drop issue.Action API | Teryk Bellahsene | 2016-03-31 | 4 | -217/+0 |
| | |||||
* | Revert "SONAR-7122 Drop the ability to customize the web app context" | Julien Lancelot | 2016-03-31 | 1 | -4/+0 |
| | | | | | | This reverts commit 8f7a9ad479a219fc22ac729a23f220e450c572b7. SONAR-7494 Reintroduce the web app context | ||||
* | Fix quality flaws | Simon Brandhof | 2016-03-31 | 2 | -1/+25 |
| | |||||
* | Fix default mime type of ProfileExporter | Simon Brandhof | 2016-03-31 | 1 | -1/+1 |
| | | | | "plain/text" is not a valid type. It must be "text/plain" | ||||
* | SONAR-7458 Expose SQ Version in SensorContext | Julien HENRY | 2016-03-30 | 5 | -9/+117 |
| | |||||
* | SONAR-7470 Drop ability to manage manual rules from backend | Julien Lancelot | 2016-03-29 | 1 | -1/+10 |
| | |||||
* | SONAR-7473 Drop 'reporter' field from backend | Julien Lancelot | 2016-03-29 | 2 | -2/+6 |
| | |||||
* | SONAR-7441 add ComputeEngineSide annotation where applicable | Sébastien Lesaint | 2016-03-29 | 43 | -107/+155 |
| | |||||
* | SONAR-7441 add annotation ComputeEngineSide | Sébastien Lesaint | 2016-03-29 | 2 | -0/+61 |
| | |||||
* | SONAR-7467 Drop/deprecate action plan API | Teryk Bellahsene | 2016-03-25 | 2 | -58/+4 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2016-03-24 | 1 | -7/+5 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2016-03-24 | 1 | -4/+5 |
| | |||||
* | SONAR-7368 Deprecate quality_profiles measure and add data in scanner report | Julien HENRY | 2016-03-24 | 1 | -0/+4 |
| | |||||
* | Update scanner report to protobuf 3 (imply SONAR-7497) | Julien HENRY | 2016-03-23 | 1 | -88/+88 |
| | |||||
* | SONAR-6717 Drop support of plugin extension issue action | Teryk Bellahsene | 2016-03-23 | 2 | -0/+4 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2016-03-23 | 1 | -1/+1 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2016-03-22 | 2 | -2/+2 |
| | |||||
* | SONAR-7448 Allow groups synchronization in IdentityProvider API | Julien Lancelot | 2016-03-22 | 2 | -4/+109 |
| | |||||
* | SONAR-7389 Support CPD exclusions in new API | Julien HENRY | 2016-03-22 | 2 | -2/+33 |
| | |||||
* | SONAR-7487 Drop support of properties sonar.skippedModules and ↵ | Julien HENRY | 2016-03-22 | 1 | -13/+0 |
| | | | | sonar.includedModules | ||||
* | SONAR-6732 CE must load Settings from DB for each worker | Sébastien Lesaint | 2016-03-21 | 1 | -3/+3 |
| | | | | | renamed ServerSettings to WebServerSettings and extract from it a ServerSetting interface to be able to easily provide separte implementations for Web Server and CE) CE Server implementation is called ComputeEngineSettings which supports loading up to date Settings for a specific worker using delegation and a ThreadLocal | ||||
* | SONAR-7254 Create task to feed user.local | Julien Lancelot | 2016-03-21 | 1 | -0/+2 |
| | |||||
* | SONAR-7375 WS api/rules/search use SearchWsRequest in SearchAction | Teryk Bellahsene | 2016-03-18 | 1 | -0/+1 |
| | |||||
* | SONAR-7459 new interface org.sonar.api.Plugin | Simon Brandhof | 2016-03-18 | 3 | -2/+145 |
| | | | | It allows to check version of SonarQube to filter extensions | ||||
* | SONAR-7389 Improve testability | Julien HENRY | 2016-03-17 | 1 | -0/+7 |
| | |||||
* | Drop API ViolationQuery as it's deprecated since 3.6 | Simon Brandhof | 2016-03-17 | 1 | -102/+0 |
| | |||||
* | SONAR-7458 new component org.sonar.api.SonarQubeVersion | Simon Brandhof | 2016-03-16 | 2 | -2/+165 |
| | |||||
* | SONAR-7458 new component org.sonar.api.utils.Version | Simon Brandhof | 2016-03-16 | 1 | -0/+161 |
| | |||||
* | Add org.sonar.api.utils.System2#getResource(name) | Simon Brandhof | 2016-03-16 | 1 | -6/+13 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2016-03-16 | 1 | -3/+5 |
| | |||||
* | SONAR-7414 Change Sensor API to update Issue#effortToFix to Issue#gap | Julien HENRY | 2016-03-16 | 4 | -6/+41 |
| | |||||
* | SONAR-7416 Deprecate CPDMapping extension point | Julien HENRY | 2016-03-16 | 1 | -3/+4 |
| | |||||
* | SONAR-7444 Provide an UnauthorizedException to display functional error | Julien Lancelot | 2016-03-16 | 1 | -0/+58 |
| | |||||
* | SONAR-7389 Add new Sensor API to provide duplication tokens | Julien HENRY | 2016-03-15 | 9 | -29/+216 |
| | |||||
* | SONAR-6719 Wrong casing when indexing individual files lead to issue during ↵ | Duarte Meneses | 2016-03-15 | 1 | -1/+6 |
| | | | | scm blame | ||||
* | Drop commons-collections | Simon Brandhof | 2016-03-13 | 6 | -91/+107 |
| | |||||
* | Complete documentation of org.sonar.api.config.Settings | Simon Brandhof | 2016-03-11 | 1 | -1/+10 |
| | | | | | - missing some @CheckForNull - add javadoc to method getProperties() | ||||
* | SONAR-7343 Change metric SQALE Rating to Maintainability Rating in the UI | Teryk Bellahsene | 2016-03-10 | 1 | -1/+1 |
| | |||||
* | SONAR-7453 Rename rules remediation function fields in API | Julien Lancelot | 2016-03-10 | 5 | -91/+177 |
| | |||||
* | SONAR-7345 Rename Issue debt to effort in API | Julien Lancelot | 2016-03-10 | 3 | -17/+66 |
| |