]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
7 years agoSONAR-8716 fix check of permissions in api/ce/task
Simon Brandhof [Mon, 6 Feb 2017 21:07:02 +0000 (22:07 +0100)]
SONAR-8716 fix check of permissions in api/ce/task

7 years agoDrop unused classes DebtModelBackup and RuleOperations
Simon Brandhof [Mon, 6 Feb 2017 20:45:48 +0000 (21:45 +0100)]
Drop unused classes DebtModelBackup and RuleOperations

7 years agoSONAR-8734 Add "organization" parameter to WS api/projects/bulk_delete
Simon Brandhof [Sun, 5 Feb 2017 20:41:17 +0000 (21:41 +0100)]
SONAR-8734 Add "organization" parameter to WS api/projects/bulk_delete

7 years agoDrop unused method ComponentService#componentUuids()
Simon Brandhof [Sun, 5 Feb 2017 20:01:46 +0000 (21:01 +0100)]
Drop unused method ComponentService#componentUuids()

7 years agoSONAR-8716 remove usages of UserSessionRule#setGlobalPermissions()
Simon Brandhof [Sun, 5 Feb 2017 15:13:33 +0000 (16:13 +0100)]
SONAR-8716 remove usages of UserSessionRule#setGlobalPermissions()

7 years agoSONAR-8716 api/projectanalysis/create_event requires authentication
Simon Brandhof [Sun, 5 Feb 2017 15:05:29 +0000 (16:05 +0100)]
SONAR-8716 api/projectanalysis/create_event requires authentication

7 years agoSONAR-8716 fix check of permissions in api/users/search
Simon Brandhof [Sun, 5 Feb 2017 14:56:06 +0000 (15:56 +0100)]
SONAR-8716 fix check of permissions in api/users/search

7 years agoSONAR-8716 fix check of permissions in SettingsAction
Simon Brandhof [Sun, 5 Feb 2017 14:34:16 +0000 (15:34 +0100)]
SONAR-8716 fix check of permissions in SettingsAction

7 years agoSONAR-8716 drop UserSession#checkPermission(String)
Simon Brandhof [Sun, 5 Feb 2017 14:31:45 +0000 (15:31 +0100)]
SONAR-8716 drop UserSession#checkPermission(String)

7 years agoSONAR-8716 fix check of permissions in api/projects/bulk_delete
Simon Brandhof [Sun, 5 Feb 2017 14:26:14 +0000 (15:26 +0100)]
SONAR-8716 fix check of permissions in api/projects/bulk_delete

7 years agoSONAR-8716 remove useless check of permissions in RuleOperations
Simon Brandhof [Sun, 5 Feb 2017 10:40:10 +0000 (11:40 +0100)]
SONAR-8716 remove useless check of permissions in RuleOperations

Permission has to be verified by the web service
calling RuleOperations#updateRule()

7 years agoSONAR-8716 fix check of permissions in api/rules
Simon Brandhof [Sun, 5 Feb 2017 10:34:44 +0000 (11:34 +0100)]
SONAR-8716 fix check of permissions in api/rules

7 years agoSONAR-8716 fix check of permissions in SearchProjectPermissionsAction
Simon Brandhof [Sun, 5 Feb 2017 10:11:25 +0000 (11:11 +0100)]
SONAR-8716 fix check of permissions in SearchProjectPermissionsAction

7 years agoSONAR-8716 fix check of permissions in api/quality_profiles
Simon Brandhof [Sun, 5 Feb 2017 10:10:43 +0000 (11:10 +0100)]
SONAR-8716 fix check of permissions in api/quality_profiles

7 years agoSONAR-8716 fix check of permissions in api/users
Simon Brandhof [Thu, 2 Feb 2017 14:56:29 +0000 (15:56 +0100)]
SONAR-8716 fix check of permissions in api/users

7 years agoSONAR-8716 fix check of permissions in api/updatecenter/upload
Simon Brandhof [Thu, 2 Feb 2017 14:55:36 +0000 (15:55 +0100)]
SONAR-8716 fix check of permissions in api/updatecenter/upload

7 years agoSONAR-8716 fix check of permissions in api/settings
Simon Brandhof [Thu, 2 Feb 2017 14:55:18 +0000 (15:55 +0100)]
SONAR-8716 fix check of permissions in api/settings

7 years agoSONAR-8716 fix check of permissions in api/ce/activity_status
Simon Brandhof [Thu, 2 Feb 2017 14:54:59 +0000 (15:54 +0100)]
SONAR-8716 fix check of permissions in api/ce/activity_status

7 years agoSONAR-8716 fix check of permissions in EncryptAction
Simon Brandhof [Thu, 2 Feb 2017 14:19:44 +0000 (15:19 +0100)]
SONAR-8716 fix check of permissions in EncryptAction

7 years agoSONAR-8716 fix check of permissions in api/server/check_secret_key
Simon Brandhof [Thu, 2 Feb 2017 14:17:16 +0000 (15:17 +0100)]
SONAR-8716 fix check of permissions in api/server/check_secret_key

7 years agoSONAR-8716 fix check of permissions in api/server_id/show
Simon Brandhof [Thu, 2 Feb 2017 14:13:39 +0000 (15:13 +0100)]
SONAR-8716 fix check of permissions in api/server_id/show

7 years agoSONAR-8716 fix check of permissions in api/server_id/generate
Simon Brandhof [Thu, 2 Feb 2017 14:11:03 +0000 (15:11 +0100)]
SONAR-8716 fix check of permissions in api/server_id/generate

7 years agoSONAR-8716 fix check of permissions in api/quality_gates/update_condition
Simon Brandhof [Thu, 2 Feb 2017 13:58:24 +0000 (14:58 +0100)]
SONAR-8716 fix check of permissions in api/quality_gates/update_condition

7 years agoSONAR-8716 fix check of permissions in api/quality_gates/create_condition
Simon Brandhof [Thu, 2 Feb 2017 13:54:07 +0000 (14:54 +0100)]
SONAR-8716 fix check of permissions in api/quality_gates/create_condition

7 years agoSONAR-8716 fix check of permissions in api/quality_gates/create
Simon Brandhof [Thu, 2 Feb 2017 13:49:42 +0000 (14:49 +0100)]
SONAR-8716 fix check of permissions in api/quality_gates/create

7 years agoSONAR-8716 fix check of permissions in api/user/change_password
Simon Brandhof [Thu, 2 Feb 2017 13:42:44 +0000 (14:42 +0100)]
SONAR-8716 fix check of permissions in api/user/change_password

7 years agoSONAR-8716 drop unused method in PermissionPrivilegeChecker
Simon Brandhof [Thu, 2 Feb 2017 13:26:13 +0000 (14:26 +0100)]
SONAR-8716 drop unused method in PermissionPrivilegeChecker

Method checkProjectAdminUserByComponentUuid() can be dropped.

7 years agoSONAR-8716 fix check of permissions in api/metrics
Simon Brandhof [Thu, 2 Feb 2017 13:17:57 +0000 (14:17 +0100)]
SONAR-8716 fix check of permissions in api/metrics

7 years agoSONAR-8716 fix check of permissions in ReportSubmitter
Simon Brandhof [Thu, 2 Feb 2017 13:31:26 +0000 (14:31 +0100)]
SONAR-8716 fix check of permissions in ReportSubmitter

7 years agoSONAR-8716 fix check of permissions in DebtModelBackup
Simon Brandhof [Thu, 2 Feb 2017 13:31:06 +0000 (14:31 +0100)]
SONAR-8716 fix check of permissions in DebtModelBackup

7 years agoSONAR-8716 drop unused showProvisioning response of api/navigation/settings
Simon Brandhof [Thu, 2 Feb 2017 12:36:17 +0000 (13:36 +0100)]
SONAR-8716 drop unused showProvisioning response of api/navigation/settings

7 years agoSONAR-8716 deprecate UserSessionRule#setGlobalPermissions()
Simon Brandhof [Thu, 2 Feb 2017 12:35:46 +0000 (13:35 +0100)]
SONAR-8716 deprecate UserSessionRule#setGlobalPermissions()

7 years agoSONAR-8716 fix check of permissions in api/license
Simon Brandhof [Thu, 2 Feb 2017 12:35:18 +0000 (13:35 +0100)]
SONAR-8716 fix check of permissions in api/license

7 years agoSONAR-8716 fix check of permissions in api/email
Simon Brandhof [Thu, 2 Feb 2017 12:35:00 +0000 (13:35 +0100)]
SONAR-8716 fix check of permissions in api/email

7 years agoSONAR-8716 fix check of permissions in api/ui/component
Simon Brandhof [Thu, 2 Feb 2017 11:12:06 +0000 (12:12 +0100)]
SONAR-8716 fix check of permissions in api/ui/component

7 years agoSONAR-8716 fix support of orgs in PermissionTemplateService
Simon Brandhof [Thu, 2 Feb 2017 10:50:56 +0000 (11:50 +0100)]
SONAR-8716 fix support of orgs in PermissionTemplateService

7 years agoSONAR-8716 fix check of permissions in api/quality_profiles
Simon Brandhof [Thu, 2 Feb 2017 10:49:34 +0000 (11:49 +0100)]
SONAR-8716 fix check of permissions in api/quality_profiles

7 years agoSONAR-8716 fix check of permissions in api/quality_gates
Simon Brandhof [Thu, 2 Feb 2017 09:11:10 +0000 (10:11 +0100)]
SONAR-8716 fix check of permissions in api/quality_gates

7 years agoSONAR-8716 fix check of permissions in api/user_tokens
Simon Brandhof [Thu, 2 Feb 2017 09:09:13 +0000 (10:09 +0100)]
SONAR-8716 fix check of permissions in api/user_tokens

7 years agoSONAR-8716 fix check of permissions in api/rules/app
Simon Brandhof [Thu, 2 Feb 2017 09:08:35 +0000 (10:08 +0100)]
SONAR-8716 fix check of permissions in api/rules/app

7 years agoSONAR-8716 fix check of permissions in api/properties
Simon Brandhof [Thu, 2 Feb 2017 09:06:17 +0000 (10:06 +0100)]
SONAR-8716 fix check of permissions in api/properties

7 years agoSONAR-8716 fix check of permissions in api/custom_measures/delete
Simon Brandhof [Wed, 1 Feb 2017 22:22:42 +0000 (23:22 +0100)]
SONAR-8716 fix check of permissions in api/custom_measures/delete

7 years agoSONAR-8716 fix check of permissions in api/ce/cancel_all
Simon Brandhof [Wed, 1 Feb 2017 22:01:26 +0000 (23:01 +0100)]
SONAR-8716 fix check of permissions in api/ce/cancel_all

7 years agoSONAR-8716 fix check of permissions in api/ce/cancel
Simon Brandhof [Wed, 1 Feb 2017 22:01:15 +0000 (23:01 +0100)]
SONAR-8716 fix check of permissions in api/ce/cancel

7 years agoSONAR-8716 fix check of permissions in api/ce/activity
Simon Brandhof [Wed, 1 Feb 2017 21:54:31 +0000 (22:54 +0100)]
SONAR-8716 fix check of permissions in api/ce/activity

Note that project administrators can't search by task id anymore
(via the text query). They have to use api/ce/task.

7 years agoFix Quality flaws in org.sonar.server.ce.ws
Simon Brandhof [Wed, 1 Feb 2017 21:23:29 +0000 (22:23 +0100)]
Fix Quality flaws in org.sonar.server.ce.ws

7 years agoSONAR-8666 apply feedback
Stas Vilchik [Tue, 7 Feb 2017 12:32:21 +0000 (13:32 +0100)]
SONAR-8666 apply feedback

7 years agoSONAR-8665 Create the "Organizations" page in the "My Account" space
Stas Vilchik [Mon, 6 Feb 2017 17:44:08 +0000 (18:44 +0100)]
SONAR-8665 Create the "Organizations" page in the "My Account" space

7 years agoSONAR-8666 Make it possible to create a new organization
Stas Vilchik [Mon, 6 Feb 2017 16:45:29 +0000 (17:45 +0100)]
SONAR-8666 Make it possible to create a new organization

7 years agoSONAR-8669 Display organizations on the "Notifications" page (#1633)
Stas Vilchik [Tue, 7 Feb 2017 12:11:07 +0000 (13:11 +0100)]
SONAR-8669 Display organizations on the "Notifications" page (#1633)

7 years agoSONAR-8668 Hide groups on the "Users" page when in the "Cloud" mode
Stas Vilchik [Mon, 6 Feb 2017 09:23:06 +0000 (10:23 +0100)]
SONAR-8668 Hide groups on the "Users" page when in the "Cloud" mode

7 years agoSONAR-8667 Hide groups on the "Profile" page when in "Cloud" mode
Stas Vilchik [Mon, 6 Feb 2017 09:17:47 +0000 (10:17 +0100)]
SONAR-8667 Hide groups on the "Profile" page when in "Cloud" mode

7 years agoWebServerBarrierTest may not shutdown all threads it spawns
Sébastien Lesaint [Tue, 7 Feb 2017 11:04:53 +0000 (12:04 +0100)]
WebServerBarrierTest may not shutdown all threads it spawns

7 years agoSONAR-8661 display organizations for favorites
Stas Vilchik [Tue, 7 Feb 2017 10:22:13 +0000 (11:22 +0100)]
SONAR-8661 display organizations for favorites

7 years agodisplay 404 when accessing on-prem admin pages being in cloud mode
Stas Vilchik [Mon, 6 Feb 2017 09:55:12 +0000 (10:55 +0100)]
display 404 when accessing on-prem admin pages being in cloud mode

7 years agoSONAR-8659 Create organization's projects management page
Stas Vilchik [Wed, 1 Feb 2017 18:05:48 +0000 (19:05 +0100)]
SONAR-8659 Create organization's projects management page

7 years agoSONAR-8740 add organization to response of api/favorites/search 1624/head
Sébastien Lesaint [Fri, 3 Feb 2017 10:19:22 +0000 (11:19 +0100)]
SONAR-8740 add organization to response of api/favorites/search

7 years agoSONAR-8740 remove arguable use of Stream API
Sébastien Lesaint [Fri, 3 Feb 2017 09:22:01 +0000 (10:22 +0100)]
SONAR-8740 remove arguable use of Stream API

7 years agoSONAR-8740 use method name for better readability of what function do
Sébastien Lesaint [Fri, 3 Feb 2017 09:20:18 +0000 (10:20 +0100)]
SONAR-8740 use method name for better readability of what function do

7 years agoSONAR-8740 remove abusing use of Stream API
Sébastien Lesaint [Fri, 3 Feb 2017 09:04:30 +0000 (10:04 +0100)]
SONAR-8740 remove abusing use of Stream API

7 years agoSONAR-8740 do not open SQL session if user is not logged in
Sébastien Lesaint [Fri, 3 Feb 2017 08:46:45 +0000 (09:46 +0100)]
SONAR-8740 do not open SQL session if user is not logged in

7 years agoSONAR-8740 use method references instead of lambdas
Sébastien Lesaint [Fri, 3 Feb 2017 08:46:15 +0000 (09:46 +0100)]
SONAR-8740 use method references instead of lambdas

7 years agofix quality flaws
Stas Vilchik [Tue, 7 Feb 2017 08:54:17 +0000 (09:54 +0100)]
fix quality flaws

7 years agoSONAR-8735 add WS api/organizations/search_my_organizations 1628/head
Sébastien Lesaint [Fri, 3 Feb 2017 15:29:38 +0000 (16:29 +0100)]
SONAR-8735 add WS api/organizations/search_my_organizations

7 years agoSONAR-8608 fix name of constant PARAM_ORGANIZATION_KEY 1621/head
Sébastien Lesaint [Mon, 6 Feb 2017 15:11:27 +0000 (16:11 +0100)]
SONAR-8608 fix name of constant PARAM_ORGANIZATION_KEY

7 years agoSONAR-8608 use the component's org when creating a component user perm
Sébastien Lesaint [Thu, 2 Feb 2017 14:36:36 +0000 (15:36 +0100)]
SONAR-8608 use the component's org when creating a component user perm

7 years agoSONAR-8608 bulk apply template only on projects of template's org
Sébastien Lesaint [Thu, 2 Feb 2017 14:11:38 +0000 (15:11 +0100)]
SONAR-8608 bulk apply template only on projects of template's org

7 years agoSONAR-8646 Embed SonarPHP and SonarPython 1626/head
Julien Lancelot [Fri, 3 Feb 2017 14:55:32 +0000 (15:55 +0100)]
SONAR-8646 Embed SonarPHP and SonarPython

7 years agoSONAR-7852 Remove routing of api/source without any action
Julien Lancelot [Fri, 3 Feb 2017 13:50:30 +0000 (14:50 +0100)]
SONAR-7852 Remove routing of api/source without any action

7 years agoSONAR-8077 Remove dbunit from UserUpdaterTest
Julien Lancelot [Fri, 3 Feb 2017 13:30:22 +0000 (14:30 +0100)]
SONAR-8077 Remove dbunit from UserUpdaterTest

7 years agoSONAR-8077 Do not update user when no change
Julien Lancelot [Fri, 3 Feb 2017 12:36:58 +0000 (13:36 +0100)]
SONAR-8077 Do not update user when no change

7 years agoSONAR-8077 Move checkCurrentPassword to ChangePasswordAction
Julien Lancelot [Fri, 3 Feb 2017 10:47:19 +0000 (11:47 +0100)]
SONAR-8077 Move checkCurrentPassword to ChangePasswordAction

7 years agoSONAR-8208 Remove property "sonar.authenticator.createUser"
Julien Lancelot [Fri, 3 Feb 2017 08:52:54 +0000 (09:52 +0100)]
SONAR-8208 Remove property "sonar.authenticator.createUser"

7 years agoSONAR-8438 New web service api/system/ping
Simon Brandhof [Sun, 5 Feb 2017 16:52:55 +0000 (17:52 +0100)]
SONAR-8438 New web service api/system/ping

7 years agoSONAR-8703 Remove internal setting "sonar.web.dev.sources"
Simon Brandhof [Mon, 6 Feb 2017 10:11:56 +0000 (11:11 +0100)]
SONAR-8703 Remove internal setting "sonar.web.dev.sources"

7 years agofix ui glitch when focusing react-select
Stas Vilchik [Fri, 3 Feb 2017 15:36:09 +0000 (16:36 +0100)]
fix ui glitch when focusing react-select

7 years agoRemove no more used classes
Julien Lancelot [Mon, 6 Feb 2017 08:55:29 +0000 (09:55 +0100)]
Remove no more used classes

7 years agoImprove doc and usages of JsonWriter
Simon Brandhof [Thu, 2 Feb 2017 17:49:14 +0000 (18:49 +0100)]
Improve doc and usages of JsonWriter

7 years agoFix Quality flaws
Simon Brandhof [Thu, 2 Feb 2017 17:58:34 +0000 (18:58 +0100)]
Fix Quality flaws

7 years agoSONAR-8742 Don't show stack in debug when project repository is not available
Duarte Meneses [Fri, 3 Feb 2017 10:11:03 +0000 (11:11 +0100)]
SONAR-8742 Don't show stack in debug when project repository is not available

7 years agoFix Project missing in container
Duarte Meneses [Tue, 31 Jan 2017 16:02:58 +0000 (17:02 +0100)]
Fix Project missing in container

7 years agofix web api page when unchecking internal
Stas Vilchik [Fri, 3 Feb 2017 15:33:15 +0000 (16:33 +0100)]
fix web api page when unchecking internal

7 years agoautomatically select assignee checkbox when unassigning issues through bulk change
Stas Vilchik [Fri, 3 Feb 2017 15:30:09 +0000 (16:30 +0100)]
automatically select assignee checkbox when unassigning issues through bulk change

7 years agoFix quality flaw
Teryk Bellahsene [Fri, 3 Feb 2017 15:18:52 +0000 (16:18 +0100)]
Fix quality flaw

7 years agoincrease width of leak section on project page
Stas Vilchik [Fri, 3 Feb 2017 15:09:10 +0000 (16:09 +0100)]
increase width of leak section on project page

7 years agoSONAR-8736 add missing createdAt in example response ws/rules/search
Daniel Schwarz [Fri, 3 Feb 2017 14:48:26 +0000 (15:48 +0100)]
SONAR-8736 add missing createdAt in example response ws/rules/search

7 years agoimprove code quality
Stas Vilchik [Fri, 3 Feb 2017 13:59:14 +0000 (14:59 +0100)]
improve code quality

7 years agoFix quality flaws
Teryk Bellahsene [Fri, 3 Feb 2017 12:55:48 +0000 (13:55 +0100)]
Fix quality flaws

7 years agoSONAR-8715 Allow provisioning of non-local users
Julien Lancelot [Thu, 2 Feb 2017 16:00:22 +0000 (17:00 +0100)]
SONAR-8715 Allow provisioning of non-local users

7 years agoSONAR-8715 User builder for NewUser
Julien Lancelot [Thu, 2 Feb 2017 16:59:17 +0000 (17:59 +0100)]
SONAR-8715 User builder for NewUser

7 years agoSONAR-8715 Handle api/users/create response as protobuf
Julien Lancelot [Thu, 2 Feb 2017 15:36:17 +0000 (16:36 +0100)]
SONAR-8715 Handle api/users/create response as protobuf

7 years agoSONAR-8625 Return 404 on unknown WS controller
Julien Lancelot [Thu, 2 Feb 2017 11:02:15 +0000 (12:02 +0100)]
SONAR-8625 Return 404 on unknown WS controller

7 years agoSONAR-7762 Remove remaing property definition
Julien Lancelot [Thu, 2 Feb 2017 10:47:23 +0000 (11:47 +0100)]
SONAR-7762 Remove remaing property definition

7 years agoSONAR-8653 hide organization name on organization's projects page
Stas Vilchik [Fri, 3 Feb 2017 10:52:50 +0000 (11:52 +0100)]
SONAR-8653 hide organization name on organization's projects page

7 years agoSONAR-8653 improve organization header
Stas Vilchik [Fri, 3 Feb 2017 10:46:37 +0000 (11:46 +0100)]
SONAR-8653 improve organization header

7 years agorefactor and add type annonations around permissions domain
Stas Vilchik [Fri, 3 Feb 2017 09:55:49 +0000 (10:55 +0100)]
refactor and add type annonations around permissions domain

7 years agoSONAR-8729 Create organization's permissions page
Stas Vilchik [Wed, 1 Feb 2017 16:01:57 +0000 (17:01 +0100)]
SONAR-8729 Create organization's permissions page

7 years agofix little ui glitch with navigation in organization space
Stas Vilchik [Thu, 2 Feb 2017 16:39:54 +0000 (17:39 +0100)]
fix little ui glitch with navigation in organization space

7 years agodisplay organization when searching for views
Stas Vilchik [Thu, 2 Feb 2017 16:39:10 +0000 (17:39 +0100)]
display organization when searching for views

7 years agoSONAR-8460 WS errors does not return bundled messages 1610/head
Julien Lancelot [Wed, 1 Feb 2017 12:38:13 +0000 (13:38 +0100)]
SONAR-8460 WS errors does not return bundled messages