Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix indentation | Stas Vilchik | 2017-02-23 | 137 | -440/+440 |
| | |||||
* | Merge remote-tracking branch 'origin/branch-6.3' | Simon Brandhof | 2017-02-23 | 11 | -47/+150 |
|\ | |||||
| * | Set version 6.3-SNAPSHOT | Simon Brandhof | 2017-02-22 | 9 | -9/+9 |
| | | |||||
| * | Publish version 6.3-RC3 | Simon Brandhof | 2017-02-22 | 9 | -9/+9 |
| | | |||||
| * | SONAR-8831 increase performance of bulk issue storage | Daniel Schwarz | 2017-02-22 | 1 | -1/+2 |
| | | |||||
| * | SONAR-8704 allow roots to see all projects and measures | Simon Brandhof | 2017-02-21 | 8 | -24/+112 |
| | | | | | | | | even if they don't have the expected permissions | ||||
| * | SONAR-8704 update indices authorization if browse permission is fully removed | Simon Brandhof | 2017-02-21 | 2 | -22/+36 |
| | | | | | | | | | | | | The types "authorization" of ES indices should be updated when all the groups and users loose the projet permission "browse". Currently this change was silently ignored and old permissions were still used. | ||||
* | | SONAR-8775 Deprecate component uuid in parameters and responses for ↵ | Teryk Bellahsene | 2017-02-22 | 10 | -1/+24 |
| | | | | | | | | components and projects WS | ||||
* | | SONAR-8408 WS update_key and bulk_update_key use the same parameters to ↵ | Teryk Bellahsene | 2017-02-22 | 3 | -14/+16 |
| | | | | | | | | update a project key | ||||
* | | SONAR-8773 Move WS Reroute WS update_key and bulk_update_key to api/projects | Teryk Bellahsene | 2017-02-22 | 5 | -27/+211 |
| | | |||||
* | | SONAR-8773 Call api/projects/update_key and bulk_update_key in UI | Teryk Bellahsene | 2017-02-22 | 1 | -9/+9 |
| | | |||||
* | | SONAR-8773 Move WS update_key and bulk_update_key to api/projects | Teryk Bellahsene | 2017-02-22 | 9 | -49/+71 |
| | | |||||
* | | Rename RoutesFilter to RedirectFilter | Teryk Bellahsene | 2017-02-22 | 3 | -21/+22 |
| | | |||||
* | | Improve readability of RoutesFilter | Teryk Bellahsene | 2017-02-22 | 1 | -7/+12 |
| | | |||||
* | | SONAR-8402 Purge should delete queued task when deleting a project | Simon Brandhof | 2017-02-22 | 5 | -7/+49 |
| | | |||||
* | | SONAR-6962 restrict ES issues request to a subset of shards when possible | Simon Brandhof | 2017-02-22 | 1 | -0/+15 |
| | | |||||
* | | Drop dead code | Simon Brandhof | 2017-02-22 | 12 | -267/+3 |
| | | |||||
* | | Move PurgeCeActivitiesTest in correct package | Simon Brandhof | 2017-02-22 | 1 | -2/+1 |
| | | |||||
* | | SONAR-8795 Add description on text query filter | Julien Lancelot | 2017-02-22 | 1 | -1/+3 |
| | | |||||
* | | SONAR-8795 Search by text query | Julien Lancelot | 2017-02-22 | 9 | -10/+156 |
| | | |||||
* | | SONAR-8795 Extract text search feature in a dedicated class | Julien Lancelot | 2017-02-22 | 12 | -58/+289 |
| | | |||||
* | | SONAR-8290 Add unit test | Julien Lancelot | 2017-02-22 | 1 | -0/+10 |
| | | |||||
* | | SONAR-8790 Add last analysis date on api/components/search_projects WS | Julien Lancelot | 2017-02-22 | 2 | -11/+69 |
| | | |||||
* | | SONAR-8790 Add last analysis date on api/components/show WS | Julien Lancelot | 2017-02-22 | 5 | -27/+97 |
| | | |||||
* | | Add OrganizationPermission#all() | Simon Brandhof | 2017-02-22 | 6 | -29/+79 |
| | | |||||
* | | Deprecate GlobalPermissions | Simon Brandhof | 2017-02-22 | 1 | -0/+2 |
| | | | | | | | | in favor of enum OrganizationPermission | ||||
* | | Support OrganizationPermission in UserDbTester | Simon Brandhof | 2017-02-22 | 17 | -170/+220 |
| | | |||||
* | | Move OrganizationPermission to sonar-db-dao | Simon Brandhof | 2017-02-22 | 105 | -115/+117 |
| | | |||||
* | | Drop unused methods in UserDbTester | Simon Brandhof | 2017-02-22 | 1 | -58/+2 |
| | | |||||
* | | Drop methods UserSession#xxxOrganizationPermission() | Simon Brandhof | 2017-02-22 | 6 | -58/+3 |
| | | |||||
* | | Use the methods UserSession accepting OrganizationPermission param | Simon Brandhof | 2017-02-22 | 102 | -373/+380 |
| | | |||||
* | | Support new enum OrganizationPermission in UserSession | Simon Brandhof | 2017-02-22 | 14 | -52/+210 |
| | | |||||
* | | SONAR-8803 Sort by quality gate status | Julien Lancelot | 2017-02-22 | 7 | -33/+67 |
| | | |||||
* | | SONAR-8803 Index quality gate status as integer | Julien Lancelot | 2017-02-22 | 4 | -25/+35 |
| | | | | | | | | In order to be able to sort by quality gate status, an integer is required | ||||
* | | SONAR-8803 Rename qualityGate to qualityGateStatus in project measures index | Julien Lancelot | 2017-02-22 | 6 | -45/+44 |
| | | |||||
* | | SONAR-8290 Filter by language in api/components/search_projects | Julien Lancelot | 2017-02-22 | 3 | -20/+82 |
| | | |||||
* | | SONAR-8290 Filter by language in project measures index | Julien Lancelot | 2017-02-22 | 3 | -4/+38 |
| | | |||||
* | | SONAR-8290 Improve filter to accept multiple values | Julien Lancelot | 2017-02-22 | 8 | -138/+206 |
| | | |||||
* | | SONAR-8290 Extract filter parsing in a dedicated class | Julien Lancelot | 2017-02-22 | 7 | -129/+421 |
| | | |||||
* | | SONAR-8231 Return language distribution facet | Julien Lancelot | 2017-02-22 | 3 | -35/+61 |
| | | |||||
* | | SONAR-8231 Add language distribution in project measures index | Julien Lancelot | 2017-02-22 | 10 | -52/+181 |
| | | |||||
* | | SONAR-8523 make it visible, that there is one es subfield per analyzer | Daniel Schwarz | 2017-02-21 | 7 | -44/+30 |
| | | |||||
* | | SONAR-8523 refactor the user index to comply to index conventions | Daniel Schwarz | 2017-02-21 | 3 | -58/+74 |
| | | |||||
* | | SONAR-8809 always update component index, instead of drop+reindex | Daniel Schwarz | 2017-02-21 | 6 | -21/+50 |
| | | |||||
* | | Automatic merge from branch-6.3 | ssjenka | 2017-02-21 | 7 | -19/+52 |
|\| | | | | | | | | | | | | | | | | | | | * origin/branch-6.3: SONAR-8658 display "Apply Template" button for org admin SONAR-8658 add field configuration.canApplyPermissionTemplate to response of api/navigation/component change wording in organization form return `isDefault` in /api/navigation/organization SONAR-8658 fix applying of permission template fix ui glitch on settings page on safari | ||||
| * | SONAR-8658 display "Apply Template" button for org admin | Stas Vilchik | 2017-02-20 | 1 | -2/+4 |
| | | |||||
| * | SONAR-8658 add field configuration.canApplyPermissionTemplate to response of ↵ | Simon Brandhof | 2017-02-20 | 2 | -13/+34 |
| | | | | | | | | api/navigation/component | ||||
| * | change wording in organization form | Stas Vilchik | 2017-02-20 | 1 | -0/+2 |
| | | |||||
| * | return `isDefault` in /api/navigation/organization | Stas Vilchik | 2017-02-20 | 2 | -2/+9 |
| | | |||||
| * | SONAR-8658 fix applying of permission template | Stas Vilchik | 2017-02-20 | 1 | -1/+2 |
| | |