]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
8 years agoMerge pull request #665 from SonarSource/feature/drop-dashboards
Stas Vilchik [Fri, 4 Dec 2015 08:04:17 +0000 (09:04 +0100)]
Merge pull request #665 from SonarSource/feature/drop-dashboards

SONAR-7030 Drop most default hardcoded built-in dashboards

8 years agoSONAR-6956 Index issues by project 673/head
Julien Lancelot [Thu, 3 Dec 2015 14:11:36 +0000 (15:11 +0100)]
SONAR-6956 Index issues by project

When computing a report of a project, instead of indexing all changed issues, only updated issues from the project are now indexed.

8 years agoSONAR-6884 Update existing collation columns on MsSQL 670/head
Julien Lancelot [Thu, 3 Dec 2015 18:12:42 +0000 (19:12 +0100)]
SONAR-6884 Update existing collation columns on MsSQL

8 years agoSONAR-6884 Create and update columns on MsSQL with collation
Julien Lancelot [Wed, 2 Dec 2015 08:28:42 +0000 (09:28 +0100)]
SONAR-6884 Create and update columns on MsSQL with collation

8 years agoSONAR-6884 Take into account nullable information when updating a column
Julien Lancelot [Thu, 3 Dec 2015 14:36:41 +0000 (15:36 +0100)]
SONAR-6884 Take into account nullable information when updating a column

8 years agoSONAR-6884 Rename StringColumnDef to VarcharColumnDef
Julien Lancelot [Wed, 2 Dec 2015 13:44:45 +0000 (14:44 +0100)]
SONAR-6884 Rename StringColumnDef to VarcharColumnDef

8 years agoSONAR-6884 Create a ClobColumnDef to create Clob columns
Julien Lancelot [Thu, 3 Dec 2015 14:29:16 +0000 (15:29 +0100)]
SONAR-6884 Create a ClobColumnDef to create Clob columns

8 years agoFix index name on FILE_SOURCES on H2
Julien Lancelot [Wed, 2 Dec 2015 13:55:57 +0000 (14:55 +0100)]
Fix index name on FILE_SOURCES on H2

On H2, index name was FILE_SOURCES_UUID_TYPE_UNIQUE, but it's FILE_SOURCES_UUID_TYPE on other database

8 years agoFix index name on ACTIVITIES on H2
Julien Lancelot [Wed, 2 Dec 2015 13:49:22 +0000 (14:49 +0100)]
Fix index name on ACTIVITIES on H2

On H2, index name was LOG_KEY_INDEX, but it's ACTIVITIES_LOG_KEY on other database

8 years agoFix index name on RESOURCE_INDEX on H2
Julien Lancelot [Wed, 2 Dec 2015 12:52:21 +0000 (13:52 +0100)]
Fix index name on RESOURCE_INDEX on H2

On H2, index name was RESOURCE_INDEX_KEE, but it's RESOURCE_INDEX_KEY on other database

8 years agoFix index name on QUALITY_GATES on H2
Julien Lancelot [Wed, 2 Dec 2015 12:37:28 +0000 (13:37 +0100)]
Fix index name on QUALITY_GATES on H2

On H2, index name was QUALITY_GATES_UNIQUE, but it's UNIQ_QUALITY_GATES on other database

8 years agoFix index name on PROJECT_QPROFILES on H2
Julien Lancelot [Wed, 2 Dec 2015 10:44:04 +0000 (11:44 +0100)]
Fix index name on PROJECT_QPROFILES on H2

On H2, index name was PROJECT_QPROFILES_UNIQUE, but on other databases it's UNIQ_PROJECT_QPROFILES

8 years agoFix index name on RULES_PROFILES on H2
Julien Lancelot [Wed, 2 Dec 2015 09:15:17 +0000 (10:15 +0100)]
Fix index name on RULES_PROFILES on H2

On H2, index name was PROFILE_UNIQUE_KEY, but on other database it's UNIQ_QPROF_KEY

8 years agoreorder measure on the debt project page
Stas Vilchik [Thu, 3 Dec 2015 17:16:12 +0000 (18:16 +0100)]
reorder measure on the debt project page

8 years agofix ProjectOverviewTest
Stas Vilchik [Thu, 3 Dec 2015 17:13:46 +0000 (18:13 +0100)]
fix ProjectOverviewTest

8 years agodrop useless test
Stas Vilchik [Thu, 3 Dec 2015 16:51:29 +0000 (17:51 +0100)]
drop useless test

8 years agoimprove position of axis labels on bubble charts on the overview page
Stas Vilchik [Thu, 3 Dec 2015 16:47:18 +0000 (17:47 +0100)]
improve position of axis labels on bubble charts on the overview page

8 years agofix search on the update center page
Stas Vilchik [Thu, 3 Dec 2015 16:35:01 +0000 (17:35 +0100)]
fix search on the update center page

8 years agoapply different ui feedback on the overview page
Stas Vilchik [Thu, 3 Dec 2015 13:19:11 +0000 (14:19 +0100)]
apply different ui feedback on the overview page

8 years agoSONAR-7028 Update default value of sonar.technicalDebt.ratingGrid 671/head
Julien Lancelot [Thu, 3 Dec 2015 10:06:40 +0000 (11:06 +0100)]
SONAR-7028 Update default value of sonar.technicalDebt.ratingGrid

Default value is now "0.05,0.1,0.2,0.5", it was "0.1,0.2,0.5,1"

8 years agoSONAR-7068 apply feedback
Stas Vilchik [Thu, 3 Dec 2015 12:34:18 +0000 (13:34 +0100)]
SONAR-7068 apply feedback

8 years agoSONAR-7063 apply feedback
Stas Vilchik [Thu, 3 Dec 2015 11:31:19 +0000 (12:31 +0100)]
SONAR-7063 apply feedback

8 years agoTry to make IssuesModeTest::concurrent_issue_mode_on_existing_project more robust 668/head
Julien HENRY [Thu, 3 Dec 2015 08:44:59 +0000 (09:44 +0100)]
Try to make IssuesModeTest::concurrent_issue_mode_on_existing_project more robust

8 years agoSONAR-7100 Disable WS cache by default in issues mode
Julien HENRY [Wed, 2 Dec 2015 13:10:44 +0000 (14:10 +0100)]
SONAR-7100 Disable WS cache by default in issues mode

8 years agoSONAR-7027 do not try and compute variations of developer measures 669/head
Sébastien Lesaint [Wed, 2 Dec 2015 14:49:02 +0000 (15:49 +0100)]
SONAR-7027 do not try and compute variations of developer measures

8 years agoSONAR-7027 add&retrieve raw measure for dev in MeasureRepositoryRule
Sébastien Lesaint [Wed, 2 Dec 2015 16:36:54 +0000 (17:36 +0100)]
SONAR-7027 add&retrieve raw measure for dev in MeasureRepositoryRule

8 years agoSONAR-6809 fix child-first classloader strategy
Simon Brandhof [Wed, 2 Dec 2015 17:30:17 +0000 (18:30 +0100)]
SONAR-6809 fix child-first classloader strategy

sonar-java-api was removed from root <dependencyManagement> (5a1a0e3fbec92bbc8508cfc5165b2c6590666ce5)
but not from sonar-plugin-api-deps. The exclusion of sonar-plugin-api was lost, so child-first classloader strategy
loaded SonarPlugin class from plugin instead of core classloader.

8 years agoSONAR-7060 CeQueueInitializer must initialize after plugins 664/head
Sébastien Lesaint [Tue, 1 Dec 2015 13:02:46 +0000 (14:02 +0100)]
SONAR-7060 CeQueueInitializer must initialize after plugins

8 years agoSONAR-7088 faster consumption of pending tasks in CE 667/head
Sébastien Lesaint [Tue, 1 Dec 2015 16:20:09 +0000 (17:20 +0100)]
SONAR-7088 faster consumption of pending tasks in CE

8 years agoFix execution of it-plugins on travis
Simon Brandhof [Wed, 2 Dec 2015 17:12:39 +0000 (18:12 +0100)]
Fix execution of it-plugins on travis

8 years agoreorder travis jobs for faster build
Stas Vilchik [Wed, 2 Dec 2015 16:11:22 +0000 (17:11 +0100)]
reorder travis jobs for faster build

8 years agoSONAR-7068 improve alignment of measure on the overview page
Stas Vilchik [Wed, 2 Dec 2015 16:06:27 +0000 (17:06 +0100)]
SONAR-7068 improve alignment of measure on the overview page

8 years agoUse token for SonarQube analysis
Simon Brandhof [Wed, 2 Dec 2015 15:42:26 +0000 (16:42 +0100)]
Use token for SonarQube analysis

8 years agoimprove display of overview pages when no coverage or duplications details available
Stas Vilchik [Wed, 2 Dec 2015 14:01:20 +0000 (15:01 +0100)]
improve display of overview pages when no coverage or duplications details available

8 years agodo not display overview pages for developers
Stas Vilchik [Wed, 2 Dec 2015 14:23:33 +0000 (15:23 +0100)]
do not display overview pages for developers

8 years agofix ITs 665/head
Stas Vilchik [Wed, 2 Dec 2015 13:36:29 +0000 (14:36 +0100)]
fix ITs

8 years agoAdd IT ScanPermissionTest 666/head
Simon Brandhof [Wed, 2 Dec 2015 13:15:38 +0000 (14:15 +0100)]
Add IT ScanPermissionTest

8 years agoFix logging of public url
Simon Brandhof [Wed, 2 Dec 2015 12:42:47 +0000 (13:42 +0100)]
Fix logging of public url

8 years agows-client should not throw HttpException by default
Simon Brandhof [Wed, 2 Dec 2015 10:40:43 +0000 (11:40 +0100)]
ws-client should not throw HttpException by default

8 years agoSONAR-6890 Wrong link while drilling down from quality gate widget to new issues
Stas Vilchik [Wed, 2 Dec 2015 11:08:44 +0000 (12:08 +0100)]
SONAR-6890 Wrong link while drilling down from quality gate widget to new issues

8 years agoSONAR-7090 Filter project permissions by qualifier in the UI
Stas Vilchik [Wed, 2 Dec 2015 10:28:00 +0000 (11:28 +0100)]
SONAR-7090 Filter project permissions by qualifier in the UI

8 years agoSONAR-7030 Drop most default hardcoded built-in dashboards
Stas Vilchik [Wed, 2 Dec 2015 09:52:21 +0000 (10:52 +0100)]
SONAR-7030 Drop most default hardcoded built-in dashboards

8 years agoSONAR-7034 WS ce/task works for users with the 'Execute Analysis' permission 662/head
Teryk Bellahsene [Tue, 1 Dec 2015 09:38:29 +0000 (10:38 +0100)]
SONAR-7034 WS ce/task works for users with the 'Execute Analysis' permission

8 years agoRename api/ce actions for consistency
Teryk Bellahsene [Mon, 30 Nov 2015 16:27:23 +0000 (17:27 +0100)]
Rename api/ce actions for consistency

8 years agoSONAR-7084 Analysis do not fail when a component do not have a path 661/head
Teryk Bellahsene [Mon, 30 Nov 2015 15:51:26 +0000 (16:51 +0100)]
SONAR-7084 Analysis do not fail when a component do not have a path

8 years agoSONAR-7078 Open drilldown on "Technical Debt on New code" when failed condition is...
Stas Vilchik [Wed, 2 Dec 2015 09:19:58 +0000 (10:19 +0100)]
SONAR-7078 Open drilldown on "Technical Debt on New code" when failed condition is "Technical Debt Ratio on New Code"

8 years agoSONAR-7059 improve project navigation
Stas Vilchik [Tue, 1 Dec 2015 16:36:03 +0000 (17:36 +0100)]
SONAR-7059 improve project navigation

8 years agoSONAR-6933 Drop newDuplication() beta API 663/head
Julien HENRY [Tue, 1 Dec 2015 10:26:45 +0000 (11:26 +0100)]
SONAR-6933 Drop newDuplication() beta API

8 years agosmall fixes on the overview page
Stas Vilchik [Tue, 1 Dec 2015 15:20:04 +0000 (16:20 +0100)]
small fixes on the overview page

8 years agoimprove display of coverage overview
Stas Vilchik [Tue, 1 Dec 2015 15:09:04 +0000 (16:09 +0100)]
improve display of coverage overview

8 years agoimprove display of project navigation
Stas Vilchik [Tue, 1 Dec 2015 14:13:20 +0000 (15:13 +0100)]
improve display of project navigation

8 years agoSONAR-7099 Drop the "Compare" link at project level
Stas Vilchik [Tue, 1 Dec 2015 13:55:47 +0000 (14:55 +0100)]
SONAR-7099 Drop the "Compare" link at project level

8 years agoimprove display of leak period label on the detailed overview pages
Stas Vilchik [Tue, 1 Dec 2015 13:53:24 +0000 (14:53 +0100)]
improve display of leak period label on the detailed overview pages

8 years agoSONAR-7064 add link from ncloc histogram to drilldown
Stas Vilchik [Tue, 1 Dec 2015 13:39:58 +0000 (14:39 +0100)]
SONAR-7064 add link from ncloc histogram to drilldown

8 years agoSONAR-7063 Show events history in the project overview page
Stas Vilchik [Tue, 1 Dec 2015 13:29:02 +0000 (14:29 +0100)]
SONAR-7063 Show events history in the project overview page

8 years agoSONAR-7054 use ws-client in batch
Simon Brandhof [Wed, 25 Nov 2015 09:54:56 +0000 (10:54 +0100)]
SONAR-7054 use ws-client in batch

8 years agoadd equals and hashcode to Period class 660/head
Sébastien Lesaint [Mon, 30 Nov 2015 14:02:56 +0000 (15:02 +0100)]
add equals and hashcode to Period class

8 years agomove PeriodResolver out of LoadPeriodsStep
Sébastien Lesaint [Fri, 27 Nov 2015 14:54:14 +0000 (15:54 +0100)]
move PeriodResolver out of LoadPeriodsStep

so that it can be used by Developer Cockpit

8 years agoSONAR-7062 SONAR-7016 improve timeline on detailed overview pages
Stas Vilchik [Mon, 30 Nov 2015 16:23:18 +0000 (17:23 +0100)]
SONAR-7062 SONAR-7016 improve timeline on detailed overview pages

8 years agoSONAR-6809 Remove sonar-java-api from distribution
Julien HENRY [Mon, 30 Nov 2015 15:59:36 +0000 (16:59 +0100)]
SONAR-6809 Remove sonar-java-api from distribution

8 years agofix treemap test
Stas Vilchik [Mon, 30 Nov 2015 15:16:16 +0000 (16:16 +0100)]
fix treemap test

8 years agoSONAR-6946 Add an ability to drilldown on the overview treemap
Stas Vilchik [Mon, 30 Nov 2015 14:38:42 +0000 (15:38 +0100)]
SONAR-6946 Add an ability to drilldown on the overview treemap

8 years agoSONAR-6945 Limit the number of bubbles on the overview bubble chart
Stas Vilchik [Mon, 30 Nov 2015 12:51:24 +0000 (13:51 +0100)]
SONAR-6945 Limit the number of bubbles on the overview bubble chart

8 years agoImprove UT coverage 656/head
Julien HENRY [Fri, 27 Nov 2015 09:31:57 +0000 (10:31 +0100)]
Improve UT coverage

8 years agoSONAR-6183 Add validation of *coverage_line_hits_data measures
Julien HENRY [Fri, 27 Nov 2015 08:03:02 +0000 (09:03 +0100)]
SONAR-6183 Add validation of *coverage_line_hits_data measures

8 years agoSONAR-6892 WS permissions/search_project_permissions filter by qualifier 657/head
Teryk Bellahsene [Fri, 27 Nov 2015 17:09:46 +0000 (18:09 +0100)]
SONAR-6892 WS permissions/search_project_permissions filter by qualifier

8 years agoSONAR-7065 apply feedback
Stas Vilchik [Mon, 30 Nov 2015 12:35:51 +0000 (13:35 +0100)]
SONAR-7065 apply feedback

8 years agoSONAR-7069 Improve support of views on the overview page
Stas Vilchik [Mon, 30 Nov 2015 10:24:50 +0000 (11:24 +0100)]
SONAR-7069 Improve support of views on the overview page

8 years agoSONAR-7083 search for active rule with a null param. Add tests to validate fix
Teryk Bellahsene [Mon, 30 Nov 2015 10:48:51 +0000 (11:48 +0100)]
SONAR-7083 search for active rule with a null param. Add tests to validate fix

8 years agoAlways select queue rows in the same order 659/head
Simon Brandhof [Mon, 30 Nov 2015 08:42:06 +0000 (09:42 +0100)]
Always select queue rows in the same order

8 years agoTemporarily disable coverage per test during PR analysis
Simon Brandhof [Mon, 30 Nov 2015 08:22:38 +0000 (09:22 +0100)]
Temporarily disable coverage per test during PR analysis

8 years agoAnalyze PR only on master merge
Simon Brandhof [Mon, 30 Nov 2015 08:22:05 +0000 (09:22 +0100)]
Analyze PR only on master merge

8 years agoAnalyze naming convention to travis.sh env variable GITHUB_TOKEN
Simon Brandhof [Mon, 30 Nov 2015 08:21:35 +0000 (09:21 +0100)]
Analyze naming convention to travis.sh env variable GITHUB_TOKEN

8 years agoFix quality flaws in BatchUtils
Simon Brandhof [Mon, 30 Nov 2015 08:15:38 +0000 (09:15 +0100)]
Fix quality flaws in BatchUtils

8 years agoSONAR-7064 Replace treemap on the size overview page with histogram
Stas Vilchik [Fri, 27 Nov 2015 15:50:05 +0000 (16:50 +0100)]
SONAR-7064 Replace treemap on the size overview page with histogram

8 years agoSONAR-7065 Add tooltips for complexity distribution bars on the overview page
Stas Vilchik [Fri, 27 Nov 2015 15:26:47 +0000 (16:26 +0100)]
SONAR-7065 Add tooltips for complexity distribution bars on the overview page

8 years agoSONAR-7051 SONAR-7052 apply feedback
Stas Vilchik [Fri, 27 Nov 2015 14:42:50 +0000 (15:42 +0100)]
SONAR-7051 SONAR-7052 apply feedback

8 years agotest how to generate and revoke tokens through web ui
Stas Vilchik [Fri, 27 Nov 2015 14:20:46 +0000 (15:20 +0100)]
test how to generate and revoke tokens through web ui

8 years agoSONAR-7050 SONAR-7051 SONAR-7052 add ability to generate, list and revoke user tokens
Stas Vilchik [Fri, 27 Nov 2015 10:30:34 +0000 (11:30 +0100)]
SONAR-7050 SONAR-7051 SONAR-7052 add ability to generate, list and revoke user tokens

8 years agoFix quality issue
Duarte Meneses [Fri, 27 Nov 2015 11:40:24 +0000 (12:40 +0100)]
Fix quality issue

8 years agoFix quality flaws (sorry for previous commit)
Simon Brandhof [Fri, 27 Nov 2015 09:13:44 +0000 (10:13 +0100)]
Fix quality flaws (sorry for previous commit)

8 years agoFix quality flaws
Simon Brandhof [Fri, 27 Nov 2015 09:09:10 +0000 (10:09 +0100)]
Fix quality flaws

8 years agoReplace checkNotNull by requireNonNull in sonar-ws
Teryk Bellahsene [Fri, 27 Nov 2015 08:14:50 +0000 (09:14 +0100)]
Replace checkNotNull by requireNonNull in sonar-ws

8 years agoSONAR-7059 Improve navigation between dashboards inside the project space
Stas Vilchik [Thu, 26 Nov 2015 14:58:04 +0000 (15:58 +0100)]
SONAR-7059 Improve navigation between dashboards inside the project space

8 years agoSONAR-7083 Search for active rules when a parameter value is null
Teryk Bellahsene [Thu, 26 Nov 2015 14:27:13 +0000 (15:27 +0100)]
SONAR-7083 Search for active rules when a parameter value is null

8 years agoFix quality flaws 655/head
Julien HENRY [Thu, 26 Nov 2015 08:31:09 +0000 (09:31 +0100)]
Fix quality flaws

8 years agoImprove Dateutils code coverage
Teryk Bellahsene [Thu, 26 Nov 2015 13:38:34 +0000 (14:38 +0100)]
Improve Dateutils code coverage

8 years agoSONAR-7054 Update javadoc concerning hexadecimal characters in token and hash
Teryk Bellahsene [Thu, 26 Nov 2015 13:28:37 +0000 (14:28 +0100)]
SONAR-7054 Update javadoc concerning hexadecimal characters in token and hash

8 years agoSONAR-7039 WS user_tokens/generate update description 654/head
Teryk Bellahsene [Thu, 26 Nov 2015 10:20:38 +0000 (11:20 +0100)]
SONAR-7039 WS user_tokens/generate update description

8 years agoSONAR-7048 WS user_tokens/search list access tokens of a user
Teryk Bellahsene [Thu, 26 Nov 2015 07:40:44 +0000 (08:40 +0100)]
SONAR-7048 WS user_tokens/search list access tokens of a user

8 years agoSONAR-7042 WS user_tokens/revoke revoke an access token
Teryk Bellahsene [Wed, 25 Nov 2015 08:41:19 +0000 (09:41 +0100)]
SONAR-7042 WS user_tokens/revoke revoke an access token

8 years agoSONAR-7080 use execution duration provided by a server
Stas Vilchik [Thu, 26 Nov 2015 09:32:54 +0000 (10:32 +0100)]
SONAR-7080 use execution duration provided by a server

8 years agoSONAR-7080 Web service must provide execution time of the background task in progress
Simon Brandhof [Wed, 25 Nov 2015 15:38:00 +0000 (16:38 +0100)]
SONAR-7080 Web service must provide execution time of the background task in progress

8 years agoSONAR-7027 Readd indexResource in JRubyFace
Julien Lancelot [Thu, 26 Nov 2015 09:32:46 +0000 (10:32 +0100)]
SONAR-7027 Readd indexResource in JRubyFace

This method is required for the Developer Cockpit plugin

8 years agofix test
Stas Vilchik [Thu, 26 Nov 2015 08:46:17 +0000 (09:46 +0100)]
fix test

8 years agoSONAR-7035 apply feedback
Stas Vilchik [Thu, 26 Nov 2015 08:41:54 +0000 (09:41 +0100)]
SONAR-7035 apply feedback

8 years agoSONAR-7068 apply feedback
Stas Vilchik [Thu, 26 Nov 2015 08:29:45 +0000 (09:29 +0100)]
SONAR-7068 apply feedback

8 years agoSONAR-7066 Improve display of leak period on the overview page
Stas Vilchik [Thu, 26 Nov 2015 08:21:27 +0000 (09:21 +0100)]
SONAR-7066 Improve display of leak period on the overview page

8 years agofix ProjectOverviewTest
Stas Vilchik [Wed, 25 Nov 2015 16:35:52 +0000 (17:35 +0100)]
fix ProjectOverviewTest

8 years agoSONAR-6905 Batch should dump analysis-related URL into a JSON file
Duarte Meneses [Mon, 23 Nov 2015 09:04:01 +0000 (10:04 +0100)]
SONAR-6905 Batch should dump analysis-related URL into a JSON file