]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
9 years agofix request helper
Stas Vilchik [Mon, 19 Oct 2015 12:16:52 +0000 (14:16 +0200)]
fix request helper

9 years agoSONAR-6928 Rewrite the System Info page
Stas Vilchik [Fri, 16 Oct 2015 16:41:43 +0000 (18:41 +0200)]
SONAR-6928 Rewrite the System Info page

9 years agoAutomatic merge from branch-5.2
Jenkins CI [Mon, 19 Oct 2015 06:01:13 +0000 (08:01 +0200)]
Automatic merge from branch-5.2

* origin/branch-5.2:
  fix reset of TreeRootHolderRule + reduce duplication
  reduce polling time of Compute Engine scheduler from 10s to 2
  add name to thread used by NotificationService
  fix duplicated SqlSessionFactory in memory
  minor fix in MutableAnalysisMetadataHolder#setAnalysisDate javadoc
  do not reload profile details when selecting a project, fix tooltips
  improve readability of language selection on the profiles page
  fix capitalization inconsistency of the notification dispatcher names
  fix error in JsonWriter usage description in javadoc of WebService

9 years agoSONAR-6928 Rewrite the System Info page
Stas Vilchik [Fri, 16 Oct 2015 16:41:43 +0000 (18:41 +0200)]
SONAR-6928 Rewrite the System Info page

9 years agofix reset of TreeRootHolderRule + reduce duplication
Sébastien Lesaint [Fri, 16 Oct 2015 14:31:23 +0000 (16:31 +0200)]
fix reset of TreeRootHolderRule + reduce duplication

9 years agoreduce polling time of Compute Engine scheduler from 10s to 2
Sébastien Lesaint [Thu, 15 Oct 2015 16:22:28 +0000 (18:22 +0200)]
reduce polling time of Compute Engine scheduler from 10s to 2

9 years agoadd name to thread used by NotificationService
Sébastien Lesaint [Thu, 15 Oct 2015 15:33:17 +0000 (17:33 +0200)]
add name to thread used by NotificationService

threads created by SQ should always be named to easy investigations

9 years agofix duplicated SqlSessionFactory in memory
Sébastien Lesaint [Thu, 15 Oct 2015 13:21:39 +0000 (15:21 +0200)]
fix duplicated SqlSessionFactory in memory

9 years agominor fix in MutableAnalysisMetadataHolder#setAnalysisDate javadoc
Sébastien Lesaint [Fri, 16 Oct 2015 15:10:36 +0000 (17:10 +0200)]
minor fix in MutableAnalysisMetadataHolder#setAnalysisDate javadoc

9 years agodo not reload profile details when selecting a project, fix tooltips
Stas Vilchik [Fri, 16 Oct 2015 12:39:53 +0000 (14:39 +0200)]
do not reload profile details when selecting a project, fix tooltips

9 years agoimprove readability of language selection on the profiles page
Stas Vilchik [Fri, 16 Oct 2015 12:23:57 +0000 (14:23 +0200)]
improve readability of language selection on the profiles page

9 years agofix capitalization inconsistency of the notification dispatcher names
Stas Vilchik [Fri, 16 Oct 2015 11:28:59 +0000 (13:28 +0200)]
fix capitalization inconsistency of the notification dispatcher names

9 years agofix error in JsonWriter usage description in javadoc of WebService
Sébastien Lesaint [Fri, 16 Oct 2015 11:08:08 +0000 (13:08 +0200)]
fix error in JsonWriter usage description in javadoc of WebService

9 years agoAutomatic merge from branch-5.2
Jenkins CI [Fri, 16 Oct 2015 06:01:14 +0000 (08:01 +0200)]
Automatic merge from branch-5.2

* origin/branch-5.2:
  Fix test with asynchronous logging
  SONAR-6639 do not poll what system status is ok
  add href attribute to the "Log In" link
  SONAR-6834 update background task status indicators to mix with quality gate statuses

9 years agoslightly improve font rendering
Stas Vilchik [Thu, 15 Oct 2015 16:59:53 +0000 (18:59 +0200)]
slightly improve font rendering

9 years agostop using Roboto font
Stas Vilchik [Thu, 15 Oct 2015 16:30:19 +0000 (18:30 +0200)]
stop using Roboto font

9 years agoalways show vertical scrollbar
Stas Vilchik [Thu, 15 Oct 2015 15:51:29 +0000 (17:51 +0200)]
always show vertical scrollbar

9 years agoupdate styles of select2
Stas Vilchik [Thu, 15 Oct 2015 15:50:59 +0000 (17:50 +0200)]
update styles of select2

9 years agoAdd org.sonarqube.* to Jacoco configuration
Teryk Bellahsene [Thu, 15 Oct 2015 15:44:32 +0000 (17:44 +0200)]
Add org.sonarqube.* to Jacoco configuration

9 years agoFix test with asynchronous logging
Duarte Meneses [Thu, 15 Oct 2015 12:20:45 +0000 (14:20 +0200)]
Fix test with asynchronous logging

9 years agoimprove gulp logging
Stas Vilchik [Thu, 15 Oct 2015 14:29:17 +0000 (16:29 +0200)]
improve gulp logging

9 years agofix forced authentication
Stas Vilchik [Thu, 15 Oct 2015 13:30:42 +0000 (15:30 +0200)]
fix forced authentication

9 years agoClean http dependencies in sonar-ws pom.xml
Teryk Bellahsene [Thu, 15 Oct 2015 12:16:30 +0000 (14:16 +0200)]
Clean http dependencies in sonar-ws pom.xml

9 years agofix the page showing a single widget
Stas Vilchik [Thu, 15 Oct 2015 12:21:34 +0000 (14:21 +0200)]
fix the page showing a single widget

9 years agoFix test with asynchronous logging
Duarte Meneses [Thu, 15 Oct 2015 12:20:45 +0000 (14:20 +0200)]
Fix test with asynchronous logging

9 years agoSONAR-6639 do not poll what system status is ok
Stas Vilchik [Thu, 15 Oct 2015 11:58:51 +0000 (13:58 +0200)]
SONAR-6639 do not poll what system status is ok

9 years agoadd href attribute to the "Log In" link
Stas Vilchik [Thu, 15 Oct 2015 11:53:11 +0000 (13:53 +0200)]
add href attribute to the "Log In" link

9 years agoSONAR-6834 update background task status indicators to mix with quality gate statuses
Stas Vilchik [Thu, 15 Oct 2015 11:51:08 +0000 (13:51 +0200)]
SONAR-6834 update background task status indicators to mix with quality gate statuses

9 years agoFix quality flaws
Teryk Bellahsene [Thu, 15 Oct 2015 07:43:57 +0000 (09:43 +0200)]
Fix quality flaws

9 years agoAutomatic merge from branch-5.2
Jenkins CI [Thu, 15 Oct 2015 07:18:05 +0000 (09:18 +0200)]
Automatic merge from branch-5.2

* origin/branch-5.2:
  SONAR-6652 explicit error when DB is disconnected in WS response

9 years agoSONAR-6652 explicit error when DB is disconnected in WS response 582/head
Sébastien Lesaint [Wed, 14 Oct 2015 12:53:40 +0000 (14:53 +0200)]
SONAR-6652 explicit error when DB is disconnected in WS response

9 years agoAutomatic merge from branch-5.2
Jenkins CI [Thu, 15 Oct 2015 06:01:21 +0000 (08:01 +0200)]
Automatic merge from branch-5.2

* origin/branch-5.2:
  Add missing tests
  Add ES circuit breaker stats to System Info page

9 years agoAdd missing tests
Simon Brandhof [Wed, 14 Oct 2015 16:16:47 +0000 (18:16 +0200)]
Add missing tests

9 years agoAdd ES circuit breaker stats to System Info page
Simon Brandhof [Wed, 14 Oct 2015 16:15:57 +0000 (18:15 +0200)]
Add ES circuit breaker stats to System Info page

9 years agoCreate new WsClient to request WS
Teryk Bellahsene [Mon, 12 Oct 2015 15:18:25 +0000 (17:18 +0200)]
Create new WsClient to request WS

9 years agoAutomatic merge from branch-5.2
Jenkins CI [Wed, 14 Oct 2015 15:29:08 +0000 (17:29 +0200)]
Automatic merge from branch-5.2

* origin/branch-5.2:
  SONAR-6880 Fix return_to
  fix the components page of just provisioned project
  Add missing commons-email dependency for plugins using API < 5.2
  SONAR-6277 Fix incorrect offset conversion with old Mac line ends '\r'

9 years agoSONAR-6880 Fix return_to
Julien Lancelot [Wed, 14 Oct 2015 14:41:20 +0000 (16:41 +0200)]
SONAR-6880 Fix return_to

Because of the reset of the session, the return_to value was removed.
(cherry picked from commit 22de220)

9 years agofix the components page of just provisioned project
Stas Vilchik [Wed, 14 Oct 2015 14:31:24 +0000 (16:31 +0200)]
fix the components page of just provisioned project

9 years agoAdd missing commons-email dependency for plugins using API < 5.2
Julien Lancelot [Wed, 14 Oct 2015 14:06:30 +0000 (16:06 +0200)]
Add missing commons-email dependency for plugins using API < 5.2

9 years agoimprove code quality
Stas Vilchik [Wed, 14 Oct 2015 13:47:27 +0000 (15:47 +0200)]
improve code quality

9 years agouse moment.js installed by npm
Stas Vilchik [Wed, 14 Oct 2015 13:18:20 +0000 (15:18 +0200)]
use moment.js installed by npm

9 years agoSONAR-6277 Fix incorrect offset conversion with old Mac line ends '\r'
Julien HENRY [Wed, 14 Oct 2015 13:41:24 +0000 (15:41 +0200)]
SONAR-6277 Fix incorrect offset conversion with old Mac line ends '\r'

9 years agoAutomatic merge from branch-5.2
Jenkins CI [Wed, 14 Oct 2015 13:32:56 +0000 (15:32 +0200)]
Automatic merge from branch-5.2

* origin/branch-5.2:
  SONAR-6880 Fix SSF-37
  Revert "SONAR-6310 Delete RoR WS api/profiles/index"
  SONAR-6397 remove last line trick from ComputeFileSourceData
  SONAR-6397 read changeset from DB only if File is unmodified
  SONAR-6397 ScmInfoRepository optimisation for non FILE components
  Clean all temporary JS dependencies before release
  Prevent integration test modules to be deployed on central repository
  Deploy module sonar-server to maven central
  fix alignment in the file details
  fix applying of issue filter when user is not authenticated
  Revert "SONAR-6309 Delete RoR WS profiles/list"

9 years agoSONAR-6880 Fix SSF-37
Fabrice Bellingard [Wed, 14 Oct 2015 09:51:56 +0000 (11:51 +0200)]
SONAR-6880 Fix SSF-37

9 years agoRevert "SONAR-6310 Delete RoR WS api/profiles/index"
Teryk Bellahsene [Wed, 14 Oct 2015 12:04:19 +0000 (14:04 +0200)]
Revert "SONAR-6310 Delete RoR WS api/profiles/index"

This reverts commit 4dba36f4e20ac32291d473a3169ee372408a9a22.

9 years agoSONAR-6397 remove last line trick from ComputeFileSourceData 578/head
Sébastien Lesaint [Tue, 13 Oct 2015 08:33:56 +0000 (10:33 +0200)]
SONAR-6397 remove last line trick from ComputeFileSourceData

added an extra empty line to the end of the file source iterator is now implemented directly into the CloseableIterator returned by the SourceLinesRepository

9 years agoSONAR-6397 read changeset from DB only if File is unmodified
Sébastien Lesaint [Fri, 9 Oct 2015 15:21:49 +0000 (17:21 +0200)]
SONAR-6397 read changeset from DB only if File is unmodified

to achieve that, we compare the source hash stored in DB with hash of source in analysis report
this also remove duplication of line hashing algorithm between core and Computation Engine and isolate source and line hashing into specific classes

9 years agoSONAR-6397 ScmInfoRepository optimisation for non FILE components
Sébastien Lesaint [Fri, 9 Oct 2015 09:16:45 +0000 (11:16 +0200)]
SONAR-6397 ScmInfoRepository optimisation for non FILE components

when Component is not FILE, no need to neither check the report nor the DB

9 years agoClean all temporary JS dependencies before release
Simon Brandhof [Wed, 14 Oct 2015 09:33:22 +0000 (11:33 +0200)]
Clean all temporary JS dependencies before release

9 years agoPrevent integration test modules to be deployed on central repository
Simon Brandhof [Wed, 14 Oct 2015 08:51:33 +0000 (10:51 +0200)]
Prevent integration test modules to be deployed on central repository

9 years agoDeploy module sonar-server to maven central
Simon Brandhof [Wed, 14 Oct 2015 08:51:13 +0000 (10:51 +0200)]
Deploy module sonar-server to maven central

9 years agoimprove the web build system, introduce gulp and browserify
Stas Vilchik [Fri, 2 Oct 2015 13:51:15 +0000 (15:51 +0200)]
improve the web build system, introduce gulp and browserify

9 years agofix alignment in the file details
Stas Vilchik [Wed, 14 Oct 2015 07:43:40 +0000 (09:43 +0200)]
fix alignment in the file details

9 years agofix applying of issue filter when user is not authenticated
Stas Vilchik [Tue, 13 Oct 2015 12:42:47 +0000 (14:42 +0200)]
fix applying of issue filter when user is not authenticated

9 years agoRevert "SONAR-6309 Delete RoR WS profiles/list"
Teryk Bellahsene [Tue, 13 Oct 2015 12:10:45 +0000 (14:10 +0200)]
Revert "SONAR-6309 Delete RoR WS profiles/list"

This reverts commit 7992a218b2dd4df3734d38ea1a2a71514d1e2949.

9 years agoAutomatic merge from branch-5.1
Jenkins CI [Wed, 14 Oct 2015 06:01:18 +0000 (08:01 +0200)]
Automatic merge from branch-5.1

* origin/branch-5.2:
  Improve message when trying to install a non-plugin JAR
  Fix enforcer rule about size of zip
  Fix reliability of NetworkUtils#freePort()
  Fix Maven warnings
  SONAR-6219 Fix ruby warning "don't put space before argument parentheses"

9 years agoImprove message when trying to install a non-plugin JAR
Simon Brandhof [Tue, 13 Oct 2015 20:49:56 +0000 (22:49 +0200)]
Improve message when trying to install a non-plugin JAR

9 years agoFix enforcer rule about size of zip
Simon Brandhof [Tue, 13 Oct 2015 20:31:51 +0000 (22:31 +0200)]
Fix enforcer rule about size of zip

9 years agoFix reliability of NetworkUtils#freePort()
Simon Brandhof [Mon, 12 Oct 2015 19:59:34 +0000 (21:59 +0200)]
Fix reliability of NetworkUtils#freePort()

9 years agoFix Maven warnings
Simon Brandhof [Mon, 12 Oct 2015 19:37:10 +0000 (21:37 +0200)]
Fix Maven warnings

by replacing ${project.version} by ${pom.version}

9 years agoSONAR-6219 Fix ruby warning "don't put space before argument parentheses"
Simon Brandhof [Mon, 12 Oct 2015 19:36:19 +0000 (21:36 +0200)]
SONAR-6219 Fix ruby warning "don't put space before argument parentheses"

9 years agoAutomatic merge from branch-5.1
Jenkins CI [Tue, 13 Oct 2015 20:30:35 +0000 (22:30 +0200)]
Automatic merge from branch-5.1

* origin/branch-5.2:
  Fix configuration of SQ version
  Revert "Fix the bad SQ version used by integration tests"
  Fix the bad SQ version used by integration tests

9 years agoFix configuration of SQ version
Simon Brandhof [Tue, 13 Oct 2015 15:03:26 +0000 (17:03 +0200)]
Fix configuration of SQ version

9 years agoRevert "Fix the bad SQ version used by integration tests"
Simon Brandhof [Tue, 13 Oct 2015 14:58:14 +0000 (16:58 +0200)]
Revert "Fix the bad SQ version used by integration tests"

This reverts commit 2d67d61504c354f3ebe5d9bedc54d66b1122bd75.

9 years agoFix the bad SQ version used by integration tests
Simon Brandhof [Tue, 13 Oct 2015 14:06:11 +0000 (16:06 +0200)]
Fix the bad SQ version used by integration tests

9 years agoUpgrade version to 5.3-SNAPSHOT
Thomas Vérin [Tue, 13 Oct 2015 11:54:26 +0000 (13:54 +0200)]
Upgrade version to 5.3-SNAPSHOT

9 years ago[maven-release-plugin] prepare for next development iteration
Thomas Vérin [Tue, 13 Oct 2015 10:06:23 +0000 (12:06 +0200)]
[maven-release-plugin] prepare for next development iteration

9 years ago[maven-release-plugin] prepare release 5.2-RC2 5.2-RC2
Thomas Vérin [Tue, 13 Oct 2015 10:06:23 +0000 (12:06 +0200)]
[maven-release-plugin] prepare release 5.2-RC2

9 years agoUpdate the sonar-web pom with correct config for javadoc and sources
Thomas Vérin [Tue, 13 Oct 2015 09:55:59 +0000 (11:55 +0200)]
Update the sonar-web pom with correct config for javadoc and sources

9 years agoUpdated poms to generate empty javadoc and sources jars to comply with maven central
Thomas Vérin [Tue, 13 Oct 2015 09:41:05 +0000 (11:41 +0200)]
Updated poms to generate empty javadoc and sources jars to comply with maven central

9 years ago[maven-release-plugin] prepare for next development iteration
Thomas Vérin [Mon, 12 Oct 2015 15:58:42 +0000 (17:58 +0200)]
[maven-release-plugin] prepare for next development iteration

9 years ago[maven-release-plugin] prepare release 5.2-RC1 5.2-RC1
Thomas Vérin [Mon, 12 Oct 2015 15:58:42 +0000 (17:58 +0200)]
[maven-release-plugin] prepare release 5.2-RC1

9 years agoFix double installation of sources jar
Simon Brandhof [Mon, 12 Oct 2015 15:48:42 +0000 (17:48 +0200)]
Fix double installation of sources jar

9 years agoRemoved signature goal from maven release (redundant with bintray)
tomverin [Mon, 12 Oct 2015 15:00:03 +0000 (17:00 +0200)]
Removed signature goal from maven release (redundant with bintray)

9 years agoupdate \ 1\ 1distributionManagement to deploy to bintray
tomverin [Mon, 12 Oct 2015 13:33:24 +0000 (15:33 +0200)]
update \ 1\ 1distributionManagement to deploy to bintray

9 years agoTry to fix error of maven-release-plugin
Simon Brandhof [Mon, 12 Oct 2015 12:50:52 +0000 (14:50 +0200)]
Try to fix error of maven-release-plugin

9 years agoFix rules index name
Julien Lancelot [Fri, 9 Oct 2015 14:14:06 +0000 (16:14 +0200)]
Fix rules index name

9 years agoFix typo
Julien Lancelot [Mon, 12 Oct 2015 08:27:18 +0000 (10:27 +0200)]
Fix typo

9 years agoSONAR-6915 Change type of character columns of ISSUES table on MsSQL 577/head
Julien Lancelot [Mon, 12 Oct 2015 07:41:09 +0000 (09:41 +0200)]
SONAR-6915 Change type of character columns of ISSUES table on MsSQL

Type of following columns are updtated to NVARCHAR on MsSQL :
ISSUES.TAGS
ISSUES.COMPONENT_UUID
ISSUES.PROJECT_UUID

9 years agoFix Xms java option of sonar.web.javaOpts
Simon Brandhof [Mon, 12 Oct 2015 08:05:27 +0000 (10:05 +0200)]
Fix Xms java option of sonar.web.javaOpts

- missing "-Djava.net.preferIPv4Stack=true" in comment of sonar.properties
- missing default value "-Xms256m"

9 years agoSONAR-6884 revert systematic usage of latin1 CS collation when creating NVARCHAR...
Simon Brandhof [Mon, 12 Oct 2015 07:28:49 +0000 (09:28 +0200)]
SONAR-6884 revert systematic usage of latin1 CS collation when creating NVARCHAR columns on MSSQL

9 years agoReplace VARCHAR by NVARCHAR on MsSQL
Simon Brandhof [Mon, 12 Oct 2015 06:12:46 +0000 (08:12 +0200)]
Replace VARCHAR by NVARCHAR on MsSQL

9 years agoSONAR-6717 Add IT to check that issue attribute is kept on next analysis
Julien Lancelot [Fri, 9 Oct 2015 15:43:56 +0000 (17:43 +0200)]
SONAR-6717 Add IT to check that issue attribute is kept on next analysis

9 years agoFix group id
Julien Lancelot [Fri, 9 Oct 2015 15:37:01 +0000 (17:37 +0200)]
Fix group id

9 years agoChange default number of ES shards
Simon Brandhof [Fri, 9 Oct 2015 13:17:04 +0000 (15:17 +0200)]
Change default number of ES shards

- Use 5 shards by default on each index
- Do not change the default number of ES shards on cluster mode

9 years agoSONAR-6717 Issue attributes are kept
Julien Lancelot [Fri, 9 Oct 2015 10:23:09 +0000 (12:23 +0200)]
SONAR-6717 Issue attributes are kept

9 years agoSONAR-6717 Restore issues actions API
Julien Lancelot [Wed, 7 Oct 2015 12:12:10 +0000 (14:12 +0200)]
SONAR-6717 Restore issues actions API

9 years agoSONAR-6742 fix issue refreshing after the custom action
Stas Vilchik [Fri, 9 Oct 2015 09:06:08 +0000 (11:06 +0200)]
SONAR-6742 fix issue refreshing after the custom action

9 years agorevert SONAR-6742 Stop displaying plugin actions for issues
Stas Vilchik [Fri, 9 Oct 2015 07:50:40 +0000 (09:50 +0200)]
revert SONAR-6742 Stop displaying plugin actions for issues

9 years agoReplace groupIds org.codehaus by org.sonarsource
Simon Brandhof [Tue, 15 Sep 2015 16:19:55 +0000 (18:19 +0200)]
Replace groupIds org.codehaus by org.sonarsource

9 years agoRemove javadoc option that fails with java 7
Simon Brandhof [Fri, 9 Oct 2015 14:38:09 +0000 (16:38 +0200)]
Remove javadoc option that fails with java 7

9 years agoDisable javadoc lints (missing @return, ...)
Simon Brandhof [Fri, 9 Oct 2015 13:18:03 +0000 (15:18 +0200)]
Disable javadoc lints (missing @return, ...)

That would break releasability.

9 years agoUpdate embedded SQ Java plugin to 3.6
Julien HENRY [Fri, 9 Oct 2015 10:33:53 +0000 (12:33 +0200)]
Update embedded SQ Java plugin to 3.6

9 years agoImprove coverage
Duarte Meneses [Fri, 9 Oct 2015 09:41:54 +0000 (11:41 +0200)]
Improve coverage

9 years agoRemove unused json objects
Duarte Meneses [Fri, 9 Oct 2015 07:15:50 +0000 (09:15 +0200)]
Remove unused json objects

9 years agoRemove the commented property #sonar.jdbc.url=jdbc:h2:tcp://localhost:9092/sonar
Simon Brandhof [Fri, 9 Oct 2015 10:37:04 +0000 (12:37 +0200)]
Remove the commented property #sonar.jdbc.url=jdbc:h2:tcp://localhost:9092/sonar

9 years agoImprove the description of property sonar.log.level in sonar.properties
Simon Brandhof [Fri, 9 Oct 2015 10:19:51 +0000 (12:19 +0200)]
Improve the description of property sonar.log.level in sonar.properties

9 years agoSONAR-6830 apply feedback
Stas Vilchik [Fri, 9 Oct 2015 08:48:05 +0000 (10:48 +0200)]
SONAR-6830 apply feedback

9 years agoSONAR-6914 Change default sizes of HTTP and DB pools
Simon Brandhof [Fri, 9 Oct 2015 08:18:58 +0000 (10:18 +0200)]
SONAR-6914 Change default sizes of HTTP and DB pools

9 years agoadd protected setParent method to ComponentContainer
Sébastien Lesaint [Fri, 9 Oct 2015 07:22:28 +0000 (09:22 +0200)]
add protected setParent method to ComponentContainer