Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prepare for next development iteration on release branch | Tom | 2016-05-27 | 1 | -1/+1 |
| | |||||
* | release 5.6-RC2 | Tom | 2016-05-27 | 1 | -1/+1 |
| | |||||
* | prepare for next development iteration on release branch | Tom | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | Release 5.6-RC1 | Tom | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2016-05-19 | 2 | -19/+10 |
| | |||||
* | SONAR-6806 Add component key as tooltip of the file name link | Julien HENRY | 2016-05-18 | 1 | -1/+1 |
| | |||||
* | SONAR-7278 show message from response if HTTP 400 | Sébastien Lesaint | 2016-05-18 | 2 | -3/+20 |
| | |||||
* | Fix test FP | Duarte Meneses | 2016-05-18 | 1 | -4/+5 |
| | |||||
* | Fix test FP | Duarte Meneses | 2016-05-18 | 1 | -0/+4 |
| | |||||
* | Improve unit test coverage | Julien HENRY | 2016-05-17 | 1 | -0/+26 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2016-05-17 | 1 | -1/+1 |
| | |||||
* | Improve quality | Duarte Meneses | 2016-05-13 | 2 | -0/+3 |
| | |||||
* | SONAR-6806 Show component key as tooltip to help identify original source file | Julien HENRY | 2016-05-13 | 2 | -7/+9 |
| | |||||
* | SONAR-7626 Deprecate issues report (html/console) feature | Duarte Meneses | 2016-05-13 | 3 | -0/+23 |
| | |||||
* | SONAR-7367 Remove code previously used by SonarLint | Duarte Meneses | 2016-05-13 | 82 | -3152/+408 |
| | |||||
* | SONAR-6868 Fix HTML report when rule message is too long | Julien HENRY | 2016-05-13 | 1 | -1/+0 |
| | |||||
* | SONAR-7464 Optimize NCLOC_DATA and COMMENT_LINES_DATA | Julien HENRY | 2016-05-13 | 5 | -104/+176 |
| | |||||
* | SONAR-6514 Unexpected behavior when one module id is 'sonar' | Julien HENRY | 2016-05-13 | 3 | -1/+27 |
| | |||||
* | SONAR-6807 In the issues report, show the rule key | Julien HENRY | 2016-05-13 | 2 | -2/+18 |
| | |||||
* | SONAR-7109 remove default value of property sonar.core.serverBaseURL | Sébastien Lesaint | 2016-05-12 | 1 | -2/+1 |
| | |||||
* | SONAR-7512 Backport ability to use line/offset on Symbolizable API | Julien HENRY | 2016-05-12 | 2 | -0/+22 |
| | |||||
* | SONAR-7509 Backport on old API to ease migration | Julien HENRY | 2016-05-12 | 1 | -0/+13 |
| | |||||
* | SONAR-7636 Deprecate org.sonar.api.measures.Measure + many small API ↵ | Julien HENRY | 2016-05-12 | 5 | -17/+18 |
| | | | | improvements | ||||
* | SONAR-7612 Apply feedback | Julien HENRY | 2016-05-12 | 2 | -5/+23 |
| | |||||
* | SONAR-7612 Improve documentation and SensorContextTester | Julien HENRY | 2016-05-12 | 5 | -12/+10 |
| | |||||
* | SONAR-7612 Move new Sensor API out of @Beta | Julien HENRY | 2016-05-12 | 4 | -60/+15 |
| | |||||
* | SONAR-6897 Precise if scm data should be copied | Julien HENRY | 2016-05-11 | 2 | -9/+30 |
| | | | | | In scanner report and for each file we will now explicitely request compute engine to copy previous SCM data. | ||||
* | SONAR-7523 Improve log output in case of error during SCM step | Julien HENRY | 2016-05-10 | 4 | -23/+16 |
| | |||||
* | SONAR-7512 New symbol reference API | Julien HENRY | 2016-05-10 | 9 | -178/+205 |
| | |||||
* | SONAR-7509 Highlighting API should work with ranges (line/offset) | Julien HENRY | 2016-05-10 | 1 | -2/+15 |
| | |||||
* | SONAR-7598 Hide sensitive properties in scanner report for global properties | Julien HENRY | 2016-05-10 | 2 | -4/+22 |
| | |||||
* | SONAR-7595 Issues are not closed in some block move conditions | Simon Brandhof | 2016-05-09 | 1 | -3/+4 |
| | |||||
* | Fix overzealous condition | Duarte Meneses | 2016-04-28 | 1 | -1/+1 |
| | |||||
* | Automatic merge from branch-5.5 | Jenkins CI | 2016-04-12 | 3 | -3/+5 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-5.5: QA: enable deploy on branch-* add l10n names for reliability_rating and security_rating Add PropertiesDao.deleteById SONAR-7533 Hide sonar.login property in analysis.log sent in the scanner report SONAR-7238 do not display identity provider details when it is "sonarqube" fix bug which prevents to add a quality gate condition for "new_" metric SONAR-7402 clicking on project bubble brings to the project page Fix javadoc errors Exclude protobuf code from SQ analysis Fix some Javadoc warnings Improve javadoc Change return type of Plugin#getSonarQubeVersion() | ||||
| * | SONAR-7533 Hide sonar.login property in analysis.log sent in the scanner report | Julien HENRY | 2016-04-11 | 2 | -1/+4 |
| | | |||||
| * | Change return type of Plugin#getSonarQubeVersion() | Simon Brandhof | 2016-04-11 | 1 | -2/+1 |
| | | | | | | | | and improve Javadoc | ||||
| * | SONAR-7540 Throwable attached to logs is lost on scanner side when using ↵ | Julien HENRY | 2016-04-11 | 3 | -3/+49 |
| | | | | | | | | LogOutput API | ||||
| * | fixed version for 5.5-SNAPSHOT | Tom | 2016-04-11 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Tom | 2016-04-07 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 5.5-RC15.5-RC1 | Tom | 2016-04-07 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Tom | 2016-04-07 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 5.5 | Tom | 2016-04-07 | 1 | -1/+1 |
| | | |||||
* | | SONAR-7540 Throwable attached to logs is lost on scanner side when using ↵ | Julien HENRY | 2016-04-11 | 3 | -3/+49 |
| | | | | | | | | LogOutput API | ||||
* | | Upgrade version to 5.6-SNAPSHOT | Tom | 2016-04-07 | 1 | -1/+1 |
|/ | |||||
* | SONAR-6948 Ability for Java server extensions to call web services | Simon Brandhof | 2016-04-07 | 1 | -4/+4 |
| | |||||
* | fix quality flaws | Sébastien Lesaint | 2016-04-06 | 2 | -6/+3 |
| | |||||
* | SONAR-6717 Drop issue.Action API | Teryk Bellahsene | 2016-03-31 | 1 | -21/+1 |
| | |||||
* | Revert "SONAR-7122 Drop the ability to customize the web app context" | Julien Lancelot | 2016-03-31 | 1 | -1/+1 |
| | | | | | | This reverts commit 8f7a9ad479a219fc22ac729a23f220e450c572b7. SONAR-7494 Reintroduce the web app context | ||||
* | SONAR-7458 Expose SQ Version in SensorContext | Julien HENRY | 2016-03-30 | 4 | -7/+22 |
| | |||||
* | SONAR-7497 Restore behavior for line coverage after move to proto3 | Julien HENRY | 2016-03-30 | 2 | -5/+90 |
| |