]>
source.dussan.org Git - sonarqube.git/log
simonbrandhof [Thu, 3 Dec 2015 17:37:23 +0000 (18:37 +0100)]
SONAR-7049 check max length of rule/rule param fields
Teryk Bellahsene [Wed, 2 Dec 2015 17:10:44 +0000 (18:10 +0100)]
SONAR-6900 WS api/ce/task improve description
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
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.
Julien Lancelot [Thu, 3 Dec 2015 18:12:42 +0000 (19:12 +0100)]
SONAR-6884 Update existing collation columns on MsSQL
Julien Lancelot [Wed, 2 Dec 2015 08:28:42 +0000 (09:28 +0100)]
SONAR-6884 Create and update columns on MsSQL with collation
Julien Lancelot [Thu, 3 Dec 2015 14:36:41 +0000 (15:36 +0100)]
SONAR-6884 Take into account nullable information when updating a column
Julien Lancelot [Wed, 2 Dec 2015 13:44:45 +0000 (14:44 +0100)]
SONAR-6884 Rename StringColumnDef to VarcharColumnDef
Julien Lancelot [Thu, 3 Dec 2015 14:29:16 +0000 (15:29 +0100)]
SONAR-6884 Create a ClobColumnDef to create Clob columns
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
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
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
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
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
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
Stas Vilchik [Thu, 3 Dec 2015 17:16:12 +0000 (18:16 +0100)]
reorder measure on the debt project page
Stas Vilchik [Thu, 3 Dec 2015 17:13:46 +0000 (18:13 +0100)]
fix ProjectOverviewTest
Stas Vilchik [Thu, 3 Dec 2015 16:51:29 +0000 (17:51 +0100)]
drop useless test
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
Stas Vilchik [Thu, 3 Dec 2015 16:35:01 +0000 (17:35 +0100)]
fix search on the update center page
Stas Vilchik [Thu, 3 Dec 2015 13:19:11 +0000 (14:19 +0100)]
apply different ui feedback on the overview page
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"
Stas Vilchik [Thu, 3 Dec 2015 12:34:18 +0000 (13:34 +0100)]
SONAR-7068 apply feedback
Stas Vilchik [Thu, 3 Dec 2015 11:31:19 +0000 (12:31 +0100)]
SONAR-7063 apply feedback
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
Julien HENRY [Wed, 2 Dec 2015 13:10:44 +0000 (14:10 +0100)]
SONAR-7100 Disable WS cache by default in issues mode
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
Sébastien Lesaint [Wed, 2 Dec 2015 16:36:54 +0000 (17:36 +0100)]
SONAR-7027 add&retrieve raw measure for dev in MeasureRepositoryRule
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.
Sébastien Lesaint [Tue, 1 Dec 2015 13:02:46 +0000 (14:02 +0100)]
SONAR-7060 CeQueueInitializer must initialize after plugins
Sébastien Lesaint [Tue, 1 Dec 2015 16:20:09 +0000 (17:20 +0100)]
SONAR-7088 faster consumption of pending tasks in CE
Simon Brandhof [Wed, 2 Dec 2015 17:12:39 +0000 (18:12 +0100)]
Fix execution of it-plugins on travis
Stas Vilchik [Wed, 2 Dec 2015 16:11:22 +0000 (17:11 +0100)]
reorder travis jobs for faster build
Stas Vilchik [Wed, 2 Dec 2015 16:06:27 +0000 (17:06 +0100)]
SONAR-7068 improve alignment of measure on the overview page
Simon Brandhof [Wed, 2 Dec 2015 15:42:26 +0000 (16:42 +0100)]
Use token for SonarQube analysis
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
Stas Vilchik [Wed, 2 Dec 2015 14:23:33 +0000 (15:23 +0100)]
do not display overview pages for developers
Stas Vilchik [Wed, 2 Dec 2015 13:36:29 +0000 (14:36 +0100)]
fix ITs
Simon Brandhof [Wed, 2 Dec 2015 13:15:38 +0000 (14:15 +0100)]
Add IT ScanPermissionTest
Simon Brandhof [Wed, 2 Dec 2015 12:42:47 +0000 (13:42 +0100)]
Fix logging of public url
Simon Brandhof [Wed, 2 Dec 2015 10:40:43 +0000 (11:40 +0100)]
ws-client should not throw HttpException by default
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
Stas Vilchik [Wed, 2 Dec 2015 10:28:00 +0000 (11:28 +0100)]
SONAR-7090 Filter project permissions by qualifier in the UI
Stas Vilchik [Wed, 2 Dec 2015 09:52:21 +0000 (10:52 +0100)]
SONAR-7030 Drop most default hardcoded built-in dashboards
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
Teryk Bellahsene [Mon, 30 Nov 2015 16:27:23 +0000 (17:27 +0100)]
Rename api/ce actions for consistency
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
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"
Stas Vilchik [Tue, 1 Dec 2015 16:36:03 +0000 (17:36 +0100)]
SONAR-7059 improve project navigation
Julien HENRY [Tue, 1 Dec 2015 10:26:45 +0000 (11:26 +0100)]
SONAR-6933 Drop newDuplication() beta API
Stas Vilchik [Tue, 1 Dec 2015 15:20:04 +0000 (16:20 +0100)]
small fixes on the overview page
Stas Vilchik [Tue, 1 Dec 2015 15:09:04 +0000 (16:09 +0100)]
improve display of coverage overview
Stas Vilchik [Tue, 1 Dec 2015 14:13:20 +0000 (15:13 +0100)]
improve display of project navigation
Stas Vilchik [Tue, 1 Dec 2015 13:55:47 +0000 (14:55 +0100)]
SONAR-7099 Drop the "Compare" link at project level
Stas Vilchik [Tue, 1 Dec 2015 13:53:24 +0000 (14:53 +0100)]
improve display of leak period label on the detailed overview pages
Stas Vilchik [Tue, 1 Dec 2015 13:39:58 +0000 (14:39 +0100)]
SONAR-7064 add link from ncloc histogram to drilldown
Stas Vilchik [Tue, 1 Dec 2015 13:29:02 +0000 (14:29 +0100)]
SONAR-7063 Show events history in the project overview page
Simon Brandhof [Wed, 25 Nov 2015 09:54:56 +0000 (10:54 +0100)]
SONAR-7054 use ws-client in batch
Sébastien Lesaint [Mon, 30 Nov 2015 14:02:56 +0000 (15:02 +0100)]
add equals and hashcode to Period class
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
Stas Vilchik [Mon, 30 Nov 2015 16:23:18 +0000 (17:23 +0100)]
SONAR-7062 SONAR-7016 improve timeline on detailed overview pages
Julien HENRY [Mon, 30 Nov 2015 15:59:36 +0000 (16:59 +0100)]
SONAR-6809 Remove sonar-java-api from distribution
Stas Vilchik [Mon, 30 Nov 2015 15:16:16 +0000 (16:16 +0100)]
fix treemap test
Stas Vilchik [Mon, 30 Nov 2015 14:38:42 +0000 (15:38 +0100)]
SONAR-6946 Add an ability to drilldown on the overview treemap
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
Julien HENRY [Fri, 27 Nov 2015 09:31:57 +0000 (10:31 +0100)]
Improve UT coverage
Julien HENRY [Fri, 27 Nov 2015 08:03:02 +0000 (09:03 +0100)]
SONAR-6183 Add validation of *coverage_line_hits_data measures
Teryk Bellahsene [Fri, 27 Nov 2015 17:09:46 +0000 (18:09 +0100)]
SONAR-6892 WS permissions/search_project_permissions filter by qualifier
Stas Vilchik [Mon, 30 Nov 2015 12:35:51 +0000 (13:35 +0100)]
SONAR-7065 apply feedback
Stas Vilchik [Mon, 30 Nov 2015 10:24:50 +0000 (11:24 +0100)]
SONAR-7069 Improve support of views on the overview page
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
Simon Brandhof [Mon, 30 Nov 2015 08:42:06 +0000 (09:42 +0100)]
Always select queue rows in the same order
Simon Brandhof [Mon, 30 Nov 2015 08:22:38 +0000 (09:22 +0100)]
Temporarily disable coverage per test during PR analysis
Simon Brandhof [Mon, 30 Nov 2015 08:22:05 +0000 (09:22 +0100)]
Analyze PR only on master merge
Simon Brandhof [Mon, 30 Nov 2015 08:21:35 +0000 (09:21 +0100)]
Analyze naming convention to travis.sh env variable GITHUB_TOKEN
Simon Brandhof [Mon, 30 Nov 2015 08:15:38 +0000 (09:15 +0100)]
Fix quality flaws in BatchUtils
Stas Vilchik [Fri, 27 Nov 2015 15:50:05 +0000 (16:50 +0100)]
SONAR-7064 Replace treemap on the size overview page with histogram
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
Stas Vilchik [Fri, 27 Nov 2015 14:42:50 +0000 (15:42 +0100)]
SONAR-7051 SONAR-7052 apply feedback
Stas Vilchik [Fri, 27 Nov 2015 14:20:46 +0000 (15:20 +0100)]
test how to generate and revoke tokens through web ui
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
Duarte Meneses [Fri, 27 Nov 2015 11:40:24 +0000 (12:40 +0100)]
Fix quality issue
Simon Brandhof [Fri, 27 Nov 2015 09:13:44 +0000 (10:13 +0100)]
Fix quality flaws (sorry for previous commit)
Simon Brandhof [Fri, 27 Nov 2015 09:09:10 +0000 (10:09 +0100)]
Fix quality flaws
Teryk Bellahsene [Fri, 27 Nov 2015 08:14:50 +0000 (09:14 +0100)]
Replace checkNotNull by requireNonNull in sonar-ws
Stas Vilchik [Thu, 26 Nov 2015 14:58:04 +0000 (15:58 +0100)]
SONAR-7059 Improve navigation between dashboards inside the project space
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
Julien HENRY [Thu, 26 Nov 2015 08:31:09 +0000 (09:31 +0100)]
Fix quality flaws
Teryk Bellahsene [Thu, 26 Nov 2015 13:38:34 +0000 (14:38 +0100)]
Improve Dateutils code coverage
Teryk Bellahsene [Thu, 26 Nov 2015 13:28:37 +0000 (14:28 +0100)]
SONAR-7054 Update javadoc concerning hexadecimal characters in token and hash
Teryk Bellahsene [Thu, 26 Nov 2015 10:20:38 +0000 (11:20 +0100)]
SONAR-7039 WS user_tokens/generate update description
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
Teryk Bellahsene [Wed, 25 Nov 2015 08:41:19 +0000 (09:41 +0100)]
SONAR-7042 WS user_tokens/revoke revoke an access token
Stas Vilchik [Thu, 26 Nov 2015 09:32:54 +0000 (10:32 +0100)]
SONAR-7080 use execution duration provided by a server
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
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
Stas Vilchik [Thu, 26 Nov 2015 08:46:17 +0000 (09:46 +0100)]
fix test
Stas Vilchik [Thu, 26 Nov 2015 08:41:54 +0000 (09:41 +0100)]
SONAR-7035 apply feedback
Stas Vilchik [Thu, 26 Nov 2015 08:29:45 +0000 (09:29 +0100)]
SONAR-7068 apply feedback
Stas Vilchik [Thu, 26 Nov 2015 08:21:27 +0000 (09:21 +0100)]
SONAR-7066 Improve display of leak period on the overview page