]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
8 years agofixing quality flaws (mostly Java NIO slow methods usage) 1277/head
Sébastien Lesaint [Wed, 28 Sep 2016 09:47:27 +0000 (11:47 +0200)]
fixing quality flaws (mostly Java NIO slow methods usage)

8 years agoSONAR-8183 fix medium test DB cleaning too violent
Sébastien Lesaint [Wed, 28 Sep 2016 08:49:39 +0000 (10:49 +0200)]
SONAR-8183 fix medium test DB cleaning too violent

medium test DB cleaning was deleting data inserted by default in DB: schema_migrations, user admin, default organization

8 years agoSONAR-8183 fail at startup of default organization is missing
Sébastien Lesaint [Wed, 28 Sep 2016 08:49:07 +0000 (10:49 +0200)]
SONAR-8183 fail at startup of default organization is missing

or if it's not configured at all

8 years agoSONAR-8100 /api/organizations/delete prevents default orga deletion
Sébastien Lesaint [Tue, 27 Sep 2016 15:52:52 +0000 (17:52 +0200)]
SONAR-8100 /api/organizations/delete prevents default orga deletion

8 years agoSONAR-8098 fix OrganizationIt
Sébastien Lesaint [Tue, 27 Sep 2016 16:02:45 +0000 (18:02 +0200)]
SONAR-8098 fix OrganizationIt

8 years agoSONAR-8100 add DefaultOrganization to Pico container in CE and Web
Sébastien Lesaint [Tue, 27 Sep 2016 15:32:37 +0000 (17:32 +0200)]
SONAR-8100 add DefaultOrganization to Pico container in CE and Web

includes a ThreadLocal cache to avoid multiple calls to DB for same information

8 years agoSONAR-8098 create organization in H2 schema
Sébastien Lesaint [Tue, 27 Sep 2016 08:01:46 +0000 (10:01 +0200)]
SONAR-8098 create organization in H2 schema

8 years agoSONAR-8099 create default organization when migrating to SQ 6.2
Sébastien Lesaint [Mon, 26 Sep 2016 15:06:34 +0000 (17:06 +0200)]
SONAR-8099 create default organization when migrating to SQ 6.2

8 years agoFix instability of LogbackHelper
Simon Brandhof [Wed, 28 Sep 2016 09:44:44 +0000 (11:44 +0200)]
Fix instability of LogbackHelper

8 years agoFix Quality flaw in MonitorTest
Simon Brandhof [Mon, 26 Sep 2016 15:40:22 +0000 (17:40 +0200)]
Fix Quality flaw in MonitorTest

8 years agoUpgrade Elasticsearch from 2.3.3 to 2.3.5
Simon Brandhof [Mon, 26 Sep 2016 14:55:41 +0000 (16:55 +0200)]
Upgrade Elasticsearch from 2.3.3 to 2.3.5

8 years agoUpgrade Logback from 1.1.3 to 1.1.7
Simon Brandhof [Mon, 26 Sep 2016 14:55:23 +0000 (16:55 +0200)]
Upgrade Logback from 1.1.3 to 1.1.7

8 years agoAutomatic merge from branch-6.1
ssjenka [Wed, 28 Sep 2016 06:01:41 +0000 (08:01 +0200)]
Automatic merge from branch-6.1

* origin/branch-6.1:
  SONAR-8056 fix loading of issues

8 years agoSONAR-8100 add IT for organizations Web Services 1267/head
Sébastien Lesaint [Mon, 26 Sep 2016 14:48:41 +0000 (16:48 +0200)]
SONAR-8100 add IT for organizations Web Services

8 years agoSONAR-8056 fix loading of issues
Stas Vilchik [Tue, 27 Sep 2016 07:26:20 +0000 (09:26 +0200)]
SONAR-8056 fix loading of issues

8 years agoSONAR-8100 add OrganizationService to access WS organizations
Sébastien Lesaint [Mon, 26 Sep 2016 14:48:04 +0000 (16:48 +0200)]
SONAR-8100 add OrganizationService to access WS organizations

8 years agoSONAR-8120 createdAt and updateAt handled in OrganizationDao
Sébastien Lesaint [Mon, 26 Sep 2016 12:00:21 +0000 (14:00 +0200)]
SONAR-8120 createdAt and updateAt handled in OrganizationDao

8 years agoSONAR-8100 add WS /api/organizations/delete
Sébastien Lesaint [Fri, 23 Sep 2016 15:09:52 +0000 (17:09 +0200)]
SONAR-8100 add WS /api/organizations/delete

8 years agoSONAR-8100 add OrganizationDao.deleteByUuid and deleteByKey
Sébastien Lesaint [Fri, 23 Sep 2016 14:35:13 +0000 (16:35 +0200)]
SONAR-8100 add OrganizationDao.deleteByUuid and deleteByKey

8 years agoSONAR-8172 add WS /api/organizations/update
Sébastien Lesaint [Fri, 23 Sep 2016 12:54:52 +0000 (14:54 +0200)]
SONAR-8172 add WS /api/organizations/update

8 years agoSONAR-8172 add OrganizationDao.update
Sébastien Lesaint [Fri, 23 Sep 2016 12:54:15 +0000 (14:54 +0200)]
SONAR-8172 add OrganizationDao.update

8 years agoSONAR-7187 fix pagination on Oracle and MsSQL
Sébastien Lesaint [Fri, 23 Sep 2016 09:16:29 +0000 (11:16 +0200)]
SONAR-7187 fix pagination on Oracle and MsSQL

8 years agoSONAR-8096 add WS /api/organizations/search
Sébastien Lesaint [Fri, 23 Sep 2016 07:12:15 +0000 (09:12 +0200)]
SONAR-8096 add WS /api/organizations/search

8 years agoSONAR-8096 add selectByQuery to OrganizationDao
Sébastien Lesaint [Thu, 22 Sep 2016 12:27:38 +0000 (14:27 +0200)]
SONAR-8096 add selectByQuery to OrganizationDao

does not yet implement any actual filtering, only paging

8 years agoSONAR-8097 add WS /api/organizations/create
Sébastien Lesaint [Thu, 22 Sep 2016 06:53:58 +0000 (08:53 +0200)]
SONAR-8097 add WS /api/organizations/create

8 years agoSONAR-8095 add OrganizationDao
Sébastien Lesaint [Tue, 20 Sep 2016 15:11:09 +0000 (17:11 +0200)]
SONAR-8095 add OrganizationDao

8 years agoSONAR-8095 add table ORGANIZATIONS
Sébastien Lesaint [Tue, 20 Sep 2016 15:04:50 +0000 (17:04 +0200)]
SONAR-8095 add table ORGANIZATIONS

8 years agoSONAR-8095 sort DTO aliases and Mapper declaration in alphabetic order
Sébastien Lesaint [Tue, 20 Sep 2016 15:10:01 +0000 (17:10 +0200)]
SONAR-8095 sort DTO aliases and Mapper declaration in alphabetic order

8 years agoAutomatic merge from branch-6.1
ssjenka [Fri, 23 Sep 2016 06:01:50 +0000 (08:01 +0200)]
Automatic merge from branch-6.1

* origin/branch-6.1:
  Fix Javadoc of org.sonar.api.batch.sensor.highlighting.TypeOfText
  SONAR-5856 add wildcards help
  fix image paths
  update wording on quality profiles page
  SONAR-8021 fix "null" error
  SONAR-5856 fix default value for boolean fields

8 years agoFix Javadoc of org.sonar.api.batch.sensor.highlighting.TypeOfText
Julien HENRY [Thu, 22 Sep 2016 14:46:42 +0000 (16:46 +0200)]
Fix Javadoc of org.sonar.api.batch.sensor.highlighting.TypeOfText

8 years agoSONAR-5856 add wildcards help
Stas Vilchik [Thu, 22 Sep 2016 14:02:34 +0000 (16:02 +0200)]
SONAR-5856 add wildcards help

8 years agofix image paths
Stas Vilchik [Thu, 22 Sep 2016 13:44:08 +0000 (15:44 +0200)]
fix image paths

8 years agoSONAR-8136 Provide a special input to configure conditions based on ratings 1268/head
Stas Vilchik [Thu, 22 Sep 2016 07:34:27 +0000 (09:34 +0200)]
SONAR-8136 Provide a special input to configure conditions based on ratings

8 years agoSONAR-8119 Correctly display rating conditions in quality gates and in project dashboard
Stas Vilchik [Wed, 21 Sep 2016 15:53:21 +0000 (17:53 +0200)]
SONAR-8119 Correctly display rating conditions in quality gates and in project dashboard

8 years agoremove usages of periods
Stas Vilchik [Wed, 21 Sep 2016 15:30:27 +0000 (17:30 +0200)]
remove usages of periods

8 years agoSONAR-8118 Add IT on quality gate on rating measures
Julien Lancelot [Wed, 21 Sep 2016 13:07:56 +0000 (15:07 +0200)]
SONAR-8118 Add IT on quality gate on rating measures

8 years agoSONAR-8117 Validate rating conditions
Julien Lancelot [Wed, 21 Sep 2016 12:03:06 +0000 (14:03 +0200)]
SONAR-8117 Validate rating conditions

Check that warning and error value is a valid rating
Check that conditions "< A" and "> E" are not used

8 years agoSONAR-8118 Allow rating measures when computing quality gate in CE
Julien Lancelot [Wed, 21 Sep 2016 10:14:35 +0000 (12:14 +0200)]
SONAR-8118 Allow rating measures when computing quality gate in CE

8 years agoSONAR-8117 Allow rating measures when updating quality gates with WS
Julien Lancelot [Tue, 20 Sep 2016 17:55:02 +0000 (19:55 +0200)]
SONAR-8117 Allow rating measures when updating quality gates with WS

8 years agoSONAR-8117 Extract update of quality gate condition into QualityGateConditionsUpdater
Julien Lancelot [Tue, 20 Sep 2016 17:32:01 +0000 (19:32 +0200)]
SONAR-8117 Extract update of quality gate condition into QualityGateConditionsUpdater

8 years agoSONAR-8117 Extract creation of quality gate condition into QualityGateConditionsUpdater
Julien Lancelot [Tue, 20 Sep 2016 14:40:20 +0000 (16:40 +0200)]
SONAR-8117 Extract creation of quality gate condition into QualityGateConditionsUpdater

8 years agoSONAR-8117 Extract creation of quality gate into QualityGateUpdater
Julien Lancelot [Tue, 20 Sep 2016 12:23:28 +0000 (14:23 +0200)]
SONAR-8117 Extract creation of quality gate into QualityGateUpdater

8 years agoSONAR-8116 Return rating metrics in api/qualitygates/app
Julien Lancelot [Mon, 19 Sep 2016 16:07:47 +0000 (18:07 +0200)]
SONAR-8116 Return rating metrics in api/qualitygates/app

8 years agoupdate wording on quality profiles page
Stas Vilchik [Thu, 22 Sep 2016 09:48:22 +0000 (11:48 +0200)]
update wording on quality profiles page

8 years agoSONAR-8021 fix "null" error
Stas Vilchik [Wed, 21 Sep 2016 15:17:42 +0000 (17:17 +0200)]
SONAR-8021 fix "null" error

8 years agoSONAR-5856 fix default value for boolean fields
Stas Vilchik [Thu, 22 Sep 2016 09:45:44 +0000 (11:45 +0200)]
SONAR-5856 fix default value for boolean fields

8 years agoAutomatic merge from branch-6.1
ssjenka [Thu, 22 Sep 2016 09:02:17 +0000 (11:02 +0200)]
Automatic merge from branch-6.1

* origin/branch-6.1:
  SONAR-7950 WS ce/component fix typo in description

8 years agoSONAR-8021 fix "null" error
Stas Vilchik [Wed, 21 Sep 2016 15:17:42 +0000 (17:17 +0200)]
SONAR-8021 fix "null" error

8 years agoSONAR-7950 WS ce/component fix typo in description 1270/head
Teryk Bellahsene [Wed, 21 Sep 2016 14:32:59 +0000 (16:32 +0200)]
SONAR-7950 WS ce/component fix typo in description

8 years agoImprove handling of some thread interruptions
Simon Brandhof [Wed, 21 Sep 2016 10:11:29 +0000 (12:11 +0200)]
Improve handling of some thread interruptions

8 years agoImprove thread-safe initialization of SLF4J
Simon Brandhof [Wed, 21 Sep 2016 09:37:36 +0000 (11:37 +0200)]
Improve thread-safe initialization of SLF4J

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.

8 years agoAutomatic merge from branch-6.1
ssjenka [Tue, 20 Sep 2016 06:01:59 +0000 (08:01 +0200)]
Automatic merge from branch-6.1

* origin/branch-6.1:
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release 6.1-RC1

8 years agoPrepare for next development iteration
David Rautureau [Mon, 19 Sep 2016 15:32:59 +0000 (17:32 +0200)]
Prepare for next development iteration

8 years ago[maven-release-plugin] prepare for next development iteration
David Rautureau [Mon, 19 Sep 2016 14:58:23 +0000 (16:58 +0200)]
[maven-release-plugin] prepare for next development iteration

8 years ago[maven-release-plugin] prepare release 6.1-RC1 6.1-RC1
David Rautureau [Mon, 19 Sep 2016 14:58:22 +0000 (16:58 +0200)]
[maven-release-plugin] prepare release 6.1-RC1

8 years agoSONAR-8094 remove create table on Oracle with SECUREFILE clause 1265/head
Sébastien Lesaint [Mon, 19 Sep 2016 12:37:13 +0000 (14:37 +0200)]
SONAR-8094 remove create table on Oracle with SECUREFILE clause

8 years agoSONAR-8093 PostProjectAnalysisTasksExecutor do not stop if task fails 1264/head
Sébastien Lesaint [Mon, 19 Sep 2016 12:08:45 +0000 (14:08 +0200)]
SONAR-8093 PostProjectAnalysisTasksExecutor do not stop if task fails

8 years agoSONAR-8093 Listener execution must not fail step execution
Sébastien Lesaint [Mon, 19 Sep 2016 11:56:21 +0000 (13:56 +0200)]
SONAR-8093 Listener execution must not fail step execution

8 years agoSONAR-8094 add PostProjectAnalysisTask.ProjectAnalysis#getAnalysisDate
Sébastien Lesaint [Mon, 19 Sep 2016 11:51:59 +0000 (13:51 +0200)]
SONAR-8094 add PostProjectAnalysisTask.ProjectAnalysis#getAnalysisDate

8 years agoSONAR-8093 set analysis date as early as possible
Sébastien Lesaint [Mon, 19 Sep 2016 09:58:06 +0000 (11:58 +0200)]
SONAR-8093 set analysis date as early as possible

8 years agoSONAR-8093 PostTask API: don't fail when analysis date is not set
Sébastien Lesaint [Mon, 19 Sep 2016 09:57:21 +0000 (11:57 +0200)]
SONAR-8093 PostTask API: don't fail when analysis date is not set

8 years agoFix quality flaws
Julien Lancelot [Mon, 19 Sep 2016 10:44:15 +0000 (12:44 +0200)]
Fix quality flaws

8 years agoSONAR-8031 Allow user login with 2 characters in Realm and IdentityProvider API 1263/head
Julien Lancelot [Mon, 19 Sep 2016 10:04:49 +0000 (12:04 +0200)]
SONAR-8031 Allow user login with 2 characters in Realm and IdentityProvider API

8 years agoDeprecate newReference() method accepting global offsets as parameter.
Julien HENRY [Mon, 19 Sep 2016 08:50:08 +0000 (10:50 +0200)]
Deprecate newReference() method accepting global offsets as parameter.

8 years agoAutomatic merge from branch-5.6
ssjenka [Fri, 16 Sep 2016 15:55:32 +0000 (17:55 +0200)]
Automatic merge from branch-5.6

* origin/branch-5.6:
  SONAR-8091 "All" option of "New Issues" facet works wrong

8 years agoSONAR-8091 "All" option of "New Issues" facet works wrong
Stas Vilchik [Fri, 16 Sep 2016 15:15:26 +0000 (17:15 +0200)]
SONAR-8091 "All" option of "New Issues" facet works wrong

8 years agoAutomatic merge from branch-5.6
ssjenka [Fri, 16 Sep 2016 15:14:15 +0000 (17:14 +0200)]
Automatic merge from branch-5.6

* origin/branch-5.6:
  SONAR-8075 support more than 12 CPU cores

8 years agoSONAR-8069 replace organisation by organization 1259/head
Teryk Bellahsene [Thu, 15 Sep 2016 16:17:45 +0000 (18:17 +0200)]
SONAR-8069 replace organisation by organization

8 years agoSONAR-7744 Permission information in WS use Locale.ENGLISH
Teryk Bellahsene [Thu, 15 Sep 2016 15:34:16 +0000 (17:34 +0200)]
SONAR-7744 Permission information in WS use Locale.ENGLISH

8 years agoSONAR-7950 WS ce/component supports componentKey
Teryk Bellahsene [Thu, 15 Sep 2016 15:24:27 +0000 (17:24 +0200)]
SONAR-7950 WS ce/component supports componentKey

8 years agoSONAR-8075 support more than 12 CPU cores
Simon Brandhof [Fri, 16 Sep 2016 14:30:39 +0000 (16:30 +0200)]
SONAR-8075 support more than 12 CPU cores

8 years agoSONAR-8076 Improve message on leak period on coverage and duplications when no new...
Stas Vilchik [Fri, 16 Sep 2016 12:03:12 +0000 (14:03 +0200)]
SONAR-8076 Improve message on leak period on coverage and duplications when no new data

8 years agoSONAR-7816 Measures on new lines should always be computed but only when SCM is available
Julien Lancelot [Wed, 14 Sep 2016 12:25:24 +0000 (14:25 +0200)]
SONAR-7816 Measures on new lines should always be computed but only when SCM is available

8 years agoFix Quality flaw
Simon Brandhof [Fri, 16 Sep 2016 14:23:06 +0000 (16:23 +0200)]
Fix Quality flaw

8 years agoSONAR-7988 support migrations on old table activities
Simon Brandhof [Fri, 16 Sep 2016 14:15:02 +0000 (16:15 +0200)]
SONAR-7988 support migrations on old table activities

8 years agoRemove unused BulkIndexer#setDisableRefresh()
Simon Brandhof [Fri, 16 Sep 2016 13:03:34 +0000 (15:03 +0200)]
Remove unused BulkIndexer#setDisableRefresh()

8 years agoSONAR-8088 Reduce number of shards for users and rules indices
Simon Brandhof [Fri, 16 Sep 2016 12:37:28 +0000 (14:37 +0200)]
SONAR-8088 Reduce number of shards for users and rules indices

8 years agoFix Quality flaw
Simon Brandhof [Fri, 16 Sep 2016 13:14:54 +0000 (15:14 +0200)]
Fix Quality flaw

8 years agoSONAR-7907 update ui 1260/head
Stas Vilchik [Fri, 16 Sep 2016 08:51:40 +0000 (10:51 +0200)]
SONAR-7907 update ui

8 years agoSONAR-7907 It should be possible to add SCM account that contains comma
Julien Lancelot [Thu, 15 Sep 2016 16:37:18 +0000 (18:37 +0200)]
SONAR-7907 It should be possible to add SCM account that contains comma

8 years agoSONAR-8035 Do not display error in logs when web request is aborted
Julien Lancelot [Thu, 15 Sep 2016 13:55:41 +0000 (15:55 +0200)]
SONAR-8035 Do not display error in logs when web request is aborted

8 years agoSONAR-8080 Fix error 500 when format parameter is used in web_api
Julien Lancelot [Thu, 15 Sep 2016 13:37:25 +0000 (15:37 +0200)]
SONAR-8080 Fix error 500 when format parameter is used in web_api

8 years agoRemove duplicated package-info.java in org.sonar.ce
Simon Brandhof [Fri, 16 Sep 2016 12:18:37 +0000 (14:18 +0200)]
Remove duplicated package-info.java in org.sonar.ce

This package is defined in both sonar-server and sonar-ce modules.
As a consequence Javadoc can not be generated when releasing
SonarQube

8 years agoRe-enable upgrade tests
Simon Brandhof [Fri, 16 Sep 2016 08:46:30 +0000 (10:46 +0200)]
Re-enable upgrade tests

8 years agoSONAR-7988 fix mssql collation which was badly defined in 5.x
Simon Brandhof [Tue, 23 Aug 2016 19:38:25 +0000 (21:38 +0200)]
SONAR-7988 fix mssql collation which was badly defined in 5.x

8 years agosort components by qualifier on code page
Stas Vilchik [Fri, 16 Sep 2016 12:40:46 +0000 (14:40 +0200)]
sort components by qualifier on code page

8 years ago"Error Stacktrace" -> "Error Details"
Stas Vilchik [Fri, 16 Sep 2016 10:28:56 +0000 (12:28 +0200)]
"Error Stacktrace" -> "Error Details"

8 years agoSONAR-7932 Useless WS call on the Code page (#1248)
Stas Vilchik [Fri, 16 Sep 2016 11:41:29 +0000 (13:41 +0200)]
SONAR-7932 Useless WS call on the Code page (#1248)

8 years agoSONAR-8025 rewrite create table RULE_REPOSITORIES in java 1250/head
Sébastien Lesaint [Thu, 15 Sep 2016 10:21:09 +0000 (12:21 +0200)]
SONAR-8025 rewrite create table RULE_REPOSITORIES in java

8 years agoSONAR-8025 rewrite create table QPROFILE_CHANGES in java
Sébastien Lesaint [Thu, 15 Sep 2016 09:48:38 +0000 (11:48 +0200)]
SONAR-8025 rewrite create table QPROFILE_CHANGES in java

8 years agoSONAR-8025 rename columns DATA as they are reserved words
Sébastien Lesaint [Wed, 14 Sep 2016 13:58:11 +0000 (15:58 +0200)]
SONAR-8025 rename columns DATA as they are reserved words

8 years agoSONAR-8025 minor internal refacto of CreateTableBuilder
Sébastien Lesaint [Wed, 14 Sep 2016 12:39:32 +0000 (14:39 +0200)]
SONAR-8025 minor internal refacto of CreateTableBuilder

8 years agoSONAR-8025 create MySQL table with hardcoded Engine,Charset&Collation
Sébastien Lesaint [Wed, 14 Sep 2016 11:46:53 +0000 (13:46 +0200)]
SONAR-8025 create MySQL table with hardcoded Engine,Charset&Collation

8 years agoSONAR-8025 improve column name checks + factor with table name check
Sébastien Lesaint [Wed, 14 Sep 2016 09:06:22 +0000 (11:06 +0200)]
SONAR-8025 improve column name checks + factor with table name check

8 years agoSONAR-8025 strengthen name checks in CreateTableBuilder
Sébastien Lesaint [Wed, 14 Sep 2016 09:05:09 +0000 (11:05 +0200)]
SONAR-8025 strengthen name checks in CreateTableBuilder

8 years agoSONAR-8025 ddl changes must not be executed with a PreparedStatement
Sébastien Lesaint [Wed, 14 Sep 2016 09:23:42 +0000 (11:23 +0200)]
SONAR-8025 ddl changes must not be executed with a PreparedStatement

8 years agoSONAR-8025 rewrite create table PROPERTIES2 in java
Sébastien Lesaint [Tue, 13 Sep 2016 13:19:12 +0000 (15:19 +0200)]
SONAR-8025 rewrite create table PROPERTIES2 in java

8 years agoSONAR-8025 add support for autoincrement column to CreateTableBuilder
Sébastien Lesaint [Tue, 13 Sep 2016 16:37:24 +0000 (18:37 +0200)]
SONAR-8025 add support for autoincrement column to CreateTableBuilder

8 years agoSONAR-8025 add IntegerColumnDef
Sébastien Lesaint [Tue, 13 Sep 2016 14:45:32 +0000 (16:45 +0200)]
SONAR-8025 add IntegerColumnDef

8 years agoSONAR-8025 rewrite create table INTERNAL_PROPERTIES in java
Sébastien Lesaint [Tue, 13 Sep 2016 13:01:53 +0000 (15:01 +0200)]
SONAR-8025 rewrite create table INTERNAL_PROPERTIES in java