aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* 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
* SONAR-9087 make PROJECTS.PROJECT_UUID not nullableSébastien Lesaint2017-04-2726-23/+79
* SONAR-8986 add purge of tasks of non existing workers to ce clean jobEric Hartmann2017-04-274-0/+111
* SONAR-8987 worker reset any in progress task it has when peekingSébastien Lesaint2017-04-274-0/+78
* SONAR-8987 remove use of Guava Optional in CE tables related classesSébastien Lesaint2017-04-274-15/+15
* SONAR-9041 add CeQueueDao#selectPendingByMinimumExecutionCountSébastien Lesaint2017-04-274-1/+48
* SONAR-9040 ignore queued tasks with more than 2 execution attemptsSébastien Lesaint2017-04-274-12/+73
* SONAR-9040 fix pagination in CeQueueDao#selectEligibleForPeekSébastien Lesaint2017-04-273-7/+51
* SONAR-8985 SONAR-9040 populates CE_QUEUE.WORKER_UUID and EXECUTION_COUNTSébastien Lesaint2017-04-274-35/+117
* SONAR-8985 SONAR-9040 add CE_ACTIVITY.WORKER_UUID and EXECUTION_COUNTSébastien Lesaint2017-04-273-21/+55
* SONAR-9040 CeQueueDao#selectEligibleForPeek returns executionCountSébastien Lesaint2017-04-274-10/+62