]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
6 years agoUpgrade MySQL driver from 5.1.42 to 5.1.46
Simon Brandhof [Sat, 12 May 2018 18:29:39 +0000 (20:29 +0200)]
Upgrade MySQL driver from 5.1.42 to 5.1.46

6 years agoUpgrade postgresql driver from 42.2.1 to 42.2.2
Simon Brandhof [Thu, 10 May 2018 07:31:44 +0000 (09:31 +0200)]
Upgrade postgresql driver from 42.2.1 to 42.2.2

Fixes a few bugs that should not impact us.
https://jdbc.postgresql.org/documentation/changelog.html#version_42.2.2

6 years agoUpgrade various libraries
Simon Brandhof [Thu, 10 May 2018 07:30:38 +0000 (09:30 +0200)]
Upgrade various libraries

6 years agoSONAR-10608 upgrade Jackson to fix vulnerabilities
Simon Brandhof [Fri, 11 May 2018 07:51:37 +0000 (09:51 +0200)]
SONAR-10608 upgrade Jackson to fix vulnerabilities

6 years agoSONAR-10661 Use ZipUtils from Orchestrator in integration tests
Simon Brandhof [Fri, 11 May 2018 08:21:52 +0000 (10:21 +0200)]
SONAR-10661 Use ZipUtils from Orchestrator in integration tests

6 years agoSONAR-10661 fix vulnerability in ZipUtils#unzip()
Simon Brandhof [Fri, 4 May 2018 07:15:04 +0000 (09:15 +0200)]
SONAR-10661 fix vulnerability in ZipUtils#unzip()

6 years agoSpeed-up DatabaseUtils.tableExists() on Oracle
Simon Brandhof [Sun, 13 May 2018 11:52:52 +0000 (13:52 +0200)]
Speed-up DatabaseUtils.tableExists() on Oracle

Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
6 years agoMake drop of db table re-entrant
Simon Brandhof [Sat, 12 May 2018 20:51:32 +0000 (22:51 +0200)]
Make drop of db table re-entrant

That allows to speed-up Oracle migrations by removing the call
to DatabaseUtils.tableExists(), which is super slow if many tables
are accessible to the JDBC user.

Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
6 years agoSONAR-10591 remove some Guava functions from org.sonar.server.plugins.ws
Simon Brandhof [Thu, 10 May 2018 20:10:29 +0000 (22:10 +0200)]
SONAR-10591 remove some Guava functions from org.sonar.server.plugins.ws

6 years agoSONAR-10591 remove unused method PluginWSCommons#writeArtifact()
Simon Brandhof [Thu, 10 May 2018 20:00:48 +0000 (22:00 +0200)]
SONAR-10591 remove unused method PluginWSCommons#writeArtifact()

6 years agoSONAR-10591 do not instantiate class PluginWSCommons
Simon Brandhof [Thu, 10 May 2018 19:58:40 +0000 (21:58 +0200)]
SONAR-10591 do not instantiate class PluginWSCommons

6 years agoSONAR-10591 drop module sonar-home
Simon Brandhof [Thu, 10 May 2018 19:54:03 +0000 (21:54 +0200)]
SONAR-10591 drop module sonar-home

6 years agoSONAR-10591 scanner uses WS api/plugins/download
Simon Brandhof [Thu, 10 May 2018 19:47:15 +0000 (21:47 +0200)]
SONAR-10591 scanner uses WS api/plugins/download

6 years agoSONAR-10591 add WS api/plugins/download
Simon Brandhof [Thu, 10 May 2018 19:46:42 +0000 (21:46 +0200)]
SONAR-10591 add WS api/plugins/download

6 years agoSONAR-10591 refactor management of plugin FS on server
Simon Brandhof [Thu, 10 May 2018 19:46:03 +0000 (21:46 +0200)]
SONAR-10591 refactor management of plugin FS on server

6 years agoDeprecated usage of DBUnit
Simon Brandhof [Wed, 2 May 2018 10:47:51 +0000 (12:47 +0200)]
Deprecated usage of DBUnit

6 years agoFix false-positive in RuleIndexTest
Simon Brandhof [Tue, 8 May 2018 15:04:18 +0000 (17:04 +0200)]
Fix false-positive in RuleIndexTest

6 years agoUpgrade Orchestrator to released version 3.18
Simon Brandhof [Tue, 8 May 2018 09:01:00 +0000 (11:01 +0200)]
Upgrade Orchestrator to released version 3.18

6 years agoSONAR-10591 Remove unused code in sonar-home
Simon Brandhof [Mon, 30 Apr 2018 20:53:02 +0000 (22:53 +0200)]
SONAR-10591 Remove unused code in sonar-home

6 years agoSONAR-10604 property sonar.cluster.hosts is only for app nodes
Simon Brandhof [Mon, 7 May 2018 09:00:16 +0000 (11:00 +0200)]
SONAR-10604 property sonar.cluster.hosts is only for app nodes

6 years agoSONAR-10594 fail to drop ES index on blue/green deployments
Simon Brandhof [Thu, 3 May 2018 09:57:35 +0000 (11:57 +0200)]
SONAR-10594 fail to drop ES index on blue/green deployments

6 years agoSONAR-10594 add more tests for Configuration#getBoolean()
Simon Brandhof [Thu, 3 May 2018 16:28:51 +0000 (18:28 +0200)]
SONAR-10594 add more tests for Configuration#getBoolean()

6 years agoSONAR-10594 fail to upgrade database on blue/green deployments
Simon Brandhof [Thu, 3 May 2018 11:49:05 +0000 (13:49 +0200)]
SONAR-10594 fail to upgrade database on blue/green deployments

6 years agoSONAR-10604 ignore sonar.cluster.node.port on search nodes
Simon Brandhof [Fri, 27 Apr 2018 09:21:12 +0000 (11:21 +0200)]
SONAR-10604 ignore sonar.cluster.node.port on search nodes

6 years agoSONAR-10604 remove cleanup of APP state when all APPs are down
Simon Brandhof [Fri, 27 Apr 2018 08:31:12 +0000 (10:31 +0200)]
SONAR-10604 remove cleanup of APP state when all APPs are down

6 years agoSONAR-10604 remove unused methods in HazelcastMember
Simon Brandhof [Fri, 27 Apr 2018 08:27:28 +0000 (10:27 +0200)]
SONAR-10604 remove unused methods in HazelcastMember

6 years agoSONAR-10604 remove HazelcastMember.Attribute.NODE_TYPE
Simon Brandhof [Fri, 27 Apr 2018 08:24:31 +0000 (10:24 +0200)]
SONAR-10604 remove HazelcastMember.Attribute.NODE_TYPE

6 years agoSONAR-10604 Remove health check for Search nodes
Eric Hartmann [Fri, 20 Apr 2018 06:03:48 +0000 (08:03 +0200)]
SONAR-10604 Remove health check for Search nodes

6 years agoSONAR-10604 Remove Hazelcast on Search nodes
Eric Hartmann [Thu, 19 Apr 2018 16:20:25 +0000 (18:20 +0200)]
SONAR-10604 Remove Hazelcast on Search nodes

6 years agoSONAR-10593 SONAR-10315 support plugin uninstall before CE processing
Simon Brandhof [Thu, 19 Apr 2018 13:14:31 +0000 (15:14 +0200)]
SONAR-10593 SONAR-10315 support plugin uninstall before CE processing

6 years agoSONAR-10593 CE should ignore issues on inactive rules
Simon Brandhof [Thu, 19 Apr 2018 12:28:00 +0000 (14:28 +0200)]
SONAR-10593 CE should ignore issues on inactive rules

6 years agoSONAR-10601 refresh the page when the web app can not load a js bundle
Stas Vilchik [Wed, 18 Apr 2018 15:10:29 +0000 (17:10 +0200)]
SONAR-10601 refresh the page when the web app can not load a js bundle

6 years agoSONAR-10601 check application version when receiving WS response
Stas Vilchik [Wed, 18 Apr 2018 12:28:15 +0000 (14:28 +0200)]
SONAR-10601 check application version when receiving WS response

6 years agoSONAR-10601 add header "Sonar-Version" to WS responses
Simon Brandhof [Wed, 18 Apr 2018 07:56:28 +0000 (09:56 +0200)]
SONAR-10601 add header "Sonar-Version" to WS responses

6 years agoSONAR-10592 rename concept of WorkersPauseStatus
Simon Brandhof [Thu, 19 Apr 2018 09:46:40 +0000 (11:46 +0200)]
SONAR-10592 rename concept of WorkersPauseStatus

6 years agoFix Quality flaws
Simon Brandhof [Wed, 18 Apr 2018 19:33:48 +0000 (21:33 +0200)]
Fix Quality flaws

6 years agoSONAR-10592 display workers pause in System Info page
Simon Brandhof [Wed, 18 Apr 2018 19:28:49 +0000 (21:28 +0200)]
SONAR-10592 display workers pause in System Info page

6 years agoSONAR-10592 add integration test on pause/resume of CE workers
Simon Brandhof [Wed, 18 Apr 2018 16:49:29 +0000 (18:49 +0200)]
SONAR-10592 add integration test on pause/resume of CE workers

6 years agoSONAR-10592 add WS api/ce/pause and api/ce/resume
Simon Brandhof [Wed, 18 Apr 2018 16:26:08 +0000 (18:26 +0200)]
SONAR-10592 add WS api/ce/pause and api/ce/resume

6 years agoSONAR-10592 new WS api/ce/info
Simon Brandhof [Wed, 18 Apr 2018 15:57:55 +0000 (17:57 +0200)]
SONAR-10592 new WS api/ce/info

6 years agoSONAR-10592 ability to pause/resume Compute Engine workers
Simon Brandhof [Wed, 18 Apr 2018 15:57:03 +0000 (17:57 +0200)]
SONAR-10592 ability to pause/resume Compute Engine workers

6 years agoFix Quality flaws
Simon Brandhof [Tue, 17 Apr 2018 18:49:19 +0000 (20:49 +0200)]
Fix Quality flaws

mainly by removing unused code

6 years agoSONAR-10594 do not truncate rule repositories at startup
Simon Brandhof [Tue, 17 Apr 2018 18:10:20 +0000 (20:10 +0200)]
SONAR-10594 do not truncate rule repositories at startup

6 years agoSONAR-10594 add RuleRepositoryDao#deleteIfKeyNotIn()
Simon Brandhof [Tue, 17 Apr 2018 17:50:42 +0000 (19:50 +0200)]
SONAR-10594 add RuleRepositoryDao#deleteIfKeyNotIn()

6 years agoSONAR-10594 add RuleRepositoryDao#insertOrUpdate()
Simon Brandhof [Tue, 17 Apr 2018 14:43:40 +0000 (16:43 +0200)]
SONAR-10594 add RuleRepositoryDao#insertOrUpdate()

6 years agoSONAR-10594 remove unused RuleRepositoryDao#selectByKey()
Simon Brandhof [Tue, 17 Apr 2018 11:36:39 +0000 (13:36 +0200)]
SONAR-10594 remove unused RuleRepositoryDao#selectByKey()

6 years agodo not reload analyses list when component tags change
Stas Vilchik [Tue, 8 May 2018 09:08:43 +0000 (11:08 +0200)]
do not reload analyses list when component tags change

6 years agofix rule tags change
Stas Vilchik [Tue, 8 May 2018 09:05:54 +0000 (11:05 +0200)]
fix rule tags change

6 years agofix QualityGateUiTest
Stas Vilchik [Wed, 9 May 2018 08:35:25 +0000 (10:35 +0200)]
fix QualityGateUiTest

6 years agoSONAR-10647 Apply feedback
Duarte Meneses [Fri, 4 May 2018 08:13:43 +0000 (10:13 +0200)]
SONAR-10647 Apply feedback

6 years agoSONAR-10647 Add ITs
Duarte Meneses [Tue, 1 May 2018 15:34:04 +0000 (17:34 +0200)]
SONAR-10647 Add ITs

6 years agoAdd to scanner report viewer: tab with significant code ranges
Duarte Meneses [Tue, 1 May 2018 13:30:13 +0000 (15:30 +0200)]
Add to scanner report viewer: tab with significant code ranges

6 years agoBuild executable scanner report viewer
Duarte Meneses [Tue, 1 May 2018 13:29:47 +0000 (15:29 +0200)]
Build executable scanner report viewer

6 years agoSONAR-10647 Compare lines of code taking into account significant code
Duarte Meneses [Wed, 25 Apr 2018 15:18:39 +0000 (17:18 +0200)]
SONAR-10647 Compare lines of code taking into account significant code

6 years agoMinor refactoring
Duarte Meneses [Wed, 25 Apr 2018 13:42:40 +0000 (15:42 +0200)]
Minor refactoring

6 years agoSONAR-10638 Create Java API for analyzers to report significant code
Duarte Meneses [Tue, 24 Apr 2018 13:27:56 +0000 (15:27 +0200)]
SONAR-10638 Create Java API for analyzers to report significant code

6 years agoSONAR-10664 Improve dropdown UI/UX consistency (#217)
Stas Vilchik [Wed, 9 May 2018 07:17:16 +0000 (09:17 +0200)]
SONAR-10664 Improve dropdown UI/UX consistency (#217)

6 years agoSONAR-10513 Add readOnly state to select list (and drop unused styling)
Grégoire Aubert [Tue, 8 May 2018 06:50:13 +0000 (08:50 +0200)]
SONAR-10513 Add readOnly state to select list (and drop unused styling)

6 years agoSONAR-10513 Remove redux store form quality gates app
Grégoire Aubert [Tue, 8 May 2018 06:43:32 +0000 (08:43 +0200)]
SONAR-10513 Remove redux store form quality gates app

6 years agoSONARCLOUD-34 Automatically update the footer date in SonarCloud
Grégoire Aubert [Fri, 4 May 2018 13:42:50 +0000 (15:42 +0200)]
SONARCLOUD-34 Automatically update the footer date in SonarCloud

6 years agoDelete useless startup task DeleteOldAnalysisReportsFromFs
Simon Brandhof [Fri, 13 Apr 2018 14:04:21 +0000 (16:04 +0200)]
Delete useless startup task DeleteOldAnalysisReportsFromFs

6 years agoMissing Elasticsearch bulk requests from TRACE logs
Simon Brandhof [Thu, 12 Apr 2018 13:56:52 +0000 (15:56 +0200)]
Missing Elasticsearch bulk requests from TRACE logs

6 years agoRemove unused Elasticsearch code
Simon Brandhof [Thu, 12 Apr 2018 13:41:06 +0000 (15:41 +0200)]
Remove unused Elasticsearch code

6 years agoSONAR-10656 Remove SonarQube occurences when SonarCloud is enabled
Grégoire Aubert [Thu, 3 May 2018 15:13:04 +0000 (17:13 +0200)]
SONAR-10656 Remove SonarQube occurences when SonarCloud is enabled

6 years agoSONAR-10036 Autoscroll branch dropdown to selected item
Pascal Mugnier [Fri, 4 May 2018 08:23:18 +0000 (10:23 +0200)]
SONAR-10036 Autoscroll branch dropdown to selected item

6 years agoFix SONAR-6691
Pascal Mugnier [Thu, 3 May 2018 09:56:05 +0000 (11:56 +0200)]
Fix SONAR-6691

6 years agoReactivate Category2 in QA
Julien Lancelot [Fri, 4 May 2018 14:10:33 +0000 (16:10 +0200)]
Reactivate Category2 in QA

* Reactivate Category2 in Jenkins
* Execute ExternalIssueTest in its own Suite

6 years agoFix for SONAR-10585
Pascal Mugnier [Fri, 4 May 2018 06:26:34 +0000 (08:26 +0200)]
Fix for SONAR-10585

6 years agoFix install of JDK8 on Travis
Simon Brandhof [Thu, 3 May 2018 17:19:53 +0000 (19:19 +0200)]
Fix install of JDK8 on Travis

6 years agoSONAR-10611 Serve .jpg and .jpeg as static resources
Teryk Bellahsene [Thu, 3 May 2018 10:15:39 +0000 (12:15 +0200)]
SONAR-10611 Serve .jpg and .jpeg as static resources

6 years agoSONAR-10611 use new help tooltips across the app (#203)
Stas Vilchik [Wed, 2 May 2018 15:41:34 +0000 (17:41 +0200)]
SONAR-10611 use new help tooltips across the app (#203)

6 years agoAdd IT tests (#200)
Pascal Mugnier [Tue, 1 May 2018 09:10:51 +0000 (11:10 +0200)]
Add IT tests (#200)

6 years agoSONAR-10609 open documentation links in the same tab
Stas Vilchik [Mon, 30 Apr 2018 15:49:47 +0000 (17:49 +0200)]
SONAR-10609 open documentation links in the same tab

6 years agoSONAR-10609 add web api link
Stas Vilchik [Mon, 30 Apr 2018 15:48:01 +0000 (17:48 +0200)]
SONAR-10609 add web api link

6 years agoSONAR-10612 replace .icon-detach with DetachIcon
Stas Vilchik [Mon, 30 Apr 2018 13:36:28 +0000 (15:36 +0200)]
SONAR-10612 replace .icon-detach with DetachIcon

6 years agoSONAR-10613 Generate a documentation static website (#196)
Stas Vilchik [Mon, 30 Apr 2018 13:41:18 +0000 (15:41 +0200)]
SONAR-10613 Generate a documentation static website (#196)

6 years agoSONAR-10612 Create documentation space in the web app
Pascal Mugnier [Thu, 26 Apr 2018 06:42:19 +0000 (08:42 +0200)]
SONAR-10612 Create documentation space in the web app

6 years agoSONAR-10612 Added content
G. Ann Campbell [Thu, 26 Apr 2018 17:26:45 +0000 (13:26 -0400)]
SONAR-10612 Added content

6 years agoSONAR-10609 Rework the global help modal to a dropdown (#177)
Pascal Mugnier [Thu, 26 Apr 2018 13:31:42 +0000 (15:31 +0200)]
SONAR-10609 Rework the global help modal to a dropdown (#177)

6 years agoSONAR-10611 Display inline documentation tooltips (#180)
Stas Vilchik [Wed, 25 Apr 2018 11:54:16 +0000 (13:54 +0200)]
SONAR-10611 Display inline documentation tooltips (#180)

6 years agoSONAR-10646 Remove black navbar on sessions pages (login, logout, ...)
Grégoire Aubert [Tue, 1 May 2018 15:04:43 +0000 (17:04 +0200)]
SONAR-10646 Remove black navbar on sessions pages (login, logout, ...)

6 years agoSONAR-10646 Change hover effect of oauth provider buttons
Grégoire Aubert [Tue, 1 May 2018 11:41:20 +0000 (13:41 +0200)]
SONAR-10646 Change hover effect of oauth provider buttons

6 years agoSONARCLOUD-49 Wrap organization extension inside OrganizationAdminContainer
Grégoire Aubert [Fri, 27 Apr 2018 15:12:23 +0000 (17:12 +0200)]
SONARCLOUD-49 Wrap organization extension inside OrganizationAdminContainer

6 years agoSONAR-10274 Better page title handling for SonarCloud
Grégoire Aubert [Fri, 27 Apr 2018 15:11:12 +0000 (17:11 +0200)]
SONAR-10274 Better page title handling for SonarCloud

6 years agoSONAR-10325 Add "advanced" url query flag to display login/password form on SonarClou...
Grégoire Aubert [Fri, 27 Apr 2018 08:51:26 +0000 (10:51 +0200)]
SONAR-10325 Add "advanced" url query flag to display login/password form on SonarCloud login page

6 years agoSONAR-10646 SONAR-10325 Update SonarCloud login page style
Grégoire Aubert [Fri, 27 Apr 2018 07:19:46 +0000 (09:19 +0200)]
SONAR-10646 SONAR-10325 Update SonarCloud login page style

6 years agoSQBILLING-93 SonarCloud notifies Muppet when an organization is deleted
Teryk Bellahsene [Wed, 2 May 2018 10:00:07 +0000 (12:00 +0200)]
SQBILLING-93 SonarCloud notifies Muppet when an organization is deleted

6 years agoFix SONAR-10466
Pascal Mugnier [Tue, 1 May 2018 13:35:59 +0000 (15:35 +0200)]
Fix SONAR-10466

6 years agoFix SONAR-10553
Pascal Mugnier [Tue, 1 May 2018 13:26:39 +0000 (15:26 +0200)]
Fix SONAR-10553

6 years agoFix SONAR-10579
Pascal Mugnier [Tue, 1 May 2018 13:19:47 +0000 (15:19 +0200)]
Fix SONAR-10579

6 years agoFix SONAR-10581
Pascal Mugnier [Tue, 1 May 2018 13:07:44 +0000 (15:07 +0200)]
Fix SONAR-10581

6 years agoFix SONAR-10585
Pascal Mugnier [Tue, 1 May 2018 10:12:57 +0000 (12:12 +0200)]
Fix SONAR-10585

6 years agoSONAR-9384 Fix computation of project without src but with test measures
Julien Lancelot [Mon, 16 Apr 2018 16:06:08 +0000 (18:06 +0200)]
SONAR-9384 Fix computation of project without src but with test measures

6 years agoSONAR-10252 Project page of long living branches displays the link to the correct...
Teryk Bellahsene [Mon, 30 Apr 2018 13:12:58 +0000 (15:12 +0200)]
SONAR-10252 Project page of long living branches displays the link to the correct Quality Gate

6 years agoSONAR-10587 fix another incompatibility with Oracle
Simon Brandhof [Mon, 30 Apr 2018 20:29:19 +0000 (22:29 +0200)]
SONAR-10587 fix another incompatibility with Oracle

6 years agoSONAR-10587 fix non oracle compliant sql clause
Guillaume Jambet [Mon, 30 Apr 2018 15:03:12 +0000 (17:03 +0200)]
SONAR-10587 fix non oracle compliant sql clause

6 years agouse eslint-config-sonarqube (#191)
Stas Vilchik [Fri, 27 Apr 2018 15:22:22 +0000 (17:22 +0200)]
use eslint-config-sonarqube (#191)

6 years agoSONAR-10648 Update JavaDoc
Julien HENRY [Fri, 27 Apr 2018 13:43:46 +0000 (15:43 +0200)]
SONAR-10648 Update JavaDoc

6 years agoSONAR-10515 Add method to delete entry in ALM_APP_INSTALLS
Julien HENRY [Fri, 27 Apr 2018 09:46:41 +0000 (11:46 +0200)]
SONAR-10515 Add method to delete entry in ALM_APP_INSTALLS

6 years agoSONAR-10648 Fix InputFile::relativePath for global sensors
Julien HENRY [Thu, 26 Apr 2018 19:35:28 +0000 (21:35 +0200)]
SONAR-10648 Fix InputFile::relativePath for global sensors

SensorStrategy was wrongly instanciated once per module, while it was supposed to be a project level singleton.