aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* fix indentationStas Vilchik2017-02-23137-440/+440
* Merge remote-tracking branch 'origin/branch-6.3'Simon Brandhof2017-02-2311-47/+150
|\
| * Set version 6.3-SNAPSHOTSimon Brandhof2017-02-229-9/+9
| * Publish version 6.3-RC3Simon Brandhof2017-02-229-9/+9
| * SONAR-8831 increase performance of bulk issue storageDaniel Schwarz2017-02-221-1/+2
| * SONAR-8704 allow roots to see all projects and measuresSimon Brandhof2017-02-218-24/+112
| * SONAR-8704 update indices authorization if browse permission is fully removedSimon Brandhof2017-02-212-22/+36
* | SONAR-8775 Deprecate component uuid in parameters and responses for component...Teryk Bellahsene2017-02-2210-1/+24
* | SONAR-8408 WS update_key and bulk_update_key use the same parameters to updat...Teryk Bellahsene2017-02-223-14/+16
* | SONAR-8773 Move WS Reroute WS update_key and bulk_update_key to api/projectsTeryk Bellahsene2017-02-225-27/+211
* | SONAR-8773 Call api/projects/update_key and bulk_update_key in UITeryk Bellahsene2017-02-221-9/+9
* | SONAR-8773 Move WS update_key and bulk_update_key to api/projectsTeryk Bellahsene2017-02-229-49/+71
* | Rename RoutesFilter to RedirectFilterTeryk Bellahsene2017-02-223-21/+22
* | Improve readability of RoutesFilterTeryk Bellahsene2017-02-221-7/+12
* | SONAR-8402 Purge should delete queued task when deleting a projectSimon Brandhof2017-02-225-7/+49
* | SONAR-6962 restrict ES issues request to a subset of shards when possibleSimon Brandhof2017-02-221-0/+15
* | Drop dead codeSimon Brandhof2017-02-2212-267/+3
* | Move PurgeCeActivitiesTest in correct packageSimon Brandhof2017-02-221-2/+1
* | SONAR-8795 Add description on text query filterJulien Lancelot2017-02-221-1/+3
* | SONAR-8795 Search by text queryJulien Lancelot2017-02-229-10/+156
* | SONAR-8795 Extract text search feature in a dedicated classJulien Lancelot2017-02-2212-58/+289
* | SONAR-8290 Add unit testJulien Lancelot2017-02-221-0/+10
* | SONAR-8790 Add last analysis date on api/components/search_projects WSJulien Lancelot2017-02-222-11/+69
* | SONAR-8790 Add last analysis date on api/components/show WSJulien Lancelot2017-02-225-27/+97
* | Add OrganizationPermission#all()Simon Brandhof2017-02-226-29/+79
* | Deprecate GlobalPermissionsSimon Brandhof2017-02-221-0/+2
* | Support OrganizationPermission in UserDbTesterSimon Brandhof2017-02-2217-170/+220
* | Move OrganizationPermission to sonar-db-daoSimon Brandhof2017-02-22105-115/+117
* | Drop unused methods in UserDbTesterSimon Brandhof2017-02-221-58/+2
* | Drop methods UserSession#xxxOrganizationPermission()Simon Brandhof2017-02-226-58/+3
* | Use the methods UserSession accepting OrganizationPermission paramSimon Brandhof2017-02-22102-373/+380
* | Support new enum OrganizationPermission in UserSessionSimon Brandhof2017-02-2214-52/+210
* | SONAR-8803 Sort by quality gate statusJulien Lancelot2017-02-227-33/+67
* | SONAR-8803 Index quality gate status as integerJulien Lancelot2017-02-224-25/+35
* | SONAR-8803 Rename qualityGate to qualityGateStatus in project measures indexJulien Lancelot2017-02-226-45/+44
* | SONAR-8290 Filter by language in api/components/search_projectsJulien Lancelot2017-02-223-20/+82
* | SONAR-8290 Filter by language in project measures indexJulien Lancelot2017-02-223-4/+38
* | SONAR-8290 Improve filter to accept multiple valuesJulien Lancelot2017-02-228-138/+206
* | SONAR-8290 Extract filter parsing in a dedicated classJulien Lancelot2017-02-227-129/+421
* | SONAR-8231 Return language distribution facetJulien Lancelot2017-02-223-35/+61
* | SONAR-8231 Add language distribution in project measures indexJulien Lancelot2017-02-2210-52/+181
* | SONAR-8523 make it visible, that there is one es subfield per analyzerDaniel Schwarz2017-02-217-44/+30
* | SONAR-8523 refactor the user index to comply to index conventionsDaniel Schwarz2017-02-213-58/+74
* | SONAR-8809 always update component index, instead of drop+reindexDaniel Schwarz2017-02-216-21/+50
* | Automatic merge from branch-6.3ssjenka2017-02-217-19/+52
|\|
| * SONAR-8658 display "Apply Template" button for org adminStas Vilchik2017-02-201-2/+4
| * SONAR-8658 add field configuration.canApplyPermissionTemplate to response of ...Simon Brandhof2017-02-202-13/+34
| * change wording in organization formStas Vilchik2017-02-201-0/+2
| * return `isDefault` in /api/navigation/organizationStas Vilchik2017-02-202-2/+9
| * SONAR-8658 fix applying of permission templateStas Vilchik2017-02-201-1/+2