Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-8089 Remove useless join on snapshots in ↵ | Julien Lancelot | 2016-10-28 | 1 | -10/+4 | |
| | | | | ComponentMapper#selectDescendants and selectChildren | |||||
* | SONAR-8089 SONAR-8325 Add missing join on projects in ↵ | Julien Lancelot | 2016-10-28 | 2 | -12/+29 | |
| | | | | MeasureMapper#selectByQuery | |||||
* | SONAR-8282 Deprecate overall/it coverage fields from file sources | Julien Lancelot | 2016-10-26 | 2 | -23/+25 | |
| | ||||||
* | SONAR-8283 Add logs | Julien Lancelot | 2016-10-26 | 1 | -0/+5 | |
| | ||||||
* | SONAR-8283 Migrate quality gates after removall of IT/overall coverage metrics | Julien Lancelot | 2016-10-26 | 7 | -4/+623 | |
| | ||||||
* | SONAR-8160 WS measures/search handles permission check on several projects | Julien Lancelot | 2016-10-25 | 1 | -12/+16 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2016-10-25 | 1 | -0/+12 | |
| | ||||||
* | SONAR-8287 Hidden metrics should be allowed in project search action | Julien Lancelot | 2016-10-24 | 1 | -1/+2 | |
| | ||||||
* | SONAR-8221 Fix project measures indexing on MySQL | Julien Lancelot | 2016-10-24 | 2 | -0/+624 | |
| | | | | Replace streaming of projects by first loading all projects once, then load measures project by project | |||||
* | Fix minor Quality flaws | Simon Brandhof | 2016-10-24 | 2 | -9/+18 | |
| | ||||||
* | SONAR-8134 fix isolation of organizations when dropping global permissions | Simon Brandhof | 2016-10-21 | 4 | -18/+63 | |
| | | | | on user | |||||
* | SONAR-8278 Support organizations in web service api/permissions/search_templates | Simon Brandhof | 2016-10-21 | 4 | -37/+27 | |
| | ||||||
* | SONAR-8134 merge PermissionRepository into PermissionTemplateService | Simon Brandhof | 2016-10-21 | 13 | -1086/+0 | |
| | ||||||
* | make PermissionTemplateDaoTest more stable | Sébastien Lesaint | 2016-10-20 | 1 | -2/+2 | |
| | ||||||
* | SONAR-8100 add GroupDao#deleteByOrganization | Sébastien Lesaint | 2016-10-20 | 4 | -0/+58 | |
| | ||||||
* | SONAR-8100 add PermissionTemplateDao#deleteByOrganization | Sébastien Lesaint | 2016-10-20 | 7 | -27/+181 | |
| | ||||||
* | SONAR-8100 add UserPermissionDao#deleteByOrganization | Sébastien Lesaint | 2016-10-20 | 4 | -1/+66 | |
| | ||||||
* | SONAR-8100 add GroupPermissionDao#deleteByOrganization | Sébastien Lesaint | 2016-10-20 | 4 | -0/+69 | |
| | ||||||
* | SONAR-8100 add PermissionTemplateDbTester to DbTester | Sébastien Lesaint | 2016-10-20 | 4 | -3/+10 | |
| | ||||||
* | SONAR-8134 add organization uuid to unique index of table GROUP_ROLES | Sébastien Lesaint | 2016-10-20 | 3 | -2/+3 | |
| | ||||||
* | SONAR-8267 SONAR-8265 add organization parameter | Simon Brandhof | 2016-10-20 | 9 | -171/+71 | |
| | | | | | | | | to web services api/permissions/search_global_permissions and api/permissions/users. Both WS are touched at the same time as the same refactoring is required in UserPermissionDao. | |||||
* | SONAR-8261 add test to UserIdentityAuthenticatorTest about organizations | Simon Brandhof | 2016-10-20 | 1 | -3/+3 | |
| | ||||||
* | SONAR-8134 add javadoc to GroupPermissionDao | Simon Brandhof | 2016-10-20 | 1 | -0/+10 | |
| | ||||||
* | SONAR-8134 improve PermissionTemplateDao | Simon Brandhof | 2016-10-20 | 3 | -12/+20 | |
| | | | | | | - deprecate the methods that do not support organizations - do not commit session in DAO | |||||
* | SONAR-8134 delete unused GroupDao#selectByName(DbSession, String) | Simon Brandhof | 2016-10-20 | 3 | -19/+0 | |
| | ||||||
* | SONAR-8261 Support organizations in web service api/permissions/groups | Simon Brandhof | 2016-10-20 | 9 | -184/+206 | |
| | ||||||
* | SONAR-8134 remove unused production code from RoleDao | Simon Brandhof | 2016-10-20 | 12 | -368/+21 | |
| | ||||||
* | SONAR-8263 isolate organizations when removing user permissions | Simon Brandhof | 2016-10-20 | 9 | -7/+114 | |
| | ||||||
* | SONAR-8192 skip MyBatis in RootFlagAssertions | Sébastien Lesaint | 2016-10-19 | 1 | -8/+15 | |
| | ||||||
* | SONAR-8192 set root flag in UserIdentityAuthenticator | Sébastien Lesaint | 2016-10-19 | 2 | -1/+17 | |
| | | | | depending upon whether groups of the user have or not System Administer permision and whether, when it already exists, the user has user permission "System Administer" | |||||
* | SONAR-8192 set/unset root with admin permission change though WS | Sébastien Lesaint | 2016-10-19 | 11 | -15/+710 | |
| | | | | this applies only to the admin permission of the default organization | |||||
* | SONAR-8192 add OrganizationDbTester and add it to DbTester | Sébastien Lesaint | 2016-10-19 | 5 | -25/+61 | |
| | ||||||
* | change MyBatis session cache to statement cache | Sébastien Lesaint | 2016-10-19 | 1 | -0/+2 | |
| | ||||||
* | Fix PermissionTemplateCharacteristicDaoTest | Simon Brandhof | 2016-10-17 | 3 | -5/+11 | |
| | | | | | Test was passing for a bad reason: ids of template and characteristic were the sames in the test. | |||||
* | SONAR-8272 SONAR-8273 organization in WS to apply permission templates | Simon Brandhof | 2016-10-16 | 10 | -231/+47 | |
| | ||||||
* | Add missing jdbcType attributes in user and permission SQL requests | Simon Brandhof | 2016-10-16 | 5 | -66/+70 | |
| | ||||||
* | SONAR-8253 do not delete the last administrators of organization | Simon Brandhof | 2016-10-16 | 10 | -65/+178 | |
| | ||||||
* | SONAR-8134 isolate deletion of permissions | Simon Brandhof | 2016-10-16 | 6 | -103/+142 | |
| | ||||||
* | SONAR-8134 refactor SQL to check organization permission | Simon Brandhof | 2016-10-16 | 1 | -2/+24 | |
| | ||||||
* | SONAR-8134 merge PermissionMapper into AuthorizationDao | Simon Brandhof | 2016-10-16 | 29 | -744/+624 | |
| | ||||||
* | SONAR-8134 add dao to verify authorizations | Simon Brandhof | 2016-10-16 | 10 | -12/+325 | |
| | ||||||
* | Improve readability of schema-h2.ddl | Simon Brandhof | 2016-10-13 | 1 | -148/+120 | |
| | | | by moving each index next to the related table | |||||
* | SONAR-8134 remove RoleDao#countComponentPermissions() | Simon Brandhof | 2016-10-13 | 15 | -173/+100 | |
| | | | | | replaced by GroupPermissionDao#hasRootComponentPermissions() and UserPermissionDao#hasRootComponentPermissions() | |||||
* | SONAR-8134 remove RoleDao#deleteGroupRole() | Simon Brandhof | 2016-10-13 | 13 | -146/+122 | |
| | | | | replaced by GroupPermissionDao#delete() | |||||
* | SONAR-8134 remove RoleDao#deleteGroupRolesByResourceId() | Simon Brandhof | 2016-10-13 | 14 | -156/+33 | |
| | | | | Replaced by GroupPermissionDao#deleteByRootComponentId() | |||||
* | SONAR-8134 make column group_roles.organization_uuid not null | Simon Brandhof | 2016-10-13 | 51 | -112/+256 | |
| | ||||||
* | SONAR-8134 populate column group_roles.organization_uuid on upgrade | Simon Brandhof | 2016-10-13 | 7 | -3/+164 | |
| | ||||||
* | SONAR-8134 feed column group_roles.organization_uuid | Simon Brandhof | 2016-10-13 | 5 | -139/+99 | |
| | | | | when adding permissions to a group | |||||
* | SONAR-8134 add column group_roles.organization_uuid | Simon Brandhof | 2016-10-13 | 53 | -118/+356 | |
| | | | | Column is currently empty. | |||||
* | Support organizations in user group web services | Simon Brandhof | 2016-10-13 | 24 | -59/+113 | |
| |