aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-8192 set/unset root with admin permission change though WSSébastien Lesaint2016-10-1923-68/+1227
* SONAR-8192 rename DefaultOrganizationProviderRule to TestDefaultOrganizationP...Sébastien Lesaint2016-10-1925-115/+110
* SONAR-8192 add OrganizationDbTester and add it to DbTesterSébastien Lesaint2016-10-1915-83/+103
* change MyBatis session cache to statement cacheSébastien Lesaint2016-10-191-0/+2
* Do not throw UnsupportedOperationException when httpRequest.getSession(false)...evernat2016-10-191-0/+3
* SONAR-8284 Make IT/Overall coverage measures 'hidden'Julien HENRY2016-10-192-1/+24
* SONAR-8286 Reword common rules about coverageJulien HENRY2016-10-191-2/+2
* SONAR-8287 Project measure value is a double in ES indexJulien Lancelot2016-10-182-10/+9
* SONAR-8287 Feed measures in project measures indexJulien Lancelot2016-10-183-14/+227
* SONAR-8287 Refactor project measures index and WS domainTeryk Bellahsene2016-10-1836-279/+338
* SONAR-8287 Filter measures in ESTeryk Bellahsene2016-10-187-32/+170
* SONAR-8287 Add nested field to index type 'projectmeasures'Teryk Bellahsene2016-10-182-4/+76
* SONAR-8287 Add filter parameter in api/components/search_projectsJulien Lancelot2016-10-1817-28/+500
* SONAR-7875 Log a warning when a metric should not be saved by a SensorJulien HENRY2016-10-181-17/+25
* SONAR-8281 Recompute coverage measures from line data to ensure consistencyJulien HENRY2016-10-188-91/+110
* SONAR-8284 Remove overall/IT coverage data from scanner reportJulien HENRY2016-10-1812-266/+115
* SONAR-8281 Rework Sensor storage to merge multiple coverage reportsJulien HENRY2016-10-1841-914/+575
* SONAR-8281 Rename measure "Coverage by unit tests" -> " "Coverage by tests"Julien HENRY2016-10-184-7/+5
* SONAR-8281 Deprecated IT/Overall coverage measuresJulien HENRY2016-10-181-0/+112
* SONAR-8281 Change coverage API to accept unlimited reports/deprecate coverage...Julien HENRY2016-10-182-3/+16
* Ensure component in not null on an issue location to prevent NPE at runtimeJulien HENRY2016-10-181-0/+1
* SONAR-8223 Update project measures index when creating/updating projectJulien Lancelot2016-10-176-15/+110
* SONAR-8223 Clean up ComponentServiceJulien Lancelot2016-10-177-215/+141
* Fix PermissionTemplateCharacteristicDaoTestSimon Brandhof2016-10-173-5/+11
* SONAR-8291 make organization parameters as internalSimon Brandhof2016-10-174-3/+7
* SONAR-8291 display internal flag in web api documentationSimon Brandhof2016-10-171-0/+7
* SONAR-8291 support internal params in WS api/webservices/listSimon Brandhof2016-10-174-50/+29
* SONAR-8291 add NewParam#setInternal(boolean) to APISimon Brandhof2016-10-172-1/+40
* SONAR-5857 remove "E" optionStas Vilchik2016-10-171-2/+1
* SONAR-8280 organization in WS api/permissions/update_templateSimon Brandhof2016-10-162-30/+41
* SONAR-8297 organization in WS api/permissions/template_usersSimon Brandhof2016-10-162-42/+32
* SONAR-8296 organization in WS api/permissions/template_groupsSimon Brandhof2016-10-162-35/+30
* SONAR-8279 organization in WS api/permissions/set_default_templateSimon Brandhof2016-10-163-9/+25
* SONAR-8277 organization in WS api/permissions/remove_user_from_templateSimon Brandhof2016-10-163-18/+30
* SONAR-8276 organization in WS api/permissions/remove_project_creator_from_tem...Simon Brandhof2016-10-163-4/+21
* SONAR-8275 organization in WS api/permissions/remove_group_from_templateSimon Brandhof2016-10-162-7/+11
* SONAR-8268 organization in WS api/permissions/delete_templateSimon Brandhof2016-10-163-26/+39
* SONAR-8274 organization in WS api/permissions/create_templateSimon Brandhof2016-10-162-28/+27
* SONAR-8271 organization in WS api/permissions/add_user_to_templateSimon Brandhof2016-10-163-20/+41
* SONAR-8269 organization in WS api/permissions/add_group_to_templateSimon Brandhof2016-10-163-22/+32
* SONAR-8270 organization in WS api/permissions/add_project_creator_to_templateSimon Brandhof2016-10-163-19/+31
* SONAR-8272 SONAR-8273 organization in WS to apply permission templatesSimon Brandhof2016-10-1628-359/+228
* SONAR-8259 add missing test about authorizationSimon Brandhof2016-10-162-24/+44
* SONAR-8258 check admin permission on related organizationSimon Brandhof2016-10-163-21/+93
* SONAR-8257 check admin permission on related organizationSimon Brandhof2016-10-162-26/+46
* Add missing jdbcType attributes in user and permission SQL requestsSimon Brandhof2016-10-165-66/+70
* SONAR-8253 do not delete the last administrators of organizationSimon Brandhof2016-10-1615-179/+350
* SONAR-8252 check admin permission on related organizationSimon Brandhof2016-10-162-16/+37
* SONAR-8254 check admin permission on related organizationSimon Brandhof2016-10-162-31/+52
* SONAR-8134 isolate deletion of permissionsSimon Brandhof2016-10-167-104/+149