]>
source.dussan.org Git - sonarqube.git/log
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
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
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
Duarte Meneses [Fri, 13 May 2016 08:35:18 +0000 (10:35 +0200)]
SONAR-7367 Remove code previously used by SonarLint
Stas Vilchik [Fri, 13 May 2016 12:06:09 +0000 (14:06 +0200)]
update eslint
Julien Lancelot [Fri, 13 May 2016 12:18:44 +0000 (14:18 +0200)]
SONAR-7493 Add migration in pico
Julien HENRY [Fri, 13 May 2016 12:15:16 +0000 (14:15 +0200)]
SONAR-6868 Fix HTML report when rule message is too long
Julien HENRY [Thu, 12 May 2016 09:25:03 +0000 (11:25 +0200)]
SONAR-7464 Optimize NCLOC_DATA and COMMENT_LINES_DATA
Julien HENRY [Fri, 13 May 2016 07:34:22 +0000 (09:34 +0200)]
SONAR-6514 Unexpected behavior when one module id is 'sonar'
Julien HENRY [Fri, 13 May 2016 08:53:49 +0000 (10:53 +0200)]
SONAR-6807 In the issues report, show the rule key
Julien HENRY [Fri, 13 May 2016 09:02:19 +0000 (11:02 +0200)]
Fix JavaDoc glitch
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
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
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
Stas Vilchik [Fri, 13 May 2016 09:57:38 +0000 (11:57 +0200)]
SONAR-7634 Metric names should be localized (#967)
Stas Vilchik [Fri, 13 May 2016 09:57:27 +0000 (11:57 +0200)]
SONAR-7431 Keep filters state in url on background page (#965)
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
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)
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)
Stas Vilchik [Fri, 13 May 2016 08:25:58 +0000 (10:25 +0200)]
update parameter description of /api/l10n/index
Stas Vilchik [Fri, 13 May 2016 08:03:16 +0000 (10:03 +0200)]
fix display of UTS paths on measures page
Julien Lancelot [Fri, 13 May 2016 08:20:15 +0000 (10:20 +0200)]
Remove "reported by me" from issue notification message
Julien Lancelot [Wed, 11 May 2016 13:16:07 +0000 (15:16 +0200)]
SONAR-7274 Return authorized projects in api/qualitygates/search
Teryk Bellahsene [Fri, 13 May 2016 08:01:13 +0000 (10:01 +0200)]
SONAR-7545 use ComponentKeys.MAX_COMPONENT_KEY_LENGTH
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
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
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)
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
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
Sébastien Lesaint [Wed, 11 May 2016 14:27:20 +0000 (16:27 +0200)]
SONAR-7109 remove default value of property sonar.core.serverBaseURL
Sébastien Lesaint [Wed, 11 May 2016 14:26:58 +0000 (16:26 +0200)]
SONAR-7534 implement Server#getUrl on the server side
Julien HENRY [Thu, 12 May 2016 09:44:19 +0000 (11:44 +0200)]
SONAR-7512 Backport ability to use line/offset on Symbolizable API
Julien HENRY [Thu, 12 May 2016 09:37:30 +0000 (11:37 +0200)]
SONAR-7509 Backport on old API to ease migration
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
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
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
Stas Vilchik [Thu, 12 May 2016 10:00:03 +0000 (12:00 +0200)]
SONAR-6336 show WS errors
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
Stas Vilchik [Thu, 12 May 2016 08:55:14 +0000 (10:55 +0200)]
SONAR-7094 Correct, expand update center summary (#941)
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
Simon Brandhof [Tue, 10 May 2016 13:26:08 +0000 (15:26 +0200)]
SONAR-7260 Fix comment about mysql 5.6 in sonar.properties
Julien HENRY [Wed, 11 May 2016 10:21:22 +0000 (12:21 +0200)]
SONAR-7612 Apply feedback
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
Julien HENRY [Tue, 10 May 2016 16:45:48 +0000 (18:45 +0200)]
SONAR-7612 Improve documentation and SensorContextTester
Julien HENRY [Tue, 10 May 2016 16:19:33 +0000 (18:19 +0200)]
SONAR-7612 Deprecate old Resource API (Project, Directory, File)
Julien HENRY [Tue, 10 May 2016 16:12:35 +0000 (18:12 +0200)]
SONAR-7612 Move new Sensor API out of @Beta
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
Julien Lancelot [Thu, 12 May 2016 06:25:23 +0000 (08:25 +0200)]
SONAR-7624 SONAR-7620 Fix Tests domain description
Julien HENRY [Tue, 10 May 2016 15:23:32 +0000 (17:23 +0200)]
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 .
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
Julien HENRY [Tue, 10 May 2016 15:23:32 +0000 (17:23 +0200)]
SONAR-6897 add IT
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
Sébastien Lesaint [Mon, 9 May 2016 15:05:46 +0000 (17:05 +0200)]
SONAR-6897 support copyFromPrevious in ChangeSet of analysis report
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.
Julien Lancelot [Wed, 11 May 2016 13:56:31 +0000 (15:56 +0200)]
SONAR-6336 No check should be done when updating condition
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
Sébastien Lesaint [Tue, 10 May 2016 16:06:36 +0000 (18:06 +0200)]
SONAR-7532 do not log submitter when unset
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
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
Julien Lancelot [Tue, 10 May 2016 09:15:16 +0000 (11:15 +0200)]
SONAR-7555 Add measures on number of won't fix issues
Julien Lancelot [Tue, 10 May 2016 10:32:56 +0000 (12:32 +0200)]
Add missing ITs execution
Julien Lancelot [Wed, 11 May 2016 09:26:20 +0000 (11:26 +0200)]
SONAR-7150 Fix IT
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
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
Julien Lancelot [Wed, 11 May 2016 07:30:22 +0000 (09:30 +0200)]
SONAR-7624 SONAR-7620 Deprecate tests domain
Julien Lancelot [Wed, 11 May 2016 07:14:28 +0000 (09:14 +0200)]
SONAR-7624 Deprecate "Test execution details" related WS
Julien Lancelot [Wed, 11 May 2016 07:14:14 +0000 (09:14 +0200)]
SONAR-7620 Deprecate "Coverage by test" WS
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
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
Julien Lancelot [Tue, 10 May 2016 12:56:46 +0000 (14:56 +0200)]
SONAR-7150 Number of directories should not include test directories
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
Julien HENRY [Tue, 10 May 2016 12:48:31 +0000 (14:48 +0200)]
SONAR-7512 New symbol reference API
Stas Vilchik [Tue, 10 May 2016 14:16:15 +0000 (16:16 +0200)]
SONAR-7566 Fix description of deprecation policy in Web API documentation
Stas Vilchik [Tue, 10 May 2016 13:53:35 +0000 (15:53 +0200)]
missed changes
Stas Vilchik [Tue, 10 May 2016 13:48:41 +0000 (15:48 +0200)]
SONAR-7518 Restore Profile does not warn on missing rules
Stas Vilchik [Tue, 10 May 2016 12:16:35 +0000 (14:16 +0200)]
fix ui glitch on overview page with small window
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
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
Teryk Bellahsene [Tue, 10 May 2016 12:07:19 +0000 (14:07 +0200)]
Remove ResourceIndexDao.indexProjects()
Teryk Bellahsene [Fri, 6 May 2016 13:23:55 +0000 (15:23 +0200)]
SONAR-7370 WS api/ce/activity returns developers
Teryk Bellahsene [Fri, 6 May 2016 09:57:47 +0000 (11:57 +0200)]
SONAR-7596 Bad 'rules' parameter description in WS api/issues/search
Teryk Bellahsene [Fri, 6 May 2016 09:13:12 +0000 (11:13 +0200)]
SONAR-7262 Deprecated qualifiers 'PAC' and 'CLA' in WS documentation
Julien HENRY [Tue, 10 May 2016 08:09:49 +0000 (10:09 +0200)]
SONAR-7509 Highlighting API should work with ranges (line/offset)
Sébastien Lesaint [Mon, 9 May 2016 14:09:02 +0000 (16:09 +0200)]
SONAR-7422 do not delete sharememory file in tempDir
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
Stas Vilchik [Tue, 10 May 2016 11:55:32 +0000 (13:55 +0200)]
display module name on measures page
Stas Vilchik [Tue, 10 May 2016 11:50:00 +0000 (13:50 +0200)]
SONAR-6336 display warning when duplicated conditions used
Simon Brandhof [Tue, 10 May 2016 10:03:32 +0000 (12:03 +0200)]
SONAR-7594 fix indexing of component names > 400 characters
Julien Lancelot [Wed, 4 May 2016 15:31:53 +0000 (17:31 +0200)]
SONAR-6906 Filter rules on profile language when bulk active rules
Stas Vilchik [Tue, 10 May 2016 08:52:43 +0000 (10:52 +0200)]
SONAR-7545 limit the input length on "Update Key" page
Sébastien Lesaint [Mon, 9 May 2016 10:32:04 +0000 (12:32 +0200)]
SONAR-7275 fail with specific message when loading rating settings
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)
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
Sébastien Lesaint [Mon, 9 May 2016 12:40:24 +0000 (14:40 +0200)]
SONAR-7532 display submitter login in logs when available
Julien HENRY [Mon, 9 May 2016 08:45:12 +0000 (10:45 +0200)]
SONAR-7598 Hide sensitive properties in scanner report for global properties
Sébastien Lesaint [Wed, 4 May 2016 11:54:41 +0000 (13:54 +0200)]
SONAR-7002 better exception message when decoding FileSources.DATA
Julien Lancelot [Tue, 10 May 2016 06:42:26 +0000 (08:42 +0200)]
SONAR-7269 Fix WS action example
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
Simon Brandhof [Mon, 9 May 2016 12:25:08 +0000 (14:25 +0200)]
SONAR-7594 fix indexing of component names > 400 characters