]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
8 years agoremove usage of deprecated methods of Guava Objects
Sébastien Lesaint [Tue, 24 May 2016 10:23:45 +0000 (12:23 +0200)]
remove usage of deprecated methods of Guava Objects

8 years agoimprove Slug implementation effectiveness
Sébastien Lesaint [Tue, 24 May 2016 08:39:09 +0000 (10:39 +0200)]
improve Slug implementation effectiveness

8 years agoAutomatic merge from branch-5.6
Jenkins CI [Tue, 24 May 2016 13:49:44 +0000 (15:49 +0200)]
Automatic merge from branch-5.6

* origin/branch-5.6:
  Fix version of Oracle driver for QA
  Fix timeout of server startup perf test

8 years agoFix version of Oracle driver for QA
Simon Brandhof [Tue, 24 May 2016 13:34:05 +0000 (15:34 +0200)]
Fix version of Oracle driver for QA

8 years agoFix timeout of server startup perf test
Simon Brandhof [Tue, 24 May 2016 08:14:51 +0000 (10:14 +0200)]
Fix timeout of server startup perf test

Faster thanks to the move to Java 8

8 years agoFix timeout of server startup perf test
Simon Brandhof [Tue, 24 May 2016 08:03:04 +0000 (10:03 +0200)]
Fix timeout of server startup perf test

Faster thanks to the move to Java 8

8 years agoEase test failure investigation
Julien HENRY [Tue, 24 May 2016 07:45:23 +0000 (09:45 +0200)]
Ease test failure investigation

8 years agoAutomatic merge from branch-5.6
Jenkins CI [Tue, 24 May 2016 06:18:28 +0000 (08:18 +0200)]
Automatic merge from branch-5.6

* origin/branch-5.6:
  Adjust perf timings
  Fix perf test
  SONAR-7509 Revert to not check empty ranges to not break Java plugin
  SONAR-7661 add interface Startable
  SONAR-7175 Fix IT

8 years agoAdjust perf timings
Duarte Meneses [Mon, 23 May 2016 14:36:44 +0000 (16:36 +0200)]
Adjust perf timings

8 years agoFix perf test
Duarte Meneses [Mon, 23 May 2016 12:34:00 +0000 (14:34 +0200)]
Fix perf test

8 years agoFix quality flaws
Teryk Bellahsene [Mon, 23 May 2016 15:00:49 +0000 (17:00 +0200)]
Fix quality flaws

8 years ago[script] use local variable rather than function arguments
Sébastien Lesaint [Mon, 23 May 2016 14:48:02 +0000 (16:48 +0200)]
[script] use local variable rather than function arguments

8 years ago[script] make property_utils.sh run on OSX + improve "if grep"
Priit Liivak [Mon, 23 May 2016 10:12:47 +0000 (13:12 +0300)]
[script] make property_utils.sh run on OSX + improve "if grep"

Now works on OSX: inline is required since in OSX providing '' as variable does not work.
More reliable OS independent version of this script.
Fixed incorrect backslash count in REGEX variable
Applied recommendations for "if grep" http://mywiki.wooledge.org/BashPitfalls#if_.5Bgrep_foo_myfile.5D

8 years agoAdjust perf timings
Duarte Meneses [Mon, 23 May 2016 14:36:44 +0000 (16:36 +0200)]
Adjust perf timings

8 years agoSONAR-7509 Revert to not check empty ranges to not break Java plugin 1008/head
Julien HENRY [Mon, 23 May 2016 12:45:23 +0000 (14:45 +0200)]
SONAR-7509 Revert to not check empty ranges to not break Java plugin

8 years agoSONAR-7661 add interface Startable 1002/head
Sébastien Lesaint [Fri, 20 May 2016 14:18:24 +0000 (16:18 +0200)]
SONAR-7661 add interface Startable

8 years agoUpgrade to Guava 18 (#1007)
Simon Brandhof [Mon, 23 May 2016 12:46:28 +0000 (14:46 +0200)]
Upgrade to Guava 18 (#1007)

Required for upgrade to Elasticsearch 2.3 which
does not shade its dependencies anymore

8 years agoSONAR-7175 Fix IT
Julien Lancelot [Mon, 23 May 2016 11:36:18 +0000 (13:36 +0200)]
SONAR-7175 Fix IT

8 years agoFix perf test
Duarte Meneses [Mon, 23 May 2016 12:34:00 +0000 (14:34 +0200)]
Fix perf test

8 years agoIncrease incompatible SonarQube version in IT
Julien Lancelot [Mon, 23 May 2016 12:28:47 +0000 (14:28 +0200)]
Increase incompatible SonarQube version in IT

8 years agoSONAR-7175 Fix IT
Julien Lancelot [Mon, 23 May 2016 11:36:18 +0000 (13:36 +0200)]
SONAR-7175 Fix IT

8 years agoReactivate and simplify UiTest
Julien Lancelot [Fri, 20 May 2016 15:48:47 +0000 (17:48 +0200)]
Reactivate and simplify UiTest

8 years agoprepare for next development iteration
Tom [Fri, 20 May 2016 15:28:19 +0000 (17:28 +0200)]
prepare for next development iteration

8 years agoAutomatic merge from branch-5.6
Jenkins CI [Fri, 20 May 2016 15:27:11 +0000 (17:27 +0200)]
Automatic merge from branch-5.6

* origin/branch-5.6:
  prepare for next development iteration on release branch
  Temporary disable IT to allow 5.6-RC1 to be released
  Temporarily disable IssueJsonReportTest for the release
  Release 5.6-RC1
  handle release version in travis.sh

8 years agoprepare for next development iteration on release branch
Tom [Fri, 20 May 2016 15:20:44 +0000 (17:20 +0200)]
prepare for next development iteration on release branch

8 years agoFix copyright.txt and remove useless COPYING file
Simon Brandhof [Fri, 20 May 2016 12:12:57 +0000 (14:12 +0200)]
Fix copyright.txt and remove useless COPYING file

8 years agoAdd LICENSE.txt
Simon Brandhof [Fri, 20 May 2016 11:53:06 +0000 (13:53 +0200)]
Add LICENSE.txt

8 years agoTemporary disable IT to allow 5.6-RC1 to be released 5.6-RC1
Julien Lancelot [Fri, 20 May 2016 11:21:25 +0000 (13:21 +0200)]
Temporary disable IT to allow 5.6-RC1 to be released

8 years agoTemporarily disable IssueJsonReportTest for the release
Simon Brandhof [Fri, 20 May 2016 10:26:12 +0000 (12:26 +0200)]
Temporarily disable IssueJsonReportTest for the release

as it does not support non-SNAPSHOT versions.

8 years agoRelease 5.6-RC1
Tom [Fri, 20 May 2016 08:05:32 +0000 (10:05 +0200)]
Release 5.6-RC1

8 years agohandle release version in travis.sh
Tom [Fri, 20 May 2016 08:05:05 +0000 (10:05 +0200)]
handle release version in travis.sh

8 years agoFix quality flaw
Julien Lancelot [Fri, 20 May 2016 07:28:06 +0000 (09:28 +0200)]
Fix quality flaw

8 years agofix quality flaws
Stas Vilchik [Fri, 20 May 2016 07:27:12 +0000 (09:27 +0200)]
fix quality flaws

8 years agoSONAR-6964 Do not display administration sensitive data when opening browser history 1001/head
Teryk Bellahsene [Thu, 19 May 2016 14:23:56 +0000 (16:23 +0200)]
SONAR-6964 Do not display administration sensitive data when opening browser history

8 years agofix quality flaws
Sébastien Lesaint [Thu, 19 May 2016 16:39:59 +0000 (18:39 +0200)]
fix quality flaws

8 years agoAdd some db upgrade tests to cix
Simon Brandhof [Thu, 19 May 2016 18:07:03 +0000 (20:07 +0200)]
Add some db upgrade tests to cix

8 years agoFix quality flaws
Simon Brandhof [Thu, 19 May 2016 18:01:49 +0000 (20:01 +0200)]
Fix quality flaws

8 years agofix display of links from QG failures
Stas Vilchik [Thu, 19 May 2016 16:04:49 +0000 (18:04 +0200)]
fix display of links from QG failures

8 years agofix when sumit empty issue comment by keyboard
Stas Vilchik [Thu, 19 May 2016 12:26:54 +0000 (14:26 +0200)]
fix when sumit empty issue comment by keyboard

8 years agoAdd missing test to LogServerIdTest
Simon Brandhof [Thu, 19 May 2016 13:46:59 +0000 (15:46 +0200)]
Add missing test to LogServerIdTest

8 years agoSONAR-7649 do not repair db collation outside migration
Simon Brandhof [Wed, 18 May 2016 14:02:12 +0000 (16:02 +0200)]
SONAR-7649 do not repair db collation outside migration

8 years agoSONAR-7637 WS api/issues/search 'createdAt'facet with one bar when one day
Teryk Bellahsene [Thu, 19 May 2016 12:41:30 +0000 (14:41 +0200)]
SONAR-7637 WS api/issues/search 'createdAt'facet with one bar when one day

8 years agoSONAR-6438 Sanitize description of WS sections
Stas Vilchik [Thu, 19 May 2016 12:22:41 +0000 (14:22 +0200)]
SONAR-6438 Sanitize description of WS sections

8 years agoSONAR-7175 Reactivate IT
Julien Lancelot [Thu, 19 May 2016 10:23:43 +0000 (12:23 +0200)]
SONAR-7175 Reactivate IT

8 years agoSONAR-7578 Filter issues by leak period and by file, directory or module 996/head
Teryk Bellahsene [Wed, 18 May 2016 13:42:14 +0000 (15:42 +0200)]
SONAR-7578 Filter issues by leak period and by file, directory or module

8 years agoSONAR-7237 Add IT 995/head
Julien Lancelot [Thu, 19 May 2016 10:09:42 +0000 (12:09 +0200)]
SONAR-7237 Add IT

8 years agoSONAR-7237 Variation measures are set to current value when no past measures
Julien Lancelot [Wed, 18 May 2016 08:17:17 +0000 (10:17 +0200)]
SONAR-7237 Variation measures are set to current value when no past measures

8 years agoSONAR-7484 Add ITs 998/head
Julien Lancelot [Wed, 18 May 2016 16:59:26 +0000 (18:59 +0200)]
SONAR-7484 Add ITs

8 years agoSONAR-7484 WS restrict action key suffixes to protobuf, json and text
Teryk Bellahsene [Wed, 18 May 2016 14:48:44 +0000 (16:48 +0200)]
SONAR-7484 WS restrict action key suffixes to protobuf, json and text

8 years agochanged reference links to a Links section to make them clickable on GitHub (#1000)
Janos Gyerik [Thu, 19 May 2016 07:32:31 +0000 (09:32 +0200)]
changed reference links to a Links section to make them clickable on GitHub (#1000)

8 years agoSONAR-7637 WS api/issues/search 'createdAt' facet compute from GTM instead of to GMT
Teryk Bellahsene [Thu, 19 May 2016 07:22:50 +0000 (09:22 +0200)]
SONAR-7637 WS api/issues/search 'createdAt' facet compute from GTM instead of to GMT

8 years agoImprove stability of ProcessUtilsTest on slow env
Simon Brandhof [Wed, 18 May 2016 17:23:33 +0000 (19:23 +0200)]
Improve stability of ProcessUtilsTest on slow env

8 years agoFix minor quality flaw in FileCache
Simon Brandhof [Wed, 18 May 2016 17:23:01 +0000 (19:23 +0200)]
Fix minor quality flaw in FileCache

8 years agoSONAR-6806 Add component key as tooltip of the file name link
Julien HENRY [Wed, 18 May 2016 16:06:37 +0000 (18:06 +0200)]
SONAR-6806 Add component key as tooltip of the file name link

8 years agoSONAR-7637 WS api/issues/search facet 'createdAfter' returns server timezone buckets
Teryk Bellahsene [Wed, 18 May 2016 16:00:00 +0000 (18:00 +0200)]
SONAR-7637 WS api/issues/search facet 'createdAfter' returns server timezone buckets

8 years agoSONAR-7278 show message from response if HTTP 400 993/head
Sébastien Lesaint [Wed, 18 May 2016 08:21:36 +0000 (10:21 +0200)]
SONAR-7278 show message from response if HTTP 400

8 years agoSONAR-7278 fail /api/batch/project if component is not a project
Sébastien Lesaint [Wed, 18 May 2016 08:16:34 +0000 (10:16 +0200)]
SONAR-7278 fail /api/batch/project if component is not a project

neither a module

8 years agoSONAR-7278 fail report processing when component is not a project
Sébastien Lesaint [Tue, 17 May 2016 17:08:02 +0000 (19:08 +0200)]
SONAR-7278 fail report processing when component is not a project

8 years agofix domain headers on the overview page
Stas Vilchik [Wed, 18 May 2016 14:37:43 +0000 (16:37 +0200)]
fix domain headers on the overview page

8 years agodisplay complementary duplications measures
Stas Vilchik [Wed, 18 May 2016 14:33:31 +0000 (16:33 +0200)]
display complementary duplications measures

8 years agoupdate description of api/system/restart
Stas Vilchik [Wed, 18 May 2016 14:31:41 +0000 (16:31 +0200)]
update description of api/system/restart

8 years agoSONAR-6438 Sanitize description of WS sections (#985)
Stas Vilchik [Wed, 18 May 2016 14:24:58 +0000 (16:24 +0200)]
SONAR-6438 Sanitize description of WS sections (#985)

8 years agoSONAR-7223 "Best Values" are not displayed properly (#994)
Stas Vilchik [Wed, 18 May 2016 14:18:13 +0000 (16:18 +0200)]
SONAR-7223 "Best Values" are not displayed properly (#994)

8 years agoSONAR-7639 pass BCP47 language tag
Stas Vilchik [Wed, 18 May 2016 07:37:24 +0000 (09:37 +0200)]
SONAR-7639 pass BCP47 language tag

8 years agoSONAR-7639 WS api/l10n/index supports only BCP47 language tags
Teryk Bellahsene [Tue, 17 May 2016 18:39:05 +0000 (20:39 +0200)]
SONAR-7639 WS api/l10n/index supports only BCP47 language tags

8 years agoSONAR-7640 Add IT 988/head
Julien Lancelot [Tue, 17 May 2016 14:09:25 +0000 (16:09 +0200)]
SONAR-7640 Add IT

8 years agoSONAR-7009 Add issue exclusions in compute engine
Julien Lancelot [Mon, 16 May 2016 16:08:30 +0000 (18:08 +0200)]
SONAR-7009 Add issue exclusions in compute engine

8 years agoSONAR-7271 add integration test for sysinfo properties
Simon Brandhof [Wed, 18 May 2016 12:26:43 +0000 (14:26 +0200)]
SONAR-7271 add integration test for sysinfo properties

8 years agoFix ServerSystemTest when version is not SNAPSHOT
Simon Brandhof [Wed, 18 May 2016 12:15:34 +0000 (14:15 +0200)]
Fix ServerSystemTest when version is not SNAPSHOT

8 years agoFix test FP
Duarte Meneses [Wed, 18 May 2016 12:13:06 +0000 (14:13 +0200)]
Fix test FP

8 years agoFix test FP
Duarte Meneses [Wed, 18 May 2016 12:12:12 +0000 (14:12 +0200)]
Fix test FP

8 years agoFix quality flaws
Julien Lancelot [Wed, 18 May 2016 08:56:11 +0000 (10:56 +0200)]
Fix quality flaws

8 years agoSONAR-7646 Log flooding on date of issues WS 991/head
Teryk Bellahsene [Tue, 17 May 2016 17:53:53 +0000 (19:53 +0200)]
SONAR-7646 Log flooding on date of issues WS

8 years agoSONAR-7635 Sort core bundle messages in alphabetical order 976/head
Teryk Bellahsene [Fri, 13 May 2016 13:45:40 +0000 (15:45 +0200)]
SONAR-7635 Sort core bundle messages in alphabetical order

8 years agoSONAR-7635 Sanitize metric name and description in default l10n bundle and CoreMetrics
Teryk Bellahsene [Fri, 13 May 2016 13:21:23 +0000 (15:21 +0200)]
SONAR-7635 Sanitize metric name and description in default l10n bundle and CoreMetrics

8 years agoSONAR-7422 reset App sharedMemory at start/restart 989/head
Sébastien Lesaint [Tue, 17 May 2016 12:56:53 +0000 (14:56 +0200)]
SONAR-7422 reset App sharedMemory at start/restart

8 years agoSONAR-7422 add DefaultProcessCommand#reset()
Sébastien Lesaint [Tue, 17 May 2016 12:56:38 +0000 (14:56 +0200)]
SONAR-7422 add DefaultProcessCommand#reset()

8 years agoSONAR-7142 Cannot restart server after wiping out Server ID fields
Simon Brandhof [Tue, 17 May 2016 15:16:55 +0000 (17:16 +0200)]
SONAR-7142 Cannot restart server after wiping out Server ID fields

8 years agoSONAR-6613 remove useless indexes on table GROUP_ROLES
Simon Brandhof [Tue, 17 May 2016 13:12:54 +0000 (15:12 +0200)]
SONAR-6613 remove useless indexes on table GROUP_ROLES

8 years agoSONAR-7271 add "Server ID validated" to sysinfo page
Simon Brandhof [Tue, 17 May 2016 12:49:08 +0000 (14:49 +0200)]
SONAR-7271 add "Server ID validated" to sysinfo page

8 years agoSONAR-7271 hide 2 sections from System Info page
Simon Brandhof [Tue, 17 May 2016 12:48:35 +0000 (14:48 +0200)]
SONAR-7271 hide 2 sections from System Info page

Sections "Settings" and "Plugins" are already available in
other administration consoles so they should not be displayed
in System Info page. Still they must be present in WS
api/system/info.

8 years agoSONAR-7271 add section "Settings" to WS api/system/info
Simon Brandhof [Tue, 17 May 2016 12:46:40 +0000 (14:46 +0200)]
SONAR-7271 add section "Settings" to WS api/system/info

8 years agoAdd definition of property sonar.jdbc.password
Simon Brandhof [Tue, 17 May 2016 09:02:51 +0000 (11:02 +0200)]
Add definition of property sonar.jdbc.password

so that its type is set to PropertyType.PASSWORD.

8 years agoRemove useless JRuby property from web.xml
Simon Brandhof [Tue, 17 May 2016 08:27:32 +0000 (10:27 +0200)]
Remove useless JRuby property from web.xml

As default value of "public.root" is "/", the property
can be removed from web.xml.

8 years agoRemove deprecated props from DatabaseProperties
Simon Brandhof [Tue, 17 May 2016 08:26:06 +0000 (10:26 +0200)]
Remove deprecated props from DatabaseProperties

8 years agofix displaying of new technical debt on the overview page
Stas Vilchik [Wed, 18 May 2016 07:59:46 +0000 (09:59 +0200)]
fix displaying of new technical debt on the overview page

8 years agoSONAR-7637 WS api/issues/search fix timezone related issues on createdAt facet
Teryk Bellahsene [Tue, 17 May 2016 15:32:36 +0000 (17:32 +0200)]
SONAR-7637 WS api/issues/search fix timezone related issues on createdAt facet

8 years agomove "Releasability" domain on the first place on the measures page
Stas Vilchik [Tue, 17 May 2016 13:07:47 +0000 (15:07 +0200)]
move "Releasability" domain on the first place on the measures page

8 years agoSONAR-7640 Return unauthenticated when login/password are bad 978/head
Julien Lancelot [Fri, 13 May 2016 14:42:56 +0000 (16:42 +0200)]
SONAR-7640 Return unauthenticated when login/password are bad

8 years agoSONAR-7576 api/measures/component_tree filter component based on period or absolute...
Teryk Bellahsene [Tue, 17 May 2016 12:53:48 +0000 (14:53 +0200)]
SONAR-7576 api/measures/component_tree filter component based on period or absolute value

8 years agoImprove unit test coverage
Julien HENRY [Tue, 17 May 2016 09:42:45 +0000 (11:42 +0200)]
Improve unit test coverage

8 years agoAdjust perf timings
Duarte Meneses [Tue, 17 May 2016 12:35:39 +0000 (14:35 +0200)]
Adjust perf timings

8 years agoSONAR-7637 add timezone related tests to IssueIndex
Teryk Bellahsene [Tue, 17 May 2016 09:21:48 +0000 (11:21 +0200)]
SONAR-7637 add timezone related tests to IssueIndex

8 years agoAdd unit test for SensorContextTester
Julien HENRY [Tue, 17 May 2016 08:15:46 +0000 (10:15 +0200)]
Add unit test for SensorContextTester

8 years agoSONAR-7390 support highlighting over multiline including empty one 975/head
Sébastien Lesaint [Fri, 13 May 2016 13:38:00 +0000 (15:38 +0200)]
SONAR-7390 support highlighting over multiline including empty one

8 years agoFix perf tests without WS cache and non connected mode
Duarte Meneses [Tue, 17 May 2016 08:52:21 +0000 (10:52 +0200)]
Fix perf tests without WS cache and non connected mode

8 years agoFix some quality flaws
Julien HENRY [Tue, 17 May 2016 07:57:55 +0000 (09:57 +0200)]
Fix some quality flaws

8 years agoImprove Javasoc of SensorContextTester
Julien HENRY [Tue, 17 May 2016 07:32:42 +0000 (09:32 +0200)]
Improve Javasoc of SensorContextTester

8 years agoFix javadoc of deprecated BaseMapping
Simon Brandhof [Tue, 17 May 2016 07:49:29 +0000 (09:49 +0200)]
Fix javadoc of deprecated BaseMapping

8 years agoRemove dead code
Simon Brandhof [Tue, 17 May 2016 07:49:17 +0000 (09:49 +0200)]
Remove dead code