]>
source.dussan.org Git - sonarqube.git/log
Sébastien Lesaint [Fri, 19 Aug 2016 12:03:19 +0000 (14:03 +0200)]
[travis] remove resolver-status.properties to avoid cache invalidation
Sébastien Lesaint [Fri, 19 Aug 2016 11:56:31 +0000 (13:56 +0200)]
[script] fix duplicate set_maven_build_version
Sébastien Lesaint [Thu, 18 Aug 2016 09:31:53 +0000 (11:31 +0200)]
fix some unused variables
Sébastien Lesaint [Thu, 18 Aug 2016 08:49:54 +0000 (10:49 +0200)]
SONAR-7842 truncate errorMessage to avoid max length error in DB
Sébastien Lesaint [Wed, 17 Aug 2016 09:03:46 +0000 (11:03 +0200)]
SONAR-7843 add error stacktrace to /api/ce/task
Sébastien Lesaint [Wed, 17 Aug 2016 08:35:31 +0000 (10:35 +0200)]
SONAR-7991 add error msg and hasStacktrace to /api/ce web services
Sébastien Lesaint [Wed, 17 Aug 2016 08:00:36 +0000 (10:00 +0200)]
SONAR-7842 persit task error message and stacktrace when occur
Sébastien Lesaint [Tue, 16 Aug 2016 17:49:24 +0000 (19:49 +0200)]
add DatabaseUtils#executeLargeUpdates which returns rows count
Sébastien Lesaint [Tue, 16 Aug 2016 17:35:36 +0000 (19:35 +0200)]
SONAR-7842 support error message in DAO and CeActivityDto
Sébastien Lesaint [Tue, 16 Aug 2016 17:08:25 +0000 (19:08 +0200)]
SONAR-7842 add error columns to CE_ACTIVITY
Sébastien Lesaint [Tue, 16 Aug 2016 16:51:22 +0000 (18:51 +0200)]
SONAR-7842 make ClobColumnDef support all DBs
Sébastien Lesaint [Tue, 16 Aug 2016 16:04:05 +0000 (18:04 +0200)]
SONAR-7842 rename table CE_TASK_DATA to CE_TASK_INPUT
Sébastien Lesaint [Fri, 12 Aug 2016 17:14:27 +0000 (19:14 +0200)]
SONAR-7833 MDC must be cleared even when an exception is raised
Sébastien Lesaint [Fri, 12 Aug 2016 17:18:43 +0000 (19:18 +0200)]
SONAR-7842 ensure exception in task management code is not swallowed
Julien Lancelot [Wed, 17 Aug 2016 14:57:08 +0000 (16:57 +0200)]
SONAR-7994 Clean up migration that feed local users
Julien Lancelot [Tue, 16 Aug 2016 15:34:13 +0000 (17:34 +0200)]
SONAR-7968 Create /api/settings/list_definitions WS
Patrice Clement [Tue, 26 Jul 2016 09:06:10 +0000 (11:06 +0200)]
Remove extraneous echo calls and rely on bash here strings instead.
Signed-off-by: Sébastien Lesaint <sebastien.lesaint@sonarsource.com>
Patrice Clement [Tue, 26 Jul 2016 09:03:51 +0000 (11:03 +0200)]
wc accepts files as input parameter.
Signed-off-by: Sébastien Lesaint <sebastien.lesaint@sonarsource.com>
Patrice Clement [Tue, 26 Jul 2016 09:02:28 +0000 (11:02 +0200)]
Variables should be local to each function to avoid clashing in the global namespace.
Signed-off-by: Sébastien Lesaint <sebastien.lesaint@sonarsource.com>
Patrice Clement [Tue, 26 Jul 2016 09:00:58 +0000 (11:00 +0200)]
Use -z flag to properly test for stirng length.
Signed-off-by: Sébastien Lesaint <sebastien.lesaint@sonarsource.com>
Patrice Clement [Tue, 26 Jul 2016 09:00:01 +0000 (11:00 +0200)]
Remove extraneous echo calls in showHelp().
Signed-off-by: Sébastien Lesaint <sebastien.lesaint@sonarsource.com>
Duarte Meneses [Wed, 17 Aug 2016 15:41:01 +0000 (17:41 +0200)]
Enable ut
Duarte Meneses [Wed, 17 Aug 2016 15:39:54 +0000 (17:39 +0200)]
Enable Surefire XML reports for Surefire sensor
Duarte Meneses [Wed, 17 Aug 2016 11:40:40 +0000 (13:40 +0200)]
Improve scanner report viewer
Stas Vilchik [Wed, 17 Aug 2016 08:58:16 +0000 (10:58 +0200)]
SONAR-7963 Display duplications on new code (#1148)
Stas Vilchik [Wed, 17 Aug 2016 08:58:06 +0000 (10:58 +0200)]
SONAR-7965 Organize new duplications and size measures (#1147)
Stas Vilchik [Wed, 17 Aug 2016 08:33:10 +0000 (10:33 +0200)]
fix alignment glitch on the project dasboard
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"
Julien Lancelot [Tue, 16 Aug 2016 14:42:25 +0000 (16:42 +0200)]
SONAR-7957 Replace new ncloc by new lines
Julien Lancelot [Tue, 16 Aug 2016 13:27:47 +0000 (15:27 +0200)]
SONAR-7953 Add IT
Julien Lancelot [Tue, 16 Aug 2016 10:15:04 +0000 (12:15 +0200)]
SONAR-7953 New metric « New Duplicated Lines (%) »
Sébastien Lesaint [Fri, 12 Aug 2016 11:37:50 +0000 (13:37 +0200)]
SONAR-7960 fix ClusterTest, ServerLogsTest and WS logs example
Sébastien Lesaint [Fri, 12 Aug 2016 09:34:12 +0000 (11:34 +0200)]
SONAR-7960 add task UUID to logs
Sébastien Lesaint [Fri, 12 Aug 2016 09:21:53 +0000 (11:21 +0200)]
SONAR-7833 make all public methods of CeLogging non static
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
Sébastien Lesaint [Thu, 11 Aug 2016 15:44:33 +0000 (17:44 +0200)]
SONAR-7833 log visitor execution timings in ce_activity.log
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
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
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
Sébastien Lesaint [Thu, 11 Aug 2016 15:12:36 +0000 (17:12 +0200)]
SONAR-7841 remove code to write CE task logs
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
Sébastien Lesaint [Thu, 11 Aug 2016 13:36:07 +0000 (15:36 +0200)]
SONAR-7834 remove internal WS /api/ce/logs
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}
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
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
Teryk Bellahsene [Fri, 12 Aug 2016 15:53:09 +0000 (17:53 +0200)]
SONAR-7957 New metric « New Lines of Code »
Stas Vilchik [Fri, 12 Aug 2016 14:57:25 +0000 (16:57 +0200)]
SONAR-7919 apply feedback
Teryk Bellahsene [Thu, 11 Aug 2016 07:41:55 +0000 (09:41 +0200)]
SONAR-7952 New metric « Duplicated blocks 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 »
Stas Vilchik [Fri, 12 Aug 2016 13:25:29 +0000 (15:25 +0200)]
SONAR-7962 Move "Size" section to the sidebar (#1142)
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
Teryk Bellahsene [Fri, 12 Aug 2016 06:32:08 +0000 (08:32 +0200)]
SONAR-7930 WS api/components/bulk_update_key handles special characters
Stas Vilchik [Fri, 12 Aug 2016 08:23:57 +0000 (10:23 +0200)]
SONAR-7919 remove old key from recent history
Stas Vilchik [Fri, 12 Aug 2016 08:18:02 +0000 (10:18 +0200)]
SONAR-7919 handle errors and display success messages
Julien Lancelot [Wed, 20 Jul 2016 12:08:21 +0000 (14:08 +0200)]
Remove useless rails code
Stas Vilchik [Thu, 11 Aug 2016 11:37:23 +0000 (13:37 +0200)]
fix l10n message
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
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
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
Teryk Bellahsene [Thu, 11 Aug 2016 08:08:41 +0000 (10:08 +0200)]
Fix typo of api/components description
Stas Vilchik [Thu, 11 Aug 2016 08:27:47 +0000 (10:27 +0200)]
SONAR-7920 better align link icons
Stas Vilchik [Thu, 11 Aug 2016 08:26:03 +0000 (10:26 +0200)]
SONAR-7920 limit max length of link name and url
Stas Vilchik [Thu, 11 Aug 2016 07:48:28 +0000 (09:48 +0200)]
set titles of my account pages
Sébastien Lesaint [Wed, 10 Aug 2016 15:10:22 +0000 (17:10 +0200)]
SONAR-7958 add IT
Sébastien Lesaint [Tue, 9 Aug 2016 15:22:19 +0000 (17:22 +0200)]
SONAR-7910 javadoc fixes in StartupBarrier and WebServerBarrier
Sébastien Lesaint [Tue, 9 Aug 2016 15:19:35 +0000 (17:19 +0200)]
SONAR-7958 fix UUID_PATH of file created by ComponentTesting
Sébastien Lesaint [Tue, 9 Aug 2016 12:54:09 +0000 (14:54 +0200)]
SONAR-7958 populate PROJECTS.B_UUID_PATH in PersistComponentsStep
Sébastien Lesaint [Tue, 9 Aug 2016 11:09:32 +0000 (13:09 +0200)]
SONAR_7958 add column PROJECTS.B_UUID_PATH
Stas Vilchik [Wed, 10 Aug 2016 16:16:54 +0000 (18:16 +0200)]
SONAR-7919 Rewrite "Update Key" project page (#1140)
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"
Stas Vilchik [Wed, 10 Aug 2016 13:54:28 +0000 (15:54 +0200)]
add symbolic link from sonar-web to core.properties
Stas Vilchik [Wed, 10 Aug 2016 12:36:31 +0000 (14:36 +0200)]
fix code issues
Stas Vilchik [Wed, 10 Aug 2016 12:19:17 +0000 (14:19 +0200)]
SONAR-7920 sort links
Stas Vilchik [Wed, 10 Aug 2016 12:04:38 +0000 (14:04 +0200)]
SONAR-7921 Rewrite "Quality Gate" project page (#1138)
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
Stas Vilchik [Mon, 8 Aug 2016 09:29:32 +0000 (11:29 +0200)]
SONAR-7920 apply feedback
Stas Vilchik [Mon, 8 Aug 2016 08:45:56 +0000 (10:45 +0200)]
fix snapshot deletion
Simon Brandhof [Sat, 6 Aug 2016 09:28:40 +0000 (11:28 +0200)]
SONAR-7654 API to propagate props from scanner to CE
Simon Brandhof [Sat, 6 Aug 2016 08:17:05 +0000 (10:17 +0200)]
SONAR-7581 ability to have user login in access.log
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
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.
Simon Brandhof [Fri, 5 Aug 2016 15:18:26 +0000 (17:18 +0200)]
Fix minor Quality flaw
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
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
Simon Brandhof [Fri, 5 Aug 2016 13:38:16 +0000 (15:38 +0200)]
SONAR-7903 buffer stream when saving and reading reports
Simon Brandhof [Fri, 5 Aug 2016 08:27:22 +0000 (10:27 +0200)]
SONAR-7903 fix unit test on MSSQL
Simon Brandhof [Fri, 5 Aug 2016 08:12:06 +0000 (10:12 +0200)]
SONAR-7903 delete old reports from FS
Simon Brandhof [Thu, 4 Aug 2016 19:59:10 +0000 (21:59 +0200)]
SONAR-7903 Drop pending tasks
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.
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)
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)
Teryk Bellahsene [Thu, 4 Aug 2016 15:45:59 +0000 (17:45 +0200)]
Rename ResourceKeyUpdaterDao to ComponentKeyUpdaterDao
Teryk Bellahsene [Wed, 3 Aug 2016 15:45:37 +0000 (17:45 +0200)]
SONAR-7929 Create WS api/components/bulk_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
Teryk Bellahsene [Tue, 2 Aug 2016 14:22:59 +0000 (16:22 +0200)]
SONAR-7928 Update api/components description
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
Teryk Bellahsene [Thu, 4 Aug 2016 16:08:33 +0000 (18:08 +0200)]
SONAR-7933 WS api/navigation/component remove dashboard from json example
Simon Brandhof [Thu, 4 Aug 2016 11:17:20 +0000 (13:17 +0200)]
Delete unused org.sonar.home.cache.DeleteFileOnCloseInputStream
Simon Brandhof [Thu, 4 Aug 2016 09:57:18 +0000 (11:57 +0200)]
Fix compatibility of ES with KOPF
Only for DEV purpose !
Simon Brandhof [Thu, 4 Aug 2016 08:50:51 +0000 (10:50 +0200)]
SONAR-7908 add some assertions to ClusterTest