aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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 person...Teryk Bellahsene2017-04-272-2/+39
* SONAR-9040 Implement a lock mechanism for cleaning jobsEric Hartmann2017-04-277-27/+172
* 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-2724-34/+1241
* 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
* SONAR-9057 add module sonar-ce-apiSébastien Lesaint2017-04-274-1/+78
* 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
* SONAR-9040 CeQueueDao#selectEligibleForPeek returns executionCountSébastien Lesaint2017-04-274-10/+62
* SONAR-8985 SONAR-9040 rename CeQueueDao#updateIfStatus to updateIfSébastien Lesaint2017-04-274-11/+83
* SONAR-9040 make CE_QUEUE.EXECUTION_COUNT not nullableSébastien Lesaint2017-04-2712-25/+398
* SONAR-8995 a bit of formatting on CeQueueMapper.xmlSébastien Lesaint2017-04-271-45/+86
* SONAR-8985 SONAR-9040 add CE_QUEUE.WORKER_UUID and EXECUTION_COUNTSébastien Lesaint2017-04-276-2/+123
* Billing plugin integrationGrégoire Aubert2017-04-274-4/+24
* upgrade jest (#1981)Stas Vilchik2017-04-27101-1811/+3099
* apply feedback for issues page (#1980)Stas Vilchik2017-04-2677-908/+1187
* SONAR-9126 Allow preventing projects analysis on a organizationJulien Lancelot2017-04-2610-3/+301
* SONAR-9132 remove redundant "org-enabled" check for custom rule deleteDaniel Schwarz2017-04-262-25/+3
* SONAR-9132 remove redundant "org-enabled" check for custom rule createDaniel Schwarz2017-04-262-29/+3
* SONAR-9005 apply feedback to the organization rules (#1976)Stas Vilchik2017-04-262-1/+6
* SONAR-8978 rename bubble charts (#1974)Stas Vilchik2017-04-2611-35/+33
* Fix description of api/projects/createJulien Lancelot2017-04-251-4/+2
* SONAR-9004 Fix messageJulien Lancelot2017-04-252-6/+6
* Always return a positive number of line when creating a random issueJulien Lancelot2017-04-251-1/+2
* SONAR-9083 Return type in /batch/issuesJulien Lancelot2017-04-255-33/+17
* SONAR-9083 Remove WsTester usage in IssuesActionTestJulien Lancelot2017-04-252-118/+101