aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5868 Allow issue tracking mechanism to work without full previous sourcesJulien HENRY2014-11-2421-80/+199
* SONAR-5826 Use (big) integer column instead of DB timestamp for file_sourcesJean-Baptiste Lievremont2014-11-2421-53/+52
* SONAR-5743 Move new source WS to api/sources/linesJean-Baptiste Lievremont2014-11-2411-19/+19
* Fix coding rules modalsStas Vilchik2014-11-242-2/+0
* SONAR-5845 Fix rule descriptionStas Vilchik2014-11-241-1/+1
* SONAR-5718 Fix memory leakStas Vilchik2014-11-241-0/+4
* Fix action plan widgetStas Vilchik2014-11-241-3/+3
* SONAR-5718 Fix clipping effectStas Vilchik2014-11-242-9/+2
* Fix drilldown by open/reoped issuesStas Vilchik2014-11-241-2/+2
* SONAR-5718 Handle big filesStas Vilchik2014-11-243-28/+45
* Revert "SONAR-5718 Add debt icon"Stas Vilchik2014-11-246-9/+2
* SONAR-5845 Apply feedbackStas Vilchik2014-11-244-32/+33
* Fix IssueResultSetIteratorTest on non-H2 dbs (new try)Simon Brandhof2014-11-242-5/+8
* sonar-data-test: fix java xmxSimon Brandhof2014-11-242-8/+9
* Fix sorting of issues - handle virtual line "zero"Simon Brandhof2014-11-242-10/+12
* SONAR-5743 New Source Code + SCM WSJean-Baptiste Lievremont2014-11-2424-23/+563
* SONAR-5801 fix SourceLineResultSetIterator on postgresqlSimon Brandhof2014-11-241-5/+3
* Fix some quality flawsJulien HENRY2014-11-241-1/+2
* Fix some quality flawsJulien HENRY2014-11-241-7/+0
* Fix IssueResultSetIteratorTest on postgresqlSimon Brandhof2014-11-242-8/+8
* SONAR-5801 test can not commit an auto-commit connection on non-H2 dbsSimon Brandhof2014-11-241-1/+0
* SONAR-5801 fix sonar-data-testSimon Brandhof2014-11-231-6/+6
* SONAR-5801 improve test of SourceLineResultSetIteratorTestSimon Brandhof2014-11-231-6/+14
* sonar-data-test: use bulk insertsSimon Brandhof2014-11-231-1/+1
* SONAR-5801 fix compatibility with all dbsSimon Brandhof2014-11-2310-37/+34
* Fix test on WindowsJulien HENRY2014-11-211-2/+2
* Try to fix handling of BOM on WindowsJulien HENRY2014-11-212-6/+3
* SONAR-5827 Use byte[] instead of String to manipulate file_sources data so th...Julien HENRY2014-11-2110-37/+60
* SONAR-5827 Fix NPE for languages with no source colorizerJulien HENRY2014-11-211-1/+4
* SONAR-5827 Execute CodeColorizer on batch side to feed highlightingJulien HENRY2014-11-2115-62/+451
* SONAR-5801 Fix test on MSSQL and PostgresJean-Baptiste Lievremont2014-11-211-1/+0
* SONAR-5767 Not able to display Integration Tests Coverage when line given by ...Stas Vilchik2014-11-211-0/+1
* SONAR-5718 Fix comment shortcutStas Vilchik2014-11-212-4/+7
* SONAR-5544 Make the Complexity widget comply with the new SonarQube widget Lo...Stas Vilchik2014-11-212-25/+26
* SONAR-5777 Component Viewer fails to bulk change a big amount of issuesStas Vilchik2014-11-212-2/+3
* Remove useless comment in ResultSetIteratorSimon Brandhof2014-11-211-1/+0
* Fix compatibility of SourceLineDoc with Java 6Simon Brandhof2014-11-211-1/+1
* Add test to ResultSetIteratorTestSimon Brandhof2014-11-211-2/+12
* Revert last change of ResultSetIteratorSimon Brandhof2014-11-211-6/+22
* Fix quality flawsSimon Brandhof2014-11-215-51/+86
* SONAR-5801 Delete unneeded lines after indexation of sourceJean-Baptiste Lievremont2014-11-218-25/+195
* SONAR-5801 Index source lines at startup and after analysisJean-Baptiste Lievremont2014-11-2115-29/+294
* SONAR-5801 Create search index structure and initial indexation method for so...Jean-Baptiste Lievremont2014-11-217-0/+414
* Remove some unused importsSimon Brandhof2014-11-213-3/+0
* Centralize algorithm of UUID generationSimon Brandhof2014-11-2117-50/+118
* Fix some quality flawsJulien HENRY2014-11-216-12/+11
* SONAR-5827 Enable bulk insertJulien HENRY2014-11-211-1/+1
* Automatic merge from branch-4.5Jenkins CI2014-11-215-4/+14
|\
| * Fix javadocJulien HENRY2014-11-201-1/+1
| * Fix cancelling of editing of rule tagsStas Vilchik2014-11-203-0/+10