aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server/src
Commit message (Expand)AuthorAgeFilesLines
* Improve stability of sonar-server-benchmarksSimon Brandhof2014-12-082-5/+10
* Fix quality flawsSimon Brandhof2014-12-0813-78/+66
* SONAR-5801 Protect against null file_sources.data columnJean-Baptiste Lievremont2014-12-083-0/+22
* Remove some usages of IssueNormalizer in IssueIndexSimon Brandhof2014-12-051-35/+37
* SONAR-5889 Implement api/sources/index on ES indexJean-Baptiste Lievremont2014-12-0512-15/+273
* Refactor IndexDefinitionHashSimon Brandhof2014-12-053-8/+8
* Increase timeout of ProgressLoggerTest for slow boxesSimon Brandhof2014-12-051-1/+1
* Fix headerSimon Brandhof2014-12-051-0/+19
* Fix bad mergeSimon Brandhof2014-12-041-2/+2
* Stream parsing of data in SourceLineResultSetIteratorSimon Brandhof2014-12-041-48/+46
* Retry bulk index request on failuresSimon Brandhof2014-12-041-4/+37
* Add class ProgressLogger to log state of counter at fixed intervalsSimon Brandhof2014-12-049-113/+193
* Refactor issue indexer (project-agnostic approach)Simon Brandhof2014-12-0447-762/+552
* WIP SONAR-5802 Log progress of bulk indexJean-Baptiste Lievremont2014-12-045-33/+83
* SONAR-5826 Fix reentrance of migration, add unique constraint on file_sources...Jean-Baptiste Lievremont2014-12-045-4/+44
* SONAR-5292 fix mime type of response api/sources/rawSimon Brandhof2014-12-041-0/+1
* SONAR-5869 Drop snapshot_sources tableJean-Baptiste Lievremont2014-12-041-1/+1
* add file_sources to cleanup taskTeryk Bellahsene2014-12-041-10/+8
* SONAR-5819 SONAR-5868 Fix required permission in description of source relate...Jean-Baptiste Lievremont2014-12-045-5/+5
* Fix SearchActionMediumTest (which worked until hardcoded date 2014-12-04)Simon Brandhof2014-12-044-10/+10
* 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