aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-5718 Group issues by componentStas Vilchik2014-11-258-26/+137
|
* Fix some quality flawsSimon Brandhof2014-11-254-16/+8
|
* SONAR-5801 Always use last column of the CSV structure as the source lineJean-Baptiste Lievremont2014-11-251-1/+1
|
* SONAR-5826 Fix column type to please OracleJean-Baptiste Lievremont2014-11-251-2/+2
|
* Add BaseDoc#getFieldAsDate() and getNullableFieldAsDate()Simon Brandhof2014-11-254-20/+60
|
* Fix SQL request used by issues indexingSimon Brandhof2014-11-253-3/+3
| | | | * strict comparison of issue updated_at
* SONAR-5743 Fix issue with dates in source line indexJean-Baptiste Lievremont2014-11-254-6/+8
|
* Cleanup (remove sysouts)Jean-Baptiste Lievremont2014-11-252-4/+0
|
* SONAR-5872 Add module key on issues in api/issues/searchJean-Baptiste Lievremont2014-11-251-28/+51
|
* SONAR-5872 Add module key in api/issues/showJean-Baptiste Lievremont2014-11-254-1/+4
|
* SONAR-5866 Add coverage data into file_sources table + migrationJulien HENRY2014-11-2512-125/+139
|
* Remove deprecation on CoverageMeasureBuilderJulien HENRY2014-11-251-6/+0
|
* Change the monospace fontStas Vilchik2014-11-257-21/+7
|
* Automatic merge from branch-4.5Jenkins CI2014-11-257-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 Brandhof2014-11-257-36/+51
| | | | | | | | extending rules of org.sonar.api.server.rule.RulesDefinition
* | SONAR-5868 Fix migration testJulien HENRY2014-11-256-4/+9
| |
* | Replace java.util.Uuid by org.sonar.api.utils.Uuids in testsSimon Brandhof2014-11-253-12/+10
| |
* | 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
| | | | | | | | This reverts commit ef11f4953b5319435f408063b5e368433c158499.
* | 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 ↵Julien HENRY2014-11-2110-37/+60
| | | | | | | | that all DBs are happy
* | 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
| | | | | | | | Coverage Report can't be found in Source File
* | SONAR-5718 Fix comment shortcutStas Vilchik2014-11-212-4/+7
| |