| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-5868 Allow issue tracking mechanism to work without full previous sources | Julien HENRY | 2014-11-24 | 21 | -80/+199 |
* | SONAR-5826 Use (big) integer column instead of DB timestamp for file_sources | Jean-Baptiste Lievremont | 2014-11-24 | 21 | -53/+52 |
* | SONAR-5743 Move new source WS to api/sources/lines | Jean-Baptiste Lievremont | 2014-11-24 | 11 | -19/+19 |
* | Fix coding rules modals | Stas Vilchik | 2014-11-24 | 2 | -2/+0 |
* | SONAR-5845 Fix rule description | Stas Vilchik | 2014-11-24 | 1 | -1/+1 |
* | SONAR-5718 Fix memory leak | Stas Vilchik | 2014-11-24 | 1 | -0/+4 |
* | Fix action plan widget | Stas Vilchik | 2014-11-24 | 1 | -3/+3 |
* | SONAR-5718 Fix clipping effect | Stas Vilchik | 2014-11-24 | 2 | -9/+2 |
* | Fix drilldown by open/reoped issues | Stas Vilchik | 2014-11-24 | 1 | -2/+2 |
* | SONAR-5718 Handle big files | Stas Vilchik | 2014-11-24 | 3 | -28/+45 |
* | Revert "SONAR-5718 Add debt icon" | Stas Vilchik | 2014-11-24 | 6 | -9/+2 |
* | SONAR-5845 Apply feedback | Stas Vilchik | 2014-11-24 | 4 | -32/+33 |
* | Fix IssueResultSetIteratorTest on non-H2 dbs (new try) | Simon Brandhof | 2014-11-24 | 2 | -5/+8 |
* | sonar-data-test: fix java xmx | Simon Brandhof | 2014-11-24 | 2 | -8/+9 |
* | Fix sorting of issues - handle virtual line "zero" | Simon Brandhof | 2014-11-24 | 2 | -10/+12 |
* | SONAR-5743 New Source Code + SCM WS | Jean-Baptiste Lievremont | 2014-11-24 | 24 | -23/+563 |
* | SONAR-5801 fix SourceLineResultSetIterator on postgresql | Simon Brandhof | 2014-11-24 | 1 | -5/+3 |
* | Fix some quality flaws | Julien HENRY | 2014-11-24 | 1 | -1/+2 |
* | Fix some quality flaws | Julien HENRY | 2014-11-24 | 1 | -7/+0 |
* | Fix IssueResultSetIteratorTest on postgresql | Simon Brandhof | 2014-11-24 | 2 | -8/+8 |
* | SONAR-5801 test can not commit an auto-commit connection on non-H2 dbs | Simon Brandhof | 2014-11-24 | 1 | -1/+0 |
* | SONAR-5801 fix sonar-data-test | Simon Brandhof | 2014-11-23 | 1 | -6/+6 |
* | SONAR-5801 improve test of SourceLineResultSetIteratorTest | Simon Brandhof | 2014-11-23 | 1 | -6/+14 |
* | sonar-data-test: use bulk inserts | Simon Brandhof | 2014-11-23 | 1 | -1/+1 |
* | SONAR-5801 fix compatibility with all dbs | Simon Brandhof | 2014-11-23 | 10 | -37/+34 |
* | Fix test on Windows | Julien HENRY | 2014-11-21 | 1 | -2/+2 |
* | Try to fix handling of BOM on Windows | Julien HENRY | 2014-11-21 | 2 | -6/+3 |
* | SONAR-5827 Use byte[] instead of String to manipulate file_sources data so th... | Julien HENRY | 2014-11-21 | 10 | -37/+60 |
* | SONAR-5827 Fix NPE for languages with no source colorizer | Julien HENRY | 2014-11-21 | 1 | -1/+4 |
* | SONAR-5827 Execute CodeColorizer on batch side to feed highlighting | Julien HENRY | 2014-11-21 | 15 | -62/+451 |
* | SONAR-5801 Fix test on MSSQL and Postgres | Jean-Baptiste Lievremont | 2014-11-21 | 1 | -1/+0 |
* | SONAR-5767 Not able to display Integration Tests Coverage when line given by ... | Stas Vilchik | 2014-11-21 | 1 | -0/+1 |
* | SONAR-5718 Fix comment shortcut | Stas Vilchik | 2014-11-21 | 2 | -4/+7 |
* | SONAR-5544 Make the Complexity widget comply with the new SonarQube widget Lo... | Stas Vilchik | 2014-11-21 | 2 | -25/+26 |
* | SONAR-5777 Component Viewer fails to bulk change a big amount of issues | Stas Vilchik | 2014-11-21 | 2 | -2/+3 |
* | Remove useless comment in ResultSetIterator | Simon Brandhof | 2014-11-21 | 1 | -1/+0 |
* | Fix compatibility of SourceLineDoc with Java 6 | Simon Brandhof | 2014-11-21 | 1 | -1/+1 |
* | Add test to ResultSetIteratorTest | Simon Brandhof | 2014-11-21 | 1 | -2/+12 |
* | Revert last change of ResultSetIterator | Simon Brandhof | 2014-11-21 | 1 | -6/+22 |
* | Fix quality flaws | Simon Brandhof | 2014-11-21 | 5 | -51/+86 |
* | SONAR-5801 Delete unneeded lines after indexation of source | Jean-Baptiste Lievremont | 2014-11-21 | 8 | -25/+195 |
* | SONAR-5801 Index source lines at startup and after analysis | Jean-Baptiste Lievremont | 2014-11-21 | 15 | -29/+294 |
* | SONAR-5801 Create search index structure and initial indexation method for so... | Jean-Baptiste Lievremont | 2014-11-21 | 7 | -0/+414 |
* | Remove some unused imports | Simon Brandhof | 2014-11-21 | 3 | -3/+0 |
* | Centralize algorithm of UUID generation | Simon Brandhof | 2014-11-21 | 17 | -50/+118 |
* | Fix some quality flaws | Julien HENRY | 2014-11-21 | 6 | -12/+11 |
* | SONAR-5827 Enable bulk insert | Julien HENRY | 2014-11-21 | 1 | -1/+1 |
* | Automatic merge from branch-4.5 | Jenkins CI | 2014-11-21 | 5 | -4/+14 |
|\ |
|
| * | Fix javadoc | Julien HENRY | 2014-11-20 | 1 | -1/+1 |
| * | Fix cancelling of editing of rule tags | Stas Vilchik | 2014-11-20 | 3 | -0/+10 |