]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
8 years agoSONAR-7493 fix size of ISSUES.MESSAGE col on Orale
Simon Brandhof [Mon, 9 May 2016 21:36:26 +0000 (23:36 +0200)]
SONAR-7493 fix size of ISSUES.MESSAGE col on Orale

The length of this VARCHAR(4000) depends on runtime
(4000 bytes or 4000 chars) as unit is not enforced
during creation of column

8 years agoSONAR-6696 Replace event description by name in history page 962/head
Julien Lancelot [Thu, 12 May 2016 13:30:56 +0000 (15:30 +0200)]
SONAR-6696 Replace event description by name in history page

Event description is no more computed since 5.2, so the name is used instead (even if it contains less information about the change)

8 years agoSONAR-7154 main process must create property file in SQ's temp dir 968/head
Sébastien Lesaint [Thu, 12 May 2016 15:03:50 +0000 (17:03 +0200)]
SONAR-7154 main process must create property file in SQ's temp dir

because the JVM's temp dir might just be read only (eg. temp dir of windows services launched with Local System Account on recent windows versions is actuallt read only)

8 years agoupdate parameter description of /api/l10n/index
Stas Vilchik [Fri, 13 May 2016 08:25:58 +0000 (10:25 +0200)]
update parameter description of /api/l10n/index

8 years agofix display of UTS paths on measures page
Stas Vilchik [Fri, 13 May 2016 08:03:16 +0000 (10:03 +0200)]
fix display of UTS paths on measures page

8 years agoRemove "reported by me" from issue notification message
Julien Lancelot [Fri, 13 May 2016 08:20:15 +0000 (10:20 +0200)]
Remove "reported by me" from issue notification message

8 years agoSONAR-7274 Return authorized projects in api/qualitygates/search 956/head
Julien Lancelot [Wed, 11 May 2016 13:16:07 +0000 (15:16 +0200)]
SONAR-7274 Return authorized projects in api/qualitygates/search

8 years agoSONAR-7545 use ComponentKeys.MAX_COMPONENT_KEY_LENGTH 961/head
Teryk Bellahsene [Fri, 13 May 2016 08:01:13 +0000 (10:01 +0200)]
SONAR-7545 use ComponentKeys.MAX_COMPONENT_KEY_LENGTH

8 years agoSONAR-7545 functional error when updating a project key
Teryk Bellahsene [Thu, 12 May 2016 12:22:56 +0000 (14:22 +0200)]
SONAR-7545 functional error when updating a project key

- when updating a project key and a sub-component has a key longer than 400 characters
- when a component has a name longer than 2000 characters
- when a component has a key longer than 400 characters

8 years agoSONAR-7175 Keep last snapshots in KeepOneFilter 960/head
Julien Lancelot [Thu, 12 May 2016 10:20:54 +0000 (12:20 +0200)]
SONAR-7175 Keep last snapshots in KeepOneFilter

 Last snapshot is now kept Instead of first snapshot

8 years agoSONAR-7539 WS api/properties should return licenses if user is authenticated (#963)
Simon Brandhof [Thu, 12 May 2016 14:13:21 +0000 (16:13 +0200)]
SONAR-7539 WS api/properties should return licenses if user is authenticated (#963)

8 years agoSONAR-7580 EmbeddedDatabase now assume jdbcurl is correctly configured 954/head
Sébastien Lesaint [Wed, 11 May 2016 11:54:38 +0000 (13:54 +0200)]
SONAR-7580 EmbeddedDatabase now assume jdbcurl is correctly configured

checking the URL and applying default values is not the responsibility of JdbcSettings class alone

8 years agoSONAR-7580 jdbc_url default value is computed or set by JdbcSettings
Sébastien Lesaint [Thu, 12 May 2016 10:04:26 +0000 (12:04 +0200)]
SONAR-7580 jdbc_url default value is computed or set by JdbcSettings

it used to be hardcoded to jdbc:h2:tcp://localhost:9092/sonar, which did not take into account the optionaly specified embedded database port property

8 years agoSONAR-7109 remove default value of property sonar.core.serverBaseURL
Sébastien Lesaint [Wed, 11 May 2016 14:27:20 +0000 (16:27 +0200)]
SONAR-7109 remove default value of property sonar.core.serverBaseURL

8 years agoSONAR-7534 implement Server#getUrl on the server side
Sébastien Lesaint [Wed, 11 May 2016 14:26:58 +0000 (16:26 +0200)]
SONAR-7534 implement Server#getUrl on the server side

8 years agoSONAR-7512 Backport ability to use line/offset on Symbolizable API 958/head
Julien HENRY [Thu, 12 May 2016 09:44:19 +0000 (11:44 +0200)]
SONAR-7512 Backport ability to use line/offset on Symbolizable API

8 years agoSONAR-7509 Backport on old API to ease migration
Julien HENRY [Thu, 12 May 2016 09:37:30 +0000 (11:37 +0200)]
SONAR-7509 Backport on old API to ease migration

8 years agoSONAR-7636 Deprecate org.sonar.api.measures.Measure + many small API improvements
Julien HENRY [Thu, 12 May 2016 09:32:50 +0000 (11:32 +0200)]
SONAR-7636 Deprecate org.sonar.api.measures.Measure + many small API improvements

8 years agoSONAR-7628 WS api/qualitygates/project_status requires admin or browse permission 955/head
Teryk Bellahsene [Wed, 11 May 2016 14:11:00 +0000 (16:11 +0200)]
SONAR-7628 WS api/qualitygates/project_status requires admin or browse permission

8 years agoSONAR-7276 support multiple conditions for a given metric in QG 932/head
Sébastien Lesaint [Mon, 9 May 2016 09:26:06 +0000 (11:26 +0200)]
SONAR-7276 support multiple conditions for a given metric in QG

they must have a different period

8 years agoSONAR-6336 show WS errors
Stas Vilchik [Thu, 12 May 2016 10:00:03 +0000 (12:00 +0200)]
SONAR-6336 show WS errors

8 years agoupgrade webpack to 1.13.0
Stas Vilchik [Tue, 10 May 2016 14:30:14 +0000 (16:30 +0200)]
upgrade webpack to 1.13.0

fixes https://github.com/webpack/webpack/issues/91

8 years agoSONAR-7094 Correct, expand update center summary (#941)
Stas Vilchik [Thu, 12 May 2016 08:55:14 +0000 (10:55 +0200)]
SONAR-7094 Correct, expand update center summary (#941)

8 years agoSONAR-7630 Do not use MySQL TINYINT(1) for non-boolean columns
Simon Brandhof [Wed, 11 May 2016 15:14:09 +0000 (17:14 +0200)]
SONAR-7630 Do not use MySQL TINYINT(1) for non-boolean columns

8 years agoSONAR-7260 Fix comment about mysql 5.6 in sonar.properties
Simon Brandhof [Tue, 10 May 2016 13:26:08 +0000 (15:26 +0200)]
SONAR-7260 Fix comment about mysql 5.6 in sonar.properties

8 years agoSONAR-7612 Apply feedback 948/head
Julien HENRY [Wed, 11 May 2016 10:21:22 +0000 (12:21 +0200)]
SONAR-7612 Apply feedback

8 years agoSONAR-7612 Rework Initializer extension point to no more require to use Project
Julien HENRY [Wed, 11 May 2016 07:13:08 +0000 (09:13 +0200)]
SONAR-7612 Rework Initializer extension point to no more require to use Project

8 years agoSONAR-7612 Improve documentation and SensorContextTester
Julien HENRY [Tue, 10 May 2016 16:45:48 +0000 (18:45 +0200)]
SONAR-7612 Improve documentation and SensorContextTester

8 years agoSONAR-7612 Deprecate old Resource API (Project, Directory, File)
Julien HENRY [Tue, 10 May 2016 16:19:33 +0000 (18:19 +0200)]
SONAR-7612 Deprecate old Resource API (Project, Directory, File)

8 years agoSONAR-7612 Move new Sensor API out of @Beta
Julien HENRY [Tue, 10 May 2016 16:12:35 +0000 (18:12 +0200)]
SONAR-7612 Move new Sensor API out of @Beta

8 years agoSONAR-7625 SONAR-7621 Deprecate coverage per test and test execution details Sensor...
Julien HENRY [Tue, 10 May 2016 15:35:36 +0000 (17:35 +0200)]
SONAR-7625 SONAR-7621 Deprecate coverage per test and test execution details Sensor APIs

8 years agoSONAR-7624 SONAR-7620 Fix Tests domain description
Julien Lancelot [Thu, 12 May 2016 06:25:23 +0000 (08:25 +0200)]
SONAR-7624 SONAR-7620 Fix Tests domain description

8 years agoSONAR-6897 add IT
Julien HENRY [Tue, 10 May 2016 15:23:32 +0000 (17:23 +0200)]
SONAR-6897 add IT

8 years agoRevert "SONAR-6897 add IT"
Julien HENRY [Wed, 11 May 2016 16:04:18 +0000 (18:04 +0200)]
Revert "SONAR-6897 add IT"

This reverts commit 87a609a4c529fc25c89c425dc11a2cb49ef3fbf8.

8 years agoMinor Bash improvements (#951)
Janos Gyerik [Wed, 11 May 2016 15:47:26 +0000 (17:47 +0200)]
Minor Bash improvements (#951)

* set exec bit on .sh files where it was not

* replace legacy `...` with $(...)

* use here-document instead of many echos

8 years agoSONAR-6897 add IT 934/head
Julien HENRY [Tue, 10 May 2016 15:23:32 +0000 (17:23 +0200)]
SONAR-6897 add IT

8 years agoSONAR-7412 clear revision in DB when no changeset in report
Sébastien Lesaint [Tue, 10 May 2016 13:18:40 +0000 (15:18 +0200)]
SONAR-7412 clear revision in DB when no changeset in report

8 years agoSONAR-6897 support copyFromPrevious in ChangeSet of analysis report
Sébastien Lesaint [Mon, 9 May 2016 15:05:46 +0000 (17:05 +0200)]
SONAR-6897 support copyFromPrevious in ChangeSet of analysis report

8 years agoSONAR-6897 Precise if scm data should be copied
Julien HENRY [Mon, 9 May 2016 12:28:20 +0000 (14:28 +0200)]
SONAR-6897 Precise if scm data should be copied

In scanner report and for each file we will now explicitely request compute engine to copy previous
SCM data.

8 years agoSONAR-6336 No check should be done when updating condition
Julien Lancelot [Wed, 11 May 2016 13:56:31 +0000 (15:56 +0200)]
SONAR-6336 No check should be done when updating condition

8 years agoSONAR-7571 support huge file source in FILE_SOURCES.BINARY_DATA 947/head
Sébastien Lesaint [Tue, 10 May 2016 15:45:56 +0000 (17:45 +0200)]
SONAR-7571 support huge file source in FILE_SOURCES.BINARY_DATA

8 years agoSONAR-7532 do not log submitter when unset 949/head
Sébastien Lesaint [Tue, 10 May 2016 16:06:36 +0000 (18:06 +0200)]
SONAR-7532 do not log submitter when unset

8 years agoSONAR-7532 Profiler can now put context before or after time
Sébastien Lesaint [Wed, 11 May 2016 08:42:05 +0000 (10:42 +0200)]
SONAR-7532 Profiler can now put context before or after time

8 years agoSONAR-6336 Fail to update or create a condition that already exists
Julien Lancelot [Tue, 10 May 2016 15:49:20 +0000 (17:49 +0200)]
SONAR-6336 Fail to update or create a condition that already exists

8 years agoSONAR-7555 Add measures on number of won't fix issues 943/head
Julien Lancelot [Tue, 10 May 2016 09:15:16 +0000 (11:15 +0200)]
SONAR-7555 Add measures on number of won't fix issues

8 years agoAdd missing ITs execution
Julien Lancelot [Tue, 10 May 2016 10:32:56 +0000 (12:32 +0200)]
Add missing ITs execution

8 years agoSONAR-7150 Fix IT
Julien Lancelot [Wed, 11 May 2016 09:26:20 +0000 (11:26 +0200)]
SONAR-7150 Fix IT

8 years agoSONAR-7607 Log flooding in WS api/tests/list when testId is unknown 946/head
Teryk Bellahsene [Tue, 10 May 2016 14:30:24 +0000 (16:30 +0200)]
SONAR-7607 Log flooding in WS api/tests/list when testId is unknown

8 years agoSONAR-7591 Make category an optional field in WS api/plugins/installed 950/head
Teryk Bellahsene [Tue, 10 May 2016 17:09:47 +0000 (19:09 +0200)]
SONAR-7591 Make category an optional field in WS api/plugins/installed

8 years agoSONAR-7624 SONAR-7620 Deprecate tests domain 953/head
Julien Lancelot [Wed, 11 May 2016 07:30:22 +0000 (09:30 +0200)]
SONAR-7624 SONAR-7620 Deprecate tests domain

8 years agoSONAR-7624 Deprecate "Test execution details" related WS
Julien Lancelot [Wed, 11 May 2016 07:14:28 +0000 (09:14 +0200)]
SONAR-7624 Deprecate "Test execution details" related WS

8 years agoSONAR-7620 Deprecate "Coverage by test" WS
Julien Lancelot [Wed, 11 May 2016 07:14:14 +0000 (09:14 +0200)]
SONAR-7620 Deprecate "Coverage by test" WS

8 years agoAutomatic merge from branch-5.5
Jenkins CI [Wed, 11 May 2016 06:08:11 +0000 (08:08 +0200)]
Automatic merge from branch-5.5

* origin/branch-5.5:
  SONAR-7627 Charset of SQLServer NVARCHAR columns is badly enforced to Latin1

8 years agoSONAR-7627 Charset of SQLServer NVARCHAR columns is badly enforced to Latin1
Simon Brandhof [Tue, 10 May 2016 14:47:53 +0000 (16:47 +0200)]
SONAR-7627 Charset of SQLServer NVARCHAR columns is badly enforced to Latin1

8 years agoSONAR-7150 Number of directories should not include test directories
Julien Lancelot [Tue, 10 May 2016 12:56:46 +0000 (14:56 +0200)]
SONAR-7150 Number of directories should not include test directories

8 years agoSONAR-7523 Improve log output in case of error during SCM step 945/head
Julien HENRY [Tue, 10 May 2016 14:23:37 +0000 (16:23 +0200)]
SONAR-7523 Improve log output in case of error during SCM step

8 years agoSONAR-7512 New symbol reference API 944/head
Julien HENRY [Tue, 10 May 2016 12:48:31 +0000 (14:48 +0200)]
SONAR-7512 New symbol reference API

8 years agoSONAR-7566 Fix description of deprecation policy in Web API documentation
Stas Vilchik [Tue, 10 May 2016 14:16:15 +0000 (16:16 +0200)]
SONAR-7566 Fix description of deprecation policy in Web API documentation

8 years agomissed changes
Stas Vilchik [Tue, 10 May 2016 13:53:35 +0000 (15:53 +0200)]
missed changes

8 years agoSONAR-7518 Restore Profile does not warn on missing rules
Stas Vilchik [Tue, 10 May 2016 13:48:41 +0000 (15:48 +0200)]
SONAR-7518 Restore Profile does not warn on missing rules

8 years agofix ui glitch on overview page with small window
Stas Vilchik [Tue, 10 May 2016 12:16:35 +0000 (14:16 +0200)]
fix ui glitch on overview page with small window

8 years agoSONAR-7576 WS api/measures/component_tree filter components without measure on the... 939/head
Teryk Bellahsene [Mon, 9 May 2016 14:13:08 +0000 (16:13 +0200)]
SONAR-7576 WS api/measures/component_tree filter components without measure on the sorted metric

8 years agoSONAR-7562 WS api/measures/component_tree sort alert_status and level metrics
Teryk Bellahsene [Fri, 6 May 2016 16:40:40 +0000 (18:40 +0200)]
SONAR-7562 WS api/measures/component_tree sort alert_status and level metrics

8 years agoRemove ResourceIndexDao.indexProjects()
Teryk Bellahsene [Tue, 10 May 2016 12:07:19 +0000 (14:07 +0200)]
Remove ResourceIndexDao.indexProjects()

8 years agoSONAR-7370 WS api/ce/activity returns developers
Teryk Bellahsene [Fri, 6 May 2016 13:23:55 +0000 (15:23 +0200)]
SONAR-7370 WS api/ce/activity returns developers

8 years agoSONAR-7596 Bad 'rules' parameter description in WS api/issues/search
Teryk Bellahsene [Fri, 6 May 2016 09:57:47 +0000 (11:57 +0200)]
SONAR-7596 Bad 'rules' parameter description in WS api/issues/search

8 years agoSONAR-7262 Deprecated qualifiers 'PAC' and 'CLA' in WS documentation
Teryk Bellahsene [Fri, 6 May 2016 09:13:12 +0000 (11:13 +0200)]
SONAR-7262 Deprecated qualifiers 'PAC' and 'CLA' in WS documentation

8 years agoSONAR-7509 Highlighting API should work with ranges (line/offset) 942/head
Julien HENRY [Tue, 10 May 2016 08:09:49 +0000 (10:09 +0200)]
SONAR-7509 Highlighting API should work with ranges (line/offset)

8 years agoSONAR-7422 do not delete sharememory file in tempDir 940/head
Sébastien Lesaint [Mon, 9 May 2016 14:09:02 +0000 (16:09 +0200)]
SONAR-7422 do not delete sharememory file in tempDir

8 years agodisplay message that only the first 1000 items are displayed on background tasks...
Stas Vilchik [Tue, 10 May 2016 12:04:34 +0000 (14:04 +0200)]
display message that only the first 1000 items are displayed on background tasks page

8 years agodisplay module name on measures page
Stas Vilchik [Tue, 10 May 2016 11:55:32 +0000 (13:55 +0200)]
display module name on measures page

8 years agoSONAR-6336 display warning when duplicated conditions used
Stas Vilchik [Tue, 10 May 2016 11:50:00 +0000 (13:50 +0200)]
SONAR-6336 display warning when duplicated conditions used

8 years agoSONAR-7594 fix indexing of component names > 400 characters
Simon Brandhof [Tue, 10 May 2016 10:03:32 +0000 (12:03 +0200)]
SONAR-7594 fix indexing of component names > 400 characters

8 years agoSONAR-6906 Filter rules on profile language when bulk active rules 938/head
Julien Lancelot [Wed, 4 May 2016 15:31:53 +0000 (17:31 +0200)]
SONAR-6906 Filter rules on profile language when bulk active rules

8 years agoSONAR-7545 limit the input length on "Update Key" page
Stas Vilchik [Tue, 10 May 2016 08:52:43 +0000 (10:52 +0200)]
SONAR-7545 limit the input length on "Update Key" page

8 years agoSONAR-7275 fail with specific message when loading rating settings 933/head
Sébastien Lesaint [Mon, 9 May 2016 10:32:04 +0000 (12:32 +0200)]
SONAR-7275 fail with specific message when loading rating settings

8 years agoSONAR-7361 Custom Measures' administration should not be accessible for a directory...
Stas Vilchik [Tue, 10 May 2016 08:16:09 +0000 (10:16 +0200)]
SONAR-7361 Custom Measures' administration should not be accessible for a directory (#936)

8 years agoSONAR-6059 Treemap drilldown is not working with "Quality Gate Status" as color metric
Stas Vilchik [Mon, 9 May 2016 13:40:36 +0000 (15:40 +0200)]
SONAR-6059 Treemap drilldown is not working with "Quality Gate Status" as color metric

8 years agoSONAR-7532 display submitter login in logs when available 937/head
Sébastien Lesaint [Mon, 9 May 2016 12:40:24 +0000 (14:40 +0200)]
SONAR-7532 display submitter login in logs when available

8 years agoSONAR-7598 Hide sensitive properties in scanner report for global properties 930/head
Julien HENRY [Mon, 9 May 2016 08:45:12 +0000 (10:45 +0200)]
SONAR-7598 Hide sensitive properties in scanner report for global properties

8 years agoSONAR-7002 better exception message when decoding FileSources.DATA 928/head
Sébastien Lesaint [Wed, 4 May 2016 11:54:41 +0000 (13:54 +0200)]
SONAR-7002 better exception message when decoding FileSources.DATA

8 years agoSONAR-7269 Fix WS action example
Julien Lancelot [Tue, 10 May 2016 06:42:26 +0000 (08:42 +0200)]
SONAR-7269 Fix WS action example

8 years agoAdd missing Javadoc (#925)
Evgeny Mandrikov [Mon, 9 May 2016 21:14:09 +0000 (23:14 +0200)]
Add missing Javadoc (#925)

Method was added in SQ 5.1 in e9b5effe30cf68820a3dfb00bf736a325313206b

8 years agoSONAR-7594 fix indexing of component names > 400 characters
Simon Brandhof [Mon, 9 May 2016 12:25:08 +0000 (14:25 +0200)]
SONAR-7594 fix indexing of component names > 400 characters

8 years agoFix quality flaws
Simon Brandhof [Mon, 9 May 2016 12:23:04 +0000 (14:23 +0200)]
Fix quality flaws

8 years agoSONAR-7269 Split installing plugins into installing and updating in api/plugins/pending 929/head
Julien Lancelot [Wed, 4 May 2016 16:18:05 +0000 (18:18 +0200)]
SONAR-7269 Split installing plugins into installing and updating in api/plugins/pending

8 years agoSONAR-7471 Search menu displayed twice when clicking on user menu in between
Stas Vilchik [Mon, 9 May 2016 12:43:02 +0000 (14:43 +0200)]
SONAR-7471 Search menu displayed twice when clicking on user menu in between

8 years agoSONAR-6424 Colon character should be escaped in URL (#931)
Evgeny Mandrikov [Mon, 9 May 2016 12:49:51 +0000 (14:49 +0200)]
SONAR-6424 Colon character should be escaped in URL (#931)

8 years agoSONAR-7526 better display of long tokens
Stas Vilchik [Mon, 9 May 2016 12:22:27 +0000 (14:22 +0200)]
SONAR-7526 better display of long tokens

8 years agoSONAR-7545 Set the maximum length of project key when create from UI
Stas Vilchik [Mon, 9 May 2016 12:10:11 +0000 (14:10 +0200)]
SONAR-7545 Set the maximum length of project key when create from UI

8 years agoSONAR-7595 Issues are not closed in some block move conditions
Simon Brandhof [Thu, 5 May 2016 08:15:04 +0000 (10:15 +0200)]
SONAR-7595 Issues are not closed in some block move conditions

8 years agoSONAR-7535 ws-client throws functional exception when the server URL is malformed 927/head
Teryk Bellahsene [Wed, 4 May 2016 10:05:35 +0000 (12:05 +0200)]
SONAR-7535 ws-client throws functional exception when the server URL is malformed

8 years agoSONAR-7526 WS api/user_tokens/generate functional checks of name and token hash
Teryk Bellahsene [Wed, 4 May 2016 09:06:45 +0000 (11:06 +0200)]
SONAR-7526 WS api/user_tokens/generate functional checks of name and token hash

8 years agoSONAR-7575 WS api/projects/create functional error when project key is longer than...
Teryk Bellahsene [Tue, 3 May 2016 18:04:35 +0000 (20:04 +0200)]
SONAR-7575 WS api/projects/create functional error when project key is longer than 400 characters

8 years agoSONAR-7432 Functional exception when snapshot not found in WS api/qualitygates/projec...
Teryk Bellahsene [Tue, 3 May 2016 17:14:58 +0000 (19:14 +0200)]
SONAR-7432 Functional exception when snapshot not found in WS api/qualitygates/project_status

8 years agoSONAR-7387 Refactor TestIndex
Teryk Bellahsene [Tue, 3 May 2016 16:53:00 +0000 (18:53 +0200)]
SONAR-7387 Refactor TestIndex

8 years agoSONAR-7387 Log flooding in web service api/tests/covered_files
Teryk Bellahsene [Tue, 3 May 2016 16:50:10 +0000 (18:50 +0200)]
SONAR-7387 Log flooding in web service api/tests/covered_files

8 years agoSONAR-7381 Log flooding with web page component/index
Teryk Bellahsene [Tue, 3 May 2016 16:21:01 +0000 (18:21 +0200)]
SONAR-7381 Log flooding with web page component/index

8 years agoSONAR-7380 Sanitize exception handling of WS parameter reads
Teryk Bellahsene [Tue, 3 May 2016 16:06:32 +0000 (18:06 +0200)]
SONAR-7380 Sanitize exception handling of WS parameter reads

8 years agoAutomatic merge from branch-5.5
Jenkins CI [Fri, 6 May 2016 06:01:15 +0000 (08:01 +0200)]
Automatic merge from branch-5.5

* origin/branch-5.5:
  SONAR-7589 Error when upgrading to SonarQube 5.5 on SQL Azure