]>
source.dussan.org Git - sonarqube.git/log
Julien Lancelot [Thu, 30 May 2013 12:20:44 +0000 (14:20 +0200)]
Fix quality flaws
Julien Lancelot [Thu, 30 May 2013 11:48:46 +0000 (13:48 +0200)]
Improve unit test
Julien Lancelot [Thu, 30 May 2013 11:27:51 +0000 (13:27 +0200)]
SONAR-4334 Fix issue when last snapshot is null
Julien Lancelot [Thu, 30 May 2013 11:27:22 +0000 (13:27 +0200)]
SONAR-3755 Add actionPlans in Issues Client WS
Julien Lancelot [Thu, 30 May 2013 10:06:41 +0000 (12:06 +0200)]
Fix issue on mapper loading order
Julien Lancelot [Thu, 30 May 2013 10:02:57 +0000 (12:02 +0200)]
Remove projectKey from Issues API as it's not always populated
Julien Lancelot [Thu, 30 May 2013 09:48:23 +0000 (11:48 +0200)]
Remove project verification
Simon Brandhof [Thu, 30 May 2013 09:44:25 +0000 (11:44 +0200)]
Fix refactoring on UserSession
Julien Lancelot [Thu, 30 May 2013 09:44:22 +0000 (11:44 +0200)]
Fix quality flaws
Julien Lancelot [Thu, 30 May 2013 09:17:06 +0000 (11:17 +0200)]
SONAR-4334 Add nowrap on dates columns
Julien Lancelot [Thu, 30 May 2013 09:14:42 +0000 (11:14 +0200)]
Increase width of period dropdown in dashboard and drilldown
Simon Brandhof [Thu, 30 May 2013 09:13:00 +0000 (11:13 +0200)]
Fix some quality flaws
Julien Lancelot [Thu, 30 May 2013 09:10:10 +0000 (11:10 +0200)]
SONAR-4334 Fix typo in message displayed when there's too many results
Julien Lancelot [Thu, 30 May 2013 09:06:08 +0000 (11:06 +0200)]
SONAR-4334 Add date of the latest snapshot in the error message displayed to user
Julien Lancelot [Thu, 30 May 2013 08:48:54 +0000 (10:48 +0200)]
SONAR-4301 Improve performance when searching component children ids from specified component keys
Simon Brandhof [Thu, 30 May 2013 08:45:29 +0000 (10:45 +0200)]
Fix migration to issues from old versions of violations
Simon Brandhof [Thu, 30 May 2013 08:33:39 +0000 (10:33 +0200)]
SONAR-3755 fix NoSonarFilter to accept issues on rules "NoSonar" !
Jean-Baptiste Vilain [Thu, 30 May 2013 08:32:04 +0000 (10:32 +0200)]
Fixed quality issues
Simon Brandhof [Wed, 29 May 2013 22:25:43 +0000 (00:25 +0200)]
Improve the logs of JSON reports
Simon Brandhof [Wed, 29 May 2013 21:58:38 +0000 (23:58 +0200)]
SONAR-4360 OutOfMemory when creating thousands of issues
Simon Brandhof [Wed, 29 May 2013 21:13:08 +0000 (23:13 +0200)]
Fix some quality flaws
Simon Brandhof [Wed, 29 May 2013 20:53:55 +0000 (22:53 +0200)]
Fix some quality flaws
Simon Brandhof [Wed, 29 May 2013 20:02:23 +0000 (22:02 +0200)]
Fix some quality flaws
Simon Brandhof [Wed, 29 May 2013 16:14:45 +0000 (18:14 +0200)]
Deprecate RulePriority#valueOfString() used for upgrading to sonar 1.10 !!
Simon Brandhof [Wed, 29 May 2013 16:13:50 +0000 (18:13 +0200)]
Remove useless decorator barrier
Simon Brandhof [Wed, 29 May 2013 16:13:30 +0000 (18:13 +0200)]
SONAR-4313 forbid violations on program units and blocks
Julien Lancelot [Wed, 29 May 2013 16:01:38 +0000 (18:01 +0200)]
SONAR-4301 Replace snapshot by project in query used to select authorized root project ids
Julien Lancelot [Wed, 29 May 2013 15:31:09 +0000 (17:31 +0200)]
SONAR-3755 Add index on issues.root_component_id
Julien Lancelot [Wed, 29 May 2013 15:14:14 +0000 (17:14 +0200)]
SONAR-4334 Do not generate exception when passing true to setLatestAnalysis()
Julien Lancelot [Wed, 29 May 2013 15:06:53 +0000 (17:06 +0200)]
SONAR-4334 Using the "sonar.projectDate" property must lead to an analysis failure as soon as a more recent quality snapshot exist in the DB
Simon Brandhof [Wed, 29 May 2013 14:25:34 +0000 (16:25 +0200)]
SONAR-4304 close manual issues marked as resolved
Simon Brandhof [Wed, 29 May 2013 12:27:38 +0000 (14:27 +0200)]
SONAR-4360 OufOfMemory error when too many issues
Simon Brandhof [Wed, 29 May 2013 08:24:04 +0000 (10:24 +0200)]
SONAR-3755 replace the enum IssueQuery.Sort by String constants
Julien Lancelot [Wed, 29 May 2013 12:51:57 +0000 (14:51 +0200)]
SONAR-4330 Move all metrics associated wih the "Rules" category to the "Issues" category and remove "Rules" category
Julien Lancelot [Wed, 29 May 2013 12:27:15 +0000 (14:27 +0200)]
SONAR-4290 Execute sort of ActionPlanStats the same way as ActionPlan
Jean-Baptiste Vilain [Wed, 29 May 2013 10:01:53 +0000 (12:01 +0200)]
DEVACT-38 Typo in semaphore field
Julien Lancelot [Wed, 29 May 2013 08:21:01 +0000 (10:21 +0200)]
SONAR-3755 Issues WS Client now always returned the created/modified issue
Simon Brandhof [Wed, 29 May 2013 07:58:08 +0000 (09:58 +0200)]
Move some hamcrest assertions to fest-assert
Simon Brandhof [Wed, 29 May 2013 07:57:48 +0000 (09:57 +0200)]
SONAR-3755 fix regression on severity
Julien Lancelot [Wed, 29 May 2013 07:49:26 +0000 (09:49 +0200)]
SONAR-3755 Fix display of a rule from an issue
Julien Lancelot [Tue, 28 May 2013 15:46:54 +0000 (17:46 +0200)]
SONAR-3755 Set creation and update date when creating manual issues
Simon Brandhof [Tue, 28 May 2013 15:26:42 +0000 (17:26 +0200)]
SONAR-3755 add some javadoc
Simon Brandhof [Tue, 28 May 2013 14:35:18 +0000 (16:35 +0200)]
SONAR-4304 fix closing of manual issues
Julien Lancelot [Tue, 28 May 2013 14:12:48 +0000 (16:12 +0200)]
SONAR-3900 - Do not keep historical data of Complexity in classes and Complexity in classes metrics
Simon Brandhof [Tue, 28 May 2013 14:05:56 +0000 (16:05 +0200)]
SONAR-4291 flag metrics as hidden
Simon Brandhof [Tue, 28 May 2013 13:59:55 +0000 (15:59 +0200)]
SONAR-3755 fix issue close date
Simon Brandhof [Tue, 28 May 2013 13:25:35 +0000 (15:25 +0200)]
Rename to SonarQube in notification emails
Simon Brandhof [Tue, 28 May 2013 13:25:16 +0000 (15:25 +0200)]
SONAR-4304 fix bug in workflow of manual issues
Jean-Baptiste Vilain [Tue, 28 May 2013 12:31:25 +0000 (14:31 +0200)]
DEVACT-103 Added missing test resources
Jean-Baptiste Vilain [Tue, 28 May 2013 12:29:52 +0000 (14:29 +0200)]
DEVACT-103 Removed unused method in AuthorDao
Julien Lancelot [Tue, 28 May 2013 12:29:11 +0000 (14:29 +0200)]
SONAR-4131 managing roles on sub-views should not be allowed
Jean-Baptiste Vilain [Tue, 28 May 2013 12:25:08 +0000 (14:25 +0200)]
DEVACT-103 Modified author dao to allow author and developer creation in the same transaction scope
Simon Brandhof [Tue, 28 May 2013 12:08:36 +0000 (14:08 +0200)]
SONAR-4316 implement IssueFilter and support ViolationFilter
Julien Lancelot [Tue, 28 May 2013 11:54:19 +0000 (13:54 +0200)]
SONAR-4279 Update update-center version to 1.6.1-SNAPSHOT
Julien Lancelot [Tue, 28 May 2013 11:13:05 +0000 (13:13 +0200)]
SONAR-4279 update dependency version of update-center
Julien Lancelot [Tue, 28 May 2013 10:20:13 +0000 (12:20 +0200)]
SONAR-3755 rename issues columns in migration
Julien Lancelot [Tue, 28 May 2013 09:52:22 +0000 (11:52 +0200)]
SONAR-3755 Removed useless ruby templates used to display violations
Julien Lancelot [Tue, 28 May 2013 09:45:51 +0000 (11:45 +0200)]
Remove useless TODO
Julien Lancelot [Tue, 28 May 2013 09:45:36 +0000 (11:45 +0200)]
SONAR-4359 Issues tab in Code viewer -> Remove "Unassigned" and "unplanned" filters and display only unresolved issues
Julien Lancelot [Tue, 28 May 2013 08:59:48 +0000 (10:59 +0200)]
SONAR-3755 Fix issue when calculating new issues measures on previous analysis
Simon Brandhof [Tue, 28 May 2013 08:15:35 +0000 (10:15 +0200)]
SONAR-3755 move deprecated json report to issues
Julien Lancelot [Tue, 28 May 2013 07:36:41 +0000 (09:36 +0200)]
Fix quality flaws
Julien Lancelot [Tue, 28 May 2013 07:23:29 +0000 (09:23 +0200)]
Fix quality flaw
Simon Brandhof [Tue, 28 May 2013 05:46:26 +0000 (07:46 +0200)]
SONAR-4355 new resolution "REMOVED"
Simon Brandhof [Mon, 27 May 2013 20:01:34 +0000 (22:01 +0200)]
SONAR-3755 move and delete some classes related to issues
Simon Brandhof [Mon, 27 May 2013 17:05:54 +0000 (19:05 +0200)]
Fix conflicts
Simon Brandhof [Mon, 27 May 2013 16:53:06 +0000 (18:53 +0200)]
SONAR-4283 notifications on new issues and issue changes
Julien Lancelot [Mon, 27 May 2013 17:04:48 +0000 (19:04 +0200)]
Fix query on Oracle
Julien Lancelot [Mon, 27 May 2013 16:06:26 +0000 (18:06 +0200)]
Fix issue when there's no issue on My unresolved issues widget and False positive widget
Julien Lancelot [Mon, 27 May 2013 15:58:44 +0000 (17:58 +0200)]
SONAR-4300 Remove Reviews dashboard
Julien Lancelot [Mon, 27 May 2013 15:49:20 +0000 (17:49 +0200)]
SONAR-4294 Widget: Removal of "Active reviews"
Julien Lancelot [Mon, 27 May 2013 15:36:15 +0000 (17:36 +0200)]
SONAR-4296 Delete ActionPlansWidget on reviews in favor of ActionPlansWidget on issues (same key is now used)
Julien Lancelot [Mon, 27 May 2013 15:25:15 +0000 (17:25 +0200)]
SONAR-4293 Delete MyReviewsWidget in favor of MyUnresolvedIssuesWidget (same key is now used)
Julien Lancelot [Mon, 27 May 2013 15:13:38 +0000 (17:13 +0200)]
SONAR-4298 Delete FalsePositiveReviewsWidget in favor of FalsePositiveIssuesWidget (same key is now used)
Julien Lancelot [Mon, 27 May 2013 15:05:21 +0000 (17:05 +0200)]
SONAR-4292 Delete ReviewsPerDeveloperWidget in favor of UnresolvedIssuesPerAssigneeWidget (same key is now used)
Julien Lancelot [Mon, 27 May 2013 14:44:07 +0000 (16:44 +0200)]
SONAR-4292 Create a IssueStatsFinder to be used by UnresolvedIssuesPerAssigneeWidget
Julien Lancelot [Mon, 27 May 2013 12:09:00 +0000 (14:09 +0200)]
Fix quality flaw
Julien Lancelot [Mon, 27 May 2013 12:08:39 +0000 (14:08 +0200)]
Fix quality flaw
Julien Lancelot [Mon, 27 May 2013 11:59:10 +0000 (13:59 +0200)]
SONAR-4301 Remove usage of authorizationDao on issues search
Julien Lancelot [Mon, 27 May 2013 11:48:54 +0000 (13:48 +0200)]
SONAR-4301 Remove securityExclusions parameter
Julien Lancelot [Mon, 27 May 2013 10:57:06 +0000 (12:57 +0200)]
SONAR-4301 Rename issues.resource_id by issues.component_id and issues.project_id by issues.root_component_id
Julien Lancelot [Mon, 27 May 2013 10:02:11 +0000 (12:02 +0200)]
SONAR-4301 Merge authorized projects search in issues search
Julien Lancelot [Mon, 27 May 2013 07:58:52 +0000 (09:58 +0200)]
SONAR-4301 Remove project_id when querying issues
Simon Brandhof [Mon, 27 May 2013 07:49:34 +0000 (09:49 +0200)]
Remove the old select-box of users
Simon Brandhof [Sun, 26 May 2013 21:10:45 +0000 (23:10 +0200)]
SONAR-4283 implement the notification on new issues raised during project scan
Simon Brandhof [Sun, 26 May 2013 19:39:25 +0000 (21:39 +0200)]
Fix minor quality flaw
Simon Brandhof [Sun, 26 May 2013 14:28:47 +0000 (16:28 +0200)]
SONAR-4297 SONAR-4295 SONAR-4294 remove some review widgets
Simon Brandhof [Sat, 25 May 2013 13:18:59 +0000 (15:18 +0200)]
Remove some unused code related to reviews
Simon Brandhof [Sat, 25 May 2013 13:02:18 +0000 (15:02 +0200)]
SONAR-4353 drop the node 'id' from result
Simon Brandhof [Fri, 24 May 2013 15:29:12 +0000 (17:29 +0200)]
SONAR-4313 keep /drilldown/violations for backward-compatibility
Simon Brandhof [Fri, 24 May 2013 15:25:36 +0000 (17:25 +0200)]
Use verify_post_request in controllers instead of Rails filter
Simon Brandhof [Fri, 24 May 2013 14:21:14 +0000 (16:21 +0200)]
SONAR-4308 Update the DBCleaner mechanism to purge closed issues after X weeks
Julien Lancelot [Fri, 24 May 2013 13:58:24 +0000 (15:58 +0200)]
SONAR-4301 Fix sql query
Julien Lancelot [Fri, 24 May 2013 13:53:28 +0000 (15:53 +0200)]
SONAR-4301 Fix sql query
Julien Lancelot [Fri, 24 May 2013 13:49:24 +0000 (15:49 +0200)]
SONAR-4301 Fix sql query
Julien Lancelot [Fri, 24 May 2013 13:44:32 +0000 (15:44 +0200)]
SONAR-4301 Fix sql query
Julien Lancelot [Fri, 24 May 2013 13:38:34 +0000 (15:38 +0200)]
SONAR-4301 Fix sql query
Julien Lancelot [Fri, 24 May 2013 12:57:14 +0000 (14:57 +0200)]
SONAR-4301 Fix sql query
Julien Lancelot [Fri, 24 May 2013 12:56:52 +0000 (14:56 +0200)]
SONAR-3755 Fix compatibility with violations on issues code viewer
Julien Lancelot [Fri, 24 May 2013 12:18:11 +0000 (14:18 +0200)]
SONAR-4301 Fix sql query