summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | SONAR-5848 display "new_" measures in blackStas Vilchik2016-04-141-14/+2
| |
* | SONAR-7232 Search results are wrong when two almost simultaneous requests ↵Stas Vilchik2016-04-141-3/+6
| | | | | | | | are sent
* | Automatic merge from branch-5.5Jenkins CI2016-04-1413-241/+46
|\| | | | | | | | | | | | | * origin/branch-5.5: Disable EventTest#event_widget() because of false-positives SONAR-7427 Remove "effort_to_reach_reliability_rating_a" and "effort_to_reach_security_rating_a" measures SONAR-7527 Change metric columns order and layout of provided global dashboard
| * Disable EventTest#event_widget() because of false-positivesSimon Brandhof2016-04-131-0/+1
| |
| * SONAR-7427 Remove "effort_to_reach_reliability_rating_a" and ↵Julien Lancelot2016-04-1311-230/+35
| | | | | | | | "effort_to_reach_security_rating_a" measures
| * SONAR-7527 Change metric columns order and layout of provided global dashboardJulien Lancelot2016-04-132-11/+11
| |
* | limit width of the project pagesStas Vilchik2016-04-134-41/+17
| |
* | SONAR-7402 make it possible to see more about domain on the overview pageStas Vilchik2016-04-137-25/+75
| |
* | SONAR-7402 fix formatting of differential measuresStas Vilchik2016-04-131-1/+1
| |
* | Automatic merge from branch-5.5Jenkins CI2016-04-130-0/+0
|\| | | | | | | | | * origin/branch-5.5: SONAR-7402 open referenced project if available
| * SONAR-7402 open referenced project if availableStas Vilchik2016-04-121-1/+1
| |
* | SONAR-7402 open referenced project if availableStas Vilchik2016-04-121-1/+1
| |
* | QA: enable deploy on branch-*Tom2016-04-121-1/+1
|\|
| * QA: enable deploy on branch-*Tom2016-04-121-0/+11
| |
* | Automatic merge from branch-5.5Jenkins CI2016-04-12108-334/+431
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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()
| * | QA: enable deploy on branch-*Tom2016-04-121-0/+11
| |/
| * add l10n names for reliability_rating and security_ratingStas Vilchik2016-04-111-0/+4
| |
| * Add PropertiesDao.deleteByIdJulien Lancelot2016-04-116-0/+48
| |
| * SONAR-7533 Hide sonar.login property in analysis.log sent in the scanner reportJulien HENRY2016-04-112-1/+4
| |
| * SONAR-7238 do not display identity provider details when it is "sonarqube"Stas Vilchik2016-04-112-11/+13
| |
| * fix bug which prevents to add a quality gate condition for "new_" metricStas Vilchik2016-04-111-0/+4
| |
| * SONAR-7402 clicking on project bubble brings to the project pageStas Vilchik2016-04-112-4/+9
| |
| * Fix javadoc errorsJulien HENRY2016-04-1183-296/+296
| |
| * Exclude protobuf code from SQ analysisJulien HENRY2016-04-111-1/+5
| |
| * Fix some Javadoc warningsSimon Brandhof2016-04-114-6/+4
| |
| * Improve javadocJulien HENRY2016-04-114-0/+8
| | | | | | | | Make some annotations visible on annotated type in Javadoc
| * Change return type of Plugin#getSonarQubeVersion()Simon Brandhof2016-04-115-18/+32
| | | | | | | | and improve Javadoc
* | add l10n names for reliability_rating and security_ratingStas Vilchik2016-04-111-0/+4
| |
* | SONAR-5476 Rule search by key should be case insensitiveSimon Brandhof2016-04-118-45/+28
| |
* | upgrade to react 15.0.1Stas Vilchik2016-04-111-5/+5
| |
* | SONAR-7531 Add pagination on the Code pageStas Vilchik2016-04-116-21/+93
| |
* | SONAR-7540 Throwable attached to logs is lost on scanner side when using ↵Julien HENRY2016-04-114-3/+50
| | | | | | | | LogOutput API
* | Automatic merge from branch-5.5Tom2016-04-110-0/+0
|\| | | | | | | | | | | | | | | * origin/branch-5.5: SONAR-7540 Throwable attached to logs is lost on scanner side when using LogOutput API fixed version for 5.5-SNAPSHOT Fixed tests submodules poms SONAR-7402 make it possible to see more about domain on the overview page
| * SONAR-7540 Throwable attached to logs is lost on scanner side when using ↵Julien HENRY2016-04-114-3/+50
| | | | | | | | LogOutput API
| * fixed version for 5.5-SNAPSHOTTom2016-04-1156-56/+56
| |
| * Fixed tests submodules pomsTom2016-04-0831-33/+59
| |
| * SONAR-7402 make it possible to see more about domain on the overview pageStas Vilchik2016-04-087-25/+75
| |
* | Disable a test of EventTest which raises too many false-positivesSimon Brandhof2016-04-111-0/+1
| |
* | SONAR-7061 Submit buttons are not disabled when activating rulesStas Vilchik2016-04-081-7/+13
| |
* | Fixed tests submodules pomsTom2016-04-084-4/+30
| |
* | Remove temporary file npm.tar.gz from GitSimon Brandhof2016-04-082-0/+1
| |
* | Refactor NewIndexSimon Brandhof2016-04-088-25/+14
| | | | | | | | | | * remove dead code * rename method setShards() to configureShards()
* | Automatic merge from branch-5.5Julien Lancelot2016-04-080-0/+0
|\| | | | | | | | | | | | | | | | | | | * origin/branch-5.5: drop npm.tar.gz from sources SONAR-7402 fix formatting of differential measures [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 5.5-RC1 [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 5.5
| * drop npm.tar.gz from sourcesStas Vilchik2016-04-081-0/+0
| |
| * SONAR-7402 fix formatting of differential measuresStas Vilchik2016-04-081-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationTom2016-04-0726-27/+27
| |
| * [maven-release-plugin] prepare release 5.5-RC15.5-RC1Tom2016-04-0726-27/+27
| |
| * [maven-release-plugin] prepare for next development iterationTom2016-04-0726-27/+27
| |
| * [maven-release-plugin] prepare release 5.5Tom2016-04-0726-33/+30
| |
* | upgrade to react 15Stas Vilchik2016-04-081-9/+10
| |