]>
source.dussan.org Git - sonarqube.git/log
Julien Lancelot [Fri, 13 May 2016 14:42:56 +0000 (16:42 +0200)]
SONAR-7640 Return unauthenticated when login/password are bad
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
Julien HENRY [Tue, 17 May 2016 09:42:45 +0000 (11:42 +0200)]
Improve unit test coverage
Duarte Meneses [Tue, 17 May 2016 12:35:39 +0000 (14:35 +0200)]
Adjust perf timings
Teryk Bellahsene [Tue, 17 May 2016 09:21:48 +0000 (11:21 +0200)]
SONAR-7637 add timezone related tests to IssueIndex
Julien HENRY [Tue, 17 May 2016 08:15:46 +0000 (10:15 +0200)]
Add unit test for SensorContextTester
Sébastien Lesaint [Fri, 13 May 2016 13:38:00 +0000 (15:38 +0200)]
SONAR-7390 support highlighting over multiline including empty one
Duarte Meneses [Tue, 17 May 2016 08:52:21 +0000 (10:52 +0200)]
Fix perf tests without WS cache and non connected mode
Julien HENRY [Tue, 17 May 2016 07:57:55 +0000 (09:57 +0200)]
Fix some quality flaws
Julien HENRY [Tue, 17 May 2016 07:32:42 +0000 (09:32 +0200)]
Improve Javasoc of SensorContextTester
Simon Brandhof [Tue, 17 May 2016 07:49:29 +0000 (09:49 +0200)]
Fix javadoc of deprecated BaseMapping
Simon Brandhof [Tue, 17 May 2016 07:49:17 +0000 (09:49 +0200)]
Remove dead code
Stas Vilchik [Mon, 16 May 2016 13:15:08 +0000 (15:15 +0200)]
display number of new lines to cover on overview page
Simon Brandhof [Mon, 16 May 2016 12:25:52 +0000 (14:25 +0200)]
Remove dead code
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.
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
Simon Brandhof [Mon, 16 May 2016 10:12:14 +0000 (12:12 +0200)]
EsTester verifies that putDocuments() does not fail
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.
Simon Brandhof [Mon, 16 May 2016 11:32:55 +0000 (13:32 +0200)]
Do not store _source in index rules/activeRule
Stas Vilchik [Mon, 16 May 2016 11:35:58 +0000 (13:35 +0200)]
SONAR-7530 Add pagination on the Project Measures page (#977)
Stas Vilchik [Mon, 16 May 2016 10:31:59 +0000 (12:31 +0200)]
SONAR-6336 display warning only for saved conditions
Julien Lancelot [Mon, 16 May 2016 09:21:08 +0000 (11:21 +0200)]
SONAR-7400 Replace ActiveRuleDao#selectByRule by selectByRuleId
Julien Lancelot [Fri, 13 May 2016 07:57:27 +0000 (09:57 +0200)]
SONAR-7400 Remove no more used code
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
Julien Lancelot [Thu, 12 May 2016 15:53:07 +0000 (17:53 +0200)]
SONAR-7400 Remove parentKey field from active rule index
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
Julien Lancelot [Mon, 16 May 2016 10:06:26 +0000 (12:06 +0200)]
SONAR-7187 Fix example due to removal of pagination
Simon Brandhof [Fri, 13 May 2016 19:50:23 +0000 (21:50 +0200)]
Fix comment in scanner_report.proto
Julien Lancelot [Mon, 16 May 2016 06:44:46 +0000 (08:44 +0200)]
SONAR-7175 Ignore test waiting for QA
Teryk Bellahsene [Fri, 13 May 2016 17:22:59 +0000 (19:22 +0200)]
SONAR-7637 WS api/issues/search 'createdAter' parameter should be inclusive
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
Stas Vilchik [Fri, 13 May 2016 16:03:18 +0000 (18:03 +0200)]
improve project deletion page
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
Duarte Meneses [Fri, 13 May 2016 14:50:08 +0000 (16:50 +0200)]
Improve quality
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
Duarte Meneses [Fri, 13 May 2016 12:48:20 +0000 (14:48 +0200)]
SONAR-7626 Deprecate issues report (html/console) feature
Stas Vilchik [Fri, 13 May 2016 14:24:17 +0000 (16:24 +0200)]
refactor project overview page (#908)
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
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