]>
source.dussan.org Git - sonarqube.git/log
Julien Lancelot [Thu, 23 May 2013 12:43:30 +0000 (14:43 +0200)]
SONAR-4333 Provide a new "Unresolved issue statuses" widget
Julien Lancelot [Thu, 23 May 2013 10:48:59 +0000 (12:48 +0200)]
SONAR-3755 Fix action plan progress bar display in action plan widget (for issues)
Julien Lancelot [Thu, 23 May 2013 10:19:12 +0000 (12:19 +0200)]
SONAR-4329 Close no more existing confirmed issues
Julien Lancelot [Thu, 23 May 2013 10:02:58 +0000 (12:02 +0200)]
SONAR-4330 Create the metrics "False-Positive", "Open status", "Reopened status" and "Confirmed status" issues
Julien Lancelot [Thu, 23 May 2013 09:01:21 +0000 (11:01 +0200)]
SONAR-3755 Display status in issue code viewer when issues are not resolved
Julien Lancelot [Thu, 23 May 2013 08:52:04 +0000 (10:52 +0200)]
SONAR-3755 Fix issues param when searching by issues
Julien Lancelot [Thu, 23 May 2013 08:45:27 +0000 (10:45 +0200)]
SONAR-4301 Replace status icon by text
Julien Lancelot [Thu, 23 May 2013 08:29:04 +0000 (10:29 +0200)]
SONAR-4329 Create a new CONFIRMED status for Issues
Julien Lancelot [Thu, 23 May 2013 07:38:31 +0000 (09:38 +0200)]
Fix action plan empty message
Julien Lancelot [Thu, 23 May 2013 07:30:44 +0000 (09:30 +0200)]
Fix quality flaw and add action plans html id
Julien Lancelot [Thu, 23 May 2013 06:40:34 +0000 (08:40 +0200)]
SONAR-4301 Update sentence displayed when max results reached on issues search page
Julien Lancelot [Wed, 22 May 2013 16:56:37 +0000 (18:56 +0200)]
SONAR-4301 Set maxResultsReached parameter from IssueDao
Julien Lancelot [Wed, 22 May 2013 15:37:47 +0000 (17:37 +0200)]
SONAR-4301 Add maxResultsReached parameter on Issues WS
Julien Lancelot [Wed, 22 May 2013 15:30:54 +0000 (17:30 +0200)]
SONAR-4301 Improve issues sort
Julien Lancelot [Wed, 22 May 2013 14:26:23 +0000 (16:26 +0200)]
SONAR-4301 Display message and disable sort when issues results are higher than max results authorized
Simon Brandhof [Wed, 22 May 2013 13:57:04 +0000 (15:57 +0200)]
SONAR-4290 allow to create an action plan on today
Julien Lancelot [Wed, 22 May 2013 13:45:11 +0000 (15:45 +0200)]
SONAR-4301 Display project on issues search page
Simon Brandhof [Wed, 22 May 2013 13:26:39 +0000 (15:26 +0200)]
SONAR-4290 suppress old console of action plans
Julien Lancelot [Wed, 22 May 2013 13:17:42 +0000 (15:17 +0200)]
SONAR-3755 Remove index on issues.project_id
Julien Lancelot [Wed, 22 May 2013 13:13:36 +0000 (15:13 +0200)]
SONAR-4301 Replace sql sort on issues by Java sort
Simon Brandhof [Wed, 22 May 2013 13:00:41 +0000 (15:00 +0200)]
SONAR-4290 improve admin console
Simon Brandhof [Wed, 22 May 2013 12:29:32 +0000 (14:29 +0200)]
SONAR-3755 various improvements on plan and assign actions
* display deadline besides the action plans
* unplan button
* unassign button
* Ruby API to easily format java or ruby dates
Simon Brandhof [Wed, 22 May 2013 10:19:04 +0000 (12:19 +0200)]
SONAR-3755 various improvements on plan and assign actions
* display deadline besides the action plans
* unplan button
* unassign button
* Ruby API to easily format java or ruby dates
Julien Lancelot [Wed, 22 May 2013 09:17:01 +0000 (11:17 +0200)]
SONAR-4301 Update IssueFinder to first retreive authorized root projects for user and then search for authorized issues based on issue query. Also add project in Issue.
Julien Lancelot [Wed, 22 May 2013 07:42:17 +0000 (09:42 +0200)]
SONAR-4301 Add project Id on issues table
Simon Brandhof [Wed, 22 May 2013 07:16:05 +0000 (09:16 +0200)]
SONAR-3755 fix quality flaws
Simon Brandhof [Wed, 22 May 2013 06:43:26 +0000 (08:43 +0200)]
SONAR-3755 fix bug in IssueUpdater#setEffortToFix()
Julien Lancelot [Tue, 21 May 2013 15:46:27 +0000 (17:46 +0200)]
Fix unit test
Julien Lancelot [Tue, 21 May 2013 15:34:56 +0000 (17:34 +0200)]
SONAR-4301 Create queries to select all authorized projects for a user and to select issues id and project ids from issue query
Simon Brandhof [Tue, 21 May 2013 15:22:41 +0000 (17:22 +0200)]
SONAR-4305 change some logs and comments
Simon Brandhof [Tue, 21 May 2013 14:37:17 +0000 (16:37 +0200)]
SONAR-4305 migrate db tables from violations/reviews to issues
Julien Lancelot [Tue, 21 May 2013 13:39:19 +0000 (15:39 +0200)]
SONAR-4301 Set default sort by severity
Julien Lancelot [Tue, 21 May 2013 13:38:15 +0000 (15:38 +0200)]
Revert "SONAR-4301 Replace issues.severity column type from String to Integer"
This reverts commit
2c2728075a1c142965bf6c018ba94919955f80d8 .
Julien Lancelot [Tue, 21 May 2013 12:34:28 +0000 (14:34 +0200)]
SONAR-4301 Fix issue when sort and asc are null
Julien Lancelot [Tue, 21 May 2013 12:14:58 +0000 (14:14 +0200)]
SONAR-4301 Replace issues.severity column type from String to Integer
Julien Lancelot [Tue, 21 May 2013 10:12:17 +0000 (12:12 +0200)]
SONAR-4301 Add sort on issue search page
Simon Brandhof [Tue, 21 May 2013 08:44:41 +0000 (10:44 +0200)]
SONAR-3755 fix tracking based on block recognition
Simon Brandhof [Mon, 20 May 2013 21:37:48 +0000 (23:37 +0200)]
SONAR-4310 set updated_at only on changes
Simon Brandhof [Mon, 20 May 2013 18:53:29 +0000 (20:53 +0200)]
SONAR-3755 exclude false-positives from issue counters
Simon Brandhof [Mon, 20 May 2013 18:52:57 +0000 (20:52 +0200)]
SONAR-3755 close issues when rule is disabled or deleted
Julien HENRY [Mon, 20 May 2013 14:13:03 +0000 (16:13 +0200)]
SONAR-4340 Don't show Obeo license property
Julien HENRY [Mon, 20 May 2013 12:46:11 +0000 (14:46 +0200)]
SONAR-4339 Red background on license server id when invalid value
Julien HENRY [Mon, 20 May 2013 11:49:13 +0000 (13:49 +0200)]
SONAR-4340 Display additional properties on licenses
Simon Brandhof [Fri, 17 May 2013 18:02:40 +0000 (20:02 +0200)]
SONAR-3755 remove unused methods in issue ws client
Simon Brandhof [Fri, 17 May 2013 16:03:53 +0000 (18:03 +0200)]
SONAR-3755 search by creation date should be >= instead of >
Simon Brandhof [Fri, 17 May 2013 15:31:56 +0000 (17:31 +0200)]
SONAR-3755 do not filter non-READY rules in the WS /api/issues/search
Simon Brandhof [Fri, 17 May 2013 15:31:23 +0000 (17:31 +0200)]
SONAR-3755 export the rule status in the WS /api/issues/search
Simon Brandhof [Fri, 17 May 2013 15:00:15 +0000 (17:00 +0200)]
SONAR-3257 use max size when pageSize<=0
Simon Brandhof [Fri, 17 May 2013 14:56:42 +0000 (16:56 +0200)]
SONAR-4304 change message
Simon Brandhof [Fri, 17 May 2013 14:56:25 +0000 (16:56 +0200)]
SONAR-4304 remove unused code
Simon Brandhof [Fri, 17 May 2013 14:34:18 +0000 (16:34 +0200)]
SONAR-4304 better exception handling/UI
Simon Brandhof [Fri, 17 May 2013 05:44:31 +0000 (07:44 +0200)]
SONAR-3755 slight refactoring
Simon Brandhof [Thu, 16 May 2013 21:05:25 +0000 (23:05 +0200)]
SONAR-4304 better form of manual issue
Simon Brandhof [Thu, 16 May 2013 17:17:31 +0000 (19:17 +0200)]
Merge remote-tracking branch 'origin/master'
Simon Brandhof [Thu, 16 May 2013 17:17:18 +0000 (19:17 +0200)]
SONAR-4304 add form for manual issues
Julien Lancelot [Thu, 16 May 2013 16:47:34 +0000 (18:47 +0200)]
SONAR-4301 Add project and creation date filters on issues search page
Julien Lancelot [Thu, 16 May 2013 15:22:09 +0000 (17:22 +0200)]
SONAR-4301 Add status and assignee filters on issues search page
Julien Lancelot [Thu, 16 May 2013 14:19:48 +0000 (16:19 +0200)]
Fix issue when searching rules from Sqale
Simon Brandhof [Thu, 16 May 2013 14:01:39 +0000 (16:01 +0200)]
SONAR-3755 rename button of comment edition
Simon Brandhof [Thu, 16 May 2013 14:01:12 +0000 (16:01 +0200)]
SONAR-3755 ability to get list of available issue statuses
Simon Brandhof [Thu, 16 May 2013 13:47:44 +0000 (15:47 +0200)]
SONAR-3755 fix IssueClient#addComment()
Julien Lancelot [Thu, 16 May 2013 13:10:14 +0000 (15:10 +0200)]
SONAR-4301 Add severities filter on issues search page
Simon Brandhof [Thu, 16 May 2013 13:09:24 +0000 (15:09 +0200)]
SONAR-3755 save issue changes during automatic transitions
Simon Brandhof [Thu, 16 May 2013 12:39:05 +0000 (14:39 +0200)]
SONAR-3755 set the update date when scan changes status
Simon Brandhof [Thu, 16 May 2013 11:37:34 +0000 (13:37 +0200)]
SONAR-3755 fix performance issue when loading transitions
Julien Lancelot [Thu, 16 May 2013 11:36:08 +0000 (13:36 +0200)]
SONAR-4287 Fix issue when loading action plan form
Julien Lancelot [Thu, 16 May 2013 10:13:34 +0000 (12:13 +0200)]
SONAR-4287 Fix issue when loading action plan form
Simon Brandhof [Thu, 16 May 2013 10:05:29 +0000 (12:05 +0200)]
SONAR-4323 escape special characters % and _
Julien Lancelot [Thu, 16 May 2013 07:55:15 +0000 (09:55 +0200)]
Move unit test to its right place in test folder
Julien Lancelot [Thu, 16 May 2013 07:49:49 +0000 (09:49 +0200)]
Remove useless code
Simon Brandhof [Wed, 15 May 2013 22:41:57 +0000 (00:41 +0200)]
SONAR-3755 open the select-box of "assignees"
Simon Brandhof [Wed, 15 May 2013 22:13:37 +0000 (00:13 +0200)]
SONAR-4285 support the edition and deletion of comments
Simon Brandhof [Wed, 15 May 2013 16:50:46 +0000 (18:50 +0200)]
SONAR-3755 raise a JS event when changing severity
Simon Brandhof [Wed, 15 May 2013 16:41:37 +0000 (18:41 +0200)]
Javascript - allow to programmatically open a modal window
Simon Brandhof [Wed, 15 May 2013 16:41:09 +0000 (18:41 +0200)]
SONAR-3755 raise a JS event for Eclipse when issue is changed
Simon Brandhof [Wed, 15 May 2013 15:38:38 +0000 (17:38 +0200)]
SONAR-3755 fix display of several "assignee" select-boxes in the same page
Simon Brandhof [Wed, 15 May 2013 15:26:36 +0000 (17:26 +0200)]
SONAR-3755 fix CSS of global issues
Simon Brandhof [Wed, 15 May 2013 15:03:14 +0000 (17:03 +0200)]
SONAR-3755 fix nested tags "issue"
Simon Brandhof [Wed, 15 May 2013 15:02:33 +0000 (17:02 +0200)]
SONAR-3755 fix nested tags "issue"
Simon Brandhof [Wed, 15 May 2013 14:46:32 +0000 (16:46 +0200)]
SONAR-3755 fix modal window of rules
Julien Lancelot [Wed, 15 May 2013 14:38:16 +0000 (16:38 +0200)]
SONAR-4293 Dot not display the my unresolved issues when not logged
Simon Brandhof [Wed, 15 May 2013 14:36:03 +0000 (16:36 +0200)]
SONAR-3755 fix issue actions
Julien Lancelot [Wed, 15 May 2013 14:30:47 +0000 (16:30 +0200)]
Fix unit test
Julien Lancelot [Wed, 15 May 2013 14:24:54 +0000 (16:24 +0200)]
SONAR-4298 Fix problem on total issues link when using pagination
Julien Lancelot [Wed, 15 May 2013 14:20:57 +0000 (16:20 +0200)]
SONAR-4291 Revert unplanned issues and new unplanned issues measures
Julien Lancelot [Wed, 15 May 2013 13:39:12 +0000 (15:39 +0200)]
SONAR-3755 Fix issues returned in dry run mode
Julien Lancelot [Wed, 15 May 2013 11:49:29 +0000 (13:49 +0200)]
SONAR-4291 Add unplanned issues and new unplanned issues measures
Simon Brandhof [Wed, 15 May 2013 08:59:00 +0000 (10:59 +0200)]
SONAR-4328 - Open Markdown Help in modal windows
Simon Brandhof [Wed, 15 May 2013 08:57:39 +0000 (10:57 +0200)]
UI - ability to programatically open modal windows
Julien HENRY [Wed, 15 May 2013 09:23:22 +0000 (11:23 +0200)]
SONAR-3340 Update Oracle migration script to use CTAS
Julien Lancelot [Wed, 15 May 2013 09:06:06 +0000 (11:06 +0200)]
SONAR-4300 Add Issues dashboard
Julien Lancelot [Wed, 15 May 2013 08:47:34 +0000 (10:47 +0200)]
SONAR-4292 Widget: "Active reviews per developer" should become "Unresolved issues per assignee"
Julien Lancelot [Wed, 15 May 2013 08:21:21 +0000 (10:21 +0200)]
SONAR-4301 Add some index on issues
Julien Lancelot [Wed, 15 May 2013 07:47:44 +0000 (09:47 +0200)]
Fix issue in resource_select_tag
Julien Lancelot [Wed, 15 May 2013 07:35:28 +0000 (09:35 +0200)]
SONAR-3755 Fix query to find issues from module, package, etc.
Julien Lancelot [Wed, 15 May 2013 07:24:03 +0000 (09:24 +0200)]
SONAR-3755 Fix message and reporter params
Julien Lancelot [Wed, 15 May 2013 07:23:29 +0000 (09:23 +0200)]
SONAR-4293 Fix dates param
Simon Brandhof [Tue, 14 May 2013 22:19:23 +0000 (00:19 +0200)]
SONAR-3755 add the link "Assigned to me"
Simon Brandhof [Tue, 14 May 2013 21:55:38 +0000 (23:55 +0200)]
SONAR-3755 prepare links 'edit' and 'delete' comment
Simon Brandhof [Tue, 14 May 2013 21:32:51 +0000 (23:32 +0200)]
SONAR-3755 rename ISSUES.DESCRIPTION to MESSAGE