]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
8 years agoSONAR-7009 Add issue exclusions in compute engine
Julien Lancelot [Mon, 16 May 2016 16:08:30 +0000 (18:08 +0200)]
SONAR-7009 Add issue exclusions in compute engine

8 years agoSONAR-7271 add integration test for sysinfo properties
Simon Brandhof [Wed, 18 May 2016 12:26:43 +0000 (14:26 +0200)]
SONAR-7271 add integration test for sysinfo properties

8 years agoFix ServerSystemTest when version is not SNAPSHOT
Simon Brandhof [Wed, 18 May 2016 12:15:34 +0000 (14:15 +0200)]
Fix ServerSystemTest when version is not SNAPSHOT

8 years agoFix test FP
Duarte Meneses [Wed, 18 May 2016 12:13:06 +0000 (14:13 +0200)]
Fix test FP

8 years agoFix test FP
Duarte Meneses [Wed, 18 May 2016 12:12:12 +0000 (14:12 +0200)]
Fix test FP

8 years agoFix quality flaws
Julien Lancelot [Wed, 18 May 2016 08:56:11 +0000 (10:56 +0200)]
Fix quality flaws

8 years agoSONAR-7646 Log flooding on date of issues WS 991/head
Teryk Bellahsene [Tue, 17 May 2016 17:53:53 +0000 (19:53 +0200)]
SONAR-7646 Log flooding on date of issues WS

8 years agoSONAR-7635 Sort core bundle messages in alphabetical order 976/head
Teryk Bellahsene [Fri, 13 May 2016 13:45:40 +0000 (15:45 +0200)]
SONAR-7635 Sort core bundle messages in alphabetical order

8 years agoSONAR-7635 Sanitize metric name and description in default l10n bundle and CoreMetrics
Teryk Bellahsene [Fri, 13 May 2016 13:21:23 +0000 (15:21 +0200)]
SONAR-7635 Sanitize metric name and description in default l10n bundle and CoreMetrics

8 years agoSONAR-7422 reset App sharedMemory at start/restart 989/head
Sébastien Lesaint [Tue, 17 May 2016 12:56:53 +0000 (14:56 +0200)]
SONAR-7422 reset App sharedMemory at start/restart

8 years agoSONAR-7422 add DefaultProcessCommand#reset()
Sébastien Lesaint [Tue, 17 May 2016 12:56:38 +0000 (14:56 +0200)]
SONAR-7422 add DefaultProcessCommand#reset()

8 years agoSONAR-7142 Cannot restart server after wiping out Server ID fields
Simon Brandhof [Tue, 17 May 2016 15:16:55 +0000 (17:16 +0200)]
SONAR-7142 Cannot restart server after wiping out Server ID fields

8 years agoSONAR-6613 remove useless indexes on table GROUP_ROLES
Simon Brandhof [Tue, 17 May 2016 13:12:54 +0000 (15:12 +0200)]
SONAR-6613 remove useless indexes on table GROUP_ROLES

8 years agoSONAR-7271 add "Server ID validated" to sysinfo page
Simon Brandhof [Tue, 17 May 2016 12:49:08 +0000 (14:49 +0200)]
SONAR-7271 add "Server ID validated" to sysinfo page

8 years agoSONAR-7271 hide 2 sections from System Info page
Simon Brandhof [Tue, 17 May 2016 12:48:35 +0000 (14:48 +0200)]
SONAR-7271 hide 2 sections from System Info page

Sections "Settings" and "Plugins" are already available in
other administration consoles so they should not be displayed
in System Info page. Still they must be present in WS
api/system/info.

8 years agoSONAR-7271 add section "Settings" to WS api/system/info
Simon Brandhof [Tue, 17 May 2016 12:46:40 +0000 (14:46 +0200)]
SONAR-7271 add section "Settings" to WS api/system/info

8 years agoAdd definition of property sonar.jdbc.password
Simon Brandhof [Tue, 17 May 2016 09:02:51 +0000 (11:02 +0200)]
Add definition of property sonar.jdbc.password

so that its type is set to PropertyType.PASSWORD.

8 years agoRemove useless JRuby property from web.xml
Simon Brandhof [Tue, 17 May 2016 08:27:32 +0000 (10:27 +0200)]
Remove useless JRuby property from web.xml

As default value of "public.root" is "/", the property
can be removed from web.xml.

8 years agoRemove deprecated props from DatabaseProperties
Simon Brandhof [Tue, 17 May 2016 08:26:06 +0000 (10:26 +0200)]
Remove deprecated props from DatabaseProperties

8 years agofix displaying of new technical debt on the overview page
Stas Vilchik [Wed, 18 May 2016 07:59:46 +0000 (09:59 +0200)]
fix displaying of new technical debt on the overview page

8 years agoSONAR-7637 WS api/issues/search fix timezone related issues on createdAt facet
Teryk Bellahsene [Tue, 17 May 2016 15:32:36 +0000 (17:32 +0200)]
SONAR-7637 WS api/issues/search fix timezone related issues on createdAt facet

8 years agomove "Releasability" domain on the first place on the measures page
Stas Vilchik [Tue, 17 May 2016 13:07:47 +0000 (15:07 +0200)]
move "Releasability" domain on the first place on the measures page

8 years agoSONAR-7640 Return unauthenticated when login/password are bad 978/head
Julien Lancelot [Fri, 13 May 2016 14:42:56 +0000 (16:42 +0200)]
SONAR-7640 Return unauthenticated when login/password are bad

8 years agoSONAR-7576 api/measures/component_tree filter component based on period or absolute...
Teryk Bellahsene [Tue, 17 May 2016 12:53:48 +0000 (14:53 +0200)]
SONAR-7576 api/measures/component_tree filter component based on period or absolute value

8 years agoImprove unit test coverage
Julien HENRY [Tue, 17 May 2016 09:42:45 +0000 (11:42 +0200)]
Improve unit test coverage

8 years agoAdjust perf timings
Duarte Meneses [Tue, 17 May 2016 12:35:39 +0000 (14:35 +0200)]
Adjust perf timings

8 years agoSONAR-7637 add timezone related tests to IssueIndex
Teryk Bellahsene [Tue, 17 May 2016 09:21:48 +0000 (11:21 +0200)]
SONAR-7637 add timezone related tests to IssueIndex

8 years agoAdd unit test for SensorContextTester
Julien HENRY [Tue, 17 May 2016 08:15:46 +0000 (10:15 +0200)]
Add unit test for SensorContextTester

8 years agoSONAR-7390 support highlighting over multiline including empty one 975/head
Sébastien Lesaint [Fri, 13 May 2016 13:38:00 +0000 (15:38 +0200)]
SONAR-7390 support highlighting over multiline including empty one

8 years agoFix perf tests without WS cache and non connected mode
Duarte Meneses [Tue, 17 May 2016 08:52:21 +0000 (10:52 +0200)]
Fix perf tests without WS cache and non connected mode

8 years agoFix some quality flaws
Julien HENRY [Tue, 17 May 2016 07:57:55 +0000 (09:57 +0200)]
Fix some quality flaws

8 years agoImprove Javasoc of SensorContextTester
Julien HENRY [Tue, 17 May 2016 07:32:42 +0000 (09:32 +0200)]
Improve Javasoc of SensorContextTester

8 years agoFix javadoc of deprecated BaseMapping
Simon Brandhof [Tue, 17 May 2016 07:49:29 +0000 (09:49 +0200)]
Fix javadoc of deprecated BaseMapping

8 years agoRemove dead code
Simon Brandhof [Tue, 17 May 2016 07:49:17 +0000 (09:49 +0200)]
Remove dead code

8 years agodisplay number of new lines to cover on overview page
Stas Vilchik [Mon, 16 May 2016 13:15:08 +0000 (15:15 +0200)]
display number of new lines to cover on overview page

8 years agoRemove dead code
Simon Brandhof [Mon, 16 May 2016 12:25:52 +0000 (14:25 +0200)]
Remove dead code

8 years agoSONAR-7645 Disable ES norms when possible
Simon Brandhof [Mon, 16 May 2016 12:18:15 +0000 (14:18 +0200)]
SONAR-7645 Disable ES norms when possible

Norms are used when a string field is involved
in a match query. Basically they are useless
when only filters or aggregations are executed.
In this case they can be disabled. It won't
consume memory for nothing.

8 years agoSONAR-6632 Fail to index rule if description is more than 32kb
Simon Brandhof [Mon, 16 May 2016 10:12:25 +0000 (12:12 +0200)]
SONAR-6632 Fail to index rule if description is more than 32kb

8 years agoEsTester verifies that putDocuments() does not fail
Simon Brandhof [Mon, 16 May 2016 10:12:14 +0000 (12:12 +0200)]
EsTester verifies that putDocuments() does not fail

8 years agoSanitize package org.sonar.server.search
Simon Brandhof [Thu, 12 May 2016 15:56:49 +0000 (17:56 +0200)]
Sanitize package org.sonar.server.search

Keep only deprecated classes in package
org.sonar.server.search. Valid classes
are moved to org.sonar.server.es.

8 years agoDo not store _source in index rules/activeRule
Simon Brandhof [Mon, 16 May 2016 11:32:55 +0000 (13:32 +0200)]
Do not store _source in index rules/activeRule

8 years agoSONAR-7530 Add pagination on the Project Measures page (#977)
Stas Vilchik [Mon, 16 May 2016 11:35:58 +0000 (13:35 +0200)]
SONAR-7530 Add pagination on the Project Measures page (#977)

8 years agoSONAR-6336 display warning only for saved conditions
Stas Vilchik [Mon, 16 May 2016 10:31:59 +0000 (12:31 +0200)]
SONAR-6336 display warning only for saved conditions

8 years agoSONAR-7400 Replace ActiveRuleDao#selectByRule by selectByRuleId 971/head
Julien Lancelot [Mon, 16 May 2016 09:21:08 +0000 (11:21 +0200)]
SONAR-7400 Replace ActiveRuleDao#selectByRule by selectByRuleId

8 years agoSONAR-7400 Remove no more used code
Julien Lancelot [Fri, 13 May 2016 07:57:27 +0000 (09:57 +0200)]
SONAR-7400 Remove no more used code

8 years agoSONAR-7400 Do not load active rules from index in rules WS
Julien Lancelot [Thu, 12 May 2016 16:07:54 +0000 (18:07 +0200)]
SONAR-7400 Do not load active rules from index in rules WS

8 years agoSONAR-7400 Remove parentKey field from active rule index
Julien Lancelot [Thu, 12 May 2016 15:53:07 +0000 (17:53 +0200)]
SONAR-7400 Remove parentKey field from active rule index

8 years agoSONAR-7400 Do not return anymore active rule parent key in rules WS
Julien Lancelot [Thu, 12 May 2016 15:50:13 +0000 (17:50 +0200)]
SONAR-7400 Do not return anymore active rule parent key in rules WS

8 years agoSONAR-7187 Fix example due to removal of pagination
Julien Lancelot [Mon, 16 May 2016 10:06:26 +0000 (12:06 +0200)]
SONAR-7187 Fix example due to removal of pagination

8 years agoFix comment in scanner_report.proto
Simon Brandhof [Fri, 13 May 2016 19:50:23 +0000 (21:50 +0200)]
Fix comment in scanner_report.proto

8 years agoSONAR-7175 Ignore test waiting for QA
Julien Lancelot [Mon, 16 May 2016 06:44:46 +0000 (08:44 +0200)]
SONAR-7175 Ignore test waiting for QA

8 years agoSONAR-7637 WS api/issues/search 'createdAter' parameter should be inclusive
Teryk Bellahsene [Fri, 13 May 2016 17:22:59 +0000 (19:22 +0200)]
SONAR-7637 WS api/issues/search 'createdAter' parameter should be inclusive

8 years agoSONAR-7576 WS api/measures/component_tree paging fixed when components with measures...
Teryk Bellahsene [Fri, 13 May 2016 17:11:15 +0000 (19:11 +0200)]
SONAR-7576 WS api/measures/component_tree paging fixed when components with measures only

8 years agoimprove project deletion page
Stas Vilchik [Fri, 13 May 2016 16:03:18 +0000 (18:03 +0200)]
improve project deletion page

8 years agoSONAR-7545 limit the input max length when bulk change the project key
Stas Vilchik [Fri, 13 May 2016 15:17:46 +0000 (17:17 +0200)]
SONAR-7545 limit the input max length when bulk change the project key

8 years agoImprove quality
Duarte Meneses [Fri, 13 May 2016 14:50:08 +0000 (16:50 +0200)]
Improve quality

8 years agoSONAR-6806 Show component key as tooltip to help identify original source file
Julien HENRY [Fri, 13 May 2016 14:43:05 +0000 (16:43 +0200)]
SONAR-6806 Show component key as tooltip to help identify original source file

8 years agoSONAR-7626 Deprecate issues report (html/console) feature 974/head
Duarte Meneses [Fri, 13 May 2016 12:48:20 +0000 (14:48 +0200)]
SONAR-7626 Deprecate issues report (html/console) feature

8 years agorefactor project overview page (#908)
Stas Vilchik [Fri, 13 May 2016 14:24:17 +0000 (16:24 +0200)]
refactor project overview page (#908)

8 years agoSONAR-7582 make beta Compute Engine API public
Simon Brandhof [Fri, 13 May 2016 13:35:13 +0000 (15:35 +0200)]
SONAR-7582 make beta Compute Engine API public

no more @beta APIs in 5.6 for compute engine

8 years agoSONAR-7534 add missing @Deprecated on SERVER_BASE_URL_DEFAULT_VALUE 973/head
Sébastien Lesaint [Fri, 13 May 2016 08:43:51 +0000 (10:43 +0200)]
SONAR-7534 add missing @Deprecated on SERVER_BASE_URL_DEFAULT_VALUE

8 years agoSONAR-7109 don't use deprecated default serverBaseUrl in ServerImpl
Sébastien Lesaint [Fri, 13 May 2016 08:39:30 +0000 (10:39 +0200)]
SONAR-7109 don't use deprecated default serverBaseUrl in ServerImpl

methods isSecured() and getPublicRootUrl() still used it

8 years agoSONAR-7534 Server#getUrl must return serverBaseUrl when it is set
Sébastien Lesaint [Fri, 13 May 2016 08:33:52 +0000 (10:33 +0200)]
SONAR-7534 Server#getUrl must return serverBaseUrl when it is set

8 years agoSONAR-7367 Remove code previously used by SonarLint 972/head
Duarte Meneses [Fri, 13 May 2016 08:35:18 +0000 (10:35 +0200)]
SONAR-7367 Remove code previously used by SonarLint

8 years agoupdate eslint
Stas Vilchik [Fri, 13 May 2016 12:06:09 +0000 (14:06 +0200)]
update eslint

8 years agoSONAR-7493 Add migration in pico
Julien Lancelot [Fri, 13 May 2016 12:18:44 +0000 (14:18 +0200)]
SONAR-7493 Add migration in pico

8 years agoSONAR-6868 Fix HTML report when rule message is too long
Julien HENRY [Fri, 13 May 2016 12:15:16 +0000 (14:15 +0200)]
SONAR-6868 Fix HTML report when rule message is too long

8 years agoSONAR-7464 Optimize NCLOC_DATA and COMMENT_LINES_DATA 964/head
Julien HENRY [Thu, 12 May 2016 09:25:03 +0000 (11:25 +0200)]
SONAR-7464 Optimize NCLOC_DATA and COMMENT_LINES_DATA

8 years agoSONAR-6514 Unexpected behavior when one module id is 'sonar' 966/head
Julien HENRY [Fri, 13 May 2016 07:34:22 +0000 (09:34 +0200)]
SONAR-6514 Unexpected behavior when one module id is 'sonar'

8 years agoSONAR-6807 In the issues report, show the rule key 970/head
Julien HENRY [Fri, 13 May 2016 08:53:49 +0000 (10:53 +0200)]
SONAR-6807 In the issues report, show the rule key

8 years agoFix JavaDoc glitch
Julien HENRY [Fri, 13 May 2016 09:02:19 +0000 (11:02 +0200)]
Fix JavaDoc glitch

8 years agoSONAR-7327 Display a warning when no components selected on the Measures page
Stas Vilchik [Fri, 13 May 2016 11:32:12 +0000 (13:32 +0200)]
SONAR-7327 Display a warning when no components selected on the Measures page

8 years agoSONAR-6846 don't fail on duplicate row in snapshot_sources 969/head
Sébastien Lesaint [Fri, 13 May 2016 07:59:47 +0000 (09:59 +0200)]
SONAR-6846 don't fail on duplicate row in snapshot_sources

8 years agoSONAR-6336 Add check when updating condition
Julien Lancelot [Fri, 13 May 2016 10:38:45 +0000 (12:38 +0200)]
SONAR-6336 Add check when updating condition

When updating a condition, if new new condition value match existing condition, it should fail

8 years agoSONAR-7634 Metric names should be localized (#967)
Stas Vilchik [Fri, 13 May 2016 09:57:38 +0000 (11:57 +0200)]
SONAR-7634 Metric names should be localized (#967)

8 years agoSONAR-7431 Keep filters state in url on background page (#965)
Stas Vilchik [Fri, 13 May 2016 09:57:27 +0000 (11:57 +0200)]
SONAR-7431 Keep filters state in url on background page (#965)

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