]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
8 years agoSONAR-8100 add IT on preventing default organization deletion 1281/head
Sébastien Lesaint [Thu, 29 Sep 2016 12:55:33 +0000 (14:55 +0200)]
SONAR-8100 add IT on preventing default organization deletion

8 years agoSONAR-8151 test WS organizations authorizations in IT
Sébastien Lesaint [Thu, 29 Sep 2016 12:54:07 +0000 (14:54 +0200)]
SONAR-8151 test WS organizations authorizations in IT

8 years agoSONAR-8151 support anyoneCanCreate in /api/organizations/create
Sébastien Lesaint [Thu, 29 Sep 2016 12:43:43 +0000 (14:43 +0200)]
SONAR-8151 support anyoneCanCreate in /api/organizations/create

8 years agoSONAR-8151 add property sonar.organizations.anyoneCanCreate
Sébastien Lesaint [Thu, 29 Sep 2016 08:46:08 +0000 (10:46 +0200)]
SONAR-8151 add property sonar.organizations.anyoneCanCreate

8 years agoSONAR-8100 fix quality flaw on DeleteAction
Sébastien Lesaint [Thu, 29 Sep 2016 08:26:13 +0000 (10:26 +0200)]
SONAR-8100 fix quality flaw on DeleteAction

8 years agoAutomatic merge from branch-6.1
ssjenka [Wed, 12 Oct 2016 07:37:20 +0000 (09:37 +0200)]
Automatic merge from branch-6.1

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

8 years ago[maven-release-plugin] prepare for next development iteration
David Rautureau [Tue, 11 Oct 2016 07:02:30 +0000 (09:02 +0200)]
[maven-release-plugin] prepare for next development iteration

8 years ago[maven-release-plugin] prepare release 6.1 6.1
David Rautureau [Tue, 11 Oct 2016 07:02:29 +0000 (09:02 +0200)]
[maven-release-plugin] prepare release 6.1

8 years agoAutomatic merge from branch-6.1
ssjenka [Thu, 6 Oct 2016 06:02:26 +0000 (08:02 +0200)]
Automatic merge from branch-6.1

* origin/branch-6.1:
  SONAR-7970 WS settings/set forbid empty values with a clean message

8 years agoFix Quality flaws
Simon Brandhof [Wed, 5 Oct 2016 19:57:38 +0000 (21:57 +0200)]
Fix Quality flaws

8 years agoDeprecated ZipUtils.ZipEntryFilter in favour of Predicate
Simon Brandhof [Wed, 5 Oct 2016 19:57:02 +0000 (21:57 +0200)]
Deprecated ZipUtils.ZipEntryFilter in favour of Predicate

8 years agoSONAR-7782 Fix PurgeTest 1292/head
Julien Lancelot [Wed, 5 Oct 2016 12:16:53 +0000 (14:16 +0200)]
SONAR-7782 Fix PurgeTest

8 years agoSONAR-7782 Correctly handle best value on variation
Julien Lancelot [Wed, 5 Oct 2016 12:08:41 +0000 (14:08 +0200)]
SONAR-7782 Correctly handle best value on variation

Only best value 0 was handled on variations, that makes best values on rating useless

8 years agoSONAR-7782 Compute rating A on new code when no issue on components
Julien Lancelot [Wed, 5 Oct 2016 09:03:45 +0000 (11:03 +0200)]
SONAR-7782 Compute rating A on new code when no issue on components

8 years agoFix Quality flaws, including handling of InterruptedException
Simon Brandhof [Tue, 4 Oct 2016 12:46:47 +0000 (14:46 +0200)]
Fix Quality flaws, including handling of InterruptedException

8 years agoRemove dead code in project.rb
Simon Brandhof [Mon, 26 Sep 2016 14:39:18 +0000 (16:39 +0200)]
Remove dead code in project.rb

8 years agoRemove ruby dead code related to roles
Simon Brandhof [Mon, 26 Sep 2016 14:38:13 +0000 (16:38 +0200)]
Remove ruby dead code related to roles

8 years agoRemove ruby dead code related to users
Simon Brandhof [Mon, 26 Sep 2016 13:02:09 +0000 (15:02 +0200)]
Remove ruby dead code related to users

8 years agoRemove dead code need_authentication.rb
Simon Brandhof [Fri, 23 Sep 2016 15:13:27 +0000 (17:13 +0200)]
Remove dead code need_authentication.rb

8 years agoRemove dead ruby code around editable_password?
Simon Brandhof [Fri, 23 Sep 2016 14:53:09 +0000 (16:53 +0200)]
Remove dead ruby code around editable_password?

8 years agoSONAR-8119 improve display of rating conditions on project dashboard
Stas Vilchik [Tue, 4 Oct 2016 13:26:05 +0000 (15:26 +0200)]
SONAR-8119 improve display of rating conditions on project dashboard

8 years agoSONAR-8119 fix display of new ratings on measures page
Stas Vilchik [Tue, 4 Oct 2016 11:36:02 +0000 (13:36 +0200)]
SONAR-8119 fix display of new ratings on measures page

8 years agoSONAR-8119 restrict options when defining a condition on ratings
Stas Vilchik [Fri, 30 Sep 2016 15:20:15 +0000 (17:20 +0200)]
SONAR-8119 restrict options when defining a condition on ratings

8 years agoSONAR-7970 WS settings/set forbid empty values with a clean message 1290/head
Teryk Bellahsene [Tue, 4 Oct 2016 14:45:59 +0000 (16:45 +0200)]
SONAR-7970 WS settings/set forbid empty values with a clean message

8 years agoAutomatic merge from branch-6.1
ssjenka [Tue, 4 Oct 2016 16:02:47 +0000 (18:02 +0200)]
Automatic merge from branch-6.1

* origin/branch-6.1:
  Fix PluginsTest on web plugin

8 years agoFix PluginsTest on web plugin
Julien Lancelot [Tue, 4 Oct 2016 14:54:41 +0000 (16:54 +0200)]
Fix PluginsTest on web plugin

 Latest release of the web plugin has fixed some FP, so no more issue was generated on the test file.
 A line has been removed from the file to generate a real issue

8 years agoSONAR-7782 Reactivate IT on rating on new code 1282/head
Julien Lancelot [Mon, 3 Oct 2016 16:19:11 +0000 (18:19 +0200)]
SONAR-7782 Reactivate IT on rating on new code

8 years agoSONAR-7782 Fix PurgeTest IT
Julien Lancelot [Fri, 30 Sep 2016 12:14:33 +0000 (14:14 +0200)]
SONAR-7782 Fix PurgeTest IT

8 years agoSONAR-7782 Default Quality gate should rely on ratings on new code
Julien Lancelot [Fri, 30 Sep 2016 11:43:43 +0000 (13:43 +0200)]
SONAR-7782 Default Quality gate should rely on ratings on new code

8 years agoSONAR-7782 Compute Maintainability Rating on New Code
Julien Lancelot [Fri, 30 Sep 2016 11:15:03 +0000 (13:15 +0200)]
SONAR-7782 Compute Maintainability Rating on New Code

8 years agoSONAR-7782 Compute Reliability Rating on New Code
Julien Lancelot [Fri, 30 Sep 2016 09:27:24 +0000 (11:27 +0200)]
SONAR-7782 Compute Reliability Rating on New Code

8 years agoSONAR-7782 Compute Security Rating on New Code
Julien Lancelot [Fri, 30 Sep 2016 11:18:16 +0000 (13:18 +0200)]
SONAR-7782 Compute Security Rating on New Code

8 years agoSONAR-7782 Rename QualityModelMeasuresVisitor to MaintainabilityMeasuresVisitor
Julien Lancelot [Thu, 29 Sep 2016 16:40:40 +0000 (18:40 +0200)]
SONAR-7782 Rename QualityModelMeasuresVisitor to MaintainabilityMeasuresVisitor

8 years agoSONAR-7782 Move computation of reliability and security rating measures into a dedica...
Julien Lancelot [Thu, 29 Sep 2016 16:29:07 +0000 (18:29 +0200)]
SONAR-7782 Move computation of reliability and security rating measures into a dedicated visitor

8 years agoSONAR-7782 Create a RatingVariationValue to factorize computation of some rating...
Julien Lancelot [Thu, 29 Sep 2016 15:38:35 +0000 (17:38 +0200)]
SONAR-7782 Create a RatingVariationValue to factorize computation of some rating measures

8 years agoSONAR-5857 Leak period cannot be used on rating metrics
Julien Lancelot [Thu, 29 Sep 2016 14:05:41 +0000 (16:05 +0200)]
SONAR-5857 Leak period cannot be used on rating metrics

8 years agoSONAR-5857 Only "better than" operator is available for rating metrics
Julien Lancelot [Thu, 29 Sep 2016 13:47:33 +0000 (15:47 +0200)]
SONAR-5857 Only "better than" operator is available for rating metrics

8 years agoMerge from branch-5.6
Julien Lancelot [Mon, 3 Oct 2016 12:59:10 +0000 (14:59 +0200)]
Merge from branch-5.6

8 years agoAutomatic merge from branch-6.1
ssjenka [Mon, 3 Oct 2016 12:37:30 +0000 (14:37 +0200)]
Automatic merge from branch-6.1

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

8 years agoSONAR-8120 WS measures/* fix protobuf parsing for older version of sonar-ws
Teryk Bellahsene [Mon, 3 Oct 2016 09:36:21 +0000 (11:36 +0200)]
SONAR-8120 WS measures/* fix protobuf parsing for older version of sonar-ws

8 years ago[maven-release-plugin] prepare for next development iteration
Tom [Mon, 3 Oct 2016 07:39:32 +0000 (09:39 +0200)]
[maven-release-plugin] prepare for next development iteration

8 years ago[maven-release-plugin] prepare release 6.1-RC2 6.1-RC2
Tom [Mon, 3 Oct 2016 07:39:32 +0000 (09:39 +0200)]
[maven-release-plugin] prepare release 6.1-RC2

8 years agoSONAR-8144 Allow removing value from parameter having no default value 1286/head
Julien Lancelot [Fri, 30 Sep 2016 13:57:57 +0000 (15:57 +0200)]
SONAR-8144 Allow removing value from parameter having no default value

8 years agoAutomatic merge from branch-6.1
ssjenka [Mon, 3 Oct 2016 06:02:09 +0000 (08:02 +0200)]
Automatic merge from branch-6.1

* origin/branch-6.1:
  SONAR-8148 do not log data and decrease log level to debug

8 years agoSONAR-8148 do not log data and decrease log level to debug
Simon Brandhof [Fri, 30 Sep 2016 21:10:28 +0000 (23:10 +0200)]
SONAR-8148 do not log data and decrease log level to debug

8 years agoSONAR-8148 do not log data and decrease log level to debug
Simon Brandhof [Fri, 30 Sep 2016 21:10:28 +0000 (23:10 +0200)]
SONAR-8148 do not log data and decrease log level to debug

8 years agoSONAR-8169 Make "My Activity" page default for authenticated users
Stas Vilchik [Tue, 27 Sep 2016 14:43:12 +0000 (16:43 +0200)]
SONAR-8169 Make "My Activity" page default for authenticated users

8 years agoSONAR-8170 SONAR-8171 Reorganize My Account space
Stas Vilchik [Fri, 23 Sep 2016 15:42:18 +0000 (17:42 +0200)]
SONAR-8170 SONAR-8171 Reorganize My Account space

8 years agoupdate style of level badges
Stas Vilchik [Wed, 28 Sep 2016 16:22:22 +0000 (18:22 +0200)]
update style of level badges

8 years agoRevert "SONAR-7246 Link of "My New Issues" notification should go the User's Issues...
Stas Vilchik [Wed, 28 Sep 2016 07:32:41 +0000 (09:32 +0200)]
Revert "SONAR-7246 Link of "My New Issues" notification should go the User's Issues page"

This reverts commit bcc9fa2f5f463d636cd5c9019fa3ef48a01fef31.

8 years agoimprove alignment of react-select components
Stas Vilchik [Fri, 30 Sep 2016 14:24:26 +0000 (16:24 +0200)]
improve alignment of react-select components

8 years agoSONAR-8120 WS measures/search flatten the response 1272/head
Teryk Bellahsene [Fri, 30 Sep 2016 12:16:45 +0000 (14:16 +0200)]
SONAR-8120 WS measures/search flatten the response

8 years agoSONAR-8120 WS measures/search handles best value
Teryk Bellahsene [Wed, 28 Sep 2016 15:24:39 +0000 (17:24 +0200)]
SONAR-8120 WS measures/search handles best value

8 years agoSONAR-8120 WS measures/search check request
Teryk Bellahsene [Mon, 26 Sep 2016 14:17:22 +0000 (16:17 +0200)]
SONAR-8120 WS measures/search check request

- all metrics exist
- all component ids or keys exist
- at least one metric provided
- at least one component provided
etc.

8 years agoSONAR-8120 Create WS measures/search to search for measures
Teryk Bellahsene [Mon, 26 Sep 2016 10:11:12 +0000 (12:11 +0200)]
SONAR-8120 Create WS measures/search to search for measures

8 years agoAutomatic merge from branch-6.1
ssjenka [Fri, 30 Sep 2016 09:48:52 +0000 (11:48 +0200)]
Automatic merge from branch-6.1

* origin/branch-6.1:
  SONAR-8178 ignore rows with corrupted data
  SONAR-8178 ignore rows with null data

8 years agoSONAR-8178 ignore rows with corrupted data
Simon Brandhof [Fri, 30 Sep 2016 08:35:08 +0000 (10:35 +0200)]
SONAR-8178 ignore rows with corrupted data

8 years agoSONAR-8178 ignore rows with null data
Simon Brandhof [Fri, 30 Sep 2016 08:29:00 +0000 (10:29 +0200)]
SONAR-8178 ignore rows with null data

8 years agoSONAR-8178 ignore rows with corrupted data 1283/head
Simon Brandhof [Fri, 30 Sep 2016 08:35:08 +0000 (10:35 +0200)]
SONAR-8178 ignore rows with corrupted data

8 years agoSONAR-8178 ignore rows with null data
Simon Brandhof [Fri, 30 Sep 2016 08:29:00 +0000 (10:29 +0200)]
SONAR-8178 ignore rows with null data

8 years agoFix Quality flaws
Simon Brandhof [Fri, 30 Sep 2016 08:03:37 +0000 (10:03 +0200)]
Fix Quality flaws

8 years agoBring back some methods in PermissionDao for GOV
Simon Brandhof [Thu, 29 Sep 2016 19:08:11 +0000 (21:08 +0200)]
Bring back some methods in PermissionDao for GOV

8 years agoMerge branch 'branch-6.1' into 'master'
Sébastien Lesaint [Thu, 29 Sep 2016 15:25:55 +0000 (17:25 +0200)]
Merge branch 'branch-6.1' into 'master'

8 years agoMerge branch 'branch-5.6' into 'branch-6.1'
Sébastien Lesaint [Thu, 29 Sep 2016 15:15:46 +0000 (17:15 +0200)]
Merge branch 'branch-5.6' into 'branch-6.1'

8 years agoExclude FxCop plugin from ITs since it is interefing with C# and VB.NET plugins
Julien HENRY [Thu, 29 Sep 2016 14:30:05 +0000 (16:30 +0200)]
Exclude FxCop plugin from ITs since it is interefing with C# and VB.NET plugins

8 years agoExclude FxCop plugin from ITs since it is interefing with C# and VB.NET plugins
Julien HENRY [Thu, 29 Sep 2016 14:30:05 +0000 (16:30 +0200)]
Exclude FxCop plugin from ITs since it is interefing with C# and VB.NET plugins

8 years agoSONAR-8148 use sonar-api logger rather than SLF4J's
Sébastien Lesaint [Thu, 29 Sep 2016 13:02:50 +0000 (15:02 +0200)]
SONAR-8148 use sonar-api logger rather than SLF4J's

8 years agodisable QA upgrade tests due to bug in orchestrator and build stack
Sébastien Lesaint [Thu, 29 Sep 2016 09:57:52 +0000 (11:57 +0200)]
disable QA upgrade tests due to bug in orchestrator and build stack

8 years agoSONAR-8099 add missing UT on CreateDefaultOrganization 1279/head
Sébastien Lesaint [Wed, 28 Sep 2016 16:49:53 +0000 (18:49 +0200)]
SONAR-8099 add missing UT on CreateDefaultOrganization

8 years agoSONAR-8183 fix quality flaws on BackendCleanup
Sébastien Lesaint [Wed, 28 Sep 2016 16:31:43 +0000 (18:31 +0200)]
SONAR-8183 fix quality flaws on BackendCleanup

8 years agoSONAR-8100 fix handling of DefaultOrganizationCache in safe-mode
Sébastien Lesaint [Wed, 28 Sep 2016 16:29:11 +0000 (18:29 +0200)]
SONAR-8100 fix handling of DefaultOrganizationCache in safe-mode

8 years agoSONAR-8100 remove return of id and id parameter in organizations WSs
Sébastien Lesaint [Wed, 28 Sep 2016 16:03:07 +0000 (18:03 +0200)]
SONAR-8100 remove return of id and id parameter in organizations WSs

8 years agoFix Quality flaws
Simon Brandhof [Wed, 28 Sep 2016 15:03:53 +0000 (17:03 +0200)]
Fix Quality flaws

8 years agoRemove unused QualityProfileDao methods
Simon Brandhof [Wed, 28 Sep 2016 15:01:24 +0000 (17:01 +0200)]
Remove unused QualityProfileDao methods

8 years agoRemove unused QProfileProjectLookup
Simon Brandhof [Wed, 28 Sep 2016 15:00:52 +0000 (17:00 +0200)]
Remove unused QProfileProjectLookup

8 years agoSONAR-8173 delete existing permissions "shareDashboard" from db
Simon Brandhof [Fri, 23 Sep 2016 13:33:41 +0000 (15:33 +0200)]
SONAR-8173 delete existing permissions "shareDashboard" from db

8 years agoSONAR-8173 drop global permission "shareDashboard"
Simon Brandhof [Fri, 23 Sep 2016 09:24:15 +0000 (11:24 +0200)]
SONAR-8173 drop global permission "shareDashboard"

8 years agoSONAR-8185 FileSourceDao.readLineHashesStream supports null in DB 1280/head
Sébastien Lesaint [Wed, 28 Sep 2016 15:19:26 +0000 (17:19 +0200)]
SONAR-8185 FileSourceDao.readLineHashesStream supports null in DB

8 years agoSONAR-8185 FileSourceDao.selectLineHashes supports null in DB
Sébastien Lesaint [Wed, 28 Sep 2016 15:09:41 +0000 (17:09 +0200)]
SONAR-8185 FileSourceDao.selectLineHashes supports null in DB

8 years agoFix Quality flaws 1275/head
Simon Brandhof [Wed, 28 Sep 2016 14:28:51 +0000 (16:28 +0200)]
Fix Quality flaws

8 years agoSONAR-8148 exception proof FeedFileSourcesBinaryData
Sébastien Lesaint [Wed, 28 Sep 2016 14:49:05 +0000 (16:49 +0200)]
SONAR-8148 exception proof FeedFileSourcesBinaryData

8 years agoAdd missing DbSession parameters to PermissionDao
Simon Brandhof [Wed, 28 Sep 2016 14:28:35 +0000 (16:28 +0200)]
Add missing DbSession parameters to PermissionDao

8 years agoRemove RoleDao#insertUserRole()
Simon Brandhof [Wed, 28 Sep 2016 14:27:33 +0000 (16:27 +0200)]
Remove RoleDao#insertUserRole()

8 years agoRemove useless <where> in mybatis
Simon Brandhof [Wed, 28 Sep 2016 14:25:55 +0000 (16:25 +0200)]
Remove useless <where> in mybatis

8 years agoAdd javadoc to ExtendedUserPermissionDto
Simon Brandhof [Wed, 28 Sep 2016 11:48:20 +0000 (13:48 +0200)]
Add javadoc to ExtendedUserPermissionDto

8 years agoRename AuthorizationDao to PermissionDao
Simon Brandhof [Wed, 28 Sep 2016 11:47:12 +0000 (13:47 +0200)]
Rename AuthorizationDao to PermissionDao

8 years agoRename MyBatis alias UserRole to UserPermission
Simon Brandhof [Wed, 28 Sep 2016 10:22:17 +0000 (12:22 +0200)]
Rename MyBatis alias UserRole to UserPermission

8 years agoMove and rename GroupRoleDto to GroupPermissionDto
Simon Brandhof [Wed, 28 Sep 2016 10:21:24 +0000 (12:21 +0200)]
Move and rename GroupRoleDto to GroupPermissionDto

8 years agoRemove dead code in GroupPermissionMapper.xml
Simon Brandhof [Wed, 28 Sep 2016 10:14:00 +0000 (12:14 +0200)]
Remove dead code in GroupPermissionMapper.xml

8 years agoRename PermissionDao to GroupPermissionDao
Simon Brandhof [Wed, 28 Sep 2016 10:12:41 +0000 (12:12 +0200)]
Rename PermissionDao to GroupPermissionDao

8 years agoRemove user permissions from RoleDao
Simon Brandhof [Wed, 28 Sep 2016 09:23:44 +0000 (11:23 +0200)]
Remove user permissions from RoleDao

8 years agoFix UserPermissionDao#delete()
Simon Brandhof [Wed, 28 Sep 2016 08:46:56 +0000 (10:46 +0200)]
Fix UserPermissionDao#delete()

8 years agoRemove remaining methods related to users from PermissionDao
Simon Brandhof [Wed, 28 Sep 2016 08:29:36 +0000 (10:29 +0200)]
Remove remaining methods related to users from PermissionDao

8 years agoRemove some methods related to users from RoleDao
Simon Brandhof [Wed, 28 Sep 2016 07:45:49 +0000 (09:45 +0200)]
Remove some methods related to users from RoleDao

8 years agoComplete move from RoleDao/PermissionDao to UserPermissionDao
Simon Brandhof [Tue, 27 Sep 2016 20:58:38 +0000 (22:58 +0200)]
Complete move from RoleDao/PermissionDao to UserPermissionDao

8 years agoAdd UserPermissionDao to DbClient
Simon Brandhof [Tue, 27 Sep 2016 20:57:27 +0000 (22:57 +0200)]
Add UserPermissionDao to DbClient

8 years agoDrop useless DTOs in permissions
Simon Brandhof [Tue, 27 Sep 2016 20:42:04 +0000 (22:42 +0200)]
Drop useless DTOs in permissions

8 years agoAdd UserPermissionDao
Simon Brandhof [Tue, 27 Sep 2016 17:46:01 +0000 (19:46 +0200)]
Add UserPermissionDao

8 years agoRename misleading PermissionQuery.withPermissionOnly() by withAtLeastOnePermission()
Simon Brandhof [Tue, 27 Sep 2016 14:36:22 +0000 (16:36 +0200)]
Rename misleading PermissionQuery.withPermissionOnly() by withAtLeastOnePermission()

8 years agoClean-up permission templates
Simon Brandhof [Tue, 27 Sep 2016 13:19:17 +0000 (15:19 +0200)]
Clean-up permission templates