]>
source.dussan.org Git - sonarqube.git/log
Julien HENRY [Tue, 8 Aug 2017 17:24:23 +0000 (19:24 +0200)]
Update scanner report viewer to show QP and plugins
Julien HENRY [Tue, 8 Aug 2017 15:42:46 +0000 (17:42 +0200)]
SONAR-9663 Backdate new issues when rule's plugin was updated
Julien HENRY [Tue, 8 Aug 2017 13:23:15 +0000 (15:23 +0200)]
SONAR-9679 Add plugins and their updated_at date to the scanner report
Julien HENRY [Wed, 9 Aug 2017 07:53:49 +0000 (09:53 +0200)]
SONAR-9684 Add changelog
Julien HENRY [Mon, 7 Aug 2017 14:22:59 +0000 (16:22 +0200)]
SONAR-9684 Use api/plugins/installed to load plugins
Julien HENRY [Mon, 7 Aug 2017 13:44:49 +0000 (15:44 +0200)]
SONAR-8576 Make WS api/plugins/installed usable by Scanner/SonarLint
Julien HENRY [Thu, 3 Aug 2017 15:41:13 +0000 (17:41 +0200)]
SONAR-9662 Store plugin hash + last modification date
Julien HENRY [Thu, 3 Aug 2017 13:34:42 +0000 (15:34 +0200)]
SONAR-9662 Create "plugins" table
Julien HENRY [Thu, 3 Aug 2017 13:02:55 +0000 (15:02 +0200)]
Improve test isolation
When some assertions fail, components are not stopped, and that lead to failures in other tests.
Julien HENRY [Thu, 3 Aug 2017 11:15:32 +0000 (13:15 +0200)]
SONAR-9672 Store the link between a rule and the plugin declaring it
Julien Lancelot [Wed, 6 Sep 2017 09:09:20 +0000 (11:09 +0200)]
Fix quality flaws
Daniel Schwarz [Wed, 6 Sep 2017 08:09:46 +0000 (10:09 +0200)]
SONAR-5870 improve rule text search
Allows to search for partial names, and allows an intelligent "english" search in the description. Special syntax (like "+(a|b|c)") will not be interpreted anymore.
Julien Lancelot [Tue, 5 Sep 2017 13:59:17 +0000 (15:59 +0200)]
Improve QualityGate ITs
Use Tester in QualityGate ITs that were not using it
Remove uage of destroy as it's done in Tester#after
Julien Lancelot [Tue, 5 Sep 2017 12:12:04 +0000 (14:12 +0200)]
Add missing QualityGateOnRatingMeasuresTest in Category1Suite
Julien Lancelot [Tue, 5 Sep 2017 12:51:31 +0000 (14:51 +0200)]
Add QGateTester to clean quality gates between each IT
Julien Lancelot [Tue, 5 Sep 2017 14:11:07 +0000 (16:11 +0200)]
SONAR-9426 Move migration class into correct package
Simon Brandhof [Tue, 5 Sep 2017 14:14:25 +0000 (16:14 +0200)]
Fix Quality flaws
Eric Hartmann [Fri, 1 Sep 2017 13:22:58 +0000 (15:22 +0200)]
Make HazelcastClusterTest more robust.
Simon Brandhof [Fri, 1 Sep 2017 07:46:22 +0000 (09:46 +0200)]
SONAR-9712 app node can index when ES is yellow
No need to wait for green.
Simon Brandhof [Fri, 1 Sep 2017 07:45:19 +0000 (09:45 +0200)]
SONAR-9712 sonar.auth.jwtBase64Hs256Secret is mandatory on app nodes
Eric Hartmann [Wed, 30 Aug 2017 15:27:05 +0000 (17:27 +0200)]
SONAR-9715 Implement a delay for finishing task in Compute Engine
Simon Brandhof [Wed, 30 Aug 2017 14:30:55 +0000 (16:30 +0200)]
SONAR-9715 use realistic JSW timouts
Simon Brandhof [Wed, 30 Aug 2017 14:30:36 +0000 (16:30 +0200)]
SONAR-9715 improve documentation of process management
Daniel Schwarz [Wed, 23 Aug 2017 11:56:12 +0000 (13:56 +0200)]
SONAR-9715 remove unused "pause" mode for the compute engine
Eric Hartmann [Tue, 22 Aug 2017 14:52:56 +0000 (16:52 +0200)]
SONAR-6966 Implement node name for Hazelcast
Daniel Schwarz [Tue, 22 Aug 2017 12:56:53 +0000 (14:56 +0200)]
SONAR-6966 let the user define node names in sonar.cluster.node.name for Elasticsearch
Daniel Schwarz [Tue, 22 Aug 2017 09:10:25 +0000 (11:10 +0200)]
SONAR-9738 Fail if the cluster name differs from node to node
Eric Hartmann [Mon, 21 Aug 2017 12:08:47 +0000 (14:08 +0200)]
Reduce memory for Elasticsearch to 128M for ITs
Daniel Schwarz [Fri, 18 Aug 2017 14:06:35 +0000 (16:06 +0200)]
SONAR-9715 Implement pause mechanism during shutdown
Daniel Schwarz [Thu, 17 Aug 2017 14:44:34 +0000 (16:44 +0200)]
SONAR-9714 Pass Elasticsearch settings in a yaml file
instead of command line arguments
Eric Hartmann [Wed, 16 Aug 2017 16:04:18 +0000 (18:04 +0200)]
SONAR-9731 Update clustering property names
Eric Hartmann [Wed, 16 Aug 2017 14:26:06 +0000 (16:26 +0200)]
SONAR-9713 Allow to upgrade a cluster without stopping search nodes
Eric Hartmann [Mon, 14 Aug 2017 14:44:35 +0000 (16:44 +0200)]
SONAR-9712 reduce types of cluster nodes to only: application OR search
Eric Hartmann [Mon, 14 Aug 2017 13:19:24 +0000 (15:19 +0200)]
SONAR-9712 Upgrade Hazelcast to 3.8.4
Eric Hartmann [Wed, 17 May 2017 15:36:19 +0000 (17:36 +0200)]
Add ITs on cluster
Daniel Schwarz [Fri, 18 Aug 2017 13:29:10 +0000 (15:29 +0200)]
remove obsolete dependency to sonar-process in sonar-server
Sébastien Lesaint [Tue, 22 Aug 2017 09:04:43 +0000 (11:04 +0200)]
SONAR-9590 fix jvm.options file in temp directory not read by ES
Sébastien Lesaint [Tue, 22 Aug 2017 09:03:54 +0000 (11:03 +0200)]
SONAR-9590 add EsFileSystem class
Sébastien Lesaint [Fri, 18 Aug 2017 15:13:49 +0000 (17:13 +0200)]
SONAR-9590 rename sonar-process-monitor to sonar-main
Sébastien Lesaint [Fri, 18 Aug 2017 14:12:42 +0000 (16:12 +0200)]
add warning to sonar.properties about ES Virtual Memory on Linux
Sébastien Lesaint [Fri, 18 Aug 2017 14:11:54 +0000 (16:11 +0200)]
SONAR-9590 only heap and heap dump options are now in search.javaOpts
Sébastien Lesaint [Fri, 18 Aug 2017 12:38:23 +0000 (14:38 +0200)]
SONAR-9590 add working dir to log of launched command
Sébastien Lesaint [Fri, 18 Aug 2017 08:23:26 +0000 (10:23 +0200)]
SONAR-9590 move Es/JavaCommand to module sonar-process-monitor
Sébastien Lesaint [Fri, 18 Aug 2017 07:51:33 +0000 (09:51 +0200)]
SONAR-9590 move shared memory file classes to dedicated package
Sébastien Lesaint [Thu, 17 Aug 2017 16:17:30 +0000 (18:17 +0200)]
SONAR-9590 do not write jvm.options file twice
Sébastien Lesaint [Thu, 17 Aug 2017 15:37:59 +0000 (17:37 +0200)]
SONAR-8798 delete maven module sonar-search
Sébastien Lesaint [Thu, 17 Aug 2017 15:26:14 +0000 (17:26 +0200)]
SONAR-9239 configure log4j to log as before in es.log
with support for loggers configuration through LogLevelConfig, all three rolling strategies (time, size and none) and almost the same log pattern (shortening of logger names is a big different in log4j)
Julien Lancelot [Tue, 5 Sep 2017 11:56:34 +0000 (13:56 +0200)]
Improve coverage of QProfileResetImpl
Julien Lancelot [Tue, 5 Sep 2017 10:24:09 +0000 (12:24 +0200)]
Improve coverage of UsersWsRequest
Julien Lancelot [Tue, 5 Sep 2017 09:38:21 +0000 (11:38 +0200)]
Improve coverage of ComponentTreeAction
Julien Lancelot [Tue, 5 Sep 2017 08:24:10 +0000 (10:24 +0200)]
SONAR-9577 Add missing unit test on migration
Teryk Bellahsene [Tue, 5 Sep 2017 10:27:19 +0000 (12:27 +0200)]
SONAR-9721 Stabilize TelemetryDaemonTest
Julien Lancelot [Mon, 3 Jul 2017 09:45:28 +0000 (11:45 +0200)]
SONAR-9426 Migrate users not having identity provider
Julien Lancelot [Mon, 4 Sep 2017 14:07:22 +0000 (16:07 +0200)]
SONAR-9426 Set external identity info when reactivating local user
Julien Lancelot [Mon, 4 Sep 2017 13:57:00 +0000 (15:57 +0200)]
Create user only when needed in LocalAuthenticationTest
Julien Lancelot [Mon, 4 Sep 2017 13:41:19 +0000 (15:41 +0200)]
SONAR-9426 Split tests of UserUpdater
Julien Lancelot [Tue, 5 Sep 2017 06:31:07 +0000 (08:31 +0200)]
Add missing Tester#disableOrganizations in Category 1 ITs
Julien Lancelot [Tue, 5 Sep 2017 06:23:05 +0000 (08:23 +0200)]
Add SettingTester to clean settings between each IT
Daniel Schwarz [Fri, 25 Aug 2017 13:08:55 +0000 (15:08 +0200)]
SONAR-8299 let the number of issues per rule be correct, even if many rules are selected in the facet
(in the issue search)
Simon Brandhof [Mon, 4 Sep 2017 19:48:14 +0000 (21:48 +0200)]
SONAR-8632 support SQLServer 2016
Eric Hartmann [Fri, 1 Sep 2017 15:40:45 +0000 (17:40 +0200)]
SONAR-9395 Stop the logback context during shutdown
Eric Hartmann [Fri, 1 Sep 2017 15:13:40 +0000 (17:13 +0200)]
SONAR-9394 Silence Hazelcast exception during shutdown
Eric Hartmann [Fri, 1 Sep 2017 12:17:03 +0000 (14:17 +0200)]
Fix quickbuild generating source jars.
Sébastien Lesaint [Thu, 31 Aug 2017 16:34:54 +0000 (18:34 +0200)]
SONAR−9721 fix InfoAction class dependency on web followers
Jan Nylund [Thu, 31 Aug 2017 06:38:17 +0000 (09:38 +0300)]
Fixed a spelling error and generalized punctiation for general settings.
Simon Brandhof [Wed, 30 Aug 2017 07:37:39 +0000 (09:37 +0200)]
SONAR-9721 fix javadoc of Server#getId()
Teryk Bellahsene [Tue, 29 Aug 2017 16:41:42 +0000 (18:41 +0200)]
SONAR-9721 IT to test telemetry content
Teryk Bellahsene [Tue, 29 Aug 2017 16:41:13 +0000 (18:41 +0200)]
SONAR-9721 Do not fail when server stops after opt-out
Teryk Bellahsene [Tue, 29 Aug 2017 16:37:41 +0000 (18:37 +0200)]
SONAR-9721 ES index project_measures indexes 'lines' metric
Teryk Bellahsene [Tue, 29 Aug 2017 16:36:57 +0000 (18:36 +0200)]
Xoo MeasureSensor supports language Xoo2
Teryk Bellahsene [Mon, 28 Aug 2017 14:55:50 +0000 (16:55 +0200)]
SONAR-9721 Remove DateUtils#formatDate(Long)
Teryk Bellahsene [Fri, 25 Aug 2017 16:33:04 +0000 (18:33 +0200)]
SONAR-9722 Add telemetry data to WS api/system/info
Teryk Bellahsene [Fri, 25 Aug 2017 15:27:19 +0000 (17:27 +0200)]
SONAR-9721 Extract TelemetryDataLoader from TelemetryDataDaemon
Teryk Bellahsene [Fri, 25 Aug 2017 14:31:04 +0000 (16:31 +0200)]
SONAR-9721 Send ncloc by language in telemetry report
Teryk Bellahsene [Fri, 25 Aug 2017 14:08:23 +0000 (16:08 +0200)]
SONAR-9721 Aggregate ncloc by language in the project measures ES index
Teryk Bellahsene [Fri, 25 Aug 2017 12:26:09 +0000 (14:26 +0200)]
SONAR-9721 Feed ncloc_language_distrution to project measures ES index
Teryk Bellahsene [Thu, 24 Aug 2017 15:27:14 +0000 (17:27 +0200)]
SONAR-9721 Send project measures statistics
Teryk Bellahsene [Wed, 23 Aug 2017 10:24:46 +0000 (12:24 +0200)]
SONAR-9721 Send SonarQube and plugins versions
Teryk Bellahsene [Tue, 22 Aug 2017 16:27:02 +0000 (18:27 +0200)]
SONAR-9721 Refactor TelemetryDaemon
Teryk Bellahsene [Tue, 22 Aug 2017 16:14:30 +0000 (18:14 +0200)]
SONAR-9721 Log a debug message when checking telemetry fails
Teryk Bellahsene [Tue, 22 Aug 2017 16:10:36 +0000 (18:10 +0200)]
Db column INTERNAL_PROPERTIES.kee is a VARCHAR(20)
Teryk Bellahsene [Tue, 22 Aug 2017 15:51:23 +0000 (17:51 +0200)]
SONAR-9721 Drop use of TelemetryUrl and TelemetryFrequency
Teryk Bellahsene [Tue, 22 Aug 2017 15:42:14 +0000 (17:42 +0200)]
SONAR-9721 Telemetry properties defined in a specific PropertyDefinition class
Teryk Bellahsene [Tue, 22 Aug 2017 14:33:47 +0000 (16:33 +0200)]
SONAR-9721 Opt-out of telemetry with a property
Teryk Bellahsene [Mon, 21 Aug 2017 12:37:12 +0000 (14:37 +0200)]
SONAR-9721 Send telemetry data once a week
Teryk Bellahsene [Mon, 21 Aug 2017 09:07:55 +0000 (11:07 +0200)]
SONAR-9721 Send Server UUID to Telemetry server
Stas Vilchik [Tue, 29 Aug 2017 14:29:07 +0000 (16:29 +0200)]
SONAR-8979 do not display settings page for portfolios
Julien Lancelot [Mon, 28 Aug 2017 10:58:21 +0000 (12:58 +0200)]
SONAR-8979 Drop leak period setting values on views
Duarte Meneses [Tue, 29 Aug 2017 13:48:54 +0000 (15:48 +0200)]
Enable incremental mode
G. Ann Campbell [Tue, 29 Aug 2017 13:17:46 +0000 (09:17 -0400)]
drop ss.com 404 URL
Duarte Meneses [Fri, 25 Aug 2017 09:27:51 +0000 (11:27 +0200)]
SONAR-9757 Copy issues in directories with unchanged files only
Simon Brandhof [Thu, 24 Aug 2017 06:54:55 +0000 (08:54 +0200)]
SONAR-9758 Support Oracle JDBC driver 12.2.0.1.0
Simon Brandhof [Fri, 25 Aug 2017 19:27:17 +0000 (21:27 +0200)]
Improve DB migration 1267 on MySQL
In our LTS upgrade environment:
Before 13 hours
After 10 minutes
Simon Brandhof [Thu, 24 Aug 2017 15:01:44 +0000 (17:01 +0200)]
Split tests in LocalAuthenticationTest
Grégoire Aubert [Fri, 25 Aug 2017 13:53:58 +0000 (15:53 +0200)]
Fix style regression on projects facets (leak)
Grégoire Aubert [Fri, 25 Aug 2017 13:09:16 +0000 (15:09 +0200)]
Reorganize the measures page sidebar
Grégoire Aubert [Fri, 25 Aug 2017 09:04:36 +0000 (11:04 +0200)]
Invert y axis of project and coverage overview bubblecharts on measures page
Grégoire Aubert [Fri, 25 Aug 2017 08:49:37 +0000 (10:49 +0200)]
Fix tags search in rules page
Grégoire Aubert [Fri, 25 Aug 2017 08:47:47 +0000 (10:47 +0200)]
SONAR-9376 Update footer to correctly resize on the new page layout
Grégoire Aubert [Thu, 24 Aug 2017 15:02:19 +0000 (17:02 +0200)]
Fix leak period background when zoomed on activity graphs