]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
9 years agoSONAR-6134, SONAR-6048 Improve performance of FS indexation
Julien HENRY [Wed, 28 Jan 2015 21:41:25 +0000 (22:41 +0100)]
SONAR-6134, SONAR-6048 Improve performance of FS indexation

9 years agoFix compatibility of db tests with non-H2
Simon Brandhof [Tue, 10 Feb 2015 14:46:03 +0000 (15:46 +0100)]
Fix compatibility of db tests with non-H2

by removing commit on auto-commit connections

9 years agoSONAR-6068 Improve performance of FileSystem query operation
Julien HENRY [Tue, 10 Feb 2015 13:59:36 +0000 (14:59 +0100)]
SONAR-6068 Improve performance of FileSystem query operation

9 years agoissue - update mapper accepting nullable value
Teryk Bellahsene [Tue, 10 Feb 2015 14:24:32 +0000 (15:24 +0100)]
issue - update mapper accepting nullable value

9 years agofix unit test
Teryk Bellahsene [Tue, 10 Feb 2015 13:55:22 +0000 (14:55 +0100)]
fix unit test

9 years agofix quality flaws
Teryk Bellahsene [Tue, 10 Feb 2015 13:37:28 +0000 (14:37 +0100)]
fix quality flaws

9 years agoSONAR-5960 remove CSV from db USERS.SCM_ACCOUNTS
Simon Brandhof [Sat, 7 Feb 2015 10:23:20 +0000 (11:23 +0100)]
SONAR-5960 remove CSV from db USERS.SCM_ACCOUNTS

9 years agoSONAR-2570 compress db table FILE_SOURCES
Simon Brandhof [Tue, 3 Feb 2015 22:06:45 +0000 (23:06 +0100)]
SONAR-2570 compress db table FILE_SOURCES

9 years agofix quality flaws
Teryk Bellahsene [Mon, 9 Feb 2015 17:05:17 +0000 (18:05 +0100)]
fix quality flaws

9 years agoSanitize README
Simon Brandhof [Mon, 9 Feb 2015 17:53:21 +0000 (18:53 +0100)]
Sanitize README

9 years agoSONAR-6162 Fix bad merge
Julien HENRY [Mon, 9 Feb 2015 17:23:17 +0000 (18:23 +0100)]
SONAR-6162 Fix bad merge

9 years agoMerge remote-tracking branch 'origin/branch-5.0'
Julien HENRY [Mon, 9 Feb 2015 16:56:32 +0000 (17:56 +0100)]
Merge remote-tracking branch 'origin/branch-5.0'

9 years agoSONAR-6162 Fix NPE when searching for Check of custom rules
Julien HENRY [Mon, 9 Feb 2015 16:17:00 +0000 (17:17 +0100)]
SONAR-6162 Fix NPE when searching for Check of custom rules

9 years agoSONAR-5183 - timezones - fix timemachine widget on oracle 77/head
Teryk Bellahsene [Mon, 9 Feb 2015 15:46:19 +0000 (16:46 +0100)]
SONAR-5183 - timezones - fix timemachine widget on oracle

9 years agoSONAR-6137 Protect against createdAfter in the future
Jean-Baptiste Lievremont [Mon, 9 Feb 2015 15:13:33 +0000 (16:13 +0100)]
SONAR-6137 Protect against createdAfter in the future

9 years agoSONAR-6137 Protect against createdAfter > createdBefore
Jean-Baptiste Lievremont [Mon, 9 Feb 2015 14:55:10 +0000 (15:55 +0100)]
SONAR-6137 Protect against createdAfter > createdBefore

9 years agoSONAR-6137 Handle lower bound for createdAt facet when no document match
Jean-Baptiste Lievremont [Mon, 9 Feb 2015 13:52:29 +0000 (14:52 +0100)]
SONAR-6137 Handle lower bound for createdAt facet when no document match

9 years agoSONAR-6170 Unresolved issues per assignee is failing to render on removed users
Julien Lancelot [Mon, 9 Feb 2015 15:30:37 +0000 (16:30 +0100)]
SONAR-6170 Unresolved issues per assignee is failing to render on removed users

9 years agoSONAR-6169 Fix lifecycle issue
Julien HENRY [Mon, 9 Feb 2015 15:05:47 +0000 (16:05 +0100)]
SONAR-6169 Fix lifecycle issue
Previous blame should be loaded after ProjectBuilders are executed

9 years agoFix log level
Julien HENRY [Mon, 9 Feb 2015 14:53:38 +0000 (15:53 +0100)]
Fix log level

9 years agoRemove debug code
Julien Lancelot [Mon, 9 Feb 2015 14:31:06 +0000 (15:31 +0100)]
Remove debug code

9 years agoSONAR-5183 timezones - migrate issues table from timestamp to long 73/head
Teryk Bellahsene [Wed, 4 Feb 2015 08:24:23 +0000 (09:24 +0100)]
SONAR-5183 timezones - migrate issues table from timestamp to long

9 years agoFix SearchOptions#setPage(int page, int pageSize) when pageSize is zero
Simon Brandhof [Mon, 9 Feb 2015 13:23:56 +0000 (14:23 +0100)]
Fix SearchOptions#setPage(int page, int pageSize) when pageSize is zero

9 years agoMerge remote-tracking branch 'origin/branch-5.0'
Julien Lancelot [Mon, 9 Feb 2015 12:10:08 +0000 (13:10 +0100)]
Merge remote-tracking branch 'origin/branch-5.0'

Conflicts:
server/sonar-server/src/main/java/org/sonar/server/batch/ProjectRepositoryLoader.java
server/sonar-server/src/test/java/org/sonar/server/batch/ProjectRepositoryLoaderMediumTest.java
server/sonar-server/src/test/java/org/sonar/server/rule/RuleTesting.java
sonar-batch-protocol/src/main/java/org/sonar/batch/protocol/input/ActiveRule.java
sonar-batch/src/test/java/org/sonar/batch/mediumtest/issues/IssuesMediumTest.java
sonar-batch/src/test/java/org/sonar/batch/mediumtest/issues/IssuesOnDirMediumTest.java

9 years agoSONAR-6162 Return template rule key in /batch/projects WS
Julien Lancelot [Mon, 9 Feb 2015 11:06:35 +0000 (12:06 +0100)]
SONAR-6162 Return template rule key in /batch/projects WS

9 years agoAdd missing jdbcType in UserMapper
Julien Lancelot [Mon, 9 Feb 2015 11:19:59 +0000 (12:19 +0100)]
Add missing jdbcType in UserMapper

9 years agoSONAR-6162 Return template rule key in /batch/projects WS
Julien Lancelot [Mon, 9 Feb 2015 10:41:55 +0000 (11:41 +0100)]
SONAR-6162 Return template rule key in /batch/projects WS

9 years agoRefactor issue search stack in order to remove dependency with
Simon Brandhof [Thu, 5 Feb 2015 12:37:25 +0000 (13:37 +0100)]
Refactor issue search stack in order to remove dependency with
SearchRequestHandler

9 years agoSONAR-5958 Migrate issue filters 75/head
Jean-Baptiste Lievremont [Fri, 6 Feb 2015 16:34:11 +0000 (17:34 +0100)]
SONAR-5958 Migrate issue filters

9 years agoSONAR-3566 Make it clear that issue-related information displayed in widgets is desyn...
Stas Vilchik [Fri, 6 Feb 2015 16:41:40 +0000 (17:41 +0100)]
SONAR-3566 Make it clear that issue-related information displayed in widgets is desynchronized

9 years agoSONAR-5950 ignore issue measures
Stas Vilchik [Fri, 6 Feb 2015 15:58:49 +0000 (16:58 +0100)]
SONAR-5950 ignore issue measures

9 years agoSONAR-5183 timezones - restore Snapshot API
Teryk Bellahsene [Fri, 6 Feb 2015 15:34:43 +0000 (16:34 +0100)]
SONAR-5183 timezones - restore Snapshot API

9 years agoSONAR-5886 apply feedback
Stas Vilchik [Fri, 6 Feb 2015 15:29:42 +0000 (16:29 +0100)]
SONAR-5886 apply feedback

9 years agoRevert "SONAR-6044 Stop storing distribution of issue-related measures by rule"
Julien Lancelot [Fri, 6 Feb 2015 14:09:57 +0000 (15:09 +0100)]
Revert "SONAR-6044 Stop storing distribution of issue-related measures by rule"

This reverts commit 217d3d5d39aa5a06828743d11b5a7fab0e10d8f0.

Conflicts:
server/sonar-server/src/main/java/org/sonar/server/db/migrations/DatabaseMigrations.java
sonar-core/src/main/java/org/sonar/core/persistence/DatabaseVersion.java
sonar-core/src/main/resources/org/sonar/core/persistence/rows-h2.sql

9 years agoRevert "SONAR-6044 Only rule measures should be removed"
Julien Lancelot [Fri, 6 Feb 2015 14:05:38 +0000 (15:05 +0100)]
Revert "SONAR-6044 Only rule measures should be removed"

This reverts commit 948d046d04e5c8e774857fb8b185af914ddd92cb.

9 years agoRevert "SONAR-6044 Fix migration on MySQL"
Julien Lancelot [Fri, 6 Feb 2015 14:02:50 +0000 (15:02 +0100)]
Revert "SONAR-6044 Fix migration on MySQL"

This reverts commit 838feafafc06f752ebd6cabfd467167fa9746404.

9 years agoSONAR-5183 timezones - fix widgets
Teryk Bellahsene [Fri, 6 Feb 2015 13:53:05 +0000 (14:53 +0100)]
SONAR-5183 timezones - fix widgets

9 years agoSONAR-5820 fix template facet
Stas Vilchik [Fri, 6 Feb 2015 10:00:04 +0000 (11:00 +0100)]
SONAR-5820 fix template facet

9 years agoSONAR-5820 remove old rule permalink
Stas Vilchik [Fri, 6 Feb 2015 09:56:25 +0000 (10:56 +0100)]
SONAR-5820 remove old rule permalink

9 years agoSONAR-6026 apply feedback
Stas Vilchik [Fri, 6 Feb 2015 09:38:01 +0000 (10:38 +0100)]
SONAR-6026 apply feedback

9 years agoSONAR-6044 Fix migration on MySQL
Julien Lancelot [Fri, 6 Feb 2015 08:42:16 +0000 (09:42 +0100)]
SONAR-6044 Fix migration on MySQL

9 years agoSONAR-5183 timezones - fix views and devcockpit
Teryk Bellahsene [Fri, 6 Feb 2015 08:23:38 +0000 (09:23 +0100)]
SONAR-5183 timezones - fix views and devcockpit

9 years agoSONAR-6137 Display full selected range on issues createdAt facet
Jean-Baptiste Lievremont [Thu, 5 Feb 2015 16:38:20 +0000 (17:38 +0100)]
SONAR-6137 Display full selected range on issues createdAt facet

9 years agoSONAR-6041 update admin pages layout
Stas Vilchik [Thu, 5 Feb 2015 16:36:47 +0000 (17:36 +0100)]
SONAR-6041 update admin pages layout

9 years agoSONAR-6089 Fix test
Julien Lancelot [Thu, 5 Feb 2015 15:37:13 +0000 (16:37 +0100)]
SONAR-6089 Fix test

9 years agoSONAR-6089 Add java doc
Julien Lancelot [Thu, 5 Feb 2015 15:29:39 +0000 (16:29 +0100)]
SONAR-6089 Add java doc

9 years agoSONAR-6089 Only clear lookup cache of current View
Julien Lancelot [Thu, 5 Feb 2015 07:31:59 +0000 (08:31 +0100)]
SONAR-6089 Only clear lookup cache of current View

9 years agoSONAR-6089 Clear views cache when indexing views
Julien Lancelot [Wed, 4 Feb 2015 13:20:36 +0000 (14:20 +0100)]
SONAR-6089 Clear views cache when indexing views

9 years agoSONAR-5862 Users should have a way to easily discover that shortcuts exist and unders...
Stas Vilchik [Wed, 4 Feb 2015 14:07:29 +0000 (15:07 +0100)]
SONAR-5862 Users should have a way to easily discover that shortcuts exist and understand their scope

9 years agoFix compatibility of test AnalysisReportDaoTest with Oracle
Simon Brandhof [Wed, 4 Feb 2015 08:21:26 +0000 (09:21 +0100)]
Fix compatibility of test AnalysisReportDaoTest with Oracle

9 years agoComputation - add some tests and filter ComputationStep by project qualifier
Simon Brandhof [Tue, 3 Feb 2015 08:54:36 +0000 (09:54 +0100)]
Computation - add some tests and filter ComputationStep by project qualifier

9 years agoSONAR-6089 Only clear lookup cache of current View
Julien Lancelot [Thu, 5 Feb 2015 07:31:59 +0000 (08:31 +0100)]
SONAR-6089 Only clear lookup cache of current View

9 years agoSONAR-6089 Clear views cache when indexing views
Julien Lancelot [Wed, 4 Feb 2015 13:20:36 +0000 (14:20 +0100)]
SONAR-6089 Clear views cache when indexing views

9 years agohighlight current selected file on the drilldown page
Stas Vilchik [Thu, 5 Feb 2015 15:40:36 +0000 (16:40 +0100)]
highlight current selected file on the drilldown page

9 years agoSONAR-5885 apply feeback
Stas Vilchik [Thu, 5 Feb 2015 15:37:02 +0000 (16:37 +0100)]
SONAR-5885 apply feeback

9 years agoSONAR-6150 It should be possible to select a custom author in the facet on Issues...
Stas Vilchik [Thu, 5 Feb 2015 15:18:40 +0000 (16:18 +0100)]
SONAR-6150 It should be possible to select a custom author in the facet on Issues page

9 years agoSONAR-6150 Search authors in issues index
Jean-Baptiste Lievremont [Thu, 5 Feb 2015 11:07:31 +0000 (12:07 +0100)]
SONAR-6150 Search authors in issues index

9 years agoFix typo in parameter description
Jean-Baptiste Lievremont [Thu, 5 Feb 2015 09:35:09 +0000 (10:35 +0100)]
Fix typo in parameter description

9 years agorework css
Stas Vilchik [Wed, 4 Feb 2015 19:53:35 +0000 (20:53 +0100)]
rework css

9 years agoSONAR-5966 limit the number of suggested tags
Stas Vilchik [Thu, 5 Feb 2015 09:58:17 +0000 (10:58 +0100)]
SONAR-5966 limit the number of suggested tags

9 years agoSONAR-5345 apply feedback
Stas Vilchik [Thu, 5 Feb 2015 09:39:31 +0000 (10:39 +0100)]
SONAR-5345 apply feedback

9 years agoSONAR-5220 update branding dependency
Stas Vilchik [Thu, 5 Feb 2015 09:28:47 +0000 (10:28 +0100)]
SONAR-5220 update branding dependency

9 years agoSONAR-5183 timezones - fix timemachine ruby code 72/head
Teryk Bellahsene [Thu, 5 Feb 2015 09:21:07 +0000 (10:21 +0100)]
SONAR-5183 timezones - fix timemachine ruby code

9 years agoSONAR-6026 Migrate calls to search from widgets to use the new parameters
Stas Vilchik [Thu, 5 Feb 2015 09:06:51 +0000 (10:06 +0100)]
SONAR-6026 Migrate calls to search from widgets to use the new parameters

9 years agoSONAR-6157 The search of modules should not be available in the Issues page
Stas Vilchik [Thu, 5 Feb 2015 08:34:15 +0000 (09:34 +0100)]
SONAR-6157 The search of modules should not be available in the Issues page

9 years agoSONAR-5183 - analysis unsensitive to timezones - update dbUnit test
Teryk Bellahsene [Wed, 4 Feb 2015 17:15:52 +0000 (18:15 +0100)]
SONAR-5183 - analysis unsensitive to timezones - update dbUnit test

9 years agoSONAR-5183 - analysis unsensitive to timezones - snapshots table 67/head
Teryk Bellahsene [Wed, 4 Feb 2015 16:18:05 +0000 (17:18 +0100)]
SONAR-5183 - analysis unsensitive to timezones - snapshots table

9 years agoSONAR-5893 links from the widget should point to the contextualized issues page
Stas Vilchik [Wed, 4 Feb 2015 16:29:55 +0000 (17:29 +0100)]
SONAR-5893 links from the widget should point to the contextualized issues page

9 years agoSONAR-5886 improve the creation date facet on the issues page
Stas Vilchik [Wed, 28 Jan 2015 09:08:19 +0000 (10:08 +0100)]
SONAR-5886 improve the creation date facet on the issues page

9 years agoRemove TimeZone manipulation in unit test
Jean-Baptiste Lievremont [Wed, 4 Feb 2015 15:36:03 +0000 (16:36 +0100)]
Remove TimeZone manipulation in unit test

9 years agoSONAR-6082 fix streching effect
Stas Vilchik [Wed, 4 Feb 2015 15:27:23 +0000 (16:27 +0100)]
SONAR-6082 fix streching effect

9 years agoSONAR-6041 apply feedback
Stas Vilchik [Wed, 4 Feb 2015 15:19:48 +0000 (16:19 +0100)]
SONAR-6041 apply feedback

9 years agoSONAR-5789 apply feedback
Stas Vilchik [Wed, 4 Feb 2015 14:45:00 +0000 (15:45 +0100)]
SONAR-5789 apply feedback

9 years agoSONAR-5220 add default home icon
Stas Vilchik [Wed, 4 Feb 2015 14:40:30 +0000 (15:40 +0100)]
SONAR-5220 add default home icon

9 years agoSONAR-6042 add tooltip for unconfirm action
Stas Vilchik [Wed, 4 Feb 2015 14:21:00 +0000 (15:21 +0100)]
SONAR-6042 add tooltip for unconfirm action

9 years agoSONAR-5521 fix zero trend icon
Stas Vilchik [Wed, 4 Feb 2015 14:19:27 +0000 (15:19 +0100)]
SONAR-5521 fix zero trend icon

9 years agoDisable ES cache on date-related filters
Jean-Baptiste Lievremont [Wed, 4 Feb 2015 14:14:57 +0000 (15:14 +0100)]
Disable ES cache on date-related filters

9 years agoSONAR-6137 Apply feedback on PR (refactoring of facet processing, tests split)
Jean-Baptiste Lievremont [Wed, 4 Feb 2015 13:25:15 +0000 (14:25 +0100)]
SONAR-6137 Apply feedback on PR (refactoring of facet processing, tests split)

9 years agoSONAR-6137 Publish createdAt facet in WS API
Jean-Baptiste Lievremont [Tue, 3 Feb 2015 15:12:47 +0000 (16:12 +0100)]
SONAR-6137 Publish createdAt facet in WS API

9 years agoSONAR-6137 Use min value from issues when createdAfter is not specified
Jean-Baptiste Lievremont [Tue, 3 Feb 2015 14:23:55 +0000 (15:23 +0100)]
SONAR-6137 Use min value from issues when createdAfter is not specified

9 years agoSONAR-6137 Fix issue with timezone format
Jean-Baptiste Lievremont [Tue, 3 Feb 2015 12:59:46 +0000 (13:59 +0100)]
SONAR-6137 Fix issue with timezone format

9 years agoSONAR-6137 Use query parameters to compute bucket size
Jean-Baptiste Lievremont [Tue, 3 Feb 2015 11:20:50 +0000 (12:20 +0100)]
SONAR-6137 Use query parameters to compute bucket size

9 years agoSONAR-6137 Make 0-valued buckets appear in createdAt facet
Jean-Baptiste Lievremont [Tue, 3 Feb 2015 10:34:19 +0000 (11:34 +0100)]
SONAR-6137 Make 0-valued buckets appear in createdAt facet

9 years agoSONAR-6137 Add basic facet on createdAt, with bucket size = 1 day
Jean-Baptiste Lievremont [Tue, 3 Feb 2015 10:25:29 +0000 (11:25 +0100)]
SONAR-6137 Add basic facet on createdAt, with bucket size = 1 day

9 years agoApply feedback from PR #65
Jean-Baptiste Lievremont [Tue, 3 Feb 2015 15:29:15 +0000 (16:29 +0100)]
Apply feedback from PR #65

9 years agoSONAR-6044 Only rule measures should be removed
Julien Lancelot [Wed, 4 Feb 2015 09:51:53 +0000 (10:51 +0100)]
SONAR-6044 Only rule measures should be removed

9 years agoSONAR-6044 Stop storing distribution of issue-related measures by rule
Julien Lancelot [Tue, 3 Feb 2015 11:20:09 +0000 (12:20 +0100)]
SONAR-6044 Stop storing distribution of issue-related measures by rule

9 years agoSONAR-5862 Users should have a way to easily discover that shortcuts exist and unders...
Stas Vilchik [Wed, 4 Feb 2015 14:07:29 +0000 (15:07 +0100)]
SONAR-5862 Users should have a way to easily discover that shortcuts exist and understand their scope

9 years agoSONAR-6129 Browser cache must be forcibly reset at each new version of SonarQube
Stas Vilchik [Wed, 4 Feb 2015 12:37:59 +0000 (13:37 +0100)]
SONAR-6129 Browser cache must be forcibly reset at each new version of SonarQube

9 years agoMerge pull request #68 from SonarSource/feature/ajax-errors
Stas Vilchik [Wed, 4 Feb 2015 12:18:53 +0000 (13:18 +0100)]
Merge pull request #68 from SonarSource/feature/ajax-errors

SONAR-5946 SONAR-6027 better handling of ajax errors

9 years agoFix quality flaws
Simon Brandhof [Wed, 4 Feb 2015 10:46:12 +0000 (11:46 +0100)]
Fix quality flaws

9 years agoSONAR-6140 use JVM ciphers by default
Simon Brandhof [Wed, 4 Feb 2015 10:05:39 +0000 (11:05 +0100)]
SONAR-6140 use JVM ciphers by default

9 years agoSONAR-6082 Improve the coverage markers
Stas Vilchik [Wed, 4 Feb 2015 09:12:29 +0000 (10:12 +0100)]
SONAR-6082 Improve the coverage markers

9 years agoSONAR-5820 fix issue with NONE characteristic
Stas Vilchik [Wed, 4 Feb 2015 08:23:07 +0000 (09:23 +0100)]
SONAR-5820 fix issue with NONE characteristic

9 years agoFix compatibility of test AnalysisReportDaoTest with Oracle
Simon Brandhof [Wed, 4 Feb 2015 08:21:26 +0000 (09:21 +0100)]
Fix compatibility of test AnalysisReportDaoTest with Oracle

9 years agoSONAR-5345 fix url escaping
Stas Vilchik [Wed, 4 Feb 2015 08:16:38 +0000 (09:16 +0100)]
SONAR-5345 fix url escaping

9 years agoSONAR-5820 fix alignment of rule parameters
Stas Vilchik [Tue, 3 Feb 2015 17:27:56 +0000 (18:27 +0100)]
SONAR-5820 fix alignment of rule parameters

9 years agoSONAR-6041 fix scrolling bugs on issues and rules pages
Stas Vilchik [Tue, 3 Feb 2015 17:18:26 +0000 (18:18 +0100)]
SONAR-6041 fix scrolling bugs on issues and rules pages

9 years agoImprove micro-benchmarks of serializers
Simon Brandhof [Tue, 3 Feb 2015 20:37:39 +0000 (21:37 +0100)]
Improve micro-benchmarks of serializers

9 years agoImprove micro-benchmark of Externalizable
Simon Brandhof [Tue, 3 Feb 2015 18:39:57 +0000 (19:39 +0100)]
Improve micro-benchmark of Externalizable