aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-3755 Add action plan WSJulien Lancelot2013-05-134-5/+17
* SONAR-3755 Use a single method to return action plan statsJulien Lancelot2013-05-133-96/+3
* SONAR-3755 Manage error handling when creating or updating action plansJulien Lancelot2013-05-132-2/+22
* SONAR-4321 improve rendering of dates and html textSimon Brandhof2013-05-131-2/+2
* SONAR-3755 Rename ActionPlanManager to ActionPlanServer and move it to sonar-...Julien Lancelot2013-05-131-147/+0
* SONAR-3755 refactor commentsSimon Brandhof2013-05-135-105/+19
* SONAR-3755 refactor commentsSimon Brandhof2013-05-1213-25/+303
* Fix unit testsJulien Lancelot2013-05-081-2/+2
* SONAR-3755 Manage action plan management console with Java instead of RubyJulien Lancelot2013-05-077-14/+101
* Fix insertion of action plansSimon Brandhof2013-05-071-3/+3
* SONAR-3755 refactor commentsSimon Brandhof2013-05-0721-44/+363
* SONAR-3755 Check that action plan exist when linking an action plan to an issueJulien Lancelot2013-05-073-1/+30
* SONAR-3755 Add action plans to issue query and add WS to add action plan to i...Julien Lancelot2013-05-072-0/+96
* SONAR-3755 Add query to get open and closed action plan statsJulien Lancelot2013-05-074-11/+145
* SONAR-3755 Add planned parameter on IssueQuery for Issues code viewerJulien Lancelot2013-05-062-0/+98
* SONAR-3755 refactor saving of commentsSimon Brandhof2013-05-062-16/+0
* SONAR-3755 Add plan action in IssueUpdater and add a ActionPlanFinderJulien Lancelot2013-05-065-78/+124
* SONAR-3755 Add Action Plan consoleJulien Lancelot2013-05-068-28/+24
* SONAR-3755 Add Action Plan Dao, remove action_plans_issues table, add action_...Julien Lancelot2013-05-069-11/+238
* SONAR-3755 refactor issue sortingSimon Brandhof2013-05-041-2/+2
* SONAR-3755 remove the resolution OPENSimon Brandhof2013-05-033-11/+37
* SONAR-3755 rename COST to EFFORT_TO_FIXSimon Brandhof2013-05-0318-37/+37
* 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-032-0/+68
* Fix some quality flawsSimon Brandhof2013-05-031-1/+20
* SONAR-3755 refactor issue datesSimon Brandhof2013-05-0325-109/+305
* SONAR-3755 refactor commentsSimon Brandhof2013-05-024-27/+39
* SONAR-3755 implement changelogSimon Brandhof2013-05-0218-186/+608
* SONAR-3755 Add action_plans_issues table and add purge of all issues tablesJulien Lancelot2013-05-024-2/+17
* SONAR-3755 Add assigned parameter to IssueQueryJulien Lancelot2013-04-302-1/+91
* SONAR-3755 fix issue creation dateSimon Brandhof2013-04-301-1/+3
* SONAR-3755 keep state changesSimon Brandhof2013-04-306-111/+12
* SONAR-3755 Fix query for MySQLJulien Lancelot2013-04-291-0/+9
* SONAR-3755 Rename key by issueKey in IssueQueryJulien Lancelot2013-04-291-3/+1
* SONAR-3755 Export Issues json report for DryRun modeJulien Lancelot2013-04-293-0/+122
* SONAR-3755 move db stuff to org.sonar.core.issue.dbSimon Brandhof2013-04-2623-3/+47
* SONAR-3755 new concept of automatic transitions in issue workflowSimon Brandhof2013-04-268-150/+190
* SONAR-3893 Renamed column in SNAPSHOT_DATA from value to snapshot_dataJean-Baptiste Vilain2013-04-267-15/+15
* SONAR-3893 Renamed column in SNAPSHOT_DATA from data to valueJean-Baptiste Vilain2013-04-267-15/+15
* SONAR-3340 Fix UTs after adding id on duplications_indexJulien HENRY2013-04-252-8/+8
* SONAR-3893 Naming adjustments and SnapshotDataDao updated to include data_typ...Jean-Baptiste Vilain2013-04-243-13/+15
* SONAR-3755 Add sort in IssueQueryJulien Lancelot2013-04-243-1/+111
* SONAR-3340 Fix UTs after adding id on duplications_indexJulien HENRY2013-04-245-7/+7
* SONAR-3755 Fixed IssueDao test due to some session issueJulien Lancelot2013-04-241-2/+2
* SONAR-3893 Fixed issue related to coverage data filteringJean-Baptiste Vilain2013-04-242-8/+8
* SONAR-3755 Add IssueFinder paginationJulien Lancelot2013-04-243-0/+165
* SONAR-3755 refactor signature of perspective IssuableSimon Brandhof2013-04-231-8/+11
* SONAR-3755 use persistent cacheSimon Brandhof2013-04-232-0/+7
* SONAR-3755 Add methods in IssueFinder Results to get rule by issue and compon...Julien Lancelot2013-04-2316-62/+56
* SONAR-3755 complete issue workflowSimon Brandhof2013-04-234-0/+261