aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* SONAR-8985 SONAR-9040 rename CeQueueDao#updateIfStatus to updateIfSébastien Lesaint2017-04-274-11/+83
| | | | | for method to take in parameter types rather than Strings to support upcoming new properties to update and new conditions
* 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-2678-909/+1190
|
* SONAR-9126 Add ITsJulien Lancelot2017-04-266-0/+243
|
* 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
| | | | | * pass organization to /api/rules/show * completely disable custom rules when orgs are enabled
* SONAR-8978 rename bubble charts (#1974)Stas Vilchik2017-04-2612-42/+45
|
* 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-256-33/+18
|
* SONAR-9083 Remove WsTester usage in IssuesActionTestJulien Lancelot2017-04-252-118/+101
|
* Automatic merge from branch-6.3ssjenka2017-04-250-0/+0
|\ | | | | | | | | | | * origin/branch-6.3: Reset version to 6.3-SNAPSHOT Release 6.3.2
| * Reset version to 6.3-SNAPSHOTbranch-6.3Julien Lancelot2017-04-2553-54/+54
| |
| * Release 6.3.26.3.2Julien Lancelot2017-04-2453-54/+54
| |
* | apply conventions for pagination to api/projects/provisionedDaniel Schwarz2017-04-244-13/+18
| |
* | let api/projects/provisioned use protobufDaniel Schwarz2017-04-243-22/+48
| |
* | SONAR-9063 Add the number of multiple locations on issue box (#1972)Stas Vilchik2017-04-245-5/+57
| |
* | SONAR-9067 Display multiple flows in the issues list (#1969)Stas Vilchik2017-04-2416-47/+176
| |