aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server/src/main
Commit message (Expand)AuthorAgeFilesLines
* SONAR-3718 Add WS documentationJulien Lancelot2015-01-121-0/+5
* SONAR-3718 Allow creation of components with branch with provisioningJulien Lancelot2015-01-093-56/+175
* SONAR-5801 utLineHits, utConditions, utCoveredConditions, ... should be defin...Julien Lancelot2015-01-091-9/+9
* SONAR-6022 Update dead links pointing to documentationFabrice Bellingard2015-01-068-8/+8
* SONAR-5753 moduleUuidPath of foot projects should be empty instead of NULLJulien Lancelot2015-01-051-0/+4
* SONAR-5849 Improve the way to get modules tree by using components.moduleUuidJulien Lancelot2014-12-302-20/+22
* SONAR-5849 Performance issue of Project Referentials WS for project with many...Julien Lancelot2014-12-303-11/+76
* SONAR-5849 Extract logic from ProjectReferentialsAction to ProjectReferential...Julien Lancelot2014-12-294-199/+298
* SONAR-5995 Remove log on memory leak generated by ProgressLogger when stoppin...Julien Lancelot2014-12-232-3/+2
* SONAR-5967 Instead of not displaying anymore the source files containing more...Julien Lancelot2014-12-233-7/+23
* SONAR-5817 Fix max number of lines to 500000Julien Lancelot2014-12-231-2/+11
* SONAR-5753 Fix issue on MySQLJulien Lancelot2014-12-121-3/+3
* Db migration to remove sort criteria from existing issue filtersSimon Brandhof2014-12-113-2/+85
* 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-091-4/+1
* Fix quality flawsJean-Baptiste Lievremont2014-12-094-15/+19
* Fix quality flawsJulien Lancelot2014-12-091-16/+8
* Fix quality flawSimon Brandhof2014-12-091-4/+3
* Automatic merge from branch-4.5Jenkins CI2014-12-081-12/+13
|\
| * SSF-24 SQL Injection on Measures pageJulien Lancelot2014-12-081-12/+13
| * Revert "SONAR-5844 Profile inheritance is always displaying '0 rules' whateve...Julien Lancelot2014-12-081-13/+12
| * SONAR-5844 Profile inheritance is always displaying '0 rules' whatever the co...Julien Lancelot2014-12-081-12/+13
* | Fix quality flawsJulien Lancelot2014-12-083-3/+2
* | Fix quality flawsJulien Lancelot2014-12-081-1/+1
* | Support missing dates in the migration FeedLissueLongDatesSimon Brandhof2014-12-081-2/+10
* | Improve stability of sonar-server-benchmarksSimon Brandhof2014-12-082-5/+10
* | Fix quality flawsSimon Brandhof2014-12-089-71/+44
* | SONAR-5801 Protect against null file_sources.data columnJean-Baptiste Lievremont2014-12-081-0/+4
* | Remove some usages of IssueNormalizer in IssueIndexSimon Brandhof2014-12-051-35/+37
* | SONAR-5889 Implement api/sources/index on ES indexJean-Baptiste Lievremont2014-12-054-1/+117
* | Refactor IndexDefinitionHashSimon Brandhof2014-12-052-4/+4
* | 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-048-113/+146
* | Refactor issue indexer (project-agnostic approach)Simon Brandhof2014-12-0417-225/+242
* | 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-041-1/+4
* | 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
* | SONAR-5804 fix source lines purge of multi module projectsTeryk Bellahsene2014-12-035-186/+76
* | compute engine – move ProjectPurgeTask on the server sideTeryk Bellahsene2014-12-033-4/+88
* | SONAR-5819 Add check for codeviewer permission on /api/sources/showJean-Baptiste Lievremont2014-12-031-0/+4
* | SONAR-5819 Add check for codeviewer permission on /api/sources/rawJean-Baptiste Lievremont2014-12-031-0/+3
* | SONAR-5868 Add check for codeviewer permission on api/sources/hashJean-Baptiste Lievremont2014-12-031-0/+3
* | SONAR-5819 Check sourceviewer permission on /api/sources/lines WSJean-Baptiste Lievremont2014-12-031-1/+10
* | SONAR-5804 delete source lines from index while purging and deleting a projectTeryk Bellahsene2014-12-033-4/+33