aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix indentationStas Vilchik2017-02-23137-440/+440
|
* Log as debug when sources are defined but missing in non-leafJanos Gyerik2017-02-232-3/+26
|
* SONAR-6724 : support analyzing root pom in multi-modules projectsLoïc B2017-02-236-16/+48
|
* Analyze non-leaf modulesJanos Gyerik2017-02-233-40/+9
|
* Merge remote-tracking branch 'origin/branch-6.3'Simon Brandhof2017-02-2312-60/+159
|\
| * Always public artifacts with full build version6.3.0.18800Simon Brandhof2017-02-221-13/+8
| |
| * Set version 6.3-SNAPSHOTSimon Brandhof2017-02-2253-53/+53
| |
| * Fix deployment of RCsSimon Brandhof2017-02-221-1/+1
| | | | | | | | | | Technical version of RC must not be replaced by the build version on 4 fields.
| * Publish version 6.3-RC3Simon Brandhof2017-02-2253-53/+53
| |
| * 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
| | | | | | | | even if they don't have the expected permissions
| * SONAR-8704 update indices authorization if browse permission is fully removedSimon Brandhof2017-02-212-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 Bellahsene2017-02-2210-1/+24
| | | | | | | | components and projects WS
* | SONAR-8408 WS update_key and bulk_update_key use the same parameters to ↵Teryk Bellahsene2017-02-225-18/+20
| | | | | | | | update a project key
* | 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-2221-153/+188
| |
* | 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-225-12/+88
| |
* | SONAR-8790 Add last analysis date on api/components/show WSJulien Lancelot2017-02-226-27/+98
| |
* | Add OrganizationPermission#all()Simon Brandhof2017-02-226-29/+79
| |
* | Deprecate GlobalPermissionsSimon Brandhof2017-02-221-0/+2
| | | | | | | | in favor of enum OrganizationPermission
* | 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
| | | | | | | | In order to be able to sort by quality gate status, an integer is required
* | 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-224-35/+63
| |
* | 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
| |
* | Fix install of maven 3.3.9 on TravisSimon Brandhof2017-02-211-2/+0
| |
* | Remove unused maven-release-pluginSimon Brandhof2017-02-212-29/+0
| |