Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | SONAR-8148 do not log data and decrease log level to debug | Simon Brandhof | 2016-09-30 | 1 | -0/+9 | |
| | | ||||||
* | | SONAR-8120 Create WS measures/search to search for measures | Teryk Bellahsene | 2016-09-30 | 1 | -0/+1 | |
| | | ||||||
* | | Fix Quality flaws | Simon Brandhof | 2016-09-30 | 1 | -2/+0 | |
| | | ||||||
* | | Bring back some methods in PermissionDao for GOV | Simon Brandhof | 2016-09-29 | 4 | -0/+210 | |
| | | ||||||
* | | Merge branch 'branch-6.1' into 'master' | Sébastien Lesaint | 2016-09-29 | 2 | -4/+58 | |
|\| | ||||||
| * | Merge branch 'branch-5.6' into 'branch-6.1' | Sébastien Lesaint | 2016-09-29 | 2 | -4/+58 | |
| |\ | ||||||
| | * | SONAR-8185 FileSourceDao.readLineHashesStream supports null in DB | Sébastien Lesaint | 2016-09-28 | 1 | -1/+33 | |
| | | | ||||||
| | * | SONAR-8185 FileSourceDao.selectLineHashes supports null in DB | Sébastien Lesaint | 2016-09-28 | 1 | -0/+19 | |
| | | | ||||||
| | * | SONAR-8148 exception proof FeedFileSourcesBinaryData | Sébastien Lesaint | 2016-09-28 | 1 | -4/+7 | |
| | | | ||||||
* | | | SONAR-8099 add missing UT on CreateDefaultOrganization | Sébastien Lesaint | 2016-09-29 | 2 | -0/+165 | |
| | | | ||||||
* | | | Remove unused QualityProfileDao methods | Simon Brandhof | 2016-09-28 | 1 | -7/+0 | |
| | | | ||||||
* | | | SONAR-8173 delete existing permissions "shareDashboard" from db | Simon Brandhof | 2016-09-28 | 3 | -1/+92 | |
| | | | ||||||
* | | | SONAR-8173 drop global permission "shareDashboard" | Simon Brandhof | 2016-09-28 | 5 | -9/+9 | |
| | | | ||||||
* | | | Fix Quality flaws | Simon Brandhof | 2016-09-28 | 1 | -5/+5 | |
| | | | ||||||
* | | | Add missing DbSession parameters to PermissionDao | Simon Brandhof | 2016-09-28 | 1 | -12/+12 | |
| | | | ||||||
* | | | Remove RoleDao#insertUserRole() | Simon Brandhof | 2016-09-28 | 3 | -27/+21 | |
| | | | ||||||
* | | | Rename AuthorizationDao to PermissionDao | Simon Brandhof | 2016-09-28 | 15 | -3/+3 | |
| | | | ||||||
* | | | Move and rename GroupRoleDto to GroupPermissionDto | Simon Brandhof | 2016-09-28 | 4 | -22/+22 | |
| | | | ||||||
* | | | Rename PermissionDao to GroupPermissionDao | Simon Brandhof | 2016-09-28 | 4 | -48/+2 | |
| | | | ||||||
* | | | Remove user permissions from RoleDao | Simon Brandhof | 2016-09-28 | 9 | -83/+43 | |
| | | | ||||||
* | | | Fix UserPermissionDao#delete() | Simon Brandhof | 2016-09-28 | 1 | -0/+42 | |
| | | | ||||||
* | | | Remove remaining methods related to users from PermissionDao | Simon Brandhof | 2016-09-28 | 1 | -131/+0 | |
| | | | ||||||
* | | | Remove some methods related to users from RoleDao | Simon Brandhof | 2016-09-28 | 8 | -192/+35 | |
| | | | ||||||
* | | | Complete move from RoleDao/PermissionDao to UserPermissionDao | Simon Brandhof | 2016-09-28 | 2 | -276/+56 | |
| | | | ||||||
* | | | Add UserPermissionDao to DbClient | Simon Brandhof | 2016-09-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add UserPermissionDao | Simon Brandhof | 2016-09-28 | 1 | -0/+441 | |
| | | | ||||||
* | | | Rename misleading PermissionQuery.withPermissionOnly() by ↵ | Simon Brandhof | 2016-09-28 | 4 | -16/+16 | |
| | | | | | | | | | | | | withAtLeastOnePermission() | |||||
* | | | Clean-up permission templates | Simon Brandhof | 2016-09-28 | 1 | -8/+7 | |
| | | | ||||||
* | | | Clean-up GroupMembershipDao | Simon Brandhof | 2016-09-28 | 1 | -104/+0 | |
| | | | | | | | | | | | | | | | Remove the unused Ruby WS /user_groups/search and the related Java code. | |||||
* | | | Clean-up AuthorizationDao | Simon Brandhof | 2016-09-28 | 4 | -217/+5 | |
| | | | ||||||
* | | | Remove deprecated code in permission DAOs | Simon Brandhof | 2016-09-28 | 13 | -324/+22 | |
| | | | ||||||
* | | | SONAR-8099 create default organization when migrating to SQ 6.2 | Sébastien Lesaint | 2016-09-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | SONAR-8120 createdAt and updateAt handled in OrganizationDao | Sébastien Lesaint | 2016-09-26 | 1 | -18/+53 | |
| | | | ||||||
* | | | SONAR-8100 add OrganizationDao.deleteByUuid and deleteByKey | Sébastien Lesaint | 2016-09-26 | 1 | -0/+72 | |
| | | | ||||||
* | | | SONAR-8172 add OrganizationDao.update | Sébastien Lesaint | 2016-09-26 | 1 | -50/+119 | |
| | | | ||||||
* | | | SONAR-7187 fix pagination on Oracle and MsSQL | Sébastien Lesaint | 2016-09-26 | 1 | -0/+1 | |
| | | | ||||||
* | | | SONAR-8096 add selectByQuery to OrganizationDao | Sébastien Lesaint | 2016-09-26 | 1 | -18/+101 | |
| | | | | | | | | | | | | does not yet implement any actual filtering, only paging | |||||
* | | | SONAR-8095 add OrganizationDao | Sébastien Lesaint | 2016-09-26 | 2 | -1/+193 | |
| | | | ||||||
* | | | SONAR-8095 add table ORGANIZATIONS | Sébastien Lesaint | 2016-09-23 | 3 | -1/+69 | |
| | | | ||||||
* | | | SONAR-8117 Extract creation of quality gate condition into ↵ | Julien Lancelot | 2016-09-22 | 1 | -0/+49 | |
|/ / | | | | | | | QualityGateConditionsUpdater | |||||
* | | SONAR-8094 remove create table on Oracle with SECUREFILE clause | Sébastien Lesaint | 2016-09-19 | 1 | -54/+0 | |
| | | ||||||
* | | SONAR-7988 support migrations on old table activities | Simon Brandhof | 2016-09-16 | 1 | -4/+10 | |
| | | ||||||
* | | SONAR-7907 It should be possible to add SCM account that contains comma | Julien Lancelot | 2016-09-16 | 2 | -13/+14 | |
| | | ||||||
* | | SONAR-7988 fix mssql collation which was badly defined in 5.x | Simon Brandhof | 2016-09-16 | 9 | -204/+323 | |
| | | ||||||
* | | SONAR-8025 rewrite create table RULE_REPOSITORIES in java | Sébastien Lesaint | 2016-09-16 | 3 | -1/+64 | |
| | | ||||||
* | | SONAR-8025 rewrite create table QPROFILE_CHANGES in java | Sébastien Lesaint | 2016-09-16 | 6 | -7/+72 | |
| | | ||||||
* | | SONAR-8025 rename columns DATA as they are reserved words | Sébastien Lesaint | 2016-09-16 | 2 | -2/+2 | |
| | | ||||||
* | | SONAR-8025 create MySQL table with hardcoded Engine,Charset&Collation | Sébastien Lesaint | 2016-09-16 | 1 | -185/+195 | |
| | | ||||||
* | | SONAR-8025 improve column name checks + factor with table name check | Sébastien Lesaint | 2016-09-16 | 3 | -6/+6 | |
| | | ||||||
* | | SONAR-8025 strengthen name checks in CreateTableBuilder | Sébastien Lesaint | 2016-09-16 | 1 | -186/+299 | |
| | |