aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test/resources
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4321 Fix performance issue on Issues search SQLJulien Lancelot2013-06-143-0/+158
* SONAR-3755 Fix performance issue in selectNonClosedIssuesByModule queryJulien Lancelot2013-06-071-1/+56
* SONAR-3755 Fix issue on SQL to retrieve root projectJulien Lancelot2013-06-051-0/+11
* Fix test on OracleSimon Brandhof2013-06-051-1/+1
* SONAR-4309 fix detection of conflictsSimon Brandhof2013-06-042-0/+104
* SONAR-4309 Support concurrent modifications on issues made by batch and simul...Simon Brandhof2013-06-043-1/+56
* SONAR-3755 fix JSON report when directly analyzing module (like in Eclipse pl...Simon Brandhof2013-05-312-0/+95
* SONAR-4301 Improve performance when searching component children ids from spe...Julien Lancelot2013-05-301-8/+8
* SONAR-4301 Replace snapshot by project in query used to select authorized roo...Julien Lancelot2013-05-296-23/+19
* 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-286-14/+10
* SONAR-4283 notifications on new issues and issue changesSimon Brandhof2013-05-271-0/+50
* SONAR-4292 Create a IssueStatsFinder to be used by UnresolvedIssuesPerAssigne...Julien Lancelot2013-05-271-0/+80
* SONAR-4301 Rename issues.resource_id by issues.component_id and issues.projec...Julien Lancelot2013-05-2737-184/+184
* SONAR-4301 Merge authorized projects search in issues searchJulien Lancelot2013-05-275-0/+226
* SONAR-4308 Update the DBCleaner mechanism to purge closed issues after X weeksSimon Brandhof2013-05-244-0/+256
* SONAR-3755 remove code related to reviews and violationsSimon Brandhof2013-05-2317-348/+0
* SONAR-4301 Add project Id on issues tableJulien Lancelot2013-05-2226-38/+60
* Fix unit testJulien Lancelot2013-05-211-3/+3
* SONAR-4301 Create queries to select all authorized projects for a user and to...Julien Lancelot2013-05-214-0/+119
* SONAR-4305 migrate db tables from violations/reviews to issuesSimon Brandhof2013-05-2127-62/+62
* Revert "SONAR-4301 Replace issues.severity column type from String to Integer"Julien Lancelot2013-05-2129-65/+65
* SONAR-4301 Replace issues.severity column type from String to IntegerJulien Lancelot2013-05-2129-65/+65
* SONAR-4301 Add sort on issue search pageJulien Lancelot2013-05-217-10/+386
* SONAR-3755 close issues when rule is disabled or deletedSimon Brandhof2013-05-201-1/+1
* SONAR-3755 rename ISSUES.DESCRIPTION to MESSAGESimon Brandhof2013-05-1424-50/+54
* SONAR-3755 rename ISSUES.USER_LOGIN to REPORTERSimon Brandhof2013-05-1424-145/+99
* SONAR-4323 add search by free text and support of Select2Simon Brandhof2013-05-141-0/+24
* SONAR-4282 Fix problem when returning issues when componentRoots is a moduleJulien Lancelot2013-05-1416-43/+46
* SONAR-3755 Add resolved parameter to IssueFinder and improve issues search pageJulien Lancelot2013-05-141-0/+77
* SONAR-4324 Add index to the table USERS.LOGINSimon Brandhof2013-05-131-1/+0
* SONAR-4323 new web service /api/users/searchSimon Brandhof2013-05-134-3/+33
* SONAR-3755 Add action plan WSJulien Lancelot2013-05-132-0/+10
* SONAR-3755 Use a single method to return action plan statsJulien Lancelot2013-05-132-81/+0
* SONAR-3755 Manage error handling when creating or updating action plansJulien Lancelot2013-05-131-0/+12
* SONAR-3755 refactor commentsSimon Brandhof2013-05-131-76/+0
* SONAR-3755 refactor commentsSimon Brandhof2013-05-128-0/+220
* SONAR-3755 Manage action plan management console with Java instead of RubyJulien Lancelot2013-05-075-0/+33
* Fix insertion of action plansSimon Brandhof2013-05-071-3/+3
* SONAR-3755 refactor commentsSimon Brandhof2013-05-0714-21/+164
* SONAR-3755 Check that action plan exist when linking an action plan to an issueJulien Lancelot2013-05-071-0/+6
* SONAR-3755 Add action plans to issue query and add WS to add action plan to i...Julien Lancelot2013-05-071-0/+82
* SONAR-3755 Add query to get open and closed action plan statsJulien Lancelot2013-05-072-2/+108
* SONAR-3755 Add planned parameter on IssueQuery for Issues code viewerJulien Lancelot2013-05-061-0/+81
* SONAR-3755 Add plan action in IssueUpdater and add a ActionPlanFinderJulien Lancelot2013-05-062-78/+12
* SONAR-3755 Add Action Plan consoleJulien Lancelot2013-05-066-18/+17
* SONAR-3755 Add Action Plan Dao, remove action_plans_issues table, add action_...Julien Lancelot2013-05-066-10/+139
* SONAR-3755 rename COST to EFFORT_TO_FIXSimon Brandhof2013-05-0315-32/+32
* SONAR-3755 Add id in action_plans_issues test dataJulien Lancelot2013-05-032-5/+5
* SONAR-3755 Return Action plans in Issue FinderJulien Lancelot2013-05-031-0/+19