aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-9105 add GroupPermissionDao#deleteByRootComponentIdAndPermissionSébastien Lesaint2017-04-274-0/+123
|
* SONAR-9105 add GroupPermissionDao#deleteByRootComponentIdAndGroupIdSébastien Lesaint2017-04-274-2/+193
|
* SONAR-9140 ignore IT until WS is available to create private projectSébastien Lesaint2017-04-272-0/+5
|
* SONAR-9140 enforce in UT that public project can't have public permsSébastien Lesaint2017-04-2710-88/+79
|
* SONAR-9109 support public components in PermissionIndexerSébastien Lesaint2017-04-279-324/+314
|
* SONAR-9140 support public components in UserSessionRuleSébastien Lesaint2017-04-276-25/+55
|
* SONAR-9140 support public/private projects in GroupPermissionMapperSébastien Lesaint2017-04-272-12/+79
| | | | no change required, this mapper provides SQL request to CRUD table GROUP_ROLES
* SONAR-9140 support public projects in keepAuthorizedProjectIdsSébastien Lesaint2017-04-273-102/+278
|
* 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
| | | | those for UTs on methodis keepAuthorizedProjectIds and keepAuthorizedUsersForRoleAndProject
* SONAR-9140 enforce permission consistency for private component in UTsSébastien Lesaint2017-04-2711-67/+234
| | | | ie. in UserDbTester
* SONAR-9140 support public flag in ComponentTesting/ComponentDbTesterSébastien Lesaint2017-04-27177-1169/+1223
|
* SONAR-9140 drop support for Developer in ComponentTestingSébastien Lesaint2017-04-2712-326/+6
|
* SONAR-9140 only ComponentDto can be used to populate UserSessionRuleSébastien Lesaint2017-04-2785-428/+475
|
* SONAR-9140 support public projects in ServerUserSessionSébastien Lesaint2017-04-276-156/+301
|
* SONAR-9140 drop deprecated selectAuthorizedRootProjectsUuidsSébastien Lesaint2017-04-275-90/+16
|
* 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 PersistComponentsStep ensures consistency of private flagSébastien Lesaint2017-04-273-8/+165
| | | | across the whole tree: all components of the tree have the same private flag
* SONAR-9087 add ComponentDao#setPrivateForRootComponentUuidSébastien Lesaint2017-04-274-0/+65
|
* SONAR-9087 add PROJECTS.PRIVATE non null columnSébastien Lesaint2017-04-2796-133/+879
|
* SONAR-9087 make PROJECTS.PROJECT_UUID not nullableSébastien Lesaint2017-04-2754-34/+1000
|
* SONAR-9087 AlterColumnsBuilder must validate table nameSébastien Lesaint2017-04-271-1/+2
|
* do not load all issues for a fileStas Vilchik2017-04-273-18/+77
|
* clean up issues cssStas Vilchik2017-04-273-237/+60
|
* SONAR-9054 WS api/navigation/organization filter out billing pages for ↵Teryk Bellahsene2017-04-272-2/+39
| | | | personal organization
* SONAR-9040 Implement a lock mechanism for cleaning jobsEric Hartmann2017-04-277-27/+172
| | | | SONAR-8986 Add guava dependency
* SONAR-9002 Fix incorrect messageEric Hartmann2017-04-271-1/+1
|
* SONAR-8986 add purge of tasks of non existing workers to ce clean jobEric Hartmann2017-04-2714-52/+333
|
* SONAR-8986 add CeDistributedInformationSébastien Lesaint2017-04-2725-36/+1243
|
* SONAR-8985 add unique identifier to CeWorkerSébastien Lesaint2017-04-2711-39/+265
|
* SONAR-8987 worker reset any in progress task it has when peekingSébastien Lesaint2017-04-278-20/+230
|
* SONAR-8987 remove use of Guava Optional in CE tables related classesSébastien Lesaint2017-04-2717-49/+46
|
* SONAR-9041 move computation.monitoring package to sonar-ceSébastien Lesaint2017-04-2715-43/+16
|
* SONAR-9041 add job canceling worn out tasks from CE_QUEUE regularlySébastien Lesaint2017-04-2716-24/+506
|
* SONAR-9057 CE tables cleaning and purging is done by web leaderSébastien Lesaint2017-04-2734-66/+73
| | | | | moved CE queue and taskprocessor classes (the later depending upon the former) to sonar-ce module moved CE configuration classes to sonar-ce-api module
* SONAR-9057 add module sonar-ce-apiSébastien Lesaint2017-04-275-1/+83
| | | | this module provides code shared by sonar-web and sonar-ce
* SONAR-9057 make PurgeCeActivities startableSébastien Lesaint2017-04-272-7/+9
|
* SONAR-9057 make CeQueueCleaner startable and run as startup taskSébastien Lesaint2017-04-278-45/+53
|
* SONAR-9041 add InternalCeQueue#cancelWornOutsSébastien Lesaint2017-04-273-16/+83
|
* SONAR-9041 add CeQueueDao#selectPendingByMinimumExecutionCountSébastien Lesaint2017-04-274-1/+48
|
* SONAR-8985 remove dead CeQueueInternal#cancel(DbSession, CeQueueDto)Sébastien Lesaint2017-04-273-10/+1
|
* SONAR-9040 ignore queued tasks with more than 2 execution attemptsSébastien Lesaint2017-04-278-19/+136
|
* SONAR-9040 fix pagination in CeQueueDao#selectEligibleForPeekSébastien Lesaint2017-04-273-7/+51
|
* SONAR-9040 fix incorrect test method nameSébastien Lesaint2017-04-271-7/+7
|
* SONAR-8985 SONAR-9040 populates CE_QUEUE.WORKER_UUID and EXECUTION_COUNTSébastien Lesaint2017-04-2712-65/+162
|
* SONAR-8985 SONAR-9040 add CE_ACTIVITY.WORKER_UUID and EXECUTION_COUNTSébastien Lesaint2017-04-2713-22/+411
| | | | and populate them
* SONAR-9040 CeQueueDao#selectEligibleForPeek returns executionCountSébastien Lesaint2017-04-274-10/+62
|