aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* Remove System.out introduced in JB's commitSimon Brandhof2014-12-091-2/+0
* Fix quality flawJean-Baptiste Lievremont2014-12-091-1/+1
* fix quality flawTeryk Bellahsene2014-12-093-7/+3
* Fix quality flawsJean-Baptiste Lievremont2014-12-098-39/+317
* Fix quality flawsJulien Lancelot2014-12-092-18/+9
* Fix quality flawsSimon Brandhof2014-12-091-2/+3
* Fix quality flawSimon Brandhof2014-12-091-4/+3
* Fix quality flawsJulien Lancelot2014-12-0918-33/+22
* Automatic merge from branch-4.5Jenkins CI2014-12-082-13/+14
|\
| * SSF-24 SQL Injection on Measures pageJulien Lancelot2014-12-082-13/+14
| * Revert "SONAR-5844 Profile inheritance is always displaying '0 rules' whateve...Julien Lancelot2014-12-082-14/+13
| * SONAR-5844 Profile inheritance is always displaying '0 rules' whatever the co...Julien Lancelot2014-12-082-13/+14
* | Fix quality flawsJulien Lancelot2014-12-083-3/+2
* | Fix quality flawsJulien Lancelot2014-12-084-4/+4
* | Support missing dates in the migration FeedLissueLongDatesSimon Brandhof2014-12-083-3/+34
* | Re-enable IssueIndexMediumTestSimon Brandhof2014-12-081-93/+71
* | 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