]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
9 years agoSONAR-6083 Server OutOfMemory error with preview analysis mode 53/head
Simon Brandhof [Thu, 22 Jan 2015 20:53:13 +0000 (21:53 +0100)]
SONAR-6083 Server OutOfMemory error with preview analysis mode

9 years agoMissing close of ResultSet in AnalysisReportDao
Simon Brandhof [Thu, 22 Jan 2015 17:09:04 +0000 (18:09 +0100)]
Missing close of ResultSet in AnalysisReportDao

 (even if it's not supposed to be needed as RS is closed by Statement)

9 years agoSONAR-4624 rename issue transition "mute" to "wontfix" and resolution "MUTED" to...
Simon Brandhof [Thu, 22 Jan 2015 16:06:09 +0000 (17:06 +0100)]
SONAR-4624 rename issue transition "mute" to "wontfix" and resolution "MUTED" to "WONTFIX"

9 years agoSONAR-6013 Return overriddenSeverity instead of severity and do not return anymore...
Julien Lancelot [Thu, 22 Jan 2015 16:20:29 +0000 (17:20 +0100)]
SONAR-6013 Return overriddenSeverity instead of severity and do not return anymore assigneeLogin

9 years agoSONAR-6013 Return manual rules in /batch/project to be able to handle manual issues
Julien Lancelot [Thu, 22 Jan 2015 15:51:15 +0000 (16:51 +0100)]
SONAR-6013 Return manual rules in /batch/project to be able to handle manual issues

9 years agoSONAR-5820 select the rule severity when activate from the list
Stas Vilchik [Thu, 22 Jan 2015 16:11:30 +0000 (17:11 +0100)]
SONAR-5820 select the rule severity when activate from the list

9 years agoSONAR-5966 improve display of issue boxes
Stas Vilchik [Thu, 22 Jan 2015 13:45:38 +0000 (14:45 +0100)]
SONAR-5966 improve display of issue boxes

9 years agoSONAR-5988 When a quality profile is selected, filter rules using its language
Jean-Baptiste Lievremont [Thu, 22 Jan 2015 14:57:25 +0000 (15:57 +0100)]
SONAR-5988 When a quality profile is selected, filter rules using its language

9 years agoSONAR-5973 Display selected items in facet values (even when ES gives 0 result)
Jean-Baptiste Lievremont [Thu, 22 Jan 2015 14:16:47 +0000 (15:16 +0100)]
SONAR-5973 Display selected items in facet values (even when ES gives 0 result)

9 years agoClean source line index in BackendCleanup
Simon Brandhof [Thu, 22 Jan 2015 14:49:07 +0000 (15:49 +0100)]
Clean source line index in BackendCleanup

9 years agoSONAR-5820 show only profiles that match the selected language
Stas Vilchik [Thu, 22 Jan 2015 14:19:14 +0000 (15:19 +0100)]
SONAR-5820 show only profiles that match the selected language

9 years agoSONAR-5820 reorder facets, enable languages and tags by default
Stas Vilchik [Thu, 22 Jan 2015 14:12:39 +0000 (15:12 +0100)]
SONAR-5820 reorder facets, enable languages and tags by default

9 years agoFix compatibility of tests with mysql and postgresql
Simon Brandhof [Thu, 22 Jan 2015 14:07:02 +0000 (15:07 +0100)]
Fix compatibility of tests with mysql and postgresql

The schema used by dbunit is badly set. It should not be the db login on mysql and postgresql.

9 years agoSONAR-5904 Return directories facet in Issues search WS
Julien Lancelot [Thu, 22 Jan 2015 13:05:05 +0000 (14:05 +0100)]
SONAR-5904 Return directories facet in Issues search WS

9 years agoSONAR-5820/SONAR-5987 Ability to filter rules that are active in a quality profile
Stas Vilchik [Thu, 22 Jan 2015 13:07:13 +0000 (14:07 +0100)]
SONAR-5820/SONAR-5987 Ability to filter rules that are active in a quality profile

9 years agoSONAR-6041 update styles of the breadcrumbs
Stas Vilchik [Thu, 22 Jan 2015 10:00:55 +0000 (11:00 +0100)]
SONAR-6041 update styles of the breadcrumbs

9 years agoSpeed-up tests with Oracle
Simon Brandhof [Thu, 22 Jan 2015 12:50:40 +0000 (13:50 +0100)]
Speed-up tests with Oracle

9 years agoSONAR-6007 Allow to search for issues at directory level
Julien Lancelot [Thu, 22 Jan 2015 10:14:28 +0000 (11:14 +0100)]
SONAR-6007 Allow to search for issues at directory level

9 years agoAttempt to speed-up Oracle tests
Simon Brandhof [Wed, 21 Jan 2015 21:38:22 +0000 (22:38 +0100)]
Attempt to speed-up Oracle tests

9 years agoFix compatibility of tests with mssql
Simon Brandhof [Wed, 21 Jan 2015 21:07:23 +0000 (22:07 +0100)]
Fix compatibility of tests with mssql

9 years agoFix typo in CHARACTERISTICS table of dbunit tests
Simon Brandhof [Wed, 21 Jan 2015 19:17:57 +0000 (20:17 +0100)]
Fix typo in CHARACTERISTICS table of dbunit tests

9 years agoNew attempt to speed-up db tests
Simon Brandhof [Wed, 21 Jan 2015 19:17:37 +0000 (20:17 +0100)]
New attempt to speed-up db tests

TRUNCATE is slow, even of empty tables, so it must be executed only if count(*)>0

9 years agoImprove IssueIndexMediumTest to not depend on db
Julien Lancelot [Wed, 21 Jan 2015 17:48:52 +0000 (18:48 +0100)]
Improve IssueIndexMediumTest to not depend on db

9 years agoRevert "Attempt to speed-up db tests on non-H2"
Simon Brandhof [Wed, 21 Jan 2015 17:38:28 +0000 (18:38 +0100)]
Revert "Attempt to speed-up db tests on non-H2"

This reverts commit d68baaa507dab20580ddee148a87d2970a1a716e.

9 years agoAttempt to speed-up db tests on non-H2
Simon Brandhof [Wed, 21 Jan 2015 17:03:57 +0000 (18:03 +0100)]
Attempt to speed-up db tests on non-H2

Replace TRUNCATE requests by DELETE FROM

9 years agoSONAR-6041 fix users page link in the settings
Stas Vilchik [Wed, 21 Jan 2015 16:53:32 +0000 (17:53 +0100)]
SONAR-6041 fix users page link in the settings

9 years agoSONAR-5820/SONAR-5987 Ability to filter rules that are active in a quality profile
Stas Vilchik [Wed, 21 Jan 2015 16:45:22 +0000 (17:45 +0100)]
SONAR-5820/SONAR-5987 Ability to filter rules that are active in a quality profile

9 years agofix SONAR-5820/SONAR-6019 finish characteristic facet
Stas Vilchik [Wed, 21 Jan 2015 15:04:06 +0000 (16:04 +0100)]
fix SONAR-5820/SONAR-6019 finish characteristic facet

9 years agoAttempt to work without dev mode
Stas Vilchik [Wed, 21 Jan 2015 14:54:15 +0000 (15:54 +0100)]
Attempt to work without dev mode

9 years agofix SONAR-6041 make page headers consistent
Stas Vilchik [Wed, 21 Jan 2015 14:38:26 +0000 (15:38 +0100)]
fix SONAR-6041 make page headers consistent

9 years agofix SONAR-6041 move sonarqube logo to the footer
Stas Vilchik [Wed, 21 Jan 2015 12:45:49 +0000 (13:45 +0100)]
fix SONAR-6041 move sonarqube logo to the footer

9 years agofix SONAR-6041 update breadcrumb styles
Stas Vilchik [Wed, 21 Jan 2015 12:36:54 +0000 (13:36 +0100)]
fix SONAR-6041 update breadcrumb styles

9 years agoSONAR-5893 Fix wrapping of "title" attribute
Jean-Baptiste Lievremont [Wed, 21 Jan 2015 15:50:37 +0000 (16:50 +0100)]
SONAR-5893 Fix wrapping of "title" attribute

9 years agoFix quality flaws
Jean-Baptiste Lievremont [Wed, 21 Jan 2015 14:44:45 +0000 (15:44 +0100)]
Fix quality flaws

9 years agoSONAR-5893 Fix visibility of tag cloud widget for anonymous user
Jean-Baptiste Lievremont [Wed, 21 Jan 2015 14:44:37 +0000 (15:44 +0100)]
SONAR-5893 Fix visibility of tag cloud widget for anonymous user

9 years agoSONAR-5960 ES request fails if author is empty ("")
Simon Brandhof [Wed, 21 Jan 2015 14:56:52 +0000 (15:56 +0100)]
SONAR-5960 ES request fails if author is empty ("")

 - do not allow blank author on issues
 - fix ES search

9 years agoRead line hashes in streaming
Julien Lancelot [Wed, 21 Jan 2015 14:55:01 +0000 (15:55 +0100)]
Read line hashes in streaming

9 years agoFix compatibility of SourceLineResultSetIterator with past/future formats of FILE_SOU...
Simon Brandhof [Wed, 21 Jan 2015 13:57:03 +0000 (14:57 +0100)]
Fix compatibility of SourceLineResultSetIterator with past/future formats of FILE_SOURCES.DATA

9 years agoSONAR-6012 Replace componentPath by componentKey
Julien Lancelot [Wed, 21 Jan 2015 14:10:24 +0000 (15:10 +0100)]
SONAR-6012 Replace componentPath by componentKey

9 years agoSONAR-6047 Add dirPath in Issues Index
Julien Lancelot [Wed, 21 Jan 2015 12:09:32 +0000 (13:09 +0100)]
SONAR-6047 Add dirPath in Issues Index

9 years agoSONAR-6019 Sort debt characteristics in api/rules/app WS
Jean-Baptiste Lievremont [Wed, 21 Jan 2015 13:26:26 +0000 (14:26 +0100)]
SONAR-6019 Sort debt characteristics in api/rules/app WS

9 years agoSONAR-6019 Fix stickyness of "statuses" facet, protect agains IOOBE
Jean-Baptiste Lievremont [Wed, 21 Jan 2015 12:26:34 +0000 (13:26 +0100)]
SONAR-6019 Fix stickyness of "statuses" facet, protect agains IOOBE

9 years agoSONAR-5960 SONAR-5906 guess author and assignee of new issues
Simon Brandhof [Tue, 20 Jan 2015 22:25:47 +0000 (23:25 +0100)]
SONAR-5960 SONAR-5906 guess author and assignee of new issues

9 years agoFix quality flaws
Stas Vilchik [Wed, 21 Jan 2015 11:07:03 +0000 (12:07 +0100)]
Fix quality flaws

9 years agofix SONAR-5820/SONAR-6019 fix characteristic facet
Stas Vilchik [Wed, 21 Jan 2015 10:07:57 +0000 (11:07 +0100)]
fix SONAR-5820/SONAR-6019 fix characteristic facet

9 years agoSONAR-5820/SONAR-5973/SONAR-6017 finish facets on languages, repositories, tags
Stas Vilchik [Wed, 21 Jan 2015 10:43:23 +0000 (11:43 +0100)]
SONAR-5820/SONAR-5973/SONAR-6017 finish facets on languages, repositories, tags

9 years agoBump grunt-contrib-less version to fix a race condition
Jean-Baptiste Lievremont [Wed, 21 Jan 2015 10:31:21 +0000 (11:31 +0100)]
Bump grunt-contrib-less version to fix a race condition

9 years agoProtect against IndexOutOfBoundsException
Jean-Baptiste Lievremont [Wed, 21 Jan 2015 10:30:36 +0000 (11:30 +0100)]
Protect against IndexOutOfBoundsException

9 years agoSONAR-5987 Add qProfiles hash when f=actives
Jean-Baptiste Lievremont [Tue, 20 Jan 2015 15:52:09 +0000 (16:52 +0100)]
SONAR-5987 Add qProfiles hash when f=actives

9 years agoMerge pull request #50 from SonarSource/user_index_filter
Simon Brandhof [Wed, 21 Jan 2015 09:37:38 +0000 (10:37 +0100)]
Merge pull request #50 from SonarSource/user_index_filter

Improve performance of ES request on users

9 years agofix SONAR-6041 properly use page locale
Stas Vilchik [Wed, 21 Jan 2015 09:00:43 +0000 (10:00 +0100)]
fix SONAR-6041 properly use page locale

9 years agoSONAR-6064 Experimental fix for JGit concurrency issue
Julien HENRY [Wed, 21 Jan 2015 08:40:48 +0000 (09:40 +0100)]
SONAR-6064 Experimental fix for JGit concurrency issue

9 years agoSONAR-6041 New webapp layout
Stas Vilchik [Tue, 20 Jan 2015 15:39:07 +0000 (16:39 +0100)]
SONAR-6041 New webapp layout

9 years agoReverse "SONAR-6041 New webapp layout"
Stas Vilchik [Tue, 20 Jan 2015 12:28:52 +0000 (13:28 +0100)]
Reverse "SONAR-6041 New webapp layout"

9 years agoImprove performance of ES request on users 50/head
Simon Brandhof [Tue, 20 Jan 2015 22:59:38 +0000 (23:59 +0100)]
Improve performance of ES request on users

Searching for users by SCM account does not require scoring, so filters must be used instead of queries.

9 years agoSONAR-5077 Fix regression when a Sensor try to read "lines" measure. LinesSensor...
Julien HENRY [Tue, 20 Jan 2015 15:45:27 +0000 (16:45 +0100)]
SONAR-5077 Fix regression when a Sensor try to read "lines" measure. LinesSensor forced to be executed first.

9 years agoSONAR-6017 Add api/rules/repositories action to list rule repositories (with criteria)
Jean-Baptiste Lievremont [Tue, 20 Jan 2015 14:56:12 +0000 (15:56 +0100)]
SONAR-6017 Add api/rules/repositories action to list rule repositories (with criteria)

9 years agoSONAR-6017 Add WS to list supported languages
Jean-Baptiste Lievremont [Tue, 20 Jan 2015 10:52:13 +0000 (11:52 +0100)]
SONAR-6017 Add WS to list supported languages

9 years agoSONAR-6017 Add query and page size fields to issues tags search (for manual selection)
Jean-Baptiste Lievremont [Tue, 20 Jan 2015 09:42:19 +0000 (10:42 +0100)]
SONAR-6017 Add query and page size fields to issues tags search (for manual selection)

9 years agoSONAR-6060 Fix regression with JSON report
Julien HENRY [Tue, 20 Jan 2015 14:23:20 +0000 (15:23 +0100)]
SONAR-6060 Fix regression with JSON report

9 years agoComputation stack based on an isolated picocontainer
Simon Brandhof [Thu, 15 Jan 2015 12:38:39 +0000 (13:38 +0100)]
Computation stack based on an isolated picocontainer

9 years agoSONAR-6056 API: closeable components must be closed when stopping picocontainer
Simon Brandhof [Thu, 15 Jan 2015 10:10:10 +0000 (11:10 +0100)]
SONAR-6056 API: closeable components must be closed when stopping picocontainer

9 years agoSONAR-5077 Special case of empty files
Julien HENRY [Tue, 20 Jan 2015 11:18:37 +0000 (12:18 +0100)]
SONAR-5077 Special case of empty files

9 years agoSONAR-6060 Move console issues report to the batch
Julien HENRY [Mon, 19 Jan 2015 15:52:44 +0000 (16:52 +0100)]
SONAR-6060 Move console issues report to the batch

9 years agoSONAR-6019 Change format of "characteristics" in api/rules/app WS
Jean-Baptiste Lievremont [Mon, 19 Jan 2015 16:50:54 +0000 (17:50 +0100)]
SONAR-6019 Change format of "characteristics" in api/rules/app WS

9 years agoSONAR-6012 Create WS /batch/issues
Julien Lancelot [Mon, 19 Jan 2015 16:01:27 +0000 (17:01 +0100)]
SONAR-6012 Create WS /batch/issues

9 years agoSONAR-6012 Create WS /batch/issues
Julien Lancelot [Mon, 19 Jan 2015 15:57:17 +0000 (16:57 +0100)]
SONAR-6012 Create WS /batch/issues

9 years agoSONAR-6061 Add Index on PROJECTS.MODULE_UUID
Julien Lancelot [Mon, 19 Jan 2015 15:55:59 +0000 (16:55 +0100)]
SONAR-6061 Add Index on PROJECTS.MODULE_UUID

9 years agoSONAR-6019 Apply feedback on stickyness of "characteristics" facet, hide "REMOVED...
Jean-Baptiste Lievremont [Mon, 19 Jan 2015 15:50:21 +0000 (16:50 +0100)]
SONAR-6019 Apply feedback on stickyness of "characteristics" facet, hide "REMOVED" in status facet

9 years agofix SONAR-6041 update layout
Stas Vilchik [Mon, 19 Jan 2015 15:11:44 +0000 (16:11 +0100)]
fix SONAR-6041 update layout

9 years agofix SONAR-6041 update layout
Stas Vilchik [Mon, 19 Jan 2015 14:38:17 +0000 (15:38 +0100)]
fix SONAR-6041 update layout

9 years agoSONAR-5820/SONAR-6019 add severities, status and characteristic facet
Stas Vilchik [Mon, 19 Jan 2015 12:37:12 +0000 (13:37 +0100)]
SONAR-5820/SONAR-6019 add severities, status and characteristic facet

9 years agoSONAR-5893 Use a different bundle key for widget name and title
Jean-Baptiste Lievremont [Mon, 19 Jan 2015 13:25:52 +0000 (14:25 +0100)]
SONAR-5893 Use a different bundle key for widget name and title

9 years agoSONAR-5893 Apply feedback on tooltips
Jean-Baptiste Lievremont [Thu, 15 Jan 2015 09:37:31 +0000 (10:37 +0100)]
SONAR-5893 Apply feedback on tooltips

9 years agoFix some quality flaws
Julien HENRY [Mon, 19 Jan 2015 13:49:58 +0000 (14:49 +0100)]
Fix some quality flaws

9 years agoDeprecate Resource::getLanguage() to ease later API changes
Julien HENRY [Mon, 19 Jan 2015 11:07:21 +0000 (12:07 +0100)]
Deprecate Resource::getLanguage() to ease later API changes

9 years agofix SONAR-6041 update navigator pages
Stas Vilchik [Mon, 19 Jan 2015 11:03:33 +0000 (12:03 +0100)]
fix SONAR-6041 update navigator pages

9 years agofix SONAR-6041 make project name clickable
Stas Vilchik [Mon, 19 Jan 2015 10:16:47 +0000 (11:16 +0100)]
fix SONAR-6041 make project name clickable

9 years agoresolve SONAR-5842 When a rule is already activated on all profiles, a message should...
Stas Vilchik [Mon, 19 Jan 2015 09:58:36 +0000 (10:58 +0100)]
resolve SONAR-5842 When a rule is already activated on all profiles, a message should be displayed

9 years agoSONAR-6019 Add debt characteristics facet
Jean-Baptiste Lievremont [Mon, 19 Jan 2015 09:39:56 +0000 (10:39 +0100)]
SONAR-6019 Add debt characteristics facet

9 years agofix SONAR-5820/SONAR-5978 suggest only profiles on selected languages
Stas Vilchik [Mon, 19 Jan 2015 09:53:43 +0000 (10:53 +0100)]
fix SONAR-5820/SONAR-5978 suggest only profiles on selected languages

9 years agofix SONAR-6041 update navigator pages
Stas Vilchik [Mon, 19 Jan 2015 09:50:36 +0000 (10:50 +0100)]
fix SONAR-6041 update navigator pages

9 years agofix SONAR-6041 fix escaping, add missed commas
Stas Vilchik [Mon, 19 Jan 2015 09:28:03 +0000 (10:28 +0100)]
fix SONAR-6041 fix escaping, add missed commas

9 years agoSONAR-5820/SONAR-5987 Add some activation details
Stas Vilchik [Thu, 15 Jan 2015 13:37:14 +0000 (14:37 +0100)]
SONAR-5820/SONAR-5987 Add some activation details

9 years agofix SONAR-5820/SONAR-5973 change the way to request facets from server
Stas Vilchik [Thu, 15 Jan 2015 13:02:19 +0000 (14:02 +0100)]
fix SONAR-5820/SONAR-5973 change the way to request facets from server

9 years agofix SONAR-5820/SONAR-5978 suggest only profiles on selected languages
Stas Vilchik [Thu, 15 Jan 2015 12:55:59 +0000 (13:55 +0100)]
fix SONAR-5820/SONAR-5978 suggest only profiles on selected languages

9 years agofix SONAR-6041 improve search
Stas Vilchik [Mon, 19 Jan 2015 08:36:37 +0000 (09:36 +0100)]
fix SONAR-6041 improve search

9 years agoSONAR-5077 Lines metric is computed by the core
Julien HENRY [Thu, 15 Jan 2015 23:09:04 +0000 (00:09 +0100)]
SONAR-5077 Lines metric is computed by the core

9 years agoSONAR-5077 Add option to import all files even if no language
Julien HENRY [Thu, 15 Jan 2015 22:50:31 +0000 (23:50 +0100)]
SONAR-5077 Add option to import all files even if no language

9 years agoSONAR-5931 Cleanup
Julien HENRY [Thu, 15 Jan 2015 16:34:58 +0000 (17:34 +0100)]
SONAR-5931 Cleanup

9 years agoExperimental optimization for truncate on Oracle
Julien HENRY [Thu, 15 Jan 2015 16:34:15 +0000 (17:34 +0100)]
Experimental optimization for truncate on Oracle

9 years agoFix some quality flaws
Julien HENRY [Thu, 15 Jan 2015 15:43:07 +0000 (16:43 +0100)]
Fix some quality flaws

9 years agofix SONAR-6041 update the navbar background
Stas Vilchik [Thu, 15 Jan 2015 15:45:36 +0000 (16:45 +0100)]
fix SONAR-6041 update the navbar background

9 years agoSONAR-5883 Fix migration
Julien HENRY [Thu, 15 Jan 2015 14:55:28 +0000 (15:55 +0100)]
SONAR-5883 Fix migration

9 years agoDisplay Maven stack trace
Julien HENRY [Thu, 15 Jan 2015 14:28:37 +0000 (15:28 +0100)]
Display Maven stack trace

9 years agoSONAR-5883 Drop snapshot data
Julien HENRY [Thu, 15 Jan 2015 11:12:53 +0000 (12:12 +0100)]
SONAR-5883 Drop snapshot data

9 years agoSONAR-6054 Update the format of PROJECTS.MODULE_UUID_PATH
Julien HENRY [Thu, 15 Jan 2015 13:56:11 +0000 (14:56 +0100)]
SONAR-6054 Update the format of PROJECTS.MODULE_UUID_PATH

9 years agoSONAR-6054 Update the format of PROJECTS.MODULE_UUID_PATH
Julien Lancelot [Thu, 15 Jan 2015 10:49:16 +0000 (11:49 +0100)]
SONAR-6054 Update the format of PROJECTS.MODULE_UUID_PATH

9 years agofix SONAR-6041 remove logo animation
Stas Vilchik [Thu, 15 Jan 2015 09:29:18 +0000 (10:29 +0100)]
fix SONAR-6041 remove logo animation

9 years agoReally fix SQL query on MsSQL
Julien Lancelot [Thu, 15 Jan 2015 08:51:45 +0000 (09:51 +0100)]
Really fix SQL query on MsSQL