aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server/src
Commit message (Expand)AuthorAgeFilesLines
...
* | SONAR-5804 fix source lines purge of multi module projectsTeryk Bellahsene2014-12-038-193/+126
* | compute engine – move ProjectPurgeTask on the server sideTeryk Bellahsene2014-12-036-7/+182
* | SONAR-5819 Add check for codeviewer permission on /api/sources/showJean-Baptiste Lievremont2014-12-032-0/+16
* | SONAR-5819 Add check for codeviewer permission on /api/sources/rawJean-Baptiste Lievremont2014-12-032-0/+13
* | SONAR-5868 Add check for codeviewer permission on api/sources/hashJean-Baptiste Lievremont2014-12-032-0/+19
* | SONAR-5819 Check sourceviewer permission on /api/sources/lines WSJean-Baptiste Lievremont2014-12-033-8/+52
* | SONAR-5804 delete source lines from index while purging and deleting a projectTeryk Bellahsene2014-12-038-28/+154
* | SONAR-5869 Remove persistence of highlighting and symbols in snapshot_dataJulien HENRY2014-12-021-44/+11
* | SONAR-5869 Remove SnapshotSourceDto and all related code. Remove colorizer st...Julien HENRY2014-12-0220-853/+357
* | 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-2911-22/+10
* | 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
* | 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