aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-4360 OufOfMemory error when too many issuesSimon Brandhof2013-05-291-5/+18
|
* SONAR-3755 replace the enum IssueQuery.Sort by String constantsSimon Brandhof2013-05-291-6/+6
|
* SONAR-4290 Execute sort of ActionPlanStats the same way as ActionPlanJulien Lancelot2013-05-291-5/+5
|
* SONAR-3755 fix regression on severitySimon Brandhof2013-05-291-0/+10
|
* DEVACT-103 Added missing test resourcesJean-Baptiste Vilain2013-05-284-0/+20
|
* DEVACT-103 Modified author dao to allow author and developer creation in the ↵Jean-Baptiste Vilain2013-05-288-33/+79
| | | | same transaction scope
* SONAR-4355 new resolution "REMOVED"Simon Brandhof2013-05-283-14/+77
|
* SONAR-3755 move and delete some classes related to issuesSimon Brandhof2013-05-271-178/+0
|
* Fix conflictsSimon Brandhof2013-05-272-4/+4
|
* SONAR-4283 notifications on new issues and issue changesSimon Brandhof2013-05-275-4/+224
|
* SONAR-4292 Create a IssueStatsFinder to be used by ↵Julien Lancelot2013-05-272-0/+131
| | | | UnresolvedIssuesPerAssigneeWidget
* SONAR-4301 Rename issues.resource_id by issues.component_id and ↵Julien Lancelot2013-05-2740-194/+194
| | | | issues.project_id by issues.root_component_id
* SONAR-4301 Merge authorized projects search in issues searchJulien Lancelot2013-05-277-76/+332
|
* SONAR-4301 Remove project_id when querying issuesJulien Lancelot2013-05-271-34/+33
|
* SONAR-4308 Update the DBCleaner mechanism to purge closed issues after X weeksSimon Brandhof2013-05-246-9/+328
|
* SONAR-4290 order action plans by chronological deadlineSimon Brandhof2013-05-241-0/+59
|
* SONAR-4301 Improve the issues search in order to select only project ↵Julien Lancelot2013-05-241-70/+32
| | | | 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-242-0/+45
|
* SONAR-3755 remove code related to reviews and violationsSimon Brandhof2013-05-2325-741/+4
|
* SONAR-4329 Close no more existing confirmed issuesJulien Lancelot2013-05-231-0/+55
|
* SONAR-4329 Create a new CONFIRMED status for IssuesJulien Lancelot2013-05-231-4/+36
|
* SONAR-4301 Set maxResultsReached parameter from IssueDaoJulien Lancelot2013-05-221-24/+26
|
* SONAR-4301 Replace sql sort on issues by Java sortJulien Lancelot2013-05-221-76/+37
|
* SONAR-4301 Update IssueFinder to first retreive authorized root projects for ↵Julien Lancelot2013-05-221-2/+6
| | | | 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-2230-40/+75
|
* SONAR-3755 fix quality flawsSimon Brandhof2013-05-221-5/+5
|
* SONAR-3755 fix bug in IssueUpdater#setEffortToFix()Simon Brandhof2013-05-221-0/+17
|
* Fix unit testJulien Lancelot2013-05-211-3/+3
|
* SONAR-4301 Create queries to select all authorized projects for a user and ↵Julien Lancelot2013-05-216-0/+174
| | | | to select issues id and project ids from issue query
* SONAR-4305 migrate db tables from violations/reviews to issuesSimon Brandhof2013-05-2130-67/+67
|
* Revert "SONAR-4301 Replace issues.severity column type from String to Integer"Julien Lancelot2013-05-2132-72/+72
| | | | This reverts commit 2c2728075a1c142965bf6c018ba94919955f80d8.
* SONAR-4301 Replace issues.severity column type from String to IntegerJulien Lancelot2013-05-2132-72/+72
|
* SONAR-4301 Add sort on issue search pageJulien Lancelot2013-05-218-13/+451
|
* SONAR-4310 set updated_at only on changesSimon Brandhof2013-05-202-30/+39
|
* SONAR-3755 close issues when rule is disabled or deletedSimon Brandhof2013-05-202-2/+2
|
* SONAR-3755 do not filter non-READY rules in the WS /api/issues/searchSimon Brandhof2013-05-171-2/+2
|
* SONAR-3755 ability to get list of available issue statusesSimon Brandhof2013-05-162-0/+51
|
* SONAR-3755 save issue changes during automatic transitionsSimon Brandhof2013-05-161-1/+4
|
* SONAR-3755 set the update date when scan changes statusSimon Brandhof2013-05-161-1/+3
|
* SONAR-4287 Fix issue when loading action plan formJulien Lancelot2013-05-161-0/+28
|
* SONAR-4323 escape special characters % and _Simon Brandhof2013-05-161-0/+11
|
* SONAR-3755 rename ISSUES.DESCRIPTION to MESSAGESimon Brandhof2013-05-1429-66/+70
|
* SONAR-3755 rename ISSUES.USER_LOGIN to REPORTERSimon Brandhof2013-05-1429-160/+111
| | | | * and drop ISSUES.MANUAL_ISSUE
* SONAR-4323 add search by free text and support of Select2Simon Brandhof2013-05-142-0/+44
|
* SONAR-4282 Fix problem when returning issues when componentRoots is a moduleJulien Lancelot2013-05-1418-46/+55
|
* SONAR-3755 Add resolved parameter to IssueFinder and improve issues search pageJulien Lancelot2013-05-142-0/+94
|
* SONAR-4282 renamed openIssues by unresolvedIssuesJulien Lancelot2013-05-141-1/+1
|
* SONAR-4324 Add index to the table USERS.LOGINSimon Brandhof2013-05-132-16/+0
|
* SONAR-4323 new web service /api/users/searchSimon Brandhof2013-05-138-52/+246
|