aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-4301 Remove project_id when querying issuesJulien Lancelot2013-05-274-52/+55
|
* SONAR-4283 implement the notification on new issues raised during project scanSimon Brandhof2013-05-262-1/+3
|
* Fix minor quality flawSimon Brandhof2013-05-261-1/+1
|
* SONAR-4297 SONAR-4295 SONAR-4294 remove some review widgetsSimon Brandhof2013-05-261-1/+1
|
* SONAR-4308 Update the DBCleaner mechanism to purge closed issues after X weeksSimon Brandhof2013-05-2410-27/+485
|
* SONAR-4301 Fix sql queryJulien Lancelot2013-05-241-2/+2
|
* SONAR-4301 Fix sql queryJulien Lancelot2013-05-241-3/+3
|
* SONAR-4301 Fix sql queryJulien Lancelot2013-05-241-10/+9
|
* SONAR-4301 Fix sql queryJulien Lancelot2013-05-241-1/+1
|
* SONAR-4301 Fix sql queryJulien Lancelot2013-05-241-13/+19
|
* SONAR-4301 Fix sql queryJulien Lancelot2013-05-242-4/+13
|
* SONAR-4301 Fix sql queryJulien Lancelot2013-05-241-6/+1
|
* SONAR-4290 order action plans by chronological deadlineSimon Brandhof2013-05-247-9/+113
|
* SONAR-4301 Improve the issues search in order to select only project ↵Julien Lancelot2013-05-244-151/+107
| | | | authorized for current user and limit the result directly in the SQL
* Fix copyright headerJulien Lancelot2013-05-241-3/+21
|
* SONAR-4286 remove the assignee when resolving as false-positiveSimon Brandhof2013-05-246-4/+97
|
* Fixed several violationsJean-Baptiste Vilain2013-05-231-2/+1
|
* SONAR-4301 Add index on issues.resolutionJulien Lancelot2013-05-231-1/+3
|
* SONAR-3755 remove code related to reviews and violationsSimon Brandhof2013-05-2345-1560/+15
|
* SONAR-4301 Add resolution on issues search page, add resolution to status indexJulien Lancelot2013-05-231-1/+1
|
* SONAR-4329 Close no more existing confirmed issuesJulien Lancelot2013-05-232-0/+61
|
* SONAR-4329 Create a new CONFIRMED status for IssuesJulien Lancelot2013-05-232-7/+59
|
* SONAR-4301 Set maxResultsReached parameter from IssueDaoJulien Lancelot2013-05-225-62/+217
|
* SONAR-4301 Improve issues sortJulien Lancelot2013-05-222-3/+3
|
* SONAR-4301 Display message and disable sort when issues results are higher ↵Julien Lancelot2013-05-221-0/+2
| | | | than max results authorized
* SONAR-3755 Remove index on issues.project_idJulien Lancelot2013-05-221-2/+0
|
* SONAR-4301 Replace sql sort on issues by Java sortJulien Lancelot2013-05-223-106/+51
|
* SONAR-3755 various improvements on plan and assign actionsSimon Brandhof2013-05-221-0/+1
| | | | | | | * display deadline besides the action plans * unplan button * unassign button * Ruby API to easily format java or ruby dates
* SONAR-4301 Update IssueFinder to first retreive authorized root projects for ↵Julien Lancelot2013-05-223-7/+18
| | | | user and then search for authorized issues based on issue query. Also add project in Issue.
* SONAR-4301 Add project Id on issues tableJulien Lancelot2013-05-2238-55/+148
|
* SONAR-3755 fix quality flawsSimon Brandhof2013-05-225-89/+60
|
* SONAR-3755 fix bug in IssueUpdater#setEffortToFix()Simon Brandhof2013-05-222-2/+21
|
* Fix unit testJulien Lancelot2013-05-211-3/+3
|
* SONAR-4301 Create queries to select all authorized projects for a user and ↵Julien Lancelot2013-05-2110-0/+263
| | | | to select issues id and project ids from issue query
* SONAR-4305 migrate db tables from violations/reviews to issuesSimon Brandhof2013-05-2135-83/+85
|
* Revert "SONAR-4301 Replace issues.severity column type from String to Integer"Julien Lancelot2013-05-2137-105/+84
| | | | This reverts commit 2c2728075a1c142965bf6c018ba94919955f80d8.
* SONAR-4301 Fix issue when sort and asc are nullJulien Lancelot2013-05-211-4/+7
|
* SONAR-4301 Replace issues.severity column type from String to IntegerJulien Lancelot2013-05-2137-84/+105
|
* SONAR-4301 Add sort on issue search pageJulien Lancelot2013-05-2110-43/+494
|
* SONAR-4310 set updated_at only on changesSimon Brandhof2013-05-208-92/+106
|
* SONAR-3755 close issues when rule is disabled or deletedSimon Brandhof2013-05-208-16/+42
|
* SONAR-3755 search by creation date should be >= instead of >Simon Brandhof2013-05-171-1/+1
|
* SONAR-3755 do not filter non-READY rules in the WS /api/issues/searchSimon Brandhof2013-05-172-6/+4
|
* SONAR-4304 better exception handling/UISimon Brandhof2013-05-171-0/+4
|
* SONAR-3755 ability to get list of available issue statusesSimon Brandhof2013-05-164-8/+74
|
* SONAR-3755 save issue changes during automatic transitionsSimon Brandhof2013-05-162-5/+10
|
* SONAR-3755 set the update date when scan changes statusSimon Brandhof2013-05-162-1/+4
|
* SONAR-4287 Fix issue when loading action plan formJulien Lancelot2013-05-164-0/+80
|
* SONAR-4323 escape special characters % and _Simon Brandhof2013-05-162-1/+12
|
* SONAR-4285 support the edition and deletion of commentsSimon Brandhof2013-05-162-5/+16
|