Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix indentation | Stas Vilchik | 2017-02-23 | 137 | -440/+440 |
| | |||||
* | Log as debug when sources are defined but missing in non-leaf | Janos Gyerik | 2017-02-23 | 2 | -3/+26 |
| | |||||
* | SONAR-6724 : support analyzing root pom in multi-modules projects | Loïc B | 2017-02-23 | 6 | -16/+48 |
| | |||||
* | Analyze non-leaf modules | Janos Gyerik | 2017-02-23 | 3 | -40/+9 |
| | |||||
* | Merge remote-tracking branch 'origin/branch-6.3' | Simon Brandhof | 2017-02-23 | 12 | -60/+159 |
|\ | |||||
| * | Always public artifacts with full build version6.3.0.18800 | Simon Brandhof | 2017-02-22 | 1 | -13/+8 |
| | | |||||
| * | Set version 6.3-SNAPSHOT | Simon Brandhof | 2017-02-22 | 53 | -53/+53 |
| | | |||||
| * | Fix deployment of RCs | Simon Brandhof | 2017-02-22 | 1 | -1/+1 |
| | | | | | | | | | | Technical version of RC must not be replaced by the build version on 4 fields. | ||||
| * | Publish version 6.3-RC3 | Simon Brandhof | 2017-02-22 | 53 | -53/+53 |
| | | |||||
| * | 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 | 5 | -18/+20 |
| | | | | | | | | 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 | 21 | -153/+188 |
| | | |||||
* | | 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 | 5 | -12/+88 |
| | | |||||
* | | SONAR-8790 Add last analysis date on api/components/show WS | Julien Lancelot | 2017-02-22 | 6 | -27/+98 |
| | | |||||
* | | 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 | 4 | -35/+63 |
| | | |||||
* | | 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 |
| | | |||||
* | | Fix install of maven 3.3.9 on Travis | Simon Brandhof | 2017-02-21 | 1 | -2/+0 |
| | | |||||
* | | Remove unused maven-release-plugin | Simon Brandhof | 2017-02-21 | 2 | -29/+0 |
| | |