]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
11 years agoSONAR-3755 Improve pagination on Issues server page
Julien Lancelot [Wed, 24 Apr 2013 11:30:56 +0000 (13:30 +0200)]
SONAR-3755 Improve pagination on Issues server page

11 years agoSONAR-3755 Fixed IssueDao test due to some session issue
Julien Lancelot [Wed, 24 Apr 2013 11:21:47 +0000 (13:21 +0200)]
SONAR-3755 Fixed IssueDao test due to some session issue

11 years agoSONAR-3755 Add pagination on Issues server page
Julien Lancelot [Wed, 24 Apr 2013 10:25:21 +0000 (12:25 +0200)]
SONAR-3755 Add pagination on Issues server page

11 years agoRename PropertyDefinitions to PropertyDefs and PropertyFieldDefinition to PropertyFie...
Julien Lancelot [Wed, 24 Apr 2013 10:19:11 +0000 (12:19 +0200)]
Rename PropertyDefinitions to PropertyDefs and PropertyFieldDefinition to PropertyFieldDef

11 years agoSONAR-3893 Fixed issue related to coverage data filtering
Jean-Baptiste Vilain [Wed, 24 Apr 2013 10:18:04 +0000 (12:18 +0200)]
SONAR-3893 Fixed issue related to coverage data filtering

11 years agoSONAR-4066 Show contextual infos during persist error of measures
Julien HENRY [Wed, 24 Apr 2013 09:26:44 +0000 (11:26 +0200)]
SONAR-4066 Show contextual infos during persist error of measures

11 years agoMove issues db migration
Julien Lancelot [Wed, 24 Apr 2013 09:19:01 +0000 (11:19 +0200)]
Move issues db migration

11 years agoSONAR-3755 Moved view issues action to view issue controller
Julien Lancelot [Wed, 24 Apr 2013 08:57:59 +0000 (10:57 +0200)]
SONAR-3755 Moved view issues action to view issue controller

11 years agoFix javadoc formatting
Simon Brandhof [Wed, 24 Apr 2013 08:56:26 +0000 (10:56 +0200)]
Fix javadoc formatting

11 years agoSONAR-3755 Improve IssueFinder pagination
Julien Lancelot [Wed, 24 Apr 2013 08:19:30 +0000 (10:19 +0200)]
SONAR-3755 Improve IssueFinder pagination

11 years agoAdd some javadoc to org.sonar.api.conf.PropertyDef
Simon Brandhof [Wed, 24 Apr 2013 08:11:12 +0000 (10:11 +0200)]
Add some javadoc to org.sonar.api.conf.PropertyDef

11 years agoRefactor org.sonar.api.conf.PropertyDef
Simon Brandhof [Wed, 24 Apr 2013 07:54:39 +0000 (09:54 +0200)]
Refactor org.sonar.api.conf.PropertyDef

11 years agoRename PropertyDefinition by PropertyDef
Julien Lancelot [Wed, 24 Apr 2013 07:39:52 +0000 (09:39 +0200)]
Rename PropertyDefinition by PropertyDef

11 years agoSONAR-3159 Removed index on @Property annotation that is deprecated
Julien HENRY [Tue, 23 Apr 2013 12:18:42 +0000 (14:18 +0200)]
SONAR-3159 Removed index on @Property annotation that is deprecated

11 years agoSONAR-4210 Add a new "Quality Profile Administrator" role
Julien HENRY [Tue, 23 Apr 2013 12:06:10 +0000 (14:06 +0200)]
SONAR-4210 Add a new "Quality Profile Administrator" role

11 years agoSONAR-4221 Delay loading of project properties
Julien HENRY [Mon, 22 Apr 2013 14:49:24 +0000 (16:49 +0200)]
SONAR-4221 Delay loading of project properties
to allow several consecutive executions of ScanContainer

11 years agoSONAR-3755 Add IssueFinder pagination
Julien Lancelot [Wed, 24 Apr 2013 06:56:34 +0000 (08:56 +0200)]
SONAR-3755 Add IssueFinder pagination

11 years agoRemove some unused faux-models in db migrations
Simon Brandhof [Tue, 23 Apr 2013 17:02:49 +0000 (19:02 +0200)]
Remove some unused faux-models in db migrations

11 years agoSONAR-3755 refactor signature of perspective Issuable
Simon Brandhof [Tue, 23 Apr 2013 16:55:16 +0000 (18:55 +0200)]
SONAR-3755 refactor signature of perspective Issuable

11 years agoSONAR-3755 default issue resolution is OPEN
Simon Brandhof [Tue, 23 Apr 2013 14:16:46 +0000 (16:16 +0200)]
SONAR-3755 default issue resolution is OPEN

11 years agoSONAR-3755 use persistent cache
Simon Brandhof [Tue, 23 Apr 2013 14:16:31 +0000 (16:16 +0200)]
SONAR-3755 use persistent cache

11 years agoSONAR-3893 Fixed missing scm data in source display
Jean-Baptiste Vilain [Tue, 23 Apr 2013 15:11:35 +0000 (17:11 +0200)]
SONAR-3893 Fixed missing scm data in source display

11 years agoSONAR-4258 Added ampersand escaping in sonar-colorizer
Jean-Baptiste Vilain [Tue, 23 Apr 2013 14:46:26 +0000 (16:46 +0200)]
SONAR-4258 Added ampersand escaping in sonar-colorizer

11 years agoSONAR-4258 Added ampersand escaping in sonar-colorizer
Jean-Baptiste Vilain [Tue, 23 Apr 2013 14:37:23 +0000 (16:37 +0200)]
SONAR-4258 Added ampersand escaping in sonar-colorizer

11 years agoForbid setting both onQualifiers and onlyOnQualifiers
Julien Lancelot [Tue, 23 Apr 2013 14:22:02 +0000 (16:22 +0200)]
Forbid setting both onQualifiers and onlyOnQualifiers

11 years agoUpdate PropertyDefinition API : rename Builder.build() to Builder.builder(), remove...
Julien Lancelot [Tue, 23 Apr 2013 13:39:06 +0000 (15:39 +0200)]
Update PropertyDefinition API : rename Builder.build() to Builder.builder(), remove global() that was ambiguous and add hidden() to not display a property.

11 years agoSONAR-3893 Fixed missing scm data in source display
Jean-Baptiste Vilain [Tue, 23 Apr 2013 13:27:56 +0000 (15:27 +0200)]
SONAR-3893 Fixed missing scm data in source display

11 years agoSONAR-3893 Fixed uncaught error when no source is available
Jean-Baptiste Vilain [Tue, 23 Apr 2013 12:54:30 +0000 (14:54 +0200)]
SONAR-3893 Fixed uncaught error when no source is available

11 years agoSONAR-3755 Issue finder optimization
Julien Lancelot [Tue, 23 Apr 2013 12:35:22 +0000 (14:35 +0200)]
SONAR-3755 Issue finder optimization

11 years agoSONAR-3755 Remove title property from Issue WS
Julien Lancelot [Tue, 23 Apr 2013 12:05:30 +0000 (14:05 +0200)]
SONAR-3755 Remove title property from Issue WS

11 years agoSONAR-3755 Add methods in IssueFinder Results to get rule by issue and component...
Julien Lancelot [Tue, 23 Apr 2013 11:58:37 +0000 (13:58 +0200)]
SONAR-3755 Add methods in IssueFinder Results to get rule by issue and component by issue and remove title from Issue

11 years agoSONAR-3893 Fixed erroneous line numbers in source display
Jean-Baptiste Vilain [Tue, 23 Apr 2013 11:26:48 +0000 (13:26 +0200)]
SONAR-3893 Fixed erroneous line numbers in source display

11 years agoSONAR-3893 Code display refactoring
Jean-Baptiste Vilain [Tue, 23 Apr 2013 10:25:34 +0000 (12:25 +0200)]
SONAR-3893 Code display refactoring

11 years agoSONAR-3755 fix declaration of properties declared in issues components
Simon Brandhof [Tue, 23 Apr 2013 09:11:58 +0000 (11:11 +0200)]
SONAR-3755 fix declaration of properties declared in issues components

11 years agoSONAR-3755 complete issue workflow
Simon Brandhof [Mon, 22 Apr 2013 23:25:40 +0000 (01:25 +0200)]
SONAR-3755 complete issue workflow

11 years agoSONAR-3755 Fix IssueDao#insert() for Oracle
Simon Brandhof [Mon, 22 Apr 2013 19:58:57 +0000 (21:58 +0200)]
SONAR-3755 Fix IssueDao#insert() for Oracle

11 years agoMerge remote-tracking branch 'origin/master'
Julien Lancelot [Mon, 22 Apr 2013 15:58:57 +0000 (17:58 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoFix CoreWidget template path
Julien Lancelot [Mon, 22 Apr 2013 15:58:47 +0000 (17:58 +0200)]
Fix CoreWidget template path

11 years agoSONAR-3755 first draft of issue state machine
Simon Brandhof [Mon, 22 Apr 2013 15:57:20 +0000 (17:57 +0200)]
SONAR-3755 first draft of issue state machine

11 years agoMerge remote-tracking branch 'origin/master'
Julien Lancelot [Mon, 22 Apr 2013 15:41:29 +0000 (17:41 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoSONAR-3755 Add Issues Widget : Rule Compliance, Active Issues, False Positive Issues...
Julien Lancelot [Mon, 22 Apr 2013 15:41:20 +0000 (17:41 +0200)]
SONAR-3755 Add Issues Widget : Rule Compliance, Active Issues, False Positive Issues and My Issues

11 years agoSONAR-3159 Minor UI improvement
Julien HENRY [Mon, 22 Apr 2013 14:32:29 +0000 (16:32 +0200)]
SONAR-3159 Minor UI improvement

11 years agoSONAR-3159 Some visual improvements on subcategories
Julien HENRY [Mon, 22 Apr 2013 13:02:58 +0000 (15:02 +0200)]
SONAR-3159 Some visual improvements on subcategories

11 years agoSONAR-3893 Introduced unique partial for source display
Jean-Baptiste Vilain [Mon, 22 Apr 2013 09:59:32 +0000 (11:59 +0200)]
SONAR-3893 Introduced unique partial for source display

11 years agoSONAR-3893 Introduced unique partial for source display
Jean-Baptiste Vilain [Mon, 22 Apr 2013 09:38:51 +0000 (11:38 +0200)]
SONAR-3893 Introduced unique partial for source display

11 years agoFix some quality flaws
Julien HENRY [Mon, 22 Apr 2013 09:33:30 +0000 (11:33 +0200)]
Fix some quality flaws

11 years agoSONAR-3893 Introduced unique partial for source display
Jean-Baptiste Vilain [Mon, 22 Apr 2013 09:31:31 +0000 (11:31 +0200)]
SONAR-3893 Introduced unique partial for source display

11 years agoSONAR-3893 Introduced unique partial for source display
Jean-Baptiste Vilain [Mon, 22 Apr 2013 09:19:21 +0000 (11:19 +0200)]
SONAR-3893 Introduced unique partial for source display

11 years agoSONAR-3159 Fix project settings with subcategories
Julien HENRY [Mon, 22 Apr 2013 08:32:06 +0000 (10:32 +0200)]
SONAR-3159 Fix project settings with subcategories
and remove subcategory attribute from annotation

11 years agoDelete useless code
Julien Lancelot [Mon, 22 Apr 2013 07:55:21 +0000 (09:55 +0200)]
Delete useless code

11 years agoSONAR-3755 Restore fix of issue tracking, add author login to issue
Julien Lancelot [Mon, 22 Apr 2013 07:54:02 +0000 (09:54 +0200)]
SONAR-3755 Restore fix of issue tracking, add author login to issue

11 years agoUpdate copyright headers
Simon Brandhof [Mon, 22 Apr 2013 07:37:03 +0000 (09:37 +0200)]
Update copyright headers

11 years agoSONAR-3755 abbreviate issue descriptions
Simon Brandhof [Mon, 22 Apr 2013 07:13:50 +0000 (09:13 +0200)]
SONAR-3755 abbreviate issue descriptions

11 years agoSONAR-3755 fix INSERT of ISSUES on Oracle
Simon Brandhof [Mon, 22 Apr 2013 06:41:42 +0000 (08:41 +0200)]
SONAR-3755 fix INSERT of ISSUES on Oracle

11 years agoSONAR-4252 rename Sonar to SonarQube in admin pages
Simon Brandhof [Sun, 21 Apr 2013 10:22:51 +0000 (12:22 +0200)]
SONAR-4252 rename Sonar to SonarQube in admin pages

11 years agoSONAR-4252 rename Sonar to SonarQube in source headers
Simon Brandhof [Sun, 21 Apr 2013 09:58:14 +0000 (11:58 +0200)]
SONAR-4252 rename Sonar to SonarQube in source headers

11 years agoMerge remote-tracking branch 'origin/master'
Julien Lancelot [Fri, 19 Apr 2013 16:11:09 +0000 (18:11 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoSONAR-3755 Renamed some column of issues and issue_changes
Julien Lancelot [Fri, 19 Apr 2013 16:10:54 +0000 (18:10 +0200)]
SONAR-3755 Renamed some column of issues and issue_changes

11 years agoSONAR-3159 Properties sub-categories, sort and description
Julien HENRY [Fri, 19 Apr 2013 15:50:52 +0000 (17:50 +0200)]
SONAR-3159 Properties sub-categories, sort and description

11 years agoSONAR-3755 Fix unit test
Julien Lancelot [Fri, 19 Apr 2013 15:23:26 +0000 (17:23 +0200)]
SONAR-3755 Fix unit test

11 years agoSONAR-3755 Replace message by description
Julien Lancelot [Fri, 19 Apr 2013 14:48:04 +0000 (16:48 +0200)]
SONAR-3755 Replace message by description

11 years agoSONAR-3755 Add unit test to check that ruleKey, repoKey and componentKey are set...
Julien Lancelot [Fri, 19 Apr 2013 14:36:40 +0000 (16:36 +0200)]
SONAR-3755 Add unit test to check that ruleKey, repoKey and componentKey are set when selecting issues from db

11 years agoSONAR-3755 Fix problem when setting rule key from db
Julien Lancelot [Fri, 19 Apr 2013 14:30:47 +0000 (16:30 +0200)]
SONAR-3755 Fix problem when setting rule key from db

11 years agoSONAR-3755 Set isNew at false when loading issue from db
Julien Lancelot [Fri, 19 Apr 2013 14:07:45 +0000 (16:07 +0200)]
SONAR-3755 Set isNew at false when loading issue from db

11 years agoSONAR-3755 Set isNew at false when loading issue from db
Julien Lancelot [Fri, 19 Apr 2013 14:00:31 +0000 (16:00 +0200)]
SONAR-3755 Set isNew at false when loading issue from db

11 years agoSONAR-3755 complete the ability to change issue
Simon Brandhof [Fri, 19 Apr 2013 13:57:28 +0000 (15:57 +0200)]
SONAR-3755 complete the ability to change issue

11 years agoSONAR-3755 Set issues updated at to the date when issues were loaded from database
Julien Lancelot [Fri, 19 Apr 2013 12:20:16 +0000 (14:20 +0200)]
SONAR-3755 Set issues updated at to the date when issues were loaded from database
Update wrong copyright headers

11 years agoSONAR-3755 rename Issue#message() to description()
Simon Brandhof [Fri, 19 Apr 2013 11:39:23 +0000 (13:39 +0200)]
SONAR-3755 rename Issue#message() to description()

11 years agoSONAR-3755 new sonar-ws-client API for issues
Simon Brandhof [Fri, 19 Apr 2013 08:23:04 +0000 (10:23 +0200)]
SONAR-3755 new sonar-ws-client API for issues

11 years agoSONAR-3755 improve support of issue attributes + SQL loading of RULES/PROJECTS throug...
Simon Brandhof [Fri, 19 Apr 2013 08:22:37 +0000 (10:22 +0200)]
SONAR-3755 improve support of issue attributes + SQL loading of RULES/PROJECTS through joins

11 years agoSONAR-3755 Small code simplification
Julien Lancelot [Fri, 19 Apr 2013 10:12:56 +0000 (12:12 +0200)]
SONAR-3755 Small code simplification

11 years agoSONAR-3755 Fix issue in Issues Tracking
Julien Lancelot [Fri, 19 Apr 2013 09:35:10 +0000 (11:35 +0200)]
SONAR-3755 Fix issue in Issues Tracking

11 years agoSONAR-3755 Escape issue message
Julien Lancelot [Thu, 18 Apr 2013 16:38:06 +0000 (18:38 +0200)]
SONAR-3755 Escape issue message

11 years agoSONAR-3755 Add unit test on issues tracking
Julien Lancelot [Thu, 18 Apr 2013 16:15:21 +0000 (18:15 +0200)]
SONAR-3755 Add unit test on issues tracking

11 years agoMerge remote-tracking branch 'origin/master'
Julien Lancelot [Thu, 18 Apr 2013 15:45:25 +0000 (17:45 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoSONAR-3755 Fix issue when tracking issues
Julien Lancelot [Thu, 18 Apr 2013 15:45:07 +0000 (17:45 +0200)]
SONAR-3755 Fix issue when tracking issues

11 years agoSONAR-4147 Add breakdown by module to profiling
Julien HENRY [Thu, 18 Apr 2013 14:41:58 +0000 (16:41 +0200)]
SONAR-4147 Add breakdown by module to profiling

11 years agoSONAR-4188 Validate branch too
Julien HENRY [Thu, 18 Apr 2013 14:10:54 +0000 (16:10 +0200)]
SONAR-4188 Validate branch too

11 years agoMerge remote-tracking branch 'origin/master'
Julien Lancelot [Thu, 18 Apr 2013 12:05:09 +0000 (14:05 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoFix quality flaws
Julien Lancelot [Thu, 18 Apr 2013 12:04:59 +0000 (14:04 +0200)]
Fix quality flaws

11 years agoSONAR-3962 Remove default Jetty JSP Servlet
Julien HENRY [Thu, 18 Apr 2013 12:01:32 +0000 (14:01 +0200)]
SONAR-3962 Remove default Jetty JSP Servlet

11 years agoSONAR-4188 Refactore all issues decorator in one and add false positive and unassigne...
Julien Lancelot [Thu, 18 Apr 2013 11:08:59 +0000 (13:08 +0200)]
SONAR-4188 Refactore all issues decorator in one and add false positive and unassigned issues metrics

11 years agoSONAR-4034 Support a new property sonar.security.updateUserAttributes
Julien HENRY [Thu, 18 Apr 2013 10:23:12 +0000 (12:23 +0200)]
SONAR-4034 Support a new property sonar.security.updateUserAttributes

11 years agoSONAR-3893 Further memory usage optimization
Jean-Baptiste Vilain [Thu, 18 Apr 2013 10:04:52 +0000 (12:04 +0200)]
SONAR-3893 Further memory usage optimization

11 years agoSONAR-3755 use Persistit temporary volume
Simon Brandhof [Thu, 18 Apr 2013 09:08:51 +0000 (11:08 +0200)]
SONAR-3755 use Persistit temporary volume

11 years agoSONAR-4256 Improve description of "sonar.importSources" property
Julien HENRY [Thu, 18 Apr 2013 09:02:43 +0000 (11:02 +0200)]
SONAR-4256 Improve description of "sonar.importSources" property

11 years agoSONAR-4188 Properly escape dash in regexp
Julien HENRY [Thu, 18 Apr 2013 08:58:29 +0000 (10:58 +0200)]
SONAR-4188 Properly escape dash in regexp

11 years agoSONAR-3893 Rollbacked unwanted push on RoR environment file
Jean-Baptiste Vilain [Thu, 18 Apr 2013 08:53:00 +0000 (10:53 +0200)]
SONAR-3893 Rollbacked unwanted push on RoR environment file

11 years agoSONAR-3893 Fixed excessive collection iteration when decorating souce
Jean-Baptiste Vilain [Thu, 18 Apr 2013 08:49:40 +0000 (10:49 +0200)]
SONAR-3893 Fixed excessive collection iteration when decorating souce

11 years agoSONAR-3893 Fixed excessive collection iteration when decorating souce
Jean-Baptiste Vilain [Thu, 18 Apr 2013 08:49:23 +0000 (10:49 +0200)]
SONAR-3893 Fixed excessive collection iteration when decorating souce

11 years agoSONAR-3755 fix creation of Caches when starting several ProjectContainers
Simon Brandhof [Thu, 18 Apr 2013 07:38:46 +0000 (09:38 +0200)]
SONAR-3755 fix creation of Caches when starting several ProjectContainers

11 years agoSONAR-4188 Close issues when resource has been moved or has been deleted
Julien Lancelot [Thu, 18 Apr 2013 07:36:50 +0000 (09:36 +0200)]
SONAR-4188 Close issues when resource has been moved or has been deleted

11 years agoSONAR-3755 ability to change issues during batch (first step)
Simon Brandhof [Wed, 17 Apr 2013 21:12:01 +0000 (23:12 +0200)]
SONAR-3755 ability to change issues during batch (first step)

11 years agoSONAR-3755 support the parameter "rules" in /api/issues/search
Simon Brandhof [Wed, 17 Apr 2013 16:29:35 +0000 (18:29 +0200)]
SONAR-3755 support the parameter "rules" in /api/issues/search

11 years agoSONAR-4188 Fix Regex to validate project key
Julien Lancelot [Wed, 17 Apr 2013 16:32:38 +0000 (18:32 +0200)]
SONAR-4188 Fix Regex to validate project key

11 years agoSONAR-3755 Fix issue when displaying issues in source viewer
Julien Lancelot [Wed, 17 Apr 2013 16:16:43 +0000 (18:16 +0200)]
SONAR-3755 Fix issue when displaying issues in source viewer

11 years agoSONAR-4188 Validate project/module key with a regexp
Julien HENRY [Wed, 17 Apr 2013 16:01:07 +0000 (18:01 +0200)]
SONAR-4188 Validate project/module key with a regexp

11 years agoSONAR-3893 Fixed snapshot source and data querying for better performance
Jean-Baptiste Vilain [Wed, 17 Apr 2013 15:56:20 +0000 (17:56 +0200)]
SONAR-3893 Fixed snapshot source and data querying for better performance

11 years agoSONAR-3755 Improve IssuesWorkflowDecorator
Julien Lancelot [Wed, 17 Apr 2013 15:50:52 +0000 (17:50 +0200)]
SONAR-3755 Improve IssuesWorkflowDecorator

11 years agoSONAR-4147 Renamed property to enable profiling
Julien HENRY [Wed, 17 Apr 2013 15:14:19 +0000 (17:14 +0200)]
SONAR-4147 Renamed property to enable profiling