aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9287 Fix limited number of returned permissions in api/permissions/usersJulien Lancelot2017-05-306-168/+242
* SONAR-9287 Refactor unit testJulien Lancelot2017-05-301-219/+248
* Set version 6.4-SNAPSHOTSimon Brandhof2017-05-291-1/+1
* Release 6.4-RC36.4-RC3Simon Brandhof2017-05-291-1/+1
* Back to 6.4-SNAPSHOTSimon Brandhof2017-05-221-1/+1
* Release 6.4-RC26.4-RC2Simon Brandhof2017-05-221-1/+1
* Reuse version 6.4-SNAPSHOTSimon Brandhof2017-05-181-1/+1
* 6.4-RC16.4-RC1Simon Brandhof2017-05-161-1/+1
* SONAR-3915 Give the admin a way to send users issue reports on non favorite p...Teryk Bellahsene2017-05-121-2/+2
* SONAR-9056 WS api/components/suggestion filter allowed qualifiersTeryk Bellahsene2017-05-121-1/+3
* OrganizationDao#selectByUuids does not fail with single unknown uuidTeryk Bellahsene2017-05-122-4/+9
* SONAR-6315 use an insert only code for RegisterQualityProfilesSébastien Lesaint2017-05-121-1/+1
* fix project visibility of projects, created by ComponentDbTesterDaniel Schwarz2017-05-111-1/+1
* SONAR-9148 fix partition size for large inputs in MySQLDaniel Schwarz2017-05-112-3/+36
* Remove most usages of AuthorizationDao#keepAuthorizedProjectIds()Simon Brandhof2017-05-101-0/+4
* Fix bug in AuthorizationDao#keepAuthorizedProjectIds()Simon Brandhof2017-05-101-3/+3
* Add method UserSession#keepAuthorizedComponents()Simon Brandhof2017-05-105-8/+153
* SONAR-9168 do not fail when indexing measure with unexpected text valueSimon Brandhof2017-05-092-6/+24
* SONAR-9182 Add visibility to WS api/projects/searchTeryk Bellahsene2017-05-083-0/+36
* SONAR-8894 Compute number of members by organizationTeryk Bellahsene2017-05-085-0/+93
* SONAR-8924 let api/qualityprofiles/search use project’s organizationDaniel Schwarz2017-05-042-7/+10
* SONAR-8865 remove old documents from rules/extension index when updatingDaniel Schwarz2017-05-031-0/+5
* Fix Quality flawsSimon Brandhof2017-05-021-2/+0
* fix quality flaws: readability fixes in Mapper.xmlsDaniel Schwarz2017-04-281-2/+2
* SONAR-9089 account project visibility when applying perm templateSébastien Lesaint2017-04-271-0/+4
* SONAR-9106 new ws api/organizations/update_project_visibilityDaniel Schwarz2017-04-271-0/+8
* SONAR-9091 add visibility flag to api/components/createDaniel Schwarz2017-04-273-0/+15
* SONAR-9156 apply org’s default visibility on first analysis of projectDaniel Schwarz2017-04-273-0/+13
* SONAR-9088 set default visibility to “not-private” for new organisationsDaniel Schwarz2017-04-2710-12/+20
* SONAR-9105 add selectUserIdsWithPermissionOnProjectButSébastien Lesaint2017-04-274-0/+75
* SONAR-9105 add GroupPermissionDao#selectGroupIdsWithPermissionOnProjectButSébastien Lesaint2017-04-274-0/+98
* SONAR-9105 add UserPermissionDao#deleteProjectPermissionOfAnyUserSébastien Lesaint2017-04-275-2/+96
* SONAR-9105 add GroupPermissionDao#deleteByRootComponentIdAndPermissionSébastien Lesaint2017-04-274-0/+123
* SONAR-9105 add GroupPermissionDao#deleteByRootComponentIdAndGroupIdSébastien Lesaint2017-04-274-2/+193
* SONAR-9140 enforce in UT that public project can't have public permsSébastien Lesaint2017-04-273-48/+52
* SONAR-9140 support public/private projects in GroupPermissionMapperSébastien Lesaint2017-04-271-11/+26
* SONAR-9140 support public projects in keepAuthorizedProjectIdsSébastien Lesaint2017-04-272-79/+251
* SONAR-9140 support public projects in keepAuthorizedUsersForRoleAndProjectSébastien Lesaint2017-04-273-125/+243
* SONAR-9140 drop some DbUnit in AuthorizationDaoTestSébastien Lesaint2017-04-2710-520/+148
* SONAR-9140 enforce permission consistency for private component in UTsSébastien Lesaint2017-04-273-32/+216
* SONAR-9140 support public flag in ComponentTesting/ComponentDbTesterSébastien Lesaint2017-04-2723-222/+263
* SONAR-9140 drop support for Developer in ComponentTestingSébastien Lesaint2017-04-275-110/+0
* SONAR-9140 support public projects in ServerUserSessionSébastien Lesaint2017-04-274-53/+93
* SONAR-9140 drop deprecated selectAuthorizedRootProjectsUuidsSébastien Lesaint2017-04-273-72/+0
* SONAR-9140 drop unused SQL query selectRootComponentPermissionsOfAnonymousSébastien Lesaint2017-04-271-8/+0
* SONAR-9140 drop unused SQL query selectRootComponentPermissionsSébastien Lesaint2017-04-271-24/+0
* SONAR-9140 support public components in RoleDaoSébastien Lesaint2017-04-272-0/+37
* SONAR-9140 a bit of formatting on RoleMapper.xmlSébastien Lesaint2017-04-271-15/+22
* SONAR-9087 add ComponentDao#setPrivateForRootComponentUuidSébastien Lesaint2017-04-274-0/+65
* SONAR-9087 add PROJECTS.PRIVATE non null columnSébastien Lesaint2017-04-2761-74/+291