summaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix faulty testJean-Baptiste Lievremont2014-11-261-1/+1
* | SONAR-5819 Add highlighting in api/sources/linesJean-Baptiste Lievremont2014-11-269-15/+82
* | SONAR-5868 Add WS to fetch line hashes for issue trackingJean-Baptiste Lievremont2014-11-2511-7/+227
* | Fix some quality flawsSimon Brandhof2014-11-253-15/+8
* | SONAR-5801 Always use last column of the CSV structure as the source lineJean-Baptiste Lievremont2014-11-251-1/+1
* | Add BaseDoc#getFieldAsDate() and getNullableFieldAsDate()Simon Brandhof2014-11-254-20/+60
* | Fix SQL request used by issues indexingSimon Brandhof2014-11-253-3/+3
* | 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-257-108/+110
* | Automatic merge from branch-4.5Jenkins CI2014-11-257-36/+51
|\|
| * SONAR-5874 Support deprecated org.sonar.api.rules.RuleRepository when extendi...Simon Brandhof2014-11-257-36/+51
* | 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-242-34/+50
* | SONAR-5826 Use (big) integer column instead of DB timestamp for file_sourcesJean-Baptiste Lievremont2014-11-249-14/+17
* | SONAR-5743 Move new source WS to api/sources/linesJean-Baptiste Lievremont2014-11-2411-19/+19
* | Fix IssueResultSetIteratorTest on non-H2 dbs (new try)Simon Brandhof2014-11-242-5/+8
* | 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 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 improve test of SourceLineResultSetIteratorTestSimon Brandhof2014-11-231-6/+14
* | SONAR-5801 fix compatibility with all dbsSimon Brandhof2014-11-233-10/+9
* | SONAR-5801 Fix test on MSSQL and PostgresJean-Baptiste Lievremont2014-11-211-1/+0
* | 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-214-49/+84
* | 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-216-0/+409
* | Remove some unused importsSimon Brandhof2014-11-213-3/+0
* | Centralize algorithm of UUID generationSimon Brandhof2014-11-213-6/+8
* | Refactor indexing of issueAuthorizationSimon Brandhof2014-11-2018-41/+730
* | create experimental web service to digest analysis reportTeryk Bellahsene2014-11-204-163/+171
* | clean analysis_report web services documentation and declare internal useTeryk Bellahsene2014-11-203-4/+3
* | Automatic merge from branch-4.5Jenkins CI2014-11-191-0/+3
|\|
| * SONAR-5860 Disable SSLv3 in Tomcat connectorSimon Brandhof2014-11-191-0/+3
| * SONAR-5844 Profile inheritance is always displaying '0 rules' whatever the co...Julien Lancelot2014-11-072-1/+31
* | SONAR-5818 add todo for futur use of ProjectSettings classTeryk Bellahsene2014-11-191-0/+1
* | SONAR-5826 Revert to (get|set)Bytes to please Oracle, refactor migration test...Jean-Baptiste Lievremont2014-11-193-30/+49
* | SONAR-5628 add medium testTeryk Bellahsene2014-11-196-6/+160
* | Synchronize database and ES with a journal approachSimon Brandhof2014-11-1952-443/+1426
* | Refactor the way to declare ES indices.Simon Brandhof2014-11-1942-137/+1964
* | Fix quality flawsJean-Baptiste Lievremont2014-11-187-53/+108