Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Move and rename GroupRoleDto to GroupPermissionDto | Simon Brandhof | 2016-09-28 | 13 | -59/+48 | |
| | | | ||||||
* | | | Remove dead code in GroupPermissionMapper.xml | Simon Brandhof | 2016-09-28 | 1 | -55/+0 | |
| | | | ||||||
* | | | Rename PermissionDao to GroupPermissionDao | Simon Brandhof | 2016-09-28 | 10 | -61/+15 | |
| | | | ||||||
* | | | Remove user permissions from RoleDao | Simon Brandhof | 2016-09-28 | 13 | -121/+52 | |
| | | | ||||||
* | | | Fix UserPermissionDao#delete() | Simon Brandhof | 2016-09-28 | 3 | -5/+55 | |
| | | | ||||||
* | | | Remove remaining methods related to users from PermissionDao | Simon Brandhof | 2016-09-28 | 5 | -171/+1 | |
| | | | ||||||
* | | | Remove some methods related to users from RoleDao | Simon Brandhof | 2016-09-28 | 17 | -279/+76 | |
| | | | ||||||
* | | | Complete move from RoleDao/PermissionDao to UserPermissionDao | Simon Brandhof | 2016-09-28 | 11 | -327/+136 | |
| | | | ||||||
* | | | Add UserPermissionDao to DbClient | Simon Brandhof | 2016-09-28 | 3 | -1/+10 | |
| | | | ||||||
* | | | Drop useless DTOs in permissions | Simon Brandhof | 2016-09-28 | 3 | -140/+0 | |
| | | | ||||||
* | | | Add UserPermissionDao | Simon Brandhof | 2016-09-28 | 9 | -1/+831 | |
| | | | ||||||
* | | | Rename misleading PermissionQuery.withPermissionOnly() by ↵ | Simon Brandhof | 2016-09-28 | 7 | -33/+39 | |
| | | | | | | | | | | | | withAtLeastOnePermission() | |||||
* | | | Clean-up permission templates | Simon Brandhof | 2016-09-28 | 4 | -88/+9 | |
| | | | ||||||
* | | | Fix Quality flaws | Simon Brandhof | 2016-09-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | Replace MyBatis SqlSession by org.sonar.db.DbSession | Simon Brandhof | 2016-09-28 | 6 | -26/+20 | |
| | | | ||||||
* | | | Clean-up GroupMembershipDao | Simon Brandhof | 2016-09-28 | 3 | -129/+0 | |
| | | | | | | | | | | | | | | | Remove the unused Ruby WS /user_groups/search and the related Java code. | |||||
* | | | Clean-up AuthorizationDao | Simon Brandhof | 2016-09-28 | 8 | -341/+11 | |
| | | | ||||||
* | | | Remove deprecated code in permission DAOs | Simon Brandhof | 2016-09-28 | 18 | -588/+24 | |
| | | | ||||||
* | | | fixing quality flaws (mostly Java NIO slow methods usage) | Sébastien Lesaint | 2016-09-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | SONAR-8098 create organization in H2 schema | Sébastien Lesaint | 2016-09-28 | 1 | -0/+3 | |
| | | | ||||||
* | | | SONAR-8099 create default organization when migrating to SQ 6.2 | Sébastien Lesaint | 2016-09-28 | 5 | -3/+92 | |
| | | | ||||||
* | | | SONAR-8120 createdAt and updateAt handled in OrganizationDao | Sébastien Lesaint | 2016-09-26 | 2 | -18/+64 | |
| | | | ||||||
* | | | SONAR-8100 add OrganizationDao.deleteByUuid and deleteByKey | Sébastien Lesaint | 2016-09-26 | 4 | -1/+97 | |
| | | | ||||||
* | | | SONAR-8172 add OrganizationDao.update | Sébastien Lesaint | 2016-09-26 | 4 | -51/+150 | |
| | | | ||||||
* | | | SONAR-7187 fix pagination on Oracle and MsSQL | Sébastien Lesaint | 2016-09-26 | 2 | -2/+3 | |
| | | | ||||||
* | | | SONAR-8096 add selectByQuery to OrganizationDao | Sébastien Lesaint | 2016-09-26 | 4 | -31/+159 | |
| | | | | | | | | | | | | does not yet implement any actual filtering, only paging | |||||
* | | | SONAR-8095 add OrganizationDao | Sébastien Lesaint | 2016-09-26 | 10 | -3/+494 | |
| | | | ||||||
* | | | SONAR-8095 add table ORGANIZATIONS | Sébastien Lesaint | 2016-09-23 | 9 | -5/+168 | |
| | | | ||||||
* | | | SONAR-8095 sort DTO aliases and Mapper declaration in alphabetic order | Sébastien Lesaint | 2016-09-23 | 1 | -67/+69 | |
| | | | ||||||
* | | | SONAR-8117 Extract creation of quality gate condition into ↵ | Julien Lancelot | 2016-09-22 | 2 | -0/+56 | |
| | | | | | | | | | | | | QualityGateConditionsUpdater | |||||
* | | | SONAR-8116 Return rating metrics in api/qualitygates/app | Julien Lancelot | 2016-09-22 | 1 | -1/+3 | |
| | | | ||||||
* | | | Prepare for next development iteration | David Rautureau | 2016-09-19 | 1 | -1/+1 | |
|/ / | ||||||
* | | SONAR-8094 remove create table on Oracle with SECUREFILE clause | Sébastien Lesaint | 2016-09-19 | 2 | -71/+0 | |
| | | ||||||
* | | SONAR-7988 support migrations on old table activities | Simon Brandhof | 2016-09-16 | 3 | -5/+24 | |
| | | ||||||
* | | SONAR-7907 It should be possible to add SCM account that contains comma | Julien Lancelot | 2016-09-16 | 3 | -18/+16 | |
| | | ||||||
* | | SONAR-7988 fix mssql collation which was badly defined in 5.x | Simon Brandhof | 2016-09-16 | 19 | -412/+585 | |
| | | ||||||
* | | SONAR-8025 rewrite create table RULE_REPOSITORIES in java | Sébastien Lesaint | 2016-09-16 | 5 | -2/+113 | |
| | | ||||||
* | | SONAR-8025 rewrite create table QPROFILE_CHANGES in java | Sébastien Lesaint | 2016-09-16 | 11 | -11/+127 | |
| | | ||||||
* | | SONAR-8025 rename columns DATA as they are reserved words | Sébastien Lesaint | 2016-09-16 | 7 | -10/+10 | |
| | | ||||||
* | | SONAR-8025 minor internal refacto of CreateTableBuilder | Sébastien Lesaint | 2016-09-16 | 1 | -14/+14 | |
| | | ||||||
* | | SONAR-8025 create MySQL table with hardcoded Engine,Charset&Collation | Sébastien Lesaint | 2016-09-16 | 2 | -209/+226 | |
| | | ||||||
* | | SONAR-8025 improve column name checks + factor with table name check | Sébastien Lesaint | 2016-09-16 | 14 | -78/+95 | |
| | | ||||||
* | | SONAR-8025 strengthen name checks in CreateTableBuilder | Sébastien Lesaint | 2016-09-16 | 2 | -188/+325 | |
| | | ||||||
* | | SONAR-8025 ddl changes must not be executed with a PreparedStatement | Sébastien Lesaint | 2016-09-16 | 1 | -2/+4 | |
| | | ||||||
* | | SONAR-8025 rewrite create table PROPERTIES2 in java | Sébastien Lesaint | 2016-09-16 | 5 | -1/+128 | |
| | | ||||||
* | | SONAR-8025 add support for autoincrement column to CreateTableBuilder | Sébastien Lesaint | 2016-09-16 | 3 | -25/+324 | |
| | | ||||||
* | | SONAR-8025 add IntegerColumnDef | Sébastien Lesaint | 2016-09-16 | 2 | -0/+193 | |
| | | ||||||
* | | SONAR-8025 rewrite create table INTERNAL_PROPERTIES in java | Sébastien Lesaint | 2016-09-16 | 5 | -1/+117 | |
| | | ||||||
* | | SONAR-8025 rewrite create table CE_SCANNER_CONTEXT in java | Sébastien Lesaint | 2016-09-16 | 4 | -1/+113 | |
| | | ||||||
* | | SONAR-8025 rewrite create table CE_TASK_INPUT in java | Sébastien Lesaint | 2016-09-16 | 6 | -3/+119 | |
| | |