]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
7 years agoSONAR-8416 AuthenticationEventImpl now log at DEBUG
Sébastien Lesaint [Mon, 28 Nov 2016 11:31:00 +0000 (12:31 +0100)]
SONAR-8416 AuthenticationEventImpl now log at DEBUG

7 years agoSONAR-8416 prevent log flooding with über long login
Sébastien Lesaint [Mon, 28 Nov 2016 10:47:25 +0000 (11:47 +0100)]
SONAR-8416 prevent log flooding with über long login

7 years agoSONAR-8416 add event log on error in OAuth2 and Base authent
Sébastien Lesaint [Tue, 29 Nov 2016 17:04:01 +0000 (18:04 +0100)]
SONAR-8416 add event log on error in OAuth2 and Base authent

7 years agoSONAR-8416 move handling logic out from UnauthorizedException
Sébastien Lesaint [Tue, 29 Nov 2016 13:28:43 +0000 (14:28 +0100)]
SONAR-8416 move handling logic out from UnauthorizedException

and to AuthenticationError

7 years agoSONAR-8416 add event log in case of error for basic, realm, jwt
Sébastien Lesaint [Mon, 28 Nov 2016 08:30:33 +0000 (09:30 +0100)]
SONAR-8416 add event log in case of error for basic, realm, jwt

generic UnauthorizedException thrown in case of login failure is replaced by specific AuthenticationException which includes context information to generate details failure logs

7 years agoSONAR-8416 add log (INFO) when user successfuly log in
Sébastien Lesaint [Fri, 25 Nov 2016 10:41:10 +0000 (11:41 +0100)]
SONAR-8416 add log (INFO) when user successfuly log in

7 years agoFix IssueNotificationsTest
Simon Brandhof [Wed, 14 Dec 2016 14:44:32 +0000 (15:44 +0100)]
Fix IssueNotificationsTest

Fail because the analysis date is hardcoded to 2012-12-15,
so 5 years ago. Issues are created and purged in a row !

Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
7 years agoPrepare for next development iteration
Tom [Tue, 13 Dec 2016 16:29:05 +0000 (17:29 +0100)]
Prepare for next development iteration

7 years agorelease 6.2 6.2
Tom [Tue, 13 Dec 2016 15:05:23 +0000 (16:05 +0100)]
release 6.2

7 years agofix type of INTEGER columns on Oracle
Simon Brandhof [Tue, 13 Dec 2016 12:52:23 +0000 (13:52 +0100)]
fix type of INTEGER columns on Oracle

Correct type is NUMBER(38,0) but not INTEGER

Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
7 years agoSONAR-8532 Upgrade embedded plugins to latest version
Julien Lancelot [Mon, 12 Dec 2016 16:09:03 +0000 (17:09 +0100)]
SONAR-8532 Upgrade embedded plugins to latest version

7 years agoPrepare for next development iteration
Tom [Fri, 9 Dec 2016 10:08:42 +0000 (11:08 +0100)]
Prepare for next development iteration

7 years agorelease 6.2-RC3 6.2-RC3
Tom [Fri, 9 Dec 2016 10:07:17 +0000 (11:07 +0100)]
release 6.2-RC3

7 years agobuild: generate empty sources and javadoc jars for shaded artifact to comply with...
Tom [Fri, 2 Dec 2016 10:50:31 +0000 (11:50 +0100)]
build: generate empty sources and javadoc jars for shaded artifact to comply with maven central deploy

7 years agoDisable UpgradeTests
Julien Lancelot [Thu, 8 Dec 2016 16:48:26 +0000 (17:48 +0100)]
Disable UpgradeTests

7 years agoDisable css plugin as it's currently incompatible with web plugin
Julien Lancelot [Wed, 7 Dec 2016 09:45:32 +0000 (10:45 +0100)]
Disable css plugin as it's currently incompatible with web plugin

7 years agoSONAR-8332 fix broken thread safety of UUID generation 1431/head
Sébastien Lesaint [Mon, 5 Dec 2016 12:48:22 +0000 (13:48 +0100)]
SONAR-8332 fix broken thread safety of UUID generation

7 years agoSONAR-8442 do not do a select to keep ce_activity.is_key up to date 1434/head
Sébastien Lesaint [Mon, 5 Dec 2016 16:35:35 +0000 (17:35 +0100)]
SONAR-8442 do not do a select to keep ce_activity.is_key up to date

7 years agoMerge branch 'branch-5.6' into branch-6.2
Sébastien Lesaint [Tue, 6 Dec 2016 08:54:29 +0000 (09:54 +0100)]
Merge branch 'branch-5.6' into branch-6.2

strategy applied to this merge: ours

7 years agoSONAR-8447 avoid select to key ce_activity.is_key up to date
Sébastien Lesaint [Mon, 5 Dec 2016 16:33:36 +0000 (17:33 +0100)]
SONAR-8447 avoid select to key ce_activity.is_key up to date

7 years agoFix duplicated logs in LogTester
Simon Brandhof [Mon, 5 Dec 2016 11:14:08 +0000 (12:14 +0100)]
Fix duplicated logs in LogTester

7 years agoPrepare for next development iteration
Tom [Fri, 2 Dec 2016 08:57:50 +0000 (09:57 +0100)]
Prepare for next development iteration

7 years agoRelease 6.2-RC2 6.2-RC2
Tom [Fri, 2 Dec 2016 07:39:58 +0000 (08:39 +0100)]
Release 6.2-RC2

7 years agoSONAR-8333 log must be ERROR when process start fails 1423/head
Sébastien Lesaint [Wed, 30 Nov 2016 16:45:20 +0000 (17:45 +0100)]
SONAR-8333 log must be ERROR when process start fails

7 years agoSONAR-8422 add visible error in sonar.log when DB is not ok
Sébastien Lesaint [Wed, 30 Nov 2016 16:31:23 +0000 (17:31 +0100)]
SONAR-8422 add visible error in sonar.log when DB is not ok

7 years agoSONAR-8462 escape param "q" in WS api/rules/repositories"
Simon Brandhof [Thu, 1 Dec 2016 13:09:58 +0000 (14:09 +0100)]
SONAR-8462 escape param "q" in WS api/rules/repositories"

7 years agoSONAR-8461 escape param "q" in WS api/languages/list
Simon Brandhof [Thu, 1 Dec 2016 10:47:56 +0000 (11:47 +0100)]
SONAR-8461 escape param "q" in WS api/languages/list

7 years agoSONAR-8462 WS api/rules/repositories does not escape the parameter "q"
Simon Brandhof [Thu, 1 Dec 2016 13:09:58 +0000 (14:09 +0100)]
SONAR-8462 WS api/rules/repositories does not escape the parameter "q"

7 years agoSONAR-8461 WS api/languages/list does escape the parameter "q"
Simon Brandhof [Thu, 1 Dec 2016 10:47:56 +0000 (11:47 +0100)]
SONAR-8461 WS api/languages/list does escape the parameter "q"

7 years agoSONAR-8335 rename LogDomain#ES_CLIENT to LogDomain#ES 1418/head
Sébastien Lesaint [Thu, 1 Dec 2016 09:02:23 +0000 (10:02 +0100)]
SONAR-8335 rename LogDomain#ES_CLIENT to LogDomain#ES

7 years agoSONAR-8335 add IT on dynamic log level change
Sébastien Lesaint [Wed, 30 Nov 2016 10:31:24 +0000 (11:31 +0100)]
SONAR-8335 add IT on dynamic log level change

7 years agoSONAR-8335 make changing root level change level of all loggers
Sébastien Lesaint [Tue, 29 Nov 2016 12:48:00 +0000 (13:48 +0100)]
SONAR-8335 make changing root level change level of all loggers

7 years agoSONAR-8335 add missing coverage on jmx log property
Sébastien Lesaint [Tue, 29 Nov 2016 09:50:01 +0000 (10:50 +0100)]
SONAR-8335 add missing coverage on jmx log property

7 years agoSONAR-8335 drop dead code ServerLogging#getCurrentLogFile
Sébastien Lesaint [Tue, 29 Nov 2016 09:20:39 +0000 (10:20 +0100)]
SONAR-8335 drop dead code ServerLogging#getCurrentLogFile

7 years agoSONAR-8335 move RootLoggerConfig out of LogbackHelper
Sébastien Lesaint [Mon, 28 Nov 2016 15:55:57 +0000 (16:55 +0100)]
SONAR-8335 move RootLoggerConfig out of LogbackHelper

7 years agoSONAR-8335 move LogBackHelper to subpackage logging
Sébastien Lesaint [Mon, 28 Nov 2016 15:54:28 +0000 (16:54 +0100)]
SONAR-8335 move LogBackHelper to subpackage logging

7 years agoMerge branch 'branch-5.6' into branch-6.2
Sébastien Lesaint [Thu, 1 Dec 2016 11:21:31 +0000 (12:21 +0100)]
Merge branch 'branch-5.6' into branch-6.2

7 years agoMerge branch 'branch-5.6' into branch-6.2
Sébastien Lesaint [Thu, 1 Dec 2016 11:21:21 +0000 (12:21 +0100)]
Merge branch 'branch-5.6' into branch-6.2

7 years agoMerge branch 'branch-5.6' into branch-6.2
Sébastien Lesaint [Thu, 1 Dec 2016 11:21:06 +0000 (12:21 +0100)]
Merge branch 'branch-5.6' into branch-6.2

7 years agoSONAR-8437 add missing characters to be escaped
Simon Brandhof [Wed, 30 Nov 2016 16:35:11 +0000 (17:35 +0100)]
SONAR-8437 add missing characters to be escaped

7 years agoSONAR-8415 Low max memory of main process can lead to OOM in log Gobbler
Simon Brandhof [Thu, 1 Dec 2016 10:32:54 +0000 (11:32 +0100)]
SONAR-8415 Low max memory of main process can lead to OOM in log Gobbler

Simply increase memory of app process from 3MB to 8MB

7 years agoSONAR-8437 add missing characters to be escaped
Simon Brandhof [Wed, 30 Nov 2016 16:35:11 +0000 (17:35 +0100)]
SONAR-8437 add missing characters to be escaped

7 years agoSONAR-8421 fix ConcurrentModificationException 1421/head
Sébastien Lesaint [Wed, 30 Nov 2016 15:26:22 +0000 (16:26 +0100)]
SONAR-8421 fix ConcurrentModificationException

7 years agoSONAR-8437 fix listing of issue tags and authors
Simon Brandhof [Wed, 30 Nov 2016 13:11:50 +0000 (14:11 +0100)]
SONAR-8437 fix listing of issue tags and authors

7 years agoSONAR-8437 fix facet "assigned_to_me" of api/issues/search
Simon Brandhof [Wed, 30 Nov 2016 13:08:18 +0000 (14:08 +0100)]
SONAR-8437 fix facet "assigned_to_me" of api/issues/search

7 years agoSONAR-8436 escape param "tags" of WS api/rules/tags
Simon Brandhof [Wed, 30 Nov 2016 13:04:12 +0000 (14:04 +0100)]
SONAR-8436 escape param "tags" of WS api/rules/tags

7 years agoSlight performance improvement in api/rules/tags
Simon Brandhof [Wed, 30 Nov 2016 12:59:54 +0000 (13:59 +0100)]
Slight performance improvement in api/rules/tags

No need to load the rule documents. Only the aggregation
of tags is used.

7 years agoSONAR-8436 Fix Quality flaws related to org.sonar.server.rule
Simon Brandhof [Wed, 30 Nov 2016 12:59:08 +0000 (13:59 +0100)]
SONAR-8436 Fix Quality flaws related to org.sonar.server.rule

7 years agoSONAR-8437 fix listing of issue tags and authors
Simon Brandhof [Tue, 29 Nov 2016 21:10:51 +0000 (22:10 +0100)]
SONAR-8437 fix listing of issue tags and authors

7 years agoSONAR-8437 fix facet "assigned_to_me" of api/issues/search
Simon Brandhof [Tue, 29 Nov 2016 11:08:39 +0000 (12:08 +0100)]
SONAR-8437 fix facet "assigned_to_me" of api/issues/search

7 years agoSONAR-8437 escape selected value in ES facet of WS api/issues
Simon Brandhof [Tue, 29 Nov 2016 10:48:08 +0000 (11:48 +0100)]
SONAR-8437 escape selected value in ES facet of WS api/issues

7 years agoSONAR-8436 escape param "tags" of WS api/rules/tags
Simon Brandhof [Tue, 29 Nov 2016 09:57:18 +0000 (10:57 +0100)]
SONAR-8436 escape param "tags" of WS api/rules/tags

7 years agoSlight performance improvement in api/rules/tags
Simon Brandhof [Tue, 29 Nov 2016 09:56:49 +0000 (10:56 +0100)]
Slight performance improvement in api/rules/tags

No need to load the rule documents. Only the aggregation
of tags is used.

7 years agoFix Quality flaws related to org.sonar.server.rule
Simon Brandhof [Tue, 29 Nov 2016 09:05:44 +0000 (10:05 +0100)]
Fix Quality flaws related to org.sonar.server.rule

7 years agoSONAR-8423 Properly fail on invalid basic header 1415/head
Julien Lancelot [Mon, 28 Nov 2016 15:40:02 +0000 (16:40 +0100)]
SONAR-8423 Properly fail on invalid basic header

7 years agoSONAR-5430 Update SSO properties in order to start with "sonar.web.sso"
Julien Lancelot [Mon, 28 Nov 2016 15:25:50 +0000 (16:25 +0100)]
SONAR-5430 Update SSO properties in order to start with "sonar.web.sso"

7 years agoSONAR-8089 Add missing condition on snapshots.islast=true 1412/head
Julien Lancelot [Fri, 25 Nov 2016 16:02:08 +0000 (17:02 +0100)]
SONAR-8089 Add missing condition on snapshots.islast=true

7 years agoSpeed-up drop of DB table on Oracle
Simon Brandhof [Mon, 28 Nov 2016 11:19:03 +0000 (12:19 +0100)]
Speed-up drop of DB table on Oracle

7 years agoSONAR-8420 Automated release
David Rautureau [Mon, 28 Nov 2016 11:09:14 +0000 (12:09 +0100)]
SONAR-8420 Automated release

* add artifactsToPublish to bintray

* export PROJECT_VERSION in env to be recorded in buildinfo

* Remove distributionManagement (deploy is done by the artifactory-maven-plugin)

* Enable release profile on Travis for maintenance branches

* Remove checksums calculation of the distribution (done by the release process)

* Remove javadoc profile (we only publish the javadoc of the plugin API)

7 years agoSONAR-8382 fix l10n
Stas Vilchik [Mon, 28 Nov 2016 08:44:53 +0000 (09:44 +0100)]
SONAR-8382 fix l10n

7 years agoSONAR-8382 apply feedback on about page (#1411)
Stas Vilchik [Fri, 25 Nov 2016 15:08:41 +0000 (16:08 +0100)]
SONAR-8382 apply feedback on about page (#1411)

7 years agochange warning about log level
Stas Vilchik [Fri, 25 Nov 2016 14:47:40 +0000 (15:47 +0100)]
change warning about log level

7 years agoSONAR-8426 Redirect account/issues/xxx links to the global Issues page (#1409)
Stas Vilchik [Fri, 25 Nov 2016 14:34:21 +0000 (15:34 +0100)]
SONAR-8426 Redirect account/issues/xxx links to the global Issues page (#1409)

7 years agoSONAR-8382 move "About" link to the footer and help window
Stas Vilchik [Thu, 24 Nov 2016 09:07:02 +0000 (10:07 +0100)]
SONAR-8382 move "About" link to the footer and help window

7 years agoSONAR-8382 update permalinks
Stas Vilchik [Thu, 24 Nov 2016 09:03:18 +0000 (10:03 +0100)]
SONAR-8382 update permalinks

7 years agoSONAR-8418 Stop computing ratings for views 1407/head
Teryk Bellahsene [Tue, 22 Nov 2016 12:36:51 +0000 (13:36 +0100)]
SONAR-8418 Stop computing ratings for views

Ratings for views should be computed in Governance

7 years agoUpgrade to orchestrator 3.13
Simon Brandhof [Wed, 23 Nov 2016 17:31:34 +0000 (18:31 +0100)]
Upgrade to orchestrator 3.13

7 years agoshow generic 404 page when a project is not found
Stas Vilchik [Wed, 23 Nov 2016 16:02:39 +0000 (17:02 +0100)]
show generic 404 page when a project is not found

7 years ago[maven-release-plugin] prepare for next development iteration
David Rautureau [Mon, 21 Nov 2016 11:08:08 +0000 (12:08 +0100)]
[maven-release-plugin] prepare for next development iteration

7 years ago[maven-release-plugin] prepare release 6.2-RC1 6.2-RC1
David Rautureau [Mon, 21 Nov 2016 11:08:08 +0000 (12:08 +0100)]
[maven-release-plugin] prepare release 6.2-RC1

7 years agoAutomatic merge from branch-6.1
Simon Brandhof [Mon, 21 Nov 2016 09:48:20 +0000 (10:48 +0100)]
Automatic merge from branch-6.1

* origin/branch-6.1:
  Prepare for next development iteration (ITs)
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release 6.1.1

7 years agoSONAR-8374 disable assignee facet when "my issues" are displayed
Stas Vilchik [Fri, 18 Nov 2016 14:58:37 +0000 (15:58 +0100)]
SONAR-8374 disable assignee facet when "my issues" are displayed

7 years agoRevert "SONAR-6996 Replace the issue key by the file name in the 'issue changed'... 1405/head
Teryk Bellahsene [Fri, 18 Nov 2016 14:05:08 +0000 (15:05 +0100)]
Revert "SONAR-6996 Replace the issue key by the file name in the 'issue changed' notification"

This reverts commit 5e09c80b98511948c5c261181deaab035f627bc6.

7 years agoPrepare for next development iteration (ITs) branch-6.1
David Rautureau [Fri, 18 Nov 2016 14:10:12 +0000 (15:10 +0100)]
Prepare for next development iteration (ITs)

7 years agoSONAR-8382 change msbuild logo, fix wording
Stas Vilchik [Fri, 18 Nov 2016 14:07:20 +0000 (15:07 +0100)]
SONAR-8382 change msbuild logo, fix wording

7 years agoSONAR-8351 fix link to webhook documentation
Simon Brandhof [Fri, 18 Nov 2016 10:52:13 +0000 (11:52 +0100)]
SONAR-8351 fix link to webhook documentation

7 years agoSONAR-8340 add documentation of rolling policy applied to 4 log files
Sébastien Lesaint [Fri, 18 Nov 2016 09:47:57 +0000 (10:47 +0100)]
SONAR-8340 add documentation of rolling policy applied to 4 log files

7 years agoSONAR-8335 support global log level in ES JVM as we do for other JVM
Sébastien Lesaint [Fri, 18 Nov 2016 09:39:53 +0000 (10:39 +0100)]
SONAR-8335 support global log level in ES JVM as we do for other JVM

7 years agoSONAR-8332 fix missing SQ HTTP request ID from Web logs (for good)
Sébastien Lesaint [Fri, 18 Nov 2016 08:46:09 +0000 (09:46 +0100)]
SONAR-8332 fix missing SQ HTTP request ID from Web logs (for good)

7 years agoSONAR-8383 fix label "Web Server" of link to logs
Simon Brandhof [Fri, 18 Nov 2016 08:51:25 +0000 (09:51 +0100)]
SONAR-8383 fix label "Web Server" of link to logs

7 years agoSONAR-8383 fix label "Main process" of link to logs
Simon Brandhof [Fri, 18 Nov 2016 08:44:49 +0000 (09:44 +0100)]
SONAR-8383 fix label "Main process" of link to logs

7 years agoUpgrade to parent 37
Simon Brandhof [Fri, 18 Nov 2016 08:42:38 +0000 (09:42 +0100)]
Upgrade to parent 37

7 years agoAutomatic merge from branch-6.1
ssjenka [Fri, 18 Nov 2016 07:02:17 +0000 (08:02 +0100)]
Automatic merge from branch-6.1

* origin/branch-6.1:
  SONAR-8248 JS files from plugins don't have JS Content-Type header

7 years ago[maven-release-plugin] prepare for next development iteration
David Rautureau [Thu, 17 Nov 2016 19:45:38 +0000 (20:45 +0100)]
[maven-release-plugin] prepare for next development iteration

7 years ago[maven-release-plugin] prepare release 6.1.1 6.1.1
David Rautureau [Thu, 17 Nov 2016 19:45:38 +0000 (20:45 +0100)]
[maven-release-plugin] prepare release 6.1.1

7 years agoSONAR-8298 clarify that session timeout is about inactivity
Simon Brandhof [Thu, 17 Nov 2016 19:21:22 +0000 (20:21 +0100)]
SONAR-8298 clarify that session timeout is about inactivity

7 years agoSONAR-8332 change default access log pattern to include SQ's HTTP request ID 1399/head
Sébastien Lesaint [Thu, 17 Nov 2016 14:57:24 +0000 (15:57 +0100)]
SONAR-8332 change default access log pattern to include SQ's HTTP request ID

7 years agoSONAR-8332 fix missing display of HTTP request ID in Web logs
Sébastien Lesaint [Thu, 17 Nov 2016 10:41:25 +0000 (11:41 +0100)]
SONAR-8332 fix missing display of HTTP request ID in Web logs

7 years agoSONAR-8338 SONAR-8337 SONAR-8336 remove doc from sonar.properties
Sébastien Lesaint [Thu, 17 Nov 2016 08:41:34 +0000 (09:41 +0100)]
SONAR-8338 SONAR-8337 SONAR-8336 remove doc from sonar.properties

7 years agoSONAR-8190 remove api/roots/* WS from SQ for release 6.2
Sébastien Lesaint [Thu, 17 Nov 2016 08:39:15 +0000 (09:39 +0100)]
SONAR-8190 remove api/roots/* WS from SQ for release 6.2

7 years agoSONAR-8151 remove property category Organizations from UI for 6.2
Sébastien Lesaint [Thu, 17 Nov 2016 08:38:01 +0000 (09:38 +0100)]
SONAR-8151 remove property category Organizations from UI for 6.2

7 years agofix quality flaws
Sébastien Lesaint [Thu, 17 Nov 2016 08:22:49 +0000 (09:22 +0100)]
fix quality flaws

7 years agofix assignee facet, part 2
Stas Vilchik [Thu, 17 Nov 2016 16:36:55 +0000 (17:36 +0100)]
fix assignee facet, part 2

7 years agofix assignee facet
Stas Vilchik [Thu, 17 Nov 2016 16:33:43 +0000 (17:33 +0100)]
fix assignee facet

7 years agoSONAR-8383 update example of api/system/logs
Simon Brandhof [Thu, 17 Nov 2016 15:29:36 +0000 (16:29 +0100)]
SONAR-8383 update example of api/system/logs

7 years agoFix quality flaw
Teryk Bellahsene [Thu, 17 Nov 2016 14:27:33 +0000 (15:27 +0100)]
Fix quality flaw

7 years agoSONAR-8248 JS files from plugins don't have JS Content-Type header
Simon Brandhof [Thu, 17 Nov 2016 14:18:56 +0000 (15:18 +0100)]
SONAR-8248 JS files from plugins don't have JS Content-Type header

7 years agoSONAR-8391 Fix Quality flaws
Simon Brandhof [Thu, 17 Nov 2016 14:14:16 +0000 (15:14 +0100)]
SONAR-8391 Fix Quality flaws

7 years agoSONAR-8248 JS files from plugins don't have JS Content-Type header
Simon Brandhof [Thu, 17 Nov 2016 14:13:19 +0000 (15:13 +0100)]
SONAR-8248 JS files from plugins don't have JS Content-Type header

7 years agoSONAR-8363 Mark just created projects as favorite when there's a project creator... 1401/head
Teryk Bellahsene [Thu, 17 Nov 2016 10:18:29 +0000 (11:18 +0100)]
SONAR-8363 Mark just created projects as favorite when there's a project creator permission