]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
9 years ago[SCRIPTS] unziping silently in start.sh 456/head
Sébastien Lesaint [Thu, 6 Aug 2015 09:04:05 +0000 (11:04 +0200)]
[SCRIPTS] unziping silently in start.sh

9 years ago[SCRIPTS] make patches more visible in logs
Sébastien Lesaint [Tue, 4 Aug 2015 12:12:16 +0000 (14:12 +0200)]
[SCRIPTS] make patches more visible in logs

9 years ago[SCRIPTS] add support to set non existing property in property_utils
Sébastien Lesaint [Tue, 4 Aug 2015 12:11:51 +0000 (14:11 +0200)]
[SCRIPTS] add support to set non existing property in property_utils

9 years ago[SCRIPTS] add support for patches to start.sh
Sébastien Lesaint [Mon, 3 Aug 2015 13:05:20 +0000 (15:05 +0200)]
[SCRIPTS] add support for patches to start.sh

use seperate start and stop to avoid unpredictable errors when applying patches on a live SQ instance

9 years agoSONAR-6717 Mark org.sonar.api.issue.action.Action as deprecated
Simon Brandhof [Thu, 6 Aug 2015 11:56:31 +0000 (13:56 +0200)]
SONAR-6717 Mark org.sonar.api.issue.action.Action as deprecated

9 years agoSONAR-6482 WS permissions/groups list permission's groups 465/head
Teryk Bellahsene [Wed, 5 Aug 2015 15:40:47 +0000 (17:40 +0200)]
SONAR-6482 WS permissions/groups list permission's groups

9 years agoUse PermissionUpdate instead of PermissionServer to remove a permission
Teryk Bellahsene [Thu, 6 Aug 2015 10:14:12 +0000 (12:14 +0200)]
Use PermissionUpdate instead of PermissionServer to remove a permission

9 years agoSONAR-6484 WS permissions/remove_group remove by group id or name
Teryk Bellahsene [Thu, 6 Aug 2015 10:01:44 +0000 (12:01 +0200)]
SONAR-6484 WS permissions/remove_group remove by group id or name

9 years agoSONAR-6483 WS permissions/add_group add by group id or group name & rely on Permissio...
Teryk Bellahsene [Thu, 6 Aug 2015 09:14:02 +0000 (11:14 +0200)]
SONAR-6483 WS permissions/add_group add by group id or group name & rely on PermissionUpdater

9 years agoSONAR-6479 WS permissions/users search users with a specific permission 459/head
Teryk Bellahsene [Tue, 4 Aug 2015 13:29:06 +0000 (15:29 +0200)]
SONAR-6479 WS permissions/users search users with a specific permission

9 years agoWS api/issues/create must return 400 if component does not exist
Simon Brandhof [Wed, 5 Aug 2015 21:26:17 +0000 (23:26 +0200)]
WS api/issues/create must return 400 if component does not exist

9 years agoWS api/issues/plan and assign must return 400 if bad params
Simon Brandhof [Wed, 5 Aug 2015 20:46:36 +0000 (22:46 +0200)]
WS api/issues/plan and assign must return 400 if bad params

9 years agoDo not set some empty string fields in api/issues response
Simon Brandhof [Wed, 5 Aug 2015 19:39:01 +0000 (21:39 +0200)]
Do not set some empty string fields in api/issues response

 - assignee
 - resolution
 - reporter
 - actionPlanKey

9 years agoDo not allow componentId nor msg on primary location
Simon Brandhof [Wed, 5 Aug 2015 12:15:40 +0000 (14:15 +0200)]
Do not allow componentId nor msg on primary location

9 years agoRemove ability to set effortToFix on manual issues
Simon Brandhof [Wed, 5 Aug 2015 11:23:13 +0000 (13:23 +0200)]
Remove ability to set effortToFix on manual issues

9 years agoGix compatibility of IssueMapper with postgres
Simon Brandhof [Wed, 5 Aug 2015 10:30:43 +0000 (12:30 +0200)]
Gix compatibility of IssueMapper with postgres

9 years agoStore issues locations in DB and return in WS
Simon Brandhof [Wed, 5 Aug 2015 08:49:17 +0000 (10:49 +0200)]
Store issues locations in DB and return in WS

9 years agoRewrite some Ruby WS api/issues/{operation} in Java
Simon Brandhof [Tue, 4 Aug 2015 16:44:08 +0000 (18:44 +0200)]
Rewrite some Ruby WS api/issues/{operation} in Java

- api/issues/create
- api/issues/set_severity
- api/issues/plan
- api/issues/do_transition
- api/issues/plan

9 years agoImprove compatibility of api/issues/search2
Simon Brandhof [Tue, 4 Aug 2015 15:36:17 +0000 (17:36 +0200)]
Improve compatibility of api/issues/search2

9 years agoImprove response of POST api/issues/assign
Simon Brandhof [Mon, 3 Aug 2015 21:52:35 +0000 (23:52 +0200)]
Improve response of POST api/issues/assign

Return the same format as for api/issues/search, except that:
- field "issues" is replaced by "issue"
- of course there are no facets nor paging
- field "languages" is not present (that should be dropped from api/issues/search too)

9 years agoFix ActionPlanStats on Postgres
Simon Brandhof [Mon, 3 Aug 2015 06:49:09 +0000 (08:49 +0200)]
Fix ActionPlanStats on Postgres

9 years agoRename protobuf files of sonar-db
Simon Brandhof [Sun, 2 Aug 2015 23:20:40 +0000 (01:20 +0200)]
Rename protobuf files of sonar-db

9 years agoMinor refactoring of DdlChange
Simon Brandhof [Sun, 2 Aug 2015 23:04:33 +0000 (01:04 +0200)]
Minor refactoring of DdlChange

9 years agoAdd column LOCATIONS to db table ISSUES
Simon Brandhof [Sun, 2 Aug 2015 23:04:20 +0000 (01:04 +0200)]
Add column LOCATIONS to db table ISSUES

9 years agoWS api/issues/assign in Java+Protobuf
Simon Brandhof [Sun, 2 Aug 2015 21:26:59 +0000 (23:26 +0200)]
WS api/issues/assign in Java+Protobuf

9 years agoDraft of WS api/issues/search2
Simon Brandhof [Sun, 2 Aug 2015 18:49:09 +0000 (20:49 +0200)]
Draft of WS api/issues/search2

- protobuf specification of response
- do not rely on ES docs to return data (will allow to remove _source
   from ES index)
- sanitize response format
- sanitize request parameters (no more 'hideXXX' and 'f')

9 years agoComponentDao#selectByKeys() supports more than 1'000 inputs
Simon Brandhof [Sun, 2 Aug 2015 18:44:17 +0000 (20:44 +0200)]
ComponentDao#selectByKeys() supports more than 1'000 inputs

9 years agoLoad project UUID from action plan DAO
Simon Brandhof [Sun, 2 Aug 2015 18:42:38 +0000 (20:42 +0200)]
Load project UUID from action plan DAO

Project UUID must be used internally instead of project key.

9 years agoSupport absent protobuf arrays in ProtobufJsonFormat
Simon Brandhof [Sun, 2 Aug 2015 18:28:57 +0000 (20:28 +0200)]
Support absent protobuf arrays in ProtobufJsonFormat

Protobuf does not support concept of absent arrays (repeated field).
It does not distinguish empty arrays from absent arrays.
ProtobufJsonFormat introduces a naming convention to mark an
empty array field as absent. In this case the field is not output
to JSON.

9 years agoNew WS api/rules/list for batch
Simon Brandhof [Wed, 29 Jul 2015 06:34:35 +0000 (08:34 +0200)]
New WS api/rules/list for batch

9 years agoSONAR-6754 Add support of execution flow in Xoo
Julien HENRY [Wed, 5 Aug 2015 14:32:47 +0000 (16:32 +0200)]
SONAR-6754 Add support of execution flow in Xoo

9 years agoFix some quality flaws 462/head
Julien HENRY [Wed, 5 Aug 2015 08:34:26 +0000 (10:34 +0200)]
Fix some quality flaws

9 years agoSONAR-6761 Drop incremental mode
Duarte Meneses [Tue, 4 Aug 2015 13:14:50 +0000 (15:14 +0200)]
SONAR-6761 Drop incremental mode

9 years agoRework new measure API 457/head
Julien HENRY [Tue, 4 Aug 2015 08:23:52 +0000 (10:23 +0200)]
Rework new measure API

9 years agocompile .jsx files
Stas Vilchik [Tue, 4 Aug 2015 12:40:25 +0000 (14:40 +0200)]
compile .jsx files

9 years agoadd react.js
Stas Vilchik [Tue, 4 Aug 2015 12:36:44 +0000 (14:36 +0200)]
add react.js

9 years agoImprove quality
Duarte Meneses [Tue, 4 Aug 2015 11:59:33 +0000 (13:59 +0200)]
Improve quality

9 years agoReplace some usage of org.sonar.server.db.DbClient by org.sonar.db.DbClient
Julien Lancelot [Tue, 4 Aug 2015 10:08:07 +0000 (12:08 +0200)]
Replace some usage of org.sonar.server.db.DbClient by org.sonar.db.DbClient

9 years agoFix WS persistent cache
Duarte Meneses [Tue, 4 Aug 2015 07:57:33 +0000 (09:57 +0200)]
Fix WS persistent cache

9 years agoRemove dependency management for WS client
Julien HENRY [Tue, 4 Aug 2015 07:01:05 +0000 (09:01 +0200)]
Remove dependency management for WS client

9 years agoSONAR-6750 Support new SQ Runner API for retrieving issues
Duarte Meneses [Mon, 3 Aug 2015 15:47:20 +0000 (17:47 +0200)]
SONAR-6750 Support new SQ Runner API for retrieving issues

9 years agoFix issue tracking when no server analysis
Julien HENRY [Mon, 3 Aug 2015 17:28:44 +0000 (19:28 +0200)]
Fix issue tracking when no server analysis

9 years agoDeclare multiline rule in Xoo
Julien HENRY [Mon, 3 Aug 2015 11:51:09 +0000 (13:51 +0200)]
Declare multiline rule in Xoo

9 years agoSONAR-6770 Improve logging of cache usage
Duarte Meneses [Fri, 31 Jul 2015 12:44:08 +0000 (14:44 +0200)]
SONAR-6770 Improve logging of cache usage

9 years agoSONAR-6582 do not rely on "projects" and "actionPlanName"
Stas Vilchik [Mon, 3 Aug 2015 09:21:23 +0000 (11:21 +0200)]
SONAR-6582 do not rely on "projects" and "actionPlanName"

9 years agoSONAR-6772 Do not save JSON report by default 454/head
Julien HENRY [Mon, 3 Aug 2015 07:35:32 +0000 (09:35 +0200)]
SONAR-6772 Do not save JSON report by default

9 years agoSONAR-6374 add computation timing to CE Queue MBean 440/head
Sébastien Lesaint [Wed, 29 Jul 2015 15:57:06 +0000 (17:57 +0200)]
SONAR-6374 add computation timing to CE Queue MBean

9 years agoSONAR-6374 ensure CEQueueStatus is initialized before MBean is registered
Sébastien Lesaint [Wed, 29 Jul 2015 10:06:13 +0000 (12:06 +0200)]
SONAR-6374 ensure CEQueueStatus is initialized before MBean is registered

9 years agoFIX reduce awaitTermination delay
Sébastien Lesaint [Wed, 29 Jul 2015 09:40:31 +0000 (11:40 +0200)]
FIX reduce awaitTermination delay

9 years agoFIX typos and better naming
Sébastien Lesaint [Wed, 29 Jul 2015 09:27:10 +0000 (11:27 +0200)]
FIX typos and better naming

9 years agoSONAR-6734 add MBean to expose Commpute Engine Queue info
Sébastien Lesaint [Fri, 24 Jul 2015 14:33:58 +0000 (16:33 +0200)]
SONAR-6734 add MBean to expose Commpute Engine Queue info

9 years agoSONAR-6660 rewrite setup page
Stas Vilchik [Fri, 31 Jul 2015 12:06:14 +0000 (14:06 +0200)]
SONAR-6660 rewrite setup page

9 years agocompile_protobuf.sh does not need local installation of protoc
Simon Brandhof [Sat, 1 Aug 2015 12:20:10 +0000 (14:20 +0200)]
compile_protobuf.sh does not need local installation of protoc

9 years agofix issues callback with multiple analysis
Duarte Meneses [Fri, 31 Jul 2015 15:31:27 +0000 (17:31 +0200)]
fix issues callback with multiple analysis

9 years agoSONAR-6483 ws permissions/add_group impossible to add the admin permission to the...
Teryk Bellahsene [Fri, 31 Jul 2015 14:55:01 +0000 (16:55 +0200)]
SONAR-6483 ws permissions/add_group impossible to add the admin permission to the 'anyone' group

9 years agoSONAR-6693 WS issue_filters/search return distinct issue filters
Teryk Bellahsene [Fri, 31 Jul 2015 14:18:33 +0000 (16:18 +0200)]
SONAR-6693 WS issue_filters/search return distinct issue filters

9 years agoLowercase field selection in RoleMapper
Teryk Bellahsene [Fri, 31 Jul 2015 13:35:25 +0000 (15:35 +0200)]
Lowercase field selection in RoleMapper

9 years agoCross database definition of temporary table
Teryk Bellahsene [Fri, 31 Jul 2015 13:09:55 +0000 (15:09 +0200)]
Cross database definition of temporary table

9 years agouse "additionalFields" when request issues
Stas Vilchik [Fri, 31 Jul 2015 12:51:06 +0000 (14:51 +0200)]
use "additionalFields" when request issues

9 years agoAdd alias to temporary table in RoleMapper
Teryk Bellahsene [Fri, 31 Jul 2015 12:08:37 +0000 (14:08 +0200)]
Add alias to temporary table in RoleMapper

9 years agoFix local issue tracking when there are issues on modules/folders
Julien HENRY [Fri, 31 Jul 2015 11:24:22 +0000 (13:24 +0200)]
Fix local issue tracking when there are issues on modules/folders

9 years agouse new rules WS
Duarte Meneses [Fri, 31 Jul 2015 08:25:31 +0000 (10:25 +0200)]
use new rules WS

9 years agoImprove quality
Duarte Meneses [Fri, 31 Jul 2015 08:08:36 +0000 (10:08 +0200)]
Improve quality

9 years agouse new rule WS
Duarte Meneses [Thu, 30 Jul 2015 15:14:05 +0000 (17:14 +0200)]
use new rule WS

9 years agoImprove quality
Duarte Meneses [Thu, 30 Jul 2015 14:42:49 +0000 (16:42 +0200)]
Improve quality

9 years agoSONAR-6723 Use SQ version in cache keys
Duarte Meneses [Thu, 30 Jul 2015 11:46:10 +0000 (13:46 +0200)]
SONAR-6723 Use SQ version in cache keys

9 years agoSONAR-6481 SONAR-6484 SONAR-4475 do not remove the last admin user or group permission
Teryk Bellahsene [Fri, 31 Jul 2015 09:15:27 +0000 (11:15 +0200)]
SONAR-6481 SONAR-6484 SONAR-4475 do not remove the last admin user or group permission

9 years agoUpgrade to travis-utils v16
Simon Brandhof [Fri, 31 Jul 2015 09:43:12 +0000 (11:43 +0200)]
Upgrade to travis-utils v16

9 years agoSONAR-6052 Extract primaryLocation as a special attribute 450/head
Julien HENRY [Wed, 29 Jul 2015 15:42:20 +0000 (17:42 +0200)]
SONAR-6052 Extract primaryLocation as a special attribute

Also rework new issue API on batch side.

9 years agoWrite raw issues directly in protobuf report
Julien HENRY [Tue, 28 Jul 2015 23:45:49 +0000 (01:45 +0200)]
Write raw issues directly in protobuf report

Avoid intermediate storage in persistit

9 years agoshow a message when there are no quality profiles
Stas Vilchik [Fri, 31 Jul 2015 08:51:05 +0000 (10:51 +0200)]
show a message when there are no quality profiles

9 years agoFix selenium id in ProjectAdministrationTest
Simon Brandhof [Fri, 31 Jul 2015 08:40:12 +0000 (10:40 +0200)]
Fix selenium id in ProjectAdministrationTest

9 years agoSONAR-6661 remove "offline" badge
Stas Vilchik [Fri, 31 Jul 2015 07:53:20 +0000 (09:53 +0200)]
SONAR-6661 remove "offline" badge

9 years agoPrepare upgrade to protobuf 3
Simon Brandhof [Thu, 30 Jul 2015 16:31:45 +0000 (18:31 +0200)]
Prepare upgrade to protobuf 3

Files .proto must declare: syntax = "proto2";

9 years agoAdd name to api/rules/list
Simon Brandhof [Thu, 30 Jul 2015 13:58:16 +0000 (15:58 +0200)]
Add name to api/rules/list

9 years agoAdjust performance timing due to new environment
Julien Lancelot [Thu, 30 Jul 2015 12:15:04 +0000 (14:15 +0200)]
Adjust performance timing due to new environment

9 years agorefactoring of permissions
Teryk Bellahsene [Thu, 30 Jul 2015 09:40:39 +0000 (11:40 +0200)]
refactoring of permissions

9 years agoSONAR-6750 Support new SQ Runner API for retrieving issues 451/head
Duarte Meneses [Wed, 29 Jul 2015 08:34:22 +0000 (10:34 +0200)]
SONAR-6750 Support new SQ Runner API for retrieving issues

9 years agoAdd org.sonar.api.server.ws.Request#getMediaType()
Simon Brandhof [Wed, 29 Jul 2015 15:39:06 +0000 (17:39 +0200)]
Add org.sonar.api.server.ws.Request#getMediaType()

9 years agoMove protobuf specs of WS into new module sonar-ws
Simon Brandhof [Wed, 29 Jul 2015 15:17:46 +0000 (17:17 +0200)]
Move protobuf specs of WS into new module sonar-ws

9 years agoNew WS api/rules/list for batch
Simon Brandhof [Wed, 29 Jul 2015 06:34:35 +0000 (08:34 +0200)]
New WS api/rules/list for batch

9 years agoCopy RuleDao#selectEnabledAndNonManual() from sonar-server to sonar-db
Simon Brandhof [Tue, 28 Jul 2015 20:15:52 +0000 (22:15 +0200)]
Copy RuleDao#selectEnabledAndNonManual() from sonar-server to sonar-db

The source method in org.sonar.server.rule.db can not be dropped as it's still
used through DAOv2

9 years agoRemove classes badly committed
Simon Brandhof [Sun, 26 Jul 2015 21:02:35 +0000 (23:02 +0200)]
Remove classes badly committed

9 years agoDraft of protobuf specification of WS api/issues/search
Simon Brandhof [Sun, 26 Jul 2015 20:34:13 +0000 (22:34 +0200)]
Draft of protobuf specification of WS api/issues/search

9 years agoChange format of copyright headers in .proto files
Simon Brandhof [Sun, 26 Jul 2015 20:27:44 +0000 (22:27 +0200)]
Change format of copyright headers in .proto files

9 years agoAdd ProtobufJsonFormat to convert protobuf messages to JSON
Simon Brandhof [Sun, 26 Jul 2015 20:26:48 +0000 (22:26 +0200)]
Add ProtobufJsonFormat to convert protobuf messages to JSON

9 years agoSONAR-6575 remove RoR code related to old metrics WS
Teryk Bellahsene [Thu, 30 Jul 2015 08:42:47 +0000 (10:42 +0200)]
SONAR-6575 remove RoR code related to old metrics WS

9 years agoSONAR-6631 delete RoR concerning custom measures (ex manual measures)
Teryk Bellahsene [Wed, 15 Jul 2015 12:40:08 +0000 (14:40 +0200)]
SONAR-6631 delete RoR concerning custom measures (ex manual measures)

9 years agoSONAR-6693 WS issue_filters/search return both favorite and shared filters
Teryk Bellahsene [Thu, 30 Jul 2015 07:53:09 +0000 (09:53 +0200)]
SONAR-6693 WS issue_filters/search return both favorite and shared filters

9 years agoSONAR-6652 WS system/db_migration_status improve description message
Teryk Bellahsene [Thu, 30 Jul 2015 06:51:41 +0000 (08:51 +0200)]
SONAR-6652 WS system/db_migration_status improve description message

9 years agoSONAR-6652 WS system/db_migration_status add MIGRATION_REQUIRED status
Teryk Bellahsene [Wed, 29 Jul 2015 15:57:45 +0000 (17:57 +0200)]
SONAR-6652 WS system/db_migration_status add MIGRATION_REQUIRED status

9 years agoSONAR-6736 add CE and steps timing logs at INFO level 441/head
Sébastien Lesaint [Mon, 27 Jul 2015 13:37:51 +0000 (15:37 +0200)]
SONAR-6736 add CE and steps timing logs at INFO level

9 years agofork Profiler into sonar-core to change return type of stop methods
Sébastien Lesaint [Mon, 27 Jul 2015 13:35:28 +0000 (15:35 +0200)]
fork Profiler into sonar-core to change return type of stop methods

9 years agoUpdate .sonarsource.properties
Hirle [Wed, 29 Jul 2015 13:34:54 +0000 (15:34 +0200)]
Update .sonarsource.properties

9 years agoSONAR-6742 Stop displaying plugin actions for issues
Stas Vilchik [Wed, 29 Jul 2015 13:12:18 +0000 (15:12 +0200)]
SONAR-6742 Stop displaying plugin actions for issues

9 years agoSONAR-6631 drop old manual measures page
Stas Vilchik [Wed, 29 Jul 2015 12:33:40 +0000 (14:33 +0200)]
SONAR-6631 drop old manual measures page

9 years agoFix quality flaws
Julien Lancelot [Wed, 29 Jul 2015 10:32:36 +0000 (12:32 +0200)]
Fix quality flaws

9 years agoFix rules handling with duplicated internalKey
Duarte Meneses [Wed, 29 Jul 2015 09:14:18 +0000 (11:14 +0200)]
Fix rules handling with duplicated internalKey

9 years agodeprecate RulesProfile
Duarte Meneses [Tue, 28 Jul 2015 14:27:33 +0000 (16:27 +0200)]
deprecate RulesProfile

9 years agoSONAR-6661 show update center in offline mode
Stas Vilchik [Wed, 29 Jul 2015 09:12:08 +0000 (11:12 +0200)]
SONAR-6661 show update center in offline mode