]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
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

7 years agoSONAR-8391 fix NPE when id is invalid in SNAPSHOTS.PATH
Simon Brandhof [Thu, 17 Nov 2016 10:38:24 +0000 (11:38 +0100)]
SONAR-8391 fix NPE when id is invalid in SNAPSHOTS.PATH

7 years agofix bulk change of my issues
Stas Vilchik [Thu, 17 Nov 2016 10:34:57 +0000 (11:34 +0100)]
fix bulk change of my issues

7 years agoSONAR-8383 improve display of log links in sysinfo page
Stas Vilchik [Wed, 16 Nov 2016 15:52:33 +0000 (16:52 +0100)]
SONAR-8383 improve display of log links in sysinfo page

7 years agofix resetting of settings
Stas Vilchik [Thu, 17 Nov 2016 09:08:58 +0000 (10:08 +0100)]
fix resetting of settings

7 years agoSONAR-8383 download all log files from sysinfo console
Simon Brandhof [Wed, 16 Nov 2016 14:51:39 +0000 (15:51 +0100)]
SONAR-8383 download all log files from sysinfo console

7 years agoSONAR-8383 add param "process" to api/system/logs
Simon Brandhof [Wed, 16 Nov 2016 14:51:13 +0000 (15:51 +0100)]
SONAR-8383 add param "process" to api/system/logs

7 years agoSONAR-8383 expose association process -> log filename
Simon Brandhof [Wed, 16 Nov 2016 14:16:56 +0000 (15:16 +0100)]
SONAR-8383 expose association process -> log filename

7 years agoSONAR-8177 do not display messages of internal errors
Simon Brandhof [Wed, 16 Nov 2016 16:20:07 +0000 (17:20 +0100)]
SONAR-8177 do not display messages of internal errors

7 years agoRemove duplication in l10n core.properties
Simon Brandhof [Wed, 16 Nov 2016 15:38:09 +0000 (16:38 +0100)]
Remove duplication in l10n core.properties

7 years agoSONAR-8340 document log format in sonar.properties 1396/head
Sébastien Lesaint [Wed, 16 Nov 2016 16:03:53 +0000 (17:03 +0100)]
SONAR-8340 document log format in sonar.properties

7 years agoSONAR-8338 add documentation for new properties in sonar.properties
Sébastien Lesaint [Wed, 16 Nov 2016 15:31:58 +0000 (16:31 +0100)]
SONAR-8338 add documentation for new properties in sonar.properties

7 years agoSONAR-8338 add properties to control log level of JMX related loggers
Sébastien Lesaint [Wed, 16 Nov 2016 13:31:59 +0000 (14:31 +0100)]
SONAR-8338 add properties to control log level of JMX related loggers

7 years agoSONAR-8337 add documentation for new properties in sonar.properties 1395/head
Sébastien Lesaint [Wed, 16 Nov 2016 15:30:43 +0000 (16:30 +0100)]
SONAR-8337 add documentation for new properties in sonar.properties

7 years agoSONAR-8337 add properties to control ES log level in Web and CE
Sébastien Lesaint [Wed, 16 Nov 2016 12:40:23 +0000 (13:40 +0100)]
SONAR-8337 add properties to control ES log level in Web and CE

7 years agoSONAR-8336 add documentation for new properties in sonar.properties 1394/head
Sébastien Lesaint [Wed, 16 Nov 2016 15:28:56 +0000 (16:28 +0100)]
SONAR-8336 add documentation for new properties in sonar.properties

7 years agoSONAR-8336 add properties to control SQL logs level in CE and Web
Sébastien Lesaint [Wed, 16 Nov 2016 11:03:11 +0000 (12:03 +0100)]
SONAR-8336 add properties to control SQL logs level in CE and Web

7 years agoSONAR-8341 add IT 1390/head
Sébastien Lesaint [Tue, 15 Nov 2016 15:58:17 +0000 (16:58 +0100)]
SONAR-8341 add IT

7 years agoSONAR-8341 add INFO log in App when SQ is done starting
Sébastien Lesaint [Tue, 15 Nov 2016 14:38:33 +0000 (15:38 +0100)]
SONAR-8341 add INFO log in App when SQ is done starting

7 years agoSONAR-8335 most accurate property rather than lowest level must apply 1387/head
Sébastien Lesaint [Wed, 16 Nov 2016 13:55:52 +0000 (14:55 +0100)]
SONAR-8335 most accurate property rather than lowest level must apply

7 years agoSONAR-8335 better error reporting on property values and UT coverage
Sébastien Lesaint [Wed, 16 Nov 2016 10:11:54 +0000 (11:11 +0100)]
SONAR-8335 better error reporting on property values and UT coverage

7 years agoSONAR-8335 document new properties in sonar.properties
Sébastien Lesaint [Tue, 15 Nov 2016 10:52:03 +0000 (11:52 +0100)]
SONAR-8335 document new properties in sonar.properties

7 years agoSONAR-8335 support properties to configure log level per JVM
Sébastien Lesaint [Tue, 15 Nov 2016 10:17:33 +0000 (11:17 +0100)]
SONAR-8335 support properties to configure log level per JVM

7 years agoSONAR-8385 apply feedback
Stas Vilchik [Wed, 16 Nov 2016 17:07:57 +0000 (18:07 +0100)]
SONAR-8385 apply feedback

7 years agoSONAR-8382 apply feedback
Stas Vilchik [Wed, 16 Nov 2016 17:02:24 +0000 (18:02 +0100)]
SONAR-8382 apply feedback

7 years agoSONAR-8389 Property set settings order should be kept 1393/head
Teryk Bellahsene [Wed, 16 Nov 2016 15:05:05 +0000 (16:05 +0100)]
SONAR-8389 Property set settings order should be kept

7 years agoSONAR-6996 Replace the issue key by the file name in the 'issue changed' notification
Teryk Bellahsene [Wed, 16 Nov 2016 10:52:47 +0000 (11:52 +0100)]
SONAR-6996 Replace the issue key by the file name in the 'issue changed' notification

7 years agoSONAR-8365 Improve description of developer parametersin api/measures/component_tree
Teryk Bellahsene [Wed, 16 Nov 2016 08:04:49 +0000 (09:04 +0100)]
SONAR-8365 Improve description of developer parametersin api/measures/component_tree

7 years agoSONAR-8382 move About link to the top nav
Stas Vilchik [Wed, 16 Nov 2016 14:29:49 +0000 (15:29 +0100)]
SONAR-8382 move About link to the top nav

7 years agoSONAR-8298 Ability to configure timeout of web sessions
Simon Brandhof [Wed, 16 Nov 2016 09:41:55 +0000 (10:41 +0100)]
SONAR-8298 Ability to configure timeout of web sessions

7 years agoSONAR-6912 add response example to api/users/deactivate
Simon Brandhof [Tue, 15 Nov 2016 19:47:11 +0000 (20:47 +0100)]
SONAR-6912 add response example to api/users/deactivate

7 years agoSONAR-6912 do not deactivate last organization administrator
Simon Brandhof [Tue, 15 Nov 2016 19:40:03 +0000 (20:40 +0100)]
SONAR-6912 do not deactivate last organization administrator

7 years agoSONAR-6912 Refactor WS api/users/deactivate
Simon Brandhof [Tue, 15 Nov 2016 16:02:53 +0000 (17:02 +0100)]
SONAR-6912 Refactor WS api/users/deactivate

- remove dead code for Ruby
- move codebase from UserUpdater to DeactivateAction
- sanitize tests

7 years agoSONAR-6912 Use System2 in BaseIndexer
Simon Brandhof [Tue, 15 Nov 2016 09:42:49 +0000 (10:42 +0100)]
SONAR-6912 Use System2 in BaseIndexer

in order to wrap call to System.currentTimeMillis().
That is needed to bypass the condition
"if (requestedAt > lastUpdatedAt)" in tests.

7 years agoSONAR-8382 fix sign up, fix image urls
Stas Vilchik [Wed, 16 Nov 2016 12:46:17 +0000 (13:46 +0100)]
SONAR-8382 fix sign up, fix image urls

7 years agoimprove header consistency between pages
Stas Vilchik [Wed, 16 Nov 2016 08:32:11 +0000 (09:32 +0100)]
improve header consistency between pages

7 years agoImprove reliability of RestartTest as Oracle init is slow
Simon Brandhof [Wed, 16 Nov 2016 10:36:27 +0000 (11:36 +0100)]
Improve reliability of RestartTest as Oracle init is slow

Creation of all Oracle tables can be more than 5 minutes
 in our QA environment.

7 years agoSONAR-8339 drop access_log-like log debug line in Web server 1384/head
Sébastien Lesaint [Tue, 15 Nov 2016 08:12:39 +0000 (09:12 +0100)]
SONAR-8339 drop access_log-like log debug line in Web server

7 years agoenable back upgrade tests QA axes 1370/head
Sébastien Lesaint [Wed, 16 Nov 2016 09:09:32 +0000 (10:09 +0100)]
enable back upgrade tests QA axes

7 years agoSONAR-8333 add info log when a subprocess fails to start
Sébastien Lesaint [Tue, 15 Nov 2016 16:26:00 +0000 (17:26 +0100)]
SONAR-8333 add info log when a subprocess fails to start

7 years agoSONAR-8333 fixing ITs
Sébastien Lesaint [Tue, 15 Nov 2016 08:41:20 +0000 (09:41 +0100)]
SONAR-8333 fixing ITs

7 years agoSONAR-8333 make APP logging configuration support 4 log files
Sébastien Lesaint [Mon, 14 Nov 2016 13:39:22 +0000 (14:39 +0100)]
SONAR-8333 make APP logging configuration support 4 log files

add support for option sonar.wrapped=true to detect when SQ is started by JWP (wrapper) and correctly support all logging use cases
include refactoring at LogBackHelper level to simplify code
refactor applying log level property to make all process support only INFO, DEBUG and TRACE

7 years agoSONAR-8333 restore process name in logs
Sébastien Lesaint [Mon, 14 Nov 2016 15:06:23 +0000 (16:06 +0100)]
SONAR-8333 restore process name in logs

because when running ITs with option -Dsonar.log.console we can't make a difference between logs from each process anymore

7 years agoSONAR-8333 make ES log into its own log file
Sébastien Lesaint [Wed, 9 Nov 2016 15:23:46 +0000 (16:23 +0100)]
SONAR-8333 make ES log into its own log file

7 years agoSONAR-8333 use orchestrator 3.13-build783 to fix SQ ITs based on logs
Sébastien Lesaint [Wed, 9 Nov 2016 15:22:08 +0000 (16:22 +0100)]
SONAR-8333 use orchestrator 3.13-build783 to fix SQ ITs based on logs

7 years agoSONAR-8333 make CE and WEB log in their own files
Sébastien Lesaint [Wed, 9 Nov 2016 09:20:34 +0000 (10:20 +0100)]
SONAR-8333 make CE and WEB log in their own files

7 years agoSONAR-8333 remove dead log filtering in CE tasks logs
Sébastien Lesaint [Wed, 9 Nov 2016 09:07:01 +0000 (10:07 +0100)]
SONAR-8333 remove dead log filtering in CE tasks logs

7 years agoSONAR-8385 Provide an option to extend the landing page
Stas Vilchik [Mon, 14 Nov 2016 16:36:29 +0000 (17:36 +0100)]
SONAR-8385 Provide an option to extend the landing page

7 years agoSONAR-8382 Create landing page for anonymous users
Stas Vilchik [Fri, 11 Nov 2016 14:28:22 +0000 (15:28 +0100)]
SONAR-8382 Create landing page for anonymous users