]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
7 years agoSONAR-9741 fix types of fields in response of WS
Sébastien Lesaint [Tue, 12 Sep 2017 14:59:06 +0000 (16:59 +0200)]
SONAR-9741 fix types of fields in response of WS

7 years agoSONAR-9741 move NodeType to sonar-cluster
Sébastien Lesaint [Tue, 5 Sep 2017 15:19:17 +0000 (17:19 +0200)]
SONAR-9741 move NodeType to sonar-cluster

7 years agoSONAR-8741 ignore NodeHealth in HZ older than 30 seconds
Sébastien Lesaint [Tue, 5 Sep 2017 09:12:49 +0000 (11:12 +0200)]
SONAR-8741 ignore NodeHealth in HZ older than 30 seconds

7 years agoSONAR-9741 add detail TRACE logs SharedHealthStateImpl
Sébastien Lesaint [Tue, 5 Sep 2017 08:53:55 +0000 (10:53 +0200)]
SONAR-9741 add detail TRACE logs SharedHealthStateImpl

7 years agoSONAR-9741 use cluster time to timestamp NodeHealth info shared in HZ
Sébastien Lesaint [Tue, 5 Sep 2017 08:39:32 +0000 (10:39 +0200)]
SONAR-9741 use cluster time to timestamp NodeHealth info shared in HZ

7 years agoSONAR-9741 add HazelcastClient#getClusterTime
Sébastien Lesaint [Tue, 5 Sep 2017 08:38:52 +0000 (10:38 +0200)]
SONAR-9741 add HazelcastClient#getClusterTime

7 years agoSONAR-9741 remove NodeHealth#date field
Sébastien Lesaint [Mon, 4 Sep 2017 16:03:04 +0000 (18:03 +0200)]
SONAR-9741 remove NodeHealth#date field

7 years agoSONAR-9741 don't check ES status when computing node health status
Sébastien Lesaint [Mon, 4 Sep 2017 14:26:08 +0000 (16:26 +0200)]
SONAR-9741 don't check ES status when computing node health status

7 years agoSONAR-9741 ignored health from non existing HZ members
Sébastien Lesaint [Mon, 4 Sep 2017 08:21:31 +0000 (10:21 +0200)]
SONAR-9741 ignored health from non existing HZ members

7 years agoSONAR-9740 rename HazelcastClient#getConnectedClients to getMemberUuids
Sébastien Lesaint [Mon, 4 Sep 2017 08:34:41 +0000 (10:34 +0200)]
SONAR-9740 rename HazelcastClient#getConnectedClients to getMemberUuids

which now return UUID of all members of the HZ cluster, both members and local clients to these member
also rename #getClientUuid to getUuid

7 years agoSONAR-9741 remove health info from hazelcast when node shuts down
Sébastien Lesaint [Fri, 1 Sep 2017 14:55:51 +0000 (16:55 +0200)]
SONAR-9741 remove health info from hazelcast when node shuts down

7 years agoSONAR-9741 check search nodes health in api/system/health
Sébastien Lesaint [Fri, 1 Sep 2017 14:26:24 +0000 (16:26 +0200)]
SONAR-9741 check search nodes health in api/system/health

7 years agoSONAR-9741 check app nodes status in api/system/health
Sébastien Lesaint [Fri, 1 Sep 2017 09:39:27 +0000 (11:39 +0200)]
SONAR-9741 check app nodes status in api/system/health

7 years agoSONAR-9741 return nodes in response of api/system/health
Sébastien Lesaint [Mon, 4 Sep 2017 13:54:38 +0000 (15:54 +0200)]
SONAR-9741 return nodes in response of api/system/health

7 years agoSONAR-9741 search nodes share startup health status
Sébastien Lesaint [Thu, 31 Aug 2017 15:12:00 +0000 (17:12 +0200)]
SONAR-9741 search nodes share startup health status

7 years agoSONAR-9741 app shares search node info in hazelcast
Sébastien Lesaint [Wed, 30 Aug 2017 13:40:37 +0000 (15:40 +0200)]
SONAR-9741 app shares search node info in hazelcast

7 years agoSONAR-9741 populate default value of sonar.cluster.node.name
Sébastien Lesaint [Wed, 6 Sep 2017 12:25:21 +0000 (14:25 +0200)]
SONAR-9741 populate default value of sonar.cluster.node.name

and propagate it through main process and sub processes

7 years agoSONAR-9741 add HealthChecker#checkCluster with check of ES status
Sébastien Lesaint [Mon, 4 Sep 2017 09:35:20 +0000 (11:35 +0200)]
SONAR-9741 add HealthChecker#checkCluster with check of ES status

7 years agoSONAR-9741 web process shares health info in Hazelcast
Sébastien Lesaint [Wed, 30 Aug 2017 08:53:17 +0000 (10:53 +0200)]
SONAR-9741 web process shares health info in Hazelcast

7 years agoSONAR-9741 make NetworkUtils an interface
Sébastien Lesaint [Wed, 6 Sep 2017 12:38:25 +0000 (14:38 +0200)]
SONAR-9741 make NetworkUtils an interface

to allow unit testing

7 years agoSONAR-9741 add SharedHealthState
Sébastien Lesaint [Tue, 5 Sep 2017 14:08:54 +0000 (16:08 +0200)]
SONAR-9741 add SharedHealthState

7 years agoSONAR-9741 add PlatformLevel#addIfCluster
Sébastien Lesaint [Tue, 29 Aug 2017 15:45:26 +0000 (17:45 +0200)]
SONAR-9741 add PlatformLevel#addIfCluster

7 years agoSONAR-9741 fix TODO in ComputeEngineContainerImpl
Sébastien Lesaint [Fri, 25 Aug 2017 13:13:55 +0000 (15:13 +0200)]
SONAR-9741 fix TODO in ComputeEngineContainerImpl

7 years agoSONAR-9741 rename HazelcastClientWrapper to HazelcastClient
Sébastien Lesaint [Fri, 25 Aug 2017 12:48:32 +0000 (14:48 +0200)]
SONAR-9741 rename HazelcastClientWrapper to HazelcastClient

7 years agoSONAR-9741 move shared cluster related classes to sonar-cluster
Sébastien Lesaint [Fri, 25 Aug 2017 09:54:26 +0000 (11:54 +0200)]
SONAR-9741 move shared cluster related classes to sonar-cluster

7 years agoSONAR-9739 rename Cluster to WebServer
Sébastien Lesaint [Tue, 29 Aug 2017 09:42:42 +0000 (11:42 +0200)]
SONAR-9739 rename Cluster to WebServer

7 years agoSONAR-9740 ability to use UserSession in safe mode
Simon Brandhof [Tue, 29 Aug 2017 20:45:18 +0000 (22:45 +0200)]
SONAR-9740 ability to use UserSession in safe mode

7 years agoSONAR-9740 support system passcode in WS
Simon Brandhof [Wed, 23 Aug 2017 15:22:12 +0000 (17:22 +0200)]
SONAR-9740 support system passcode in WS

7 years agoSONAR-9740 support HTTP headers in API Request and sonar-ws
Simon Brandhof [Wed, 23 Aug 2017 15:18:08 +0000 (17:18 +0200)]
SONAR-9740 support HTTP headers in API Request and sonar-ws

7 years agoSONAR-9739 add protobuf response to WS api/system/status
Simon Brandhof [Mon, 28 Aug 2017 20:47:50 +0000 (22:47 +0200)]
SONAR-9739 add protobuf response to WS api/system/status

7 years agoSONAR-9739 add integration test for WS api/system/health
Simon Brandhof [Mon, 28 Aug 2017 15:13:21 +0000 (17:13 +0200)]
SONAR-9739 add integration test for WS api/system/health

7 years agoSONAR-9739 make StartupCrash startable
Simon Brandhof [Mon, 28 Aug 2017 14:52:58 +0000 (16:52 +0200)]
SONAR-9739 make StartupCrash startable

7 years agoSONAR-9739 improve integration tests of api/system/status
Simon Brandhof [Mon, 28 Aug 2017 11:24:15 +0000 (13:24 +0200)]
SONAR-9739 improve integration tests of api/system/status

7 years agoRefactor a few integration tests of Quality profiles
Simon Brandhof [Mon, 28 Aug 2017 11:23:49 +0000 (13:23 +0200)]
Refactor a few integration tests of Quality profiles

7 years agodefault status code should also be 200 in UTs with WsActionTester
Sébastien Lesaint [Wed, 30 Aug 2017 15:40:03 +0000 (17:40 +0200)]
default status code should also be 200 in UTs with WsActionTester

7 years agoSONAR-9755 rename HealthCheck to NodeHealthCheck
Sébastien Lesaint [Mon, 28 Aug 2017 13:26:54 +0000 (15:26 +0200)]
SONAR-9755 rename HealthCheck to NodeHealthCheck

7 years agoSONAR-9755 rename HealthChecker#check to checkNode
Sébastien Lesaint [Mon, 28 Aug 2017 13:18:11 +0000 (15:18 +0200)]
SONAR-9755 rename HealthChecker#check to checkNode

7 years agoSONAR-9739 drop authentication on api/system/health
Sébastien Lesaint [Mon, 28 Aug 2017 13:08:58 +0000 (15:08 +0200)]
SONAR-9739 drop authentication on api/system/health

7 years agoSONAR-9739 add check of CE's operational status in api/system/health
Sébastien Lesaint [Thu, 24 Aug 2017 13:21:26 +0000 (15:21 +0200)]
SONAR-9739 add check of CE's operational status in api/system/health

7 years agoSONAR-9739 add WS api/system/health
Sébastien Lesaint [Wed, 23 Aug 2017 14:26:39 +0000 (16:26 +0200)]
SONAR-9739 add WS api/system/health

7 years agoSONAR-9739 use UserSession#checkIsRoot
Sébastien Lesaint [Wed, 23 Aug 2017 07:07:42 +0000 (09:07 +0200)]
SONAR-9739 use UserSession#checkIsRoot

7 years agoSONAR-9739 add UserSession#checkIsRoot
Sébastien Lesaint [Wed, 23 Aug 2017 07:06:08 +0000 (09:06 +0200)]
SONAR-9739 add UserSession#checkIsRoot

7 years agoSONAR-9744 try and improve description of api/system/status
Sébastien Lesaint [Tue, 22 Aug 2017 16:32:17 +0000 (18:32 +0200)]
SONAR-9744 try and improve description of api/system/status

7 years agoSONAR-9744 DOWN status returned by api/system/status doesn't check DB
Sébastien Lesaint [Tue, 22 Aug 2017 16:22:35 +0000 (18:22 +0200)]
SONAR-9744 DOWN status returned by api/system/status doesn't check DB

7 years agoDisable analysis of PR based on another PR
Simon Brandhof [Wed, 13 Sep 2017 12:37:56 +0000 (14:37 +0200)]
Disable analysis of PR based on another PR

This is currently not supported by the branch plugin.

7 years agoparse date in fromNow helper
Stas Vilchik [Mon, 11 Sep 2017 15:56:27 +0000 (17:56 +0200)]
parse date in fromNow helper

7 years agofix "Administration" active menu item
Stas Vilchik [Mon, 11 Sep 2017 15:11:38 +0000 (17:11 +0200)]
fix "Administration" active menu item

7 years agofix scrolling in workspace
Stas Vilchik [Mon, 4 Sep 2017 15:17:54 +0000 (17:17 +0200)]
fix scrolling in workspace

7 years agofix event wrapping on project dashboard
Stas Vilchik [Mon, 4 Sep 2017 15:06:23 +0000 (17:06 +0200)]
fix event wrapping on project dashboard

7 years agoSONAR-9375 Infinite loading of a project on the projects page
Stas Vilchik [Thu, 31 Aug 2017 10:03:24 +0000 (12:03 +0200)]
SONAR-9375 Infinite loading of a project on the projects page

7 years agoavoid using redux in projects app
Stas Vilchik [Wed, 30 Aug 2017 16:26:07 +0000 (18:26 +0200)]
avoid using redux in projects app

7 years agorewrite projects app
Stas Vilchik [Tue, 29 Aug 2017 11:05:49 +0000 (13:05 +0200)]
rewrite projects app

7 years agorewrite remaining helpers to ts
Stas Vilchik [Mon, 28 Aug 2017 13:10:11 +0000 (15:10 +0200)]
rewrite remaining helpers to ts

7 years agoupdate prettier
Stas Vilchik [Tue, 29 Aug 2017 09:38:53 +0000 (11:38 +0200)]
update prettier

7 years agoAnalyze pull requests as short-living branches on next.sonarqube.com
Simon Brandhof [Wed, 13 Sep 2017 11:45:35 +0000 (13:45 +0200)]
Analyze pull requests as short-living branches on next.sonarqube.com

7 years agoSONAR-9803 Prevent crashes when the date is undefined
Grégoire Aubert [Wed, 13 Sep 2017 08:44:16 +0000 (10:44 +0200)]
SONAR-9803 Prevent crashes when the date is undefined

7 years agoDo not show the activity preview graph on project dashboard if there is no data
Grégoire Aubert [Mon, 11 Sep 2017 09:56:44 +0000 (11:56 +0200)]
Do not show the activity preview graph on project dashboard if there is no data

7 years agoTweak wording
Grégoire Aubert [Mon, 11 Sep 2017 09:42:47 +0000 (11:42 +0200)]
Tweak wording

7 years agoFix display of multiple events in projects page
Grégoire Aubert [Mon, 11 Sep 2017 09:37:14 +0000 (11:37 +0200)]
Fix display of multiple events in projects page

7 years agoFix typo
Simon Brandhof [Tue, 12 Sep 2017 19:33:37 +0000 (21:33 +0200)]
Fix typo
[skip ci]

7 years agoSupport of branches
Duarte Meneses [Tue, 12 Sep 2017 16:14:29 +0000 (18:14 +0200)]
Support of branches

7 years agoUse SettingsLoader only when needed for branches 2505/head
Duarte Meneses [Tue, 12 Sep 2017 15:18:19 +0000 (17:18 +0200)]
Use SettingsLoader only when needed for branches

7 years agoAdjust performance test timings
Duarte Meneses [Tue, 12 Sep 2017 11:57:54 +0000 (13:57 +0200)]
Adjust performance test timings

7 years agoSONAR-9670 Introduce sonar.branch.longLivedBranches.regex 2328/head
Duarte Meneses [Tue, 12 Sep 2017 11:30:16 +0000 (13:30 +0200)]
SONAR-9670 Introduce sonar.branch.longLivedBranches.regex

7 years agoUpdate web tests snapshots
Grégoire Aubert [Tue, 12 Sep 2017 10:38:45 +0000 (12:38 +0200)]
Update web tests snapshots

7 years agoSONAR-9670 Introduce sonar.branch.longLivedBranches.regex
Duarte Meneses [Tue, 12 Sep 2017 09:37:55 +0000 (11:37 +0200)]
SONAR-9670 Introduce sonar.branch.longLivedBranches.regex

7 years agoFix renamed field in test
Janos Gyerik [Tue, 12 Sep 2017 09:23:42 +0000 (11:23 +0200)]
Fix renamed field in test

7 years agoSONAR-9670 Introduce sonar.branch.longLivedBranches.regex
Janos Gyerik [Mon, 11 Sep 2017 08:50:28 +0000 (10:50 +0200)]
SONAR-9670 Introduce sonar.branch.longLivedBranches.regex

7 years agoSONAR-9702 SONAR-9736 apply feedback on branches (#2496)
Stas Vilchik [Mon, 11 Sep 2017 13:02:01 +0000 (15:02 +0200)]
SONAR-9702 SONAR-9736 apply feedback on branches (#2496)

* show last analysis date for short-living branches
* put "main branch" badge
* display hint on branch administration page
* hide anything related to branches on sonarcloud without branch support

* fixup! fix showing administration on branch

7 years agoRemove message about deprecated sonar.branch
Duarte Meneses [Fri, 8 Sep 2017 13:27:31 +0000 (15:27 +0200)]
Remove message about deprecated sonar.branch

7 years agoSONAR-9701 Don't publish coverage, scm and source of unchanged files
Julien HENRY [Wed, 6 Sep 2017 14:34:06 +0000 (16:34 +0200)]
SONAR-9701 Don't publish coverage, scm and source of unchanged files

7 years agoSONAR-9701 Don't publish empty modules
Julien HENRY [Wed, 6 Sep 2017 10:32:26 +0000 (12:32 +0200)]
SONAR-9701 Don't publish empty modules

7 years agoSONAR-9736 change color of help icon
Stas Vilchik [Mon, 4 Sep 2017 14:36:24 +0000 (16:36 +0200)]
SONAR-9736 change color of help icon

7 years agoSONAR-9736 fix project status
Stas Vilchik [Mon, 4 Sep 2017 13:13:56 +0000 (15:13 +0200)]
SONAR-9736 fix project status

7 years agoSONAR-9626 update log messages (#2472)
Janos Gyerik [Mon, 4 Sep 2017 13:54:52 +0000 (15:54 +0200)]
SONAR-9626 update log messages (#2472)

7 years agoSONAR-9736 fix access to project admin pages
Stas Vilchik [Fri, 1 Sep 2017 14:33:48 +0000 (16:33 +0200)]
SONAR-9736 fix access to project admin pages

7 years agoSONAR-9616 Branch status is using unresolved issues
Julien Lancelot [Mon, 4 Sep 2017 08:07:43 +0000 (10:07 +0200)]
SONAR-9616 Branch status is using unresolved issues

7 years agoSONAR-9616 Allow usage of main branch in ws having branch parameter
Julien Lancelot [Thu, 31 Aug 2017 14:19:51 +0000 (16:19 +0200)]
SONAR-9616 Allow usage of main branch in ws having branch parameter

7 years agoSONAR-9736 simplify long-living branch settings
Stas Vilchik [Fri, 1 Sep 2017 14:18:43 +0000 (16:18 +0200)]
SONAR-9736 simplify long-living branch settings

7 years agoSONAR-9702 better display of orphan branches
Stas Vilchik [Fri, 1 Sep 2017 13:44:40 +0000 (15:44 +0200)]
SONAR-9702 better display of orphan branches

7 years agoSONAR-7745 Return version in api/components/show
Julien Lancelot [Fri, 1 Sep 2017 12:52:03 +0000 (14:52 +0200)]
SONAR-7745 Return version in api/components/show

7 years agoSONAR-9736 display analysis date and a version of long-living branch
Stas Vilchik [Fri, 1 Sep 2017 11:48:40 +0000 (13:48 +0200)]
SONAR-9736 display analysis date and a version of long-living branch

7 years agoSONAR-9616 Component name is set to public key when empty
Julien Lancelot [Fri, 1 Sep 2017 11:46:51 +0000 (13:46 +0200)]
SONAR-9616 Component name is set to public key when empty

7 years agoSONAR-9702 display branches on background tasks page
Stas Vilchik [Fri, 1 Sep 2017 09:18:28 +0000 (11:18 +0200)]
SONAR-9702 display branches on background tasks page

7 years agoSONAR-9702 rewrite some background tasks components
Stas Vilchik [Fri, 1 Sep 2017 09:18:10 +0000 (11:18 +0200)]
SONAR-9702 rewrite some background tasks components

7 years agoSONAR-9616 Fix notification on branch
Julien Lancelot [Fri, 1 Sep 2017 08:44:28 +0000 (10:44 +0200)]
SONAR-9616 Fix notification on branch

7 years agofix redirection on activity page
Stas Vilchik [Fri, 1 Sep 2017 09:37:52 +0000 (11:37 +0200)]
fix redirection on activity page

7 years agoSONAR-916 Do not include branch name in quality gate notifs
Janos Gyerik [Thu, 31 Aug 2017 15:39:02 +0000 (17:39 +0200)]
SONAR-916 Do not include branch name in quality gate notifs

7 years agoSONAR-9616 Use Component#getProjectKey instead of Project#getKey
Julien Lancelot [Thu, 31 Aug 2017 07:44:44 +0000 (09:44 +0200)]
SONAR-9616 Use Component#getProjectKey instead of Project#getKey

7 years agoSONAR-9616 Remove Optional from Branch#getName as it always set
Julien Lancelot [Wed, 30 Aug 2017 13:46:03 +0000 (15:46 +0200)]
SONAR-9616 Remove Optional from Branch#getName as it always set

7 years agoSONAR-9616 Issue#componentKey should be the public key
Julien Lancelot [Wed, 30 Aug 2017 14:59:30 +0000 (16:59 +0200)]
SONAR-9616 Issue#componentKey should be the public key

7 years agoSONAR-9616 Fix notifications on branches (#2450)
Janos Gyerik [Wed, 30 Aug 2017 15:20:32 +0000 (17:20 +0200)]
SONAR-9616 Fix notifications on branches (#2450)

7 years agoSONAR-9616 Migration populating main branch now set 'master' as name
Julien Lancelot [Wed, 30 Aug 2017 13:08:48 +0000 (15:08 +0200)]
SONAR-9616 Migration populating main branch now set 'master' as name

7 years agoSONAR-9616 Add public key in Component of CE
Julien Lancelot [Wed, 30 Aug 2017 09:50:05 +0000 (11:50 +0200)]
SONAR-9616 Add public key in Component of CE

7 years agoSONAR-9616 Add project uuid routing when searching branch stats
Julien Lancelot [Wed, 30 Aug 2017 09:41:24 +0000 (11:41 +0200)]
SONAR-9616 Add project uuid routing when searching branch stats

7 years agoSONAR-9616 Filter out branches in ComponentDao#selectProjects()
Julien Lancelot [Mon, 28 Aug 2017 15:57:49 +0000 (17:57 +0200)]
SONAR-9616 Filter out branches in ComponentDao#selectProjects()

7 years agoSONAR-9616 Use single ES query in api/project_branches/list
Julien Lancelot [Tue, 29 Aug 2017 10:07:16 +0000 (12:07 +0200)]
SONAR-9616 Use single ES query in api/project_branches/list

7 years agofix governance pages when using branches (#2446)
Stas Vilchik [Tue, 29 Aug 2017 09:54:11 +0000 (11:54 +0200)]
fix governance pages when using branches (#2446)

7 years agoSONAR-9616 Use ES to get issues in api/project_branches/list
Julien Lancelot [Mon, 28 Aug 2017 12:58:12 +0000 (14:58 +0200)]
SONAR-9616 Use ES to get issues in api/project_branches/list

7 years agoSONAR-9616 Remove api/project_branches/show
Julien Lancelot [Mon, 28 Aug 2017 12:05:49 +0000 (14:05 +0200)]
SONAR-9616 Remove api/project_branches/show

This WS is not used