summaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
...
* | rename subProjectId by parentProjectId in ComponentDto except in WS useTeryk Bellahsene2014-12-0211-54/+58
* | SONAR-5804 delete file_sources when deleting a project or during the data cle...Teryk Bellahsene2014-12-021-1/+2
* | Improve reentrancy of InsertProjectsAuthorizationUpdatedAtMigrationSimon Brandhof2014-12-021-1/+1
* | SONAR-5819 Fix handling of empty highlighting rulesJean-Baptiste Lievremont2014-12-022-3/+24
* | SONAR-5871 Migration of duplications into file_sourcesJulien HENRY2014-12-025-8/+144
* | Scroll FILE_SOURCES rows one by oneSimon Brandhof2014-12-023-10/+27
* | SONAR-5871 Add duplication data to lines WSJean-Baptiste Lievremont2014-12-019-10/+50
* | Fix quality flawsJean-Baptiste Lievremont2014-12-012-107/+110
* | SONAR-5867 SONAR-5819 Index symbol highlighting and exploit it in api/sources...Jean-Baptiste Lievremont2014-12-0112-32/+75
* | Rename index type issueAuthorization to authorizationSimon Brandhof2014-12-017-14/+10
* | SONAR-5871 Add duplications to file_sourcesJulien HENRY2014-12-014-4/+8
* | Add server benchmarksSimon Brandhof2014-12-012-4/+15
* | SONAR-5801 Use short instead of int in ES source line index (size optim)Jean-Baptiste Lievremont2014-12-011-3/+9
* | Cosmetic refactoring of org.sonar.server.source.indexSimon Brandhof2014-12-013-11/+10
* | Minor improvement in ServerTesterSimon Brandhof2014-11-301-2/+2
* | Revert previous commit to have faster buildSimon Brandhof2014-11-302-22/+55
* | Use the shared Elasticsearch instance in EsTesterSimon Brandhof2014-11-302-55/+22
* | Fix thread leak in server testsSimon Brandhof2014-11-301-0/+1
* | Shared elasticsearch instance for server testsSimon Brandhof2014-11-303-104/+135
* | End of CI error investigations - creation of ES indices was not synchronous, ...Simon Brandhof2014-11-2912-24/+11
* | CI error investigations - add verifications when creating indexSimon Brandhof2014-11-291-2/+12
* | CI error investigations - add logs to ServerTesterSimon Brandhof2014-11-292-0/+6
* | CI error investigations - add logs to ServerTesterSimon Brandhof2014-11-291-4/+9
* | CI error investigations - temporarily disable tests using EsTesterSimon Brandhof2014-11-298-0/+16
* | Temporary increase of JVM memory for server testsSimon Brandhof2014-11-291-1/+5
* | Remove ignored testsSimon Brandhof2014-11-282-153/+0
* | Fix memory leaks in server medium testsSimon Brandhof2014-11-284-103/+110
* | SONAR-5867 Add symbol references data into file_sources tableJulien HENRY2014-11-283-3/+4
* | Omit lucene norms on non-analyzed string fieldsSimon Brandhof2014-11-281-2/+3
* | Do not memory store for elasticsearch testsSimon Brandhof2014-11-281-4/+3
* | Fix closing of connection in SourceLineResultSetIteratorTestSimon Brandhof2014-11-282-5/+6
* | Fix DB connection leakJean-Baptiste Lievremont2014-11-281-3/+2
* | SONAR-5742 Add explicit parameter to ignore paging in issue searchJean-Baptiste Lievremont2014-11-288-12/+84
* | Do not reuse previous Elasticsearch installations in EsTesterSimon Brandhof2014-11-281-3/+4
* | Fix compatibility of migration FeedFileSources with OracleSimon Brandhof2014-11-271-27/+52
* | SONAR-5866 Add coverage data to lines WSJean-Baptiste Lievremont2014-11-279-16/+179
* | Add module sonar-server-benchmarkSimon Brandhof2014-11-274-14/+19
* | Fix quality flawsJean-Baptiste Lievremont2014-11-274-10/+9
* | SONAR-5866 Fix UTJulien HENRY2014-11-271-1/+1
* | SONAR-5866 Add IT and Overall coverage data into file_sourcesJulien HENRY2014-11-278-47/+181
* | Stabilize startup of ES in testsSimon Brandhof2014-11-272-0/+8
* | Add some missing close()Simon Brandhof2014-11-272-1/+2
* | Improve issue indexingSimon Brandhof2014-11-2728-41/+142
* | SONAR-5801 support empty filesSimon Brandhof2014-11-2721-134/+198
* | Support empty files in SourceLineResultSetIteratorSimon Brandhof2014-11-268-44/+80
* | Change type of column PROJECTS.AUTHORIZATION_UPDATED_AT from TIMESTAMP to BIGINTSimon Brandhof2014-11-2631-66/+62
* | Refactor issue authorizations in ElasticsearchSimon Brandhof2014-11-2648-2107/+853
* | Fix DB connection leakJean-Baptiste Lievremont2014-11-261-2/+0
* | SONAR-5819 Fix handling of empty line (IOOBE in WS)Jean-Baptiste Lievremont2014-11-262-1/+10
* | SONAR-5868 Protect against NPE when there is no source for a file (e.g direct...Jean-Baptiste Lievremont2014-11-262-3/+17