]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
8 years agoEnable Surefire XML reports for Surefire sensor
Duarte Meneses [Wed, 17 Aug 2016 15:39:54 +0000 (17:39 +0200)]
Enable Surefire XML reports for Surefire sensor

8 years agoImprove scanner report viewer
Duarte Meneses [Wed, 17 Aug 2016 11:40:40 +0000 (13:40 +0200)]
Improve scanner report viewer

8 years agoSONAR-7963 Display duplications on new code (#1148)
Stas Vilchik [Wed, 17 Aug 2016 08:58:16 +0000 (10:58 +0200)]
SONAR-7963 Display duplications on new code (#1148)

8 years agoSONAR-7965 Organize new duplications and size measures (#1147)
Stas Vilchik [Wed, 17 Aug 2016 08:58:06 +0000 (10:58 +0200)]
SONAR-7965 Organize new duplications and size measures (#1147)

8 years agofix alignment glitch on the project dasboard
Stas Vilchik [Wed, 17 Aug 2016 08:33:10 +0000 (10:33 +0200)]
fix alignment glitch on the project dasboard

8 years agoSONAR-7951 Rename new duplicated lines metric to "Duplicated Lines on New Code" 1146/head
Julien Lancelot [Tue, 16 Aug 2016 14:54:13 +0000 (16:54 +0200)]
SONAR-7951 Rename new duplicated lines metric to "Duplicated Lines on New Code"

8 years agoSONAR-7957 Replace new ncloc by new lines
Julien Lancelot [Tue, 16 Aug 2016 14:42:25 +0000 (16:42 +0200)]
SONAR-7957 Replace new ncloc by new lines

8 years agoSONAR-7953 Add IT
Julien Lancelot [Tue, 16 Aug 2016 13:27:47 +0000 (15:27 +0200)]
SONAR-7953 Add IT

8 years agoSONAR-7953 New metric « New Duplicated Lines (%) »
Julien Lancelot [Tue, 16 Aug 2016 10:15:04 +0000 (12:15 +0200)]
SONAR-7953 New metric « New Duplicated Lines (%) »

8 years agoSONAR-7960 fix ClusterTest, ServerLogsTest and WS logs example 1143/head
Sébastien Lesaint [Fri, 12 Aug 2016 11:37:50 +0000 (13:37 +0200)]
SONAR-7960 fix ClusterTest, ServerLogsTest and WS logs example

8 years agoSONAR-7960 add task UUID to logs
Sébastien Lesaint [Fri, 12 Aug 2016 09:34:12 +0000 (11:34 +0200)]
SONAR-7960 add task UUID to logs

8 years agoSONAR-7833 make all public methods of CeLogging non static
Sébastien Lesaint [Fri, 12 Aug 2016 09:21:53 +0000 (11:21 +0200)]
SONAR-7833 make all public methods of CeLogging non static

8 years agoSONAR-7833 ce activity logs in sonar.log if level is DEBUG or TRACE
Sébastien Lesaint [Fri, 12 Aug 2016 08:32:57 +0000 (10:32 +0200)]
SONAR-7833 ce activity logs in sonar.log if level is DEBUG or TRACE

8 years agoSONAR-7833 log visitor execution timings in ce_activity.log
Sébastien Lesaint [Thu, 11 Aug 2016 15:44:33 +0000 (17:44 +0200)]
SONAR-7833 log visitor execution timings in ce_activity.log

8 years agoSONAR-7833 log cross-project duplication status at DEBUG level
Sébastien Lesaint [Thu, 11 Aug 2016 15:32:33 +0000 (17:32 +0200)]
SONAR-7833 log cross-project duplication status at DEBUG level

to not pollute sonar.log

8 years agoSONAR-7833 dump scanner context as DEBUG to not pollute sonar.log
Sébastien Lesaint [Thu, 11 Aug 2016 15:22:42 +0000 (17:22 +0200)]
SONAR-7833 dump scanner context as DEBUG to not pollute sonar.log

8 years agoSONAR-7833 fix IT QualityGateTest to not use WS /api/ce/logs
Sébastien Lesaint [Thu, 11 Aug 2016 15:20:39 +0000 (17:20 +0200)]
SONAR-7833 fix IT QualityGateTest to not use WS /api/ce/logs

8 years agoSONAR-7841 remove code to write CE task logs
Sébastien Lesaint [Thu, 11 Aug 2016 15:12:36 +0000 (17:12 +0200)]
SONAR-7841 remove code to write CE task logs

8 years agoSONAR-7834 fix perf test as task duration is now in ce_activity.log
Sébastien Lesaint [Thu, 11 Aug 2016 13:51:36 +0000 (15:51 +0200)]
SONAR-7834 fix perf test as task duration is now in ce_activity.log

8 years agoSONAR-7834 remove internal WS /api/ce/logs
Sébastien Lesaint [Thu, 11 Aug 2016 13:36:07 +0000 (15:36 +0200)]
SONAR-7834 remove internal WS /api/ce/logs

8 years agoSONAR-7966 field logs deprecated in /api/ce/{task/component/activity}
Sébastien Lesaint [Thu, 11 Aug 2016 13:02:07 +0000 (15:02 +0200)]
SONAR-7966 field logs deprecated in /api/ce/{task/component/activity}

8 years agoSONAR-7833 task start/stop logs in sonar.log only if DEBUG is enabled
Sébastien Lesaint [Thu, 11 Aug 2016 12:40:35 +0000 (14:40 +0200)]
SONAR-7833 task start/stop logs in sonar.log only if DEBUG is enabled

start log is always at DEBUG level
stop log is at DEBUG level in case of success, at ERROR level in case of error

8 years agoSONAR-7833 task start/stop and step messages now go to ce_activity.log
Sébastien Lesaint [Wed, 10 Aug 2016 16:16:28 +0000 (18:16 +0200)]
SONAR-7833 task start/stop and step messages now go to ce_activity.log

8 years agoSONAR-7957 New metric « New Lines of Code » 1144/head
Teryk Bellahsene [Fri, 12 Aug 2016 15:53:09 +0000 (17:53 +0200)]
SONAR-7957 New metric « New Lines of Code »

8 years agoSONAR-7919 apply feedback
Stas Vilchik [Fri, 12 Aug 2016 14:57:25 +0000 (16:57 +0200)]
SONAR-7919 apply feedback

8 years agoSONAR-7952 New metric « Duplicated blocks on new code » 1141/head
Teryk Bellahsene [Thu, 11 Aug 2016 07:41:55 +0000 (09:41 +0200)]
SONAR-7952 New metric « Duplicated blocks on new code »

8 years agoSONAR-7951 New metric « Duplicated lines on new code »
Teryk Bellahsene [Wed, 10 Aug 2016 16:09:58 +0000 (18:09 +0200)]
SONAR-7951 New metric « Duplicated lines on new code »

8 years agoSONAR-7962 Move "Size" section to the sidebar (#1142)
Stas Vilchik [Fri, 12 Aug 2016 13:25:29 +0000 (15:25 +0200)]
SONAR-7962 Move "Size" section to the sidebar (#1142)

8 years agoSONAR-7930 WS api/components/bulk_update_key dry run fails when invalid key
Teryk Bellahsene [Fri, 12 Aug 2016 08:39:32 +0000 (10:39 +0200)]
SONAR-7930 WS api/components/bulk_update_key dry run fails when invalid key

8 years agoSONAR-7930 WS api/components/bulk_update_key handles special characters
Teryk Bellahsene [Fri, 12 Aug 2016 06:32:08 +0000 (08:32 +0200)]
SONAR-7930 WS api/components/bulk_update_key handles special characters

8 years agoSONAR-7919 remove old key from recent history
Stas Vilchik [Fri, 12 Aug 2016 08:23:57 +0000 (10:23 +0200)]
SONAR-7919 remove old key from recent history

8 years agoSONAR-7919 handle errors and display success messages
Stas Vilchik [Fri, 12 Aug 2016 08:18:02 +0000 (10:18 +0200)]
SONAR-7919 handle errors and display success messages

8 years agoRemove useless rails code 1112/head
Julien Lancelot [Wed, 20 Jul 2016 12:08:21 +0000 (14:08 +0200)]
Remove useless rails code

8 years agofix l10n message
Stas Vilchik [Thu, 11 Aug 2016 11:37:23 +0000 (13:37 +0200)]
fix l10n message

8 years agoSONAR-7928 SONAR-7929 Update and bulk update of component key does not update disable...
Teryk Bellahsene [Thu, 11 Aug 2016 09:34:56 +0000 (11:34 +0200)]
SONAR-7928 SONAR-7929 Update and bulk update of component key does not update disabled component

8 years agoSONAR-7929 WS api/components/blulk_update_key update description of required permissions
Teryk Bellahsene [Thu, 11 Aug 2016 08:10:36 +0000 (10:10 +0200)]
SONAR-7929 WS api/components/blulk_update_key update description of required permissions

8 years agoSONAR-7928 WS api/components/update_key update description of required permissions
Teryk Bellahsene [Thu, 11 Aug 2016 08:10:01 +0000 (10:10 +0200)]
SONAR-7928 WS api/components/update_key update description of required permissions

8 years agoFix typo of api/components description
Teryk Bellahsene [Thu, 11 Aug 2016 08:08:41 +0000 (10:08 +0200)]
Fix typo of api/components description

8 years agoSONAR-7920 better align link icons
Stas Vilchik [Thu, 11 Aug 2016 08:27:47 +0000 (10:27 +0200)]
SONAR-7920 better align link icons

8 years agoSONAR-7920 limit max length of link name and url
Stas Vilchik [Thu, 11 Aug 2016 08:26:03 +0000 (10:26 +0200)]
SONAR-7920 limit max length of link name and url

8 years agoset titles of my account pages
Stas Vilchik [Thu, 11 Aug 2016 07:48:28 +0000 (09:48 +0200)]
set titles of my account pages

8 years agoSONAR-7958 add IT 1139/head
Sébastien Lesaint [Wed, 10 Aug 2016 15:10:22 +0000 (17:10 +0200)]
SONAR-7958 add IT

8 years agoSONAR-7910 javadoc fixes in StartupBarrier and WebServerBarrier
Sébastien Lesaint [Tue, 9 Aug 2016 15:22:19 +0000 (17:22 +0200)]
SONAR-7910 javadoc fixes in StartupBarrier and WebServerBarrier

8 years agoSONAR-7958 fix UUID_PATH of file created by ComponentTesting
Sébastien Lesaint [Tue, 9 Aug 2016 15:19:35 +0000 (17:19 +0200)]
SONAR-7958 fix UUID_PATH of file created by ComponentTesting

8 years agoSONAR-7958 populate PROJECTS.B_UUID_PATH in PersistComponentsStep
Sébastien Lesaint [Tue, 9 Aug 2016 12:54:09 +0000 (14:54 +0200)]
SONAR-7958 populate PROJECTS.B_UUID_PATH in PersistComponentsStep

8 years agoSONAR_7958 add column PROJECTS.B_UUID_PATH
Sébastien Lesaint [Tue, 9 Aug 2016 11:09:32 +0000 (13:09 +0200)]
SONAR_7958 add column PROJECTS.B_UUID_PATH

8 years agoSONAR-7919 Rewrite "Update Key" project page (#1140)
Stas Vilchik [Wed, 10 Aug 2016 16:16:54 +0000 (18:16 +0200)]
SONAR-7919 Rewrite "Update Key" project page (#1140)

8 years agoSONAR-7964 Rename "New Lines of Code" to "New Lines to Cover"
Stas Vilchik [Wed, 10 Aug 2016 13:55:31 +0000 (15:55 +0200)]
SONAR-7964 Rename "New Lines of Code" to "New Lines to Cover"

8 years agoadd symbolic link from sonar-web to core.properties
Stas Vilchik [Wed, 10 Aug 2016 13:54:28 +0000 (15:54 +0200)]
add symbolic link from sonar-web to core.properties

8 years agofix code issues
Stas Vilchik [Wed, 10 Aug 2016 12:36:31 +0000 (14:36 +0200)]
fix code issues

8 years agoSONAR-7920 sort links
Stas Vilchik [Wed, 10 Aug 2016 12:19:17 +0000 (14:19 +0200)]
SONAR-7920 sort links

8 years agoSONAR-7921 Rewrite "Quality Gate" project page (#1138)
Stas Vilchik [Wed, 10 Aug 2016 12:04:38 +0000 (14:04 +0200)]
SONAR-7921 Rewrite "Quality Gate" project page (#1138)

8 years agoSONAR-7936 Links with same name are not displayed on project dashboard
Stas Vilchik [Mon, 8 Aug 2016 09:44:07 +0000 (11:44 +0200)]
SONAR-7936 Links with same name are not displayed on project dashboard

8 years agoSONAR-7920 apply feedback
Stas Vilchik [Mon, 8 Aug 2016 09:29:32 +0000 (11:29 +0200)]
SONAR-7920 apply feedback

8 years agofix snapshot deletion
Stas Vilchik [Mon, 8 Aug 2016 08:45:56 +0000 (10:45 +0200)]
fix snapshot deletion

8 years agoSONAR-7654 API to propagate props from scanner to CE
Simon Brandhof [Sat, 6 Aug 2016 09:28:40 +0000 (11:28 +0200)]
SONAR-7654 API to propagate props from scanner to CE

8 years agoSONAR-7581 ability to have user login in access.log
Simon Brandhof [Sat, 6 Aug 2016 08:17:05 +0000 (10:17 +0200)]
SONAR-7581 ability to have user login in access.log

8 years agoSONAR-7943 WS api/qualitygates/deselect handles deselect by project uuid and project key
Teryk Bellahsene [Fri, 5 Aug 2016 16:46:03 +0000 (18:46 +0200)]
SONAR-7943 WS api/qualitygates/deselect handles deselect by project uuid and project key

8 years agoTemporarily disable Oracle ITs
Simon Brandhof [Fri, 5 Aug 2016 15:24:28 +0000 (17:24 +0200)]
Temporarily disable Oracle ITs

QA infrastructure is too slow. Orchestrator startup
fails on timeout.

8 years agoFix minor Quality flaw
Simon Brandhof [Fri, 5 Aug 2016 15:18:26 +0000 (17:18 +0200)]
Fix minor Quality flaw

8 years agoSONAR-7924 WS api/qualitygates/select projectId parameter handles project id and...
Teryk Bellahsene [Fri, 5 Aug 2016 15:11:03 +0000 (17:11 +0200)]
SONAR-7924 WS api/qualitygates/select projectId parameter handles project id and uuid

8 years agoUpgrade to sonar-packaging-m-p 1.17
Simon Brandhof [Fri, 5 Aug 2016 13:58:13 +0000 (15:58 +0200)]
Upgrade to sonar-packaging-m-p 1.17

in order to use a version that is available on maven central

8 years agoSONAR-7903 buffer stream when saving and reading reports
Simon Brandhof [Fri, 5 Aug 2016 13:38:16 +0000 (15:38 +0200)]
SONAR-7903 buffer stream when saving and reading reports

8 years agoSONAR-7903 fix unit test on MSSQL
Simon Brandhof [Fri, 5 Aug 2016 08:27:22 +0000 (10:27 +0200)]
SONAR-7903 fix unit test on MSSQL

8 years agoSONAR-7903 delete old reports from FS
Simon Brandhof [Fri, 5 Aug 2016 08:12:06 +0000 (10:12 +0200)]
SONAR-7903 delete old reports from FS

8 years agoSONAR-7903 Drop pending tasks
Simon Brandhof [Thu, 4 Aug 2016 19:59:10 +0000 (21:59 +0200)]
SONAR-7903 Drop pending tasks

8 years agoSONAR-7903 persist analysis reports in db
Simon Brandhof [Thu, 4 Aug 2016 15:14:51 +0000 (17:14 +0200)]
SONAR-7903 persist analysis reports in db

instead of file system (data/ce/reports). That allows
support of clustering.

8 years agoSONAR-7903 Upgrade PostgreSQL driver to 9.4.1209.jre7
Simon Brandhof [Thu, 4 Aug 2016 15:04:01 +0000 (17:04 +0200)]
SONAR-7903 Upgrade PostgreSQL driver to 9.4.1209.jre7

This is required for the support of PreparedStatement#setBinaryStream(int, InputStream)

8 years agoSONAR-7908 correctly close ES TransportClient
Simon Brandhof [Thu, 4 Aug 2016 15:56:35 +0000 (17:56 +0200)]
SONAR-7908 correctly close ES TransportClient

in order to stop all the ES threads and to not generate
Tomcat warnings:

2016.08.04 12:10:34 WARN  web[o.a.c.l.WebappClassLoaderBase] The web application [ROOT] appears to have started a thread named [elasticsearch[Her][transport_client_worker][T#1]{New I/O worker #1}] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method)
 sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:198)
 sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:117)
 sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
 sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
 org.jboss.netty.channel.socket.nio.SelectorUtil.select(SelectorUtil.java:68)
 org.jboss.netty.channel.socket.nio.AbstractNioSelector.select(AbstractNioSelector.java:434)
 org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:212)
 org.jboss.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:89)
 org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:178)
 org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
 org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
 java.lang.Thread.run(Thread.java:745)

8 years agoRename ResourceKeyUpdaterDao to ComponentKeyUpdaterDao 1132/head
Teryk Bellahsene [Thu, 4 Aug 2016 15:45:59 +0000 (17:45 +0200)]
Rename ResourceKeyUpdaterDao to ComponentKeyUpdaterDao

8 years agoSONAR-7929 Create WS api/components/bulk_update_key
Teryk Bellahsene [Wed, 3 Aug 2016 15:45:37 +0000 (17:45 +0200)]
SONAR-7929 Create WS api/components/bulk_update_key

8 years agoSONAR-7928 SONAR-4770 Create WS api/components/update_key
Teryk Bellahsene [Wed, 3 Aug 2016 13:36:53 +0000 (15:36 +0200)]
SONAR-7928 SONAR-4770 Create WS api/components/update_key

8 years agoSONAR-7928 Update api/components description
Teryk Bellahsene [Tue, 2 Aug 2016 14:22:59 +0000 (16:22 +0200)]
SONAR-7928 Update api/components description

8 years agoAutomatic merge from branch-6.0
David Rautureau [Fri, 5 Aug 2016 08:29:18 +0000 (10:29 +0200)]
Automatic merge from branch-6.0

* origin/branch-6.0:
  prepare for next development iteration
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release 6.0

8 years agoSONAR-7933 WS api/navigation/component remove dashboard from json example
Teryk Bellahsene [Thu, 4 Aug 2016 16:08:33 +0000 (18:08 +0200)]
SONAR-7933 WS api/navigation/component remove dashboard from json example

8 years agoDelete unused org.sonar.home.cache.DeleteFileOnCloseInputStream
Simon Brandhof [Thu, 4 Aug 2016 11:17:20 +0000 (13:17 +0200)]
Delete unused org.sonar.home.cache.DeleteFileOnCloseInputStream

8 years agoFix compatibility of ES with KOPF
Simon Brandhof [Thu, 4 Aug 2016 09:57:18 +0000 (11:57 +0200)]
Fix compatibility of ES with KOPF

Only for DEV purpose !

8 years agoSONAR-7908 add some assertions to ClusterTest
Simon Brandhof [Thu, 4 Aug 2016 08:50:51 +0000 (10:50 +0200)]
SONAR-7908 add some assertions to ClusterTest

8 years agoImprove stability of RestartTest
Simon Brandhof [Thu, 4 Aug 2016 08:35:54 +0000 (10:35 +0200)]
Improve stability of RestartTest

 JUnit timeout is too small when testing
 on DBs in QA environment.

8 years agoEnable Oracle12c and PostgreSQL in QA
Simon Brandhof [Tue, 2 Aug 2016 08:05:34 +0000 (10:05 +0200)]
Enable Oracle12c and PostgreSQL in QA

8 years agoSONAR-7908 rename property sonar.cluster.web.startupLeader
Simon Brandhof [Wed, 3 Aug 2016 13:49:58 +0000 (15:49 +0200)]
SONAR-7908 rename property sonar.cluster.web.startupLeader

was sonar.cluster.startupLeader

8 years agoSONAR-7908 add integration test on ES + web nodes in cluster
Simon Brandhof [Wed, 3 Aug 2016 13:47:18 +0000 (15:47 +0200)]
SONAR-7908 add integration test on ES + web nodes in cluster

8 years agoSONAR-7899 Fix sonar.cluster.startupLeader when local ES is enabled
Simon Brandhof [Tue, 2 Aug 2016 11:52:56 +0000 (13:52 +0200)]
SONAR-7899 Fix sonar.cluster.startupLeader when local ES is enabled

8 years agoSONAR-7908 ability to disable Elasticsearch process
Simon Brandhof [Sat, 30 Jul 2016 08:09:48 +0000 (10:09 +0200)]
SONAR-7908 ability to disable Elasticsearch process

8 years agoSONAR-7910 support sonar.cluster.web.disabled
Simon Brandhof [Fri, 29 Jul 2016 20:22:41 +0000 (22:22 +0200)]
SONAR-7910 support sonar.cluster.web.disabled

8 years agoSONAR-7909 support sonar.cluster.ce.disabled
Simon Brandhof [Fri, 29 Jul 2016 20:21:58 +0000 (22:21 +0200)]
SONAR-7909 support sonar.cluster.ce.disabled

8 years agoprepare for next development iteration branch-6.0
David Rautureau [Wed, 3 Aug 2016 12:06:24 +0000 (14:06 +0200)]
prepare for next development iteration

8 years ago[maven-release-plugin] prepare for next development iteration
David Rautureau [Wed, 3 Aug 2016 09:19:42 +0000 (11:19 +0200)]
[maven-release-plugin] prepare for next development iteration

8 years ago[maven-release-plugin] prepare release 6.0 6.0
David Rautureau [Wed, 3 Aug 2016 09:19:42 +0000 (11:19 +0200)]
[maven-release-plugin] prepare release 6.0

8 years agoAutomatic merge from branch-6.0
ssjenka [Tue, 2 Aug 2016 11:46:23 +0000 (13:46 +0200)]
Automatic merge from branch-6.0

* origin/branch-6.0:
  SONAR-7945 Remove useless word in Issue widget (#1131)
  SONAR-7945 Remove useless word in Issue widget (#1131)
  Prepare for next development iteration
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release 5.6.1
  SONAR-7912 Highlight releasability rating in measure page of a view

8 years agoAutomatic merge from branch-5.6
Teryk Bellahsene [Tue, 2 Aug 2016 11:42:55 +0000 (13:42 +0200)]
Automatic merge from branch-5.6

* origin/branch-5.6:
  SONAR-7945 Remove useless word in Issue widget (#1131)
  Prepare for next development iteration
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release 5.6.1
  SONAR-7912 Highlight releasability rating in measure page of a view

8 years agoSONAR-7945 Remove useless word in Issue widget (#1131)
Evgeny Mandrikov [Tue, 2 Aug 2016 11:28:34 +0000 (13:28 +0200)]
SONAR-7945 Remove useless word in Issue widget (#1131)

This removes line, which was added accidentally
in f661a14e2a03a44a9adfe18bb55f76754c9eabda.

8 years agoSONAR-7945 Remove useless word in Issue widget (#1131)
Evgeny Mandrikov [Tue, 2 Aug 2016 11:28:34 +0000 (13:28 +0200)]
SONAR-7945 Remove useless word in Issue widget (#1131)

This removes line, which was added accidentally
in f661a14e2a03a44a9adfe18bb55f76754c9eabda.

8 years agoSONAR-7945 Remove useless word in Issue widget (#1131)
Evgeny Mandrikov [Tue, 2 Aug 2016 11:28:34 +0000 (13:28 +0200)]
SONAR-7945 Remove useless word in Issue widget (#1131)

This removes line, which was added accidentally
in f661a14e2a03a44a9adfe18bb55f76754c9eabda.

8 years agoImprove ServerIdGeneratorTest
Simon Brandhof [Tue, 2 Aug 2016 08:21:36 +0000 (10:21 +0200)]
Improve ServerIdGeneratorTest

* use assertJ
* support offline build

8 years agoRefactor EsIndexerEnabler
Simon Brandhof [Tue, 2 Aug 2016 07:11:44 +0000 (09:11 +0200)]
Refactor EsIndexerEnabler

8 years agoDrop unused internal WS api/activities/search
Simon Brandhof [Mon, 1 Aug 2016 21:05:06 +0000 (23:05 +0200)]
Drop unused internal WS api/activities/search

Replaced by api/qualityprofiles/changelog

8 years agoDrop unused class RubyQProfileActivityService
Simon Brandhof [Mon, 1 Aug 2016 20:55:49 +0000 (22:55 +0200)]
Drop unused class RubyQProfileActivityService

8 years agoSONAR-7899 Fix availability of startup metadata in settings
Simon Brandhof [Mon, 1 Aug 2016 08:16:40 +0000 (10:16 +0200)]
SONAR-7899 Fix availability of startup metadata in settings

8 years agoAutomatic merge from branch-6.0
ssjenka [Mon, 1 Aug 2016 06:01:45 +0000 (08:01 +0200)]
Automatic merge from branch-6.0

* origin/branch-6.0:
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release 6.0-RC2