]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
8 years agoMore stable ProcessUtilsTest
Simon Brandhof [Fri, 27 May 2016 08:20:19 +0000 (10:20 +0200)]
More stable ProcessUtilsTest

8 years agoAutomatic merge from branch-5.6
Jenkins CI [Fri, 27 May 2016 08:44:41 +0000 (10:44 +0200)]
Automatic merge from branch-5.6

* origin/branch-5.6:
  Upgrade to Orchestrator 3.11

8 years agoUpgrade to Orchestrator 3.11
Simon Brandhof [Fri, 27 May 2016 07:21:09 +0000 (09:21 +0200)]
Upgrade to Orchestrator 3.11

Fixes some FP with download of plugins

8 years agoAutomatic merge from branch-5.6
Jenkins CI [Fri, 27 May 2016 08:10:42 +0000 (10:10 +0200)]
Automatic merge from branch-5.6

* origin/branch-5.6:
  SONAR-7652 fix connection to SQL Azure
  Upgrade version of java 8 on Travis
  SONAR-7653 remove useless code
  SONAR-7653 remove Java option XX:MaxPermSize
  SONAR-7587 end of support of Java 7

8 years agoSONAR-7652 fix connection to SQL Azure 1011/head
Simon Brandhof [Thu, 26 May 2016 14:19:42 +0000 (16:19 +0200)]
SONAR-7652 fix connection to SQL Azure

Support of SSL connection is fixed by upgrading
to Microsoft driver 4.2.

8 years agoUpgrade version of java 8 on Travis 1010/head
Simon Brandhof [Thu, 26 May 2016 14:28:21 +0000 (16:28 +0200)]
Upgrade version of java 8 on Travis

8 years agoSONAR-7653 remove useless code
Simon Brandhof [Thu, 26 May 2016 13:51:33 +0000 (15:51 +0200)]
SONAR-7653 remove useless code

JVM does not start if runtime version
is not 1.8, so it's useless to check
java version programmatically.

8 years agoSONAR-7653 remove Java option XX:MaxPermSize
Simon Brandhof [Thu, 26 May 2016 13:33:54 +0000 (15:33 +0200)]
SONAR-7653 remove Java option XX:MaxPermSize

this option is dropped from java 8

8 years agoSONAR-7587 end of support of Java 7
Simon Brandhof [Thu, 26 May 2016 13:32:55 +0000 (15:32 +0200)]
SONAR-7587 end of support of Java 7

- Upgrade to parent 34, which compiles
  with java 8 and disable javadoc lints

- Compilation with java 8 on Travis

- Fix ambiguities in assertJ

8 years agoAutomatic merge from branch-5.6
Jenkins CI [Thu, 26 May 2016 06:08:15 +0000 (08:08 +0200)]
Automatic merge from branch-5.6

* origin/branch-5.6:
  fix unwanted WS call when QG is green

8 years agofix unwanted WS call when QG is green
Stas Vilchik [Wed, 25 May 2016 14:44:48 +0000 (16:44 +0200)]
fix unwanted WS call when QG is green

8 years agoAutomatic merge from branch-5.6
Jenkins CI [Wed, 25 May 2016 12:45:59 +0000 (14:45 +0200)]
Automatic merge from branch-5.6

* origin/branch-5.6:
  Remove a Selenium test because of FP
  fix TechnicalDebtWidgetTest by using dynamic date
  Try to improve IT checks

8 years agoRemove a Selenium test because of FP
Julien Lancelot [Wed, 25 May 2016 10:11:09 +0000 (12:11 +0200)]
Remove a Selenium test because of FP

8 years agofix TechnicalDebtWidgetTest by using dynamic date
Stas Vilchik [Wed, 25 May 2016 09:11:23 +0000 (11:11 +0200)]
fix TechnicalDebtWidgetTest by using dynamic date

8 years agoTry to improve IT checks
Julien Lancelot [Wed, 25 May 2016 07:52:06 +0000 (09:52 +0200)]
Try to improve IT checks

8 years agoRefactor scope of DbTester
Simon Brandhof [Tue, 24 May 2016 21:11:15 +0000 (23:11 +0200)]
Refactor scope of DbTester

so that it is always @Rule but not @ClassRule.
That allows to drop calls to truncateTables() from
tests. Each db test is ensured to be isolated.

8 years agoRefactor usage of EsTester
Simon Brandhof [Tue, 24 May 2016 20:36:34 +0000 (22:36 +0200)]
Refactor usage of EsTester

 This JUnit ExternalResource has to be used
 as @Rule but not @ClassRule in order to
 prepare move to Elasticsearch 2.x.

8 years agoSONAR-7613 remove _id path from views/view index
Simon Brandhof [Mon, 23 May 2016 15:58:13 +0000 (17:58 +0200)]
SONAR-7613 remove _id path from views/view index

8 years agoSONAR-7613 remove _id path from users/user index
Simon Brandhof [Mon, 23 May 2016 15:58:03 +0000 (17:58 +0200)]
SONAR-7613 remove _id path from users/user index

8 years agoSONAR-7613 EsTester must index without doc id
Simon Brandhof [Mon, 23 May 2016 15:57:20 +0000 (17:57 +0200)]
SONAR-7613 EsTester must index without doc id

Remove the method EsTester#putDocuments(String index, String type, Map<String, Object>... docs)

8 years agoSONAR-7613 refactor ViewIndexTest
Simon Brandhof [Mon, 23 May 2016 15:22:02 +0000 (17:22 +0200)]
SONAR-7613 refactor ViewIndexTest

to prepare removal of _id path (required for ES 2.3)

8 years agoSONAR-7641 refactor UserIndex
Simon Brandhof [Mon, 23 May 2016 15:21:30 +0000 (17:21 +0200)]
SONAR-7641 refactor UserIndex

- remove unused method getByLogin()
- refactor tests to prepare removal of _id path (required for ES 2.3)

8 years agoSONAR-7613 stop usage of Elasticsearch ram store
Simon Brandhof [Mon, 23 May 2016 14:39:47 +0000 (16:39 +0200)]
SONAR-7613 stop usage of Elasticsearch ram store

8 years agoSONAR-7601 Remove usage of index_analyzer
Simon Brandhof [Fri, 20 May 2016 14:44:16 +0000 (16:44 +0200)]
SONAR-7601 Remove usage of index_analyzer

8 years agoSONAR-7588 stop using delete_by_query
Simon Brandhof [Fri, 20 May 2016 13:59:51 +0000 (15:59 +0200)]
SONAR-7588 stop using delete_by_query

8 years agoSONAR-7609 remove usage of SearchType.COUNT
Simon Brandhof [Fri, 20 May 2016 13:35:24 +0000 (15:35 +0200)]
SONAR-7609 remove usage of SearchType.COUNT

8 years agoSONAR-7610 set missing min_doc_count in a test
Simon Brandhof [Fri, 20 May 2016 13:14:53 +0000 (15:14 +0200)]
SONAR-7610 set missing min_doc_count in a test

8 years agoAutomatic merge from branch-5.6
Jenkins CI [Tue, 24 May 2016 17:30:30 +0000 (19:30 +0200)]
Automatic merge from branch-5.6

* origin/branch-5.6:
  SONAR-7175 Fix IT about last snapshot of previous weeks

8 years agoSONAR-7175 Fix IT about last snapshot of previous weeks
Teryk Bellahsene [Tue, 24 May 2016 17:01:16 +0000 (19:01 +0200)]
SONAR-7175 Fix IT about last snapshot of previous weeks

8 years agoremove use of Guava's Objects.equal 1009/head
Sébastien Lesaint [Tue, 24 May 2016 10:48:25 +0000 (12:48 +0200)]
remove use of Guava's Objects.equal

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