Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-8136 Provide a special input to configure conditions based on ratings | Stas Vilchik | 2016-09-22 | 3 | -20/+202 |
| | |||||
* | SONAR-8119 Correctly display rating conditions in quality gates and in ↵ | Stas Vilchik | 2016-09-22 | 3 | -5/+13 |
| | | | | project dashboard | ||||
* | remove usages of periods | Stas Vilchik | 2016-09-22 | 3 | -6/+2 |
| | |||||
* | SONAR-8118 Add IT on quality gate on rating measures | Julien Lancelot | 2016-09-22 | 2 | -0/+171 |
| | |||||
* | SONAR-8117 Validate rating conditions | Julien Lancelot | 2016-09-22 | 2 | -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 CE | Julien Lancelot | 2016-09-22 | 4 | -49/+111 |
| | |||||
* | SONAR-8117 Allow rating measures when updating quality gates with WS | Julien Lancelot | 2016-09-22 | 2 | -11/+36 |
| | |||||
* | SONAR-8117 Extract update of quality gate condition into ↵ | Julien Lancelot | 2016-09-22 | 13 | -207/+653 |
| | | | | QualityGateConditionsUpdater | ||||
* | SONAR-8117 Extract creation of quality gate condition into ↵ | Julien Lancelot | 2016-09-22 | 25 | -330/+1122 |
| | | | | QualityGateConditionsUpdater | ||||
* | SONAR-8117 Extract creation of quality gate into QualityGateUpdater | Julien Lancelot | 2016-09-22 | 19 | -82/+375 |
| | |||||
* | SONAR-8116 Return rating metrics in api/qualitygates/app | Julien Lancelot | 2016-09-22 | 8 | -222/+273 |
| | |||||
* | Automatic merge from branch-6.1 | ssjenka | 2016-09-22 | 1 | -1/+2 |
|\ | | | | | | | | | * origin/branch-6.1: SONAR-7950 WS ce/component fix typo in description | ||||
| * | SONAR-7950 WS ce/component fix typo in description | Teryk Bellahsene | 2016-09-21 | 1 | -1/+2 |
| | | |||||
* | | SONAR-8021 fix "null" error | Stas Vilchik | 2016-09-21 | 1 | -1/+1 |
| | | |||||
* | | Improve handling of some thread interruptions | Simon Brandhof | 2016-09-21 | 5 | -7/+12 |
| | | |||||
* | | Improve thread-safe initialization of SLF4J | Simon Brandhof | 2016-09-21 | 2 | -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.1 | ssjenka | 2016-09-20 | 0 | -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 iteration | David Rautureau | 2016-09-19 | 25 | -26/+26 |
| | | |||||
| * | [maven-release-plugin] prepare release 6.1-RC16.1-RC1 | David Rautureau | 2016-09-19 | 25 | -26/+26 |
| | | |||||
* | | Prepare for next development iteration | David Rautureau | 2016-09-19 | 53 | -53/+53 |
|/ | |||||
* | SONAR-8094 remove create table on Oracle with SECUREFILE clause | Sébastien Lesaint | 2016-09-19 | 2 | -71/+0 |
| | |||||
* | SONAR-8093 PostProjectAnalysisTasksExecutor do not stop if task fails | Sébastien Lesaint | 2016-09-19 | 2 | -0/+37 |
| | |||||
* | SONAR-8093 Listener execution must not fail step execution | Sébastien Lesaint | 2016-09-19 | 2 | -3/+23 |
| | |||||
* | SONAR-8094 add PostProjectAnalysisTask.ProjectAnalysis#getAnalysisDate | Sébastien Lesaint | 2016-09-19 | 5 | -8/+66 |
| | |||||
* | SONAR-8093 set analysis date as early as possible | Sébastien Lesaint | 2016-09-19 | 2 | -2/+17 |
| | |||||
* | SONAR-8093 PostTask API: don't fail when analysis date is not set | Sébastien Lesaint | 2016-09-19 | 7 | -15/+69 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2016-09-19 | 2 | -3/+27 |
| | |||||
* | SONAR-8031 Allow user login with 2 characters in Realm and IdentityProvider API | Julien Lancelot | 2016-09-19 | 5 | -25/+50 |
| | |||||
* | Deprecate newReference() method accepting global offsets as parameter. | Julien HENRY | 2016-09-19 | 1 | -0/+2 |
| | |||||
* | Automatic merge from branch-5.6 | ssjenka | 2016-09-16 | 1 | -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 wrong | Stas Vilchik | 2016-09-16 | 1 | -1/+2 |
| | | |||||
* | | Automatic merge from branch-5.6 | ssjenka | 2016-09-16 | 1 | -1/+2 |
|\| | | | | | | | | | * origin/branch-5.6: SONAR-8075 support more than 12 CPU cores | ||||
| * | SONAR-8075 support more than 12 CPU cores | Simon Brandhof | 2016-09-16 | 1 | -1/+2 |
| | | |||||
* | | SONAR-8069 replace organisation by organization | Teryk Bellahsene | 2016-09-16 | 9 | -45/+45 |
| | | |||||
* | | SONAR-7744 Permission information in WS use Locale.ENGLISH | Teryk Bellahsene | 2016-09-16 | 3 | -28/+30 |
| | | |||||
* | | SONAR-7950 WS ce/component supports componentKey | Teryk Bellahsene | 2016-09-16 | 2 | -11/+67 |
| | | |||||
* | | SONAR-8076 Improve message on leak period on coverage and duplications when ↵ | Stas Vilchik | 2016-09-16 | 2 | -2/+2 |
| | | | | | | | | no new data | ||||
* | | SONAR-7816 Measures on new lines should always be computed but only when SCM ↵ | Julien Lancelot | 2016-09-16 | 6 | -132/+189 |
| | | | | | | | | is available | ||||
* | | Fix Quality flaw | Simon Brandhof | 2016-09-16 | 1 | -1/+0 |
| | | |||||
* | | SONAR-7988 support migrations on old table activities | Simon Brandhof | 2016-09-16 | 4 | -5/+25 |
| | | |||||
* | | Remove unused BulkIndexer#setDisableRefresh() | Simon Brandhof | 2016-09-16 | 3 | -30/+1 |
| | | |||||
* | | SONAR-8088 Reduce number of shards for users and rules indices | Simon Brandhof | 2016-09-16 | 12 | -21/+18 |
| | | |||||
* | | Fix Quality flaw | Simon Brandhof | 2016-09-16 | 1 | -1/+2 |
| | | |||||
* | | SONAR-7907 update ui | Stas Vilchik | 2016-09-16 | 1 | -9/+7 |
| | | |||||
* | | SONAR-7907 It should be possible to add SCM account that contains comma | Julien Lancelot | 2016-09-16 | 20 | -74/+770 |
| | | |||||
* | | SONAR-8035 Do not display error in logs when web request is aborted | Julien Lancelot | 2016-09-16 | 4 | -12/+10 |
| | | |||||
* | | SONAR-8080 Fix error 500 when format parameter is used in web_api | Julien Lancelot | 2016-09-16 | 1 | -1/+2 |
| | | |||||
* | | Remove duplicated package-info.java in org.sonar.ce | Simon Brandhof | 2016-09-16 | 1 | -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 tests | Simon Brandhof | 2016-09-16 | 1 | -4/+4 |
| | | |||||
* | | SONAR-7988 fix mssql collation which was badly defined in 5.x | Simon Brandhof | 2016-09-16 | 24 | -561/+608 |
| | |