aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8136 Provide a special input to configure conditions based on ratingsStas Vilchik2016-09-223-20/+202
|
* SONAR-8119 Correctly display rating conditions in quality gates and in ↵Stas Vilchik2016-09-223-5/+13
| | | | project dashboard
* remove usages of periodsStas Vilchik2016-09-223-6/+2
|
* SONAR-8118 Add IT on quality gate on rating measuresJulien Lancelot2016-09-222-0/+171
|
* SONAR-8117 Validate rating conditionsJulien Lancelot2016-09-222-24/+102
| | | | | Check that warning and error value is a valid rating Check that conditions "< A" and "> E" are not used
* SONAR-8118 Allow rating measures when computing quality gate in CEJulien Lancelot2016-09-224-49/+111
|
* SONAR-8117 Allow rating measures when updating quality gates with WSJulien Lancelot2016-09-222-11/+36
|
* SONAR-8117 Extract update of quality gate condition into ↵Julien Lancelot2016-09-2213-207/+653
| | | | QualityGateConditionsUpdater
* SONAR-8117 Extract creation of quality gate condition into ↵Julien Lancelot2016-09-2225-330/+1122
| | | | QualityGateConditionsUpdater
* SONAR-8117 Extract creation of quality gate into QualityGateUpdaterJulien Lancelot2016-09-2219-82/+375
|
* SONAR-8116 Return rating metrics in api/qualitygates/appJulien Lancelot2016-09-228-222/+273
|
* Automatic merge from branch-6.1ssjenka2016-09-221-1/+2
|\ | | | | | | | | * origin/branch-6.1: SONAR-7950 WS ce/component fix typo in description
| * SONAR-7950 WS ce/component fix typo in descriptionTeryk Bellahsene2016-09-211-1/+2
| |
* | SONAR-8021 fix "null" errorStas Vilchik2016-09-211-1/+1
| |
* | Improve handling of some thread interruptionsSimon Brandhof2016-09-215-7/+12
| |
* | Improve thread-safe initialization of SLF4JSimon Brandhof2016-09-212-15/+2
| | | | | | | | | | http://jira.qos.ch/browse/SLF4J-167 has been fixed in SLF4J 1.7.14 so that the initialization trick can be removed from SonarQube.
* | Automatic merge from branch-6.1ssjenka2016-09-200-0/+0
|\| | | | | | | | | | | * origin/branch-6.1: [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 6.1-RC1
| * [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-09-1925-26/+26
| |
| * [maven-release-plugin] prepare release 6.1-RC16.1-RC1David Rautureau2016-09-1925-26/+26
| |
* | Prepare for next development iterationDavid Rautureau2016-09-1953-53/+53
|/
* SONAR-8094 remove create table on Oracle with SECUREFILE clauseSébastien Lesaint2016-09-192-71/+0
|
* SONAR-8093 PostProjectAnalysisTasksExecutor do not stop if task failsSébastien Lesaint2016-09-192-0/+37
|
* SONAR-8093 Listener execution must not fail step executionSébastien Lesaint2016-09-192-3/+23
|
* SONAR-8094 add PostProjectAnalysisTask.ProjectAnalysis#getAnalysisDateSébastien Lesaint2016-09-195-8/+66
|
* SONAR-8093 set analysis date as early as possibleSébastien Lesaint2016-09-192-2/+17
|
* SONAR-8093 PostTask API: don't fail when analysis date is not setSébastien Lesaint2016-09-197-15/+69
|
* Fix quality flawsJulien Lancelot2016-09-192-3/+27
|
* SONAR-8031 Allow user login with 2 characters in Realm and IdentityProvider APIJulien Lancelot2016-09-195-25/+50
|
* Deprecate newReference() method accepting global offsets as parameter.Julien HENRY2016-09-191-0/+2
|
* Automatic merge from branch-5.6ssjenka2016-09-161-1/+2
|\ | | | | | | | | * origin/branch-5.6: SONAR-8091 "All" option of "New Issues" facet works wrong
| * SONAR-8091 "All" option of "New Issues" facet works wrongStas Vilchik2016-09-161-1/+2
| |
* | Automatic merge from branch-5.6ssjenka2016-09-161-1/+2
|\| | | | | | | | | * origin/branch-5.6: SONAR-8075 support more than 12 CPU cores
| * SONAR-8075 support more than 12 CPU coresSimon Brandhof2016-09-161-1/+2
| |
* | SONAR-8069 replace organisation by organizationTeryk Bellahsene2016-09-169-45/+45
| |
* | SONAR-7744 Permission information in WS use Locale.ENGLISHTeryk Bellahsene2016-09-163-28/+30
| |
* | SONAR-7950 WS ce/component supports componentKeyTeryk Bellahsene2016-09-162-11/+67
| |
* | SONAR-8076 Improve message on leak period on coverage and duplications when ↵Stas Vilchik2016-09-162-2/+2
| | | | | | | | no new data
* | SONAR-7816 Measures on new lines should always be computed but only when SCM ↵Julien Lancelot2016-09-166-132/+189
| | | | | | | | is available
* | Fix Quality flawSimon Brandhof2016-09-161-1/+0
| |
* | SONAR-7988 support migrations on old table activitiesSimon Brandhof2016-09-164-5/+25
| |
* | Remove unused BulkIndexer#setDisableRefresh()Simon Brandhof2016-09-163-30/+1
| |
* | SONAR-8088 Reduce number of shards for users and rules indicesSimon Brandhof2016-09-1612-21/+18
| |
* | Fix Quality flawSimon Brandhof2016-09-161-1/+2
| |
* | SONAR-7907 update uiStas Vilchik2016-09-161-9/+7
| |
* | SONAR-7907 It should be possible to add SCM account that contains commaJulien Lancelot2016-09-1620-74/+770
| |
* | SONAR-8035 Do not display error in logs when web request is abortedJulien Lancelot2016-09-164-12/+10
| |
* | SONAR-8080 Fix error 500 when format parameter is used in web_apiJulien Lancelot2016-09-161-1/+2
| |
* | Remove duplicated package-info.java in org.sonar.ceSimon Brandhof2016-09-161-23/+0
| | | | | | | | | | | | This package is defined in both sonar-server and sonar-ce modules. As a consequence Javadoc can not be generated when releasing SonarQube
* | Re-enable upgrade testsSimon Brandhof2016-09-161-4/+4
| |
* | SONAR-7988 fix mssql collation which was badly defined in 5.xSimon Brandhof2016-09-1624-561/+608
| |