aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* Fix Quality flawsSimon Brandhof2017-03-131-3/+1
* SONAR-8816 automatic election of web leader in cluster modeSimon Brandhof2017-03-136-93/+8
* Automatic merge from branch-6.3ssjenka2017-03-137-7/+29
|\
| * Add response example to api/roots/searchSimon Brandhof2017-03-093-3/+27
| * Make web services api/webhooks/* publicSimon Brandhof2017-03-094-4/+2
| * Back to development version 6.3-SNAPSHOTSimon Brandhof2017-03-061-1/+1
| * Publish 6.3-RC4Simon Brandhof2017-03-031-1/+1
* | Drop class LoopbackAddressSimon Brandhof2017-03-091-2/+2
* | SONAR-8916 WS api/qualityprofiles/search deprecate params lang & nameDaniel Schwarz2017-03-092-2/+6
* | SONAR-8790 Fix description of 'f' parameterJulien Lancelot2017-03-091-0/+1
* | SONAR-8838 Improve readability of list of facets in indexJulien Lancelot2017-03-071-20/+19
* | SONAR-8838 Return selected tags in facetJulien Lancelot2017-03-074-6/+63
* | SONAR-8838 Rename facet and filter 'tag' to 'tags'Julien Lancelot2017-03-074-11/+12
* | SONAR-8231 Return selected languages even when no project for this languageJulien Lancelot2017-03-072-6/+42
* | SONAR-8231 Return selected languages in languages facetJulien Lancelot2017-03-073-35/+64
* | SONAR-8231 Rename facet and filter 'language' to 'languages'Julien Lancelot2017-03-076-34/+38
* | SONAR-8231 Return distribution of projects per languageJulien Lancelot2017-03-076-68/+83
* | SONAR-8840 Create WS api/project_tags/search to search for tagsTeryk Bellahsene2017-03-077-2/+321
* | SONAR-8838 Reindex project measures when setting tags via WS api/project_tags...Teryk Bellahsene2017-03-078-7/+27
* | SONAR-8838 Compute tag distribution for WS api/components/search_projectsTeryk Bellahsene2017-03-062-7/+67
* | refactor source viewer (#1744)Stas Vilchik2017-03-036-12/+24
* | SONAR-8857 add organisation uuid to quality profile database tableDaniel Schwarz2017-03-0342-123/+231
* | Revert "refactor source viewer (#1705)"Stas Vilchik2017-03-036-24/+12
* | Process ProjectMeasuresQuery criteria as strategiesTeryk Bellahsene2017-03-031-28/+34
* | SONAR-8838 Filter by tags in WS api/components/search_projectsTeryk Bellahsene2017-03-036-24/+104
* | FilterParser handles key containing andTeryk Bellahsene2017-03-031-7/+3
* | SONAR-8838 WS api/project_tags/set requires POST requestsTeryk Bellahsene2017-03-032-5/+8
* | SONAR-8845 Filter project measures ES index by tagsTeryk Bellahsene2017-03-033-1/+29
* | SONAR-8845 Index tags in project measures ES indexTeryk Bellahsene2017-03-034-5/+24
* | Drop deprecated method MyBatis#closeQuietly(DbSession)Simon Brandhof2017-03-0319-162/+60
* | Automatic merge from branch-6.3Julien Lancelot2017-03-0356-440/+284
|\|
| * SONAR-8460 Do not fail to write response when profile not foundJulien Lancelot2017-03-022-11/+15
| * SONAR-8460 Remove ErrorsJulien Lancelot2017-03-0213-112/+37
| * SONAR-8460 Remove creation BadRequestException with ErrorsJulien Lancelot2017-03-026-63/+45
| * SONAR-8460 Fix bundled error messagesJulien Lancelot2017-03-022-24/+24
| * SONAR-8460 Simplify creation of BadRequestException with one messageJulien Lancelot2017-03-0243-218/+136
| * SONAR-8460 Remove isEmpty from ErrorsJulien Lancelot2017-03-025-8/+4
| * SONAR-8460 Remove check from ErrorsJulien Lancelot2017-03-024-15/+19
| * SONAR-8460 Remove writeJson from ErrorsJulien Lancelot2017-03-024-25/+37
* | refactor source viewer (#1705)Stas Vilchik2017-03-026-12/+24
* | SONAR-8842 Add tags to WS api/components/search_projectsTeryk Bellahsene2017-03-023-5/+20
* | SONAR-8841 Add tags to WS api/components/show and tree responseTeryk Bellahsene2017-03-023-6/+36
* | Automatic merge from branch-6.3ssjenka2017-03-029-95/+126
|\|
| * SONAR-8835 support NULL in column file_sources.line_hashesSimon Brandhof2017-03-017-33/+49
| * SONAR-8835 file move detection does not need to compute source hashSimon Brandhof2017-03-014-19/+5
| * SONAR-8659 Bring back "Edit Permissions" to system administratorsSimon Brandhof2017-03-012-47/+76
* | SONAR-8837 add indexing time to logsDaniel Schwarz2017-03-011-4/+6
* | SONAR-8837 shorten indexer startup logsDaniel Schwarz2017-03-011-5/+4
* | SONAR-6037 decide by boolean flag, whether or not to initialise indexDaniel Schwarz2017-03-012-18/+77
* | SONAR-8847 Persist copy_component_uuid for local viewsJulien Lancelot2017-02-288-12/+163