Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-5718 Group issues by component | Stas Vilchik | 2014-11-25 | 8 | -26/+137 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2014-11-25 | 4 | -16/+8 |
| | |||||
* | SONAR-5801 Always use last column of the CSV structure as the source line | Jean-Baptiste Lievremont | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | SONAR-5826 Fix column type to please Oracle | Jean-Baptiste Lievremont | 2014-11-25 | 1 | -2/+2 |
| | |||||
* | Add BaseDoc#getFieldAsDate() and getNullableFieldAsDate() | Simon Brandhof | 2014-11-25 | 4 | -20/+60 |
| | |||||
* | Fix SQL request used by issues indexing | Simon Brandhof | 2014-11-25 | 3 | -3/+3 |
| | | | | * strict comparison of issue updated_at | ||||
* | SONAR-5743 Fix issue with dates in source line index | Jean-Baptiste Lievremont | 2014-11-25 | 4 | -6/+8 |
| | |||||
* | Cleanup (remove sysouts) | Jean-Baptiste Lievremont | 2014-11-25 | 2 | -4/+0 |
| | |||||
* | SONAR-5872 Add module key on issues in api/issues/search | Jean-Baptiste Lievremont | 2014-11-25 | 1 | -28/+51 |
| | |||||
* | SONAR-5872 Add module key in api/issues/show | Jean-Baptiste Lievremont | 2014-11-25 | 4 | -1/+4 |
| | |||||
* | SONAR-5866 Add coverage data into file_sources table + migration | Julien HENRY | 2014-11-25 | 12 | -125/+139 |
| | |||||
* | Remove deprecation on CoverageMeasureBuilder | Julien HENRY | 2014-11-25 | 1 | -6/+0 |
| | |||||
* | Change the monospace font | Stas Vilchik | 2014-11-25 | 7 | -21/+7 |
| | |||||
* | Automatic merge from branch-4.5 | Jenkins CI | 2014-11-25 | 7 | -36/+51 |
|\ | | | | | | | | | * origin/branch-4.5: SONAR-5874 Support deprecated org.sonar.api.rules.RuleRepository when extending rules of org.sonar.api.server.rule.RulesDefinition | ||||
| * | SONAR-5874 Support deprecated org.sonar.api.rules.RuleRepository when ↵ | Simon Brandhof | 2014-11-25 | 7 | -36/+51 |
| | | | | | | | | extending rules of org.sonar.api.server.rule.RulesDefinition | ||||
* | | SONAR-5868 Fix migration test | Julien HENRY | 2014-11-25 | 6 | -4/+9 |
| | | |||||
* | | Replace java.util.Uuid by org.sonar.api.utils.Uuids in tests | Simon Brandhof | 2014-11-25 | 3 | -12/+10 |
| | | |||||
* | | 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 |
| | | | | | | | | This reverts commit ef11f4953b5319435f408063b5e368433c158499. | ||||
* | | 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 ↵ | Julien HENRY | 2014-11-21 | 10 | -37/+60 |
| | | | | | | | | that all DBs are happy | ||||
* | | 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 |
| | | | | | | | | Coverage Report can't be found in Source File | ||||
* | | SONAR-5718 Fix comment shortcut | Stas Vilchik | 2014-11-21 | 2 | -4/+7 |
| | |