| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | SONAR-4308 Update the DBCleaner mechanism to purge closed issues after X weeks | Simon Brandhof | 2013-05-24 | 6 | -9/+328 |
* | SONAR-4290 order action plans by chronological deadline | Simon Brandhof | 2013-05-24 | 1 | -0/+59 |
* | SONAR-4301 Improve the issues search in order to select only project authoriz... | Julien Lancelot | 2013-05-24 | 1 | -70/+32 |
* | Fix copyright header | Julien Lancelot | 2013-05-24 | 1 | -3/+21 |
* | SONAR-4286 remove the assignee when resolving as false-positive | Simon Brandhof | 2013-05-24 | 2 | -0/+45 |
* | SONAR-3755 remove code related to reviews and violations | Simon Brandhof | 2013-05-23 | 25 | -741/+4 |
* | SONAR-4329 Close no more existing confirmed issues | Julien Lancelot | 2013-05-23 | 1 | -0/+55 |
* | SONAR-4329 Create a new CONFIRMED status for Issues | Julien Lancelot | 2013-05-23 | 1 | -4/+36 |
* | SONAR-4301 Set maxResultsReached parameter from IssueDao | Julien Lancelot | 2013-05-22 | 1 | -24/+26 |
* | SONAR-4301 Replace sql sort on issues by Java sort | Julien Lancelot | 2013-05-22 | 1 | -76/+37 |
* | SONAR-4301 Update IssueFinder to first retreive authorized root projects for ... | Julien Lancelot | 2013-05-22 | 1 | -2/+6 |
* | SONAR-4301 Add project Id on issues table | Julien Lancelot | 2013-05-22 | 30 | -40/+75 |
* | SONAR-3755 fix quality flaws | Simon Brandhof | 2013-05-22 | 1 | -5/+5 |
* | SONAR-3755 fix bug in IssueUpdater#setEffortToFix() | Simon Brandhof | 2013-05-22 | 1 | -0/+17 |
* | Fix unit test | Julien Lancelot | 2013-05-21 | 1 | -3/+3 |
* | SONAR-4301 Create queries to select all authorized projects for a user and to... | Julien Lancelot | 2013-05-21 | 6 | -0/+174 |
* | SONAR-4305 migrate db tables from violations/reviews to issues | Simon Brandhof | 2013-05-21 | 30 | -67/+67 |
* | Revert "SONAR-4301 Replace issues.severity column type from String to Integer" | Julien Lancelot | 2013-05-21 | 32 | -72/+72 |
* | SONAR-4301 Replace issues.severity column type from String to Integer | Julien Lancelot | 2013-05-21 | 32 | -72/+72 |
* | SONAR-4301 Add sort on issue search page | Julien Lancelot | 2013-05-21 | 8 | -13/+451 |
* | SONAR-4310 set updated_at only on changes | Simon Brandhof | 2013-05-20 | 2 | -30/+39 |
* | SONAR-3755 close issues when rule is disabled or deleted | Simon Brandhof | 2013-05-20 | 2 | -2/+2 |
* | SONAR-3755 do not filter non-READY rules in the WS /api/issues/search | Simon Brandhof | 2013-05-17 | 1 | -2/+2 |
* | SONAR-3755 ability to get list of available issue statuses | Simon Brandhof | 2013-05-16 | 2 | -0/+51 |
* | SONAR-3755 save issue changes during automatic transitions | Simon Brandhof | 2013-05-16 | 1 | -1/+4 |
* | SONAR-3755 set the update date when scan changes status | Simon Brandhof | 2013-05-16 | 1 | -1/+3 |
* | SONAR-4287 Fix issue when loading action plan form | Julien Lancelot | 2013-05-16 | 1 | -0/+28 |
* | SONAR-4323 escape special characters % and _ | Simon Brandhof | 2013-05-16 | 1 | -0/+11 |
* | SONAR-3755 rename ISSUES.DESCRIPTION to MESSAGE | Simon Brandhof | 2013-05-14 | 29 | -66/+70 |
* | SONAR-3755 rename ISSUES.USER_LOGIN to REPORTER | Simon Brandhof | 2013-05-14 | 29 | -160/+111 |
* | SONAR-4323 add search by free text and support of Select2 | Simon Brandhof | 2013-05-14 | 2 | -0/+44 |
* | SONAR-4282 Fix problem when returning issues when componentRoots is a module | Julien Lancelot | 2013-05-14 | 18 | -46/+55 |
* | SONAR-3755 Add resolved parameter to IssueFinder and improve issues search page | Julien Lancelot | 2013-05-14 | 2 | -0/+94 |
* | SONAR-4282 renamed openIssues by unresolvedIssues | Julien Lancelot | 2013-05-14 | 1 | -1/+1 |
* | SONAR-4324 Add index to the table USERS.LOGIN | Simon Brandhof | 2013-05-13 | 2 | -16/+0 |
* | SONAR-4323 new web service /api/users/search | Simon Brandhof | 2013-05-13 | 8 | -52/+246 |
* | SONAR-3755 Add action plan WS | Julien Lancelot | 2013-05-13 | 4 | -5/+17 |
* | SONAR-3755 Use a single method to return action plan stats | Julien Lancelot | 2013-05-13 | 3 | -96/+3 |
* | SONAR-3755 Manage error handling when creating or updating action plans | Julien Lancelot | 2013-05-13 | 2 | -2/+22 |
* | SONAR-4321 improve rendering of dates and html text | Simon Brandhof | 2013-05-13 | 1 | -2/+2 |
* | SONAR-3755 Rename ActionPlanManager to ActionPlanServer and move it to sonar-... | Julien Lancelot | 2013-05-13 | 1 | -147/+0 |
* | SONAR-3755 refactor comments | Simon Brandhof | 2013-05-13 | 5 | -105/+19 |
* | SONAR-3755 refactor comments | Simon Brandhof | 2013-05-12 | 13 | -25/+303 |
* | Fix unit tests | Julien Lancelot | 2013-05-08 | 1 | -2/+2 |
* | SONAR-3755 Manage action plan management console with Java instead of Ruby | Julien Lancelot | 2013-05-07 | 7 | -14/+101 |
* | Fix insertion of action plans | Simon Brandhof | 2013-05-07 | 1 | -3/+3 |
* | SONAR-3755 refactor comments | Simon Brandhof | 2013-05-07 | 21 | -44/+363 |
* | SONAR-3755 Check that action plan exist when linking an action plan to an issue | Julien Lancelot | 2013-05-07 | 3 | -1/+30 |
* | SONAR-3755 Add action plans to issue query and add WS to add action plan to i... | Julien Lancelot | 2013-05-07 | 2 | -0/+96 |
* | SONAR-3755 Add query to get open and closed action plan stats | Julien Lancelot | 2013-05-07 | 4 | -11/+145 |