Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not load all issues for a file | Stas Vilchik | 2017-04-27 | 3 | -18/+77 |
| | |||||
* | clean up issues css | Stas Vilchik | 2017-04-27 | 3 | -237/+60 |
| | |||||
* | SONAR-9054 WS api/navigation/organization filter out billing pages for ↵ | Teryk Bellahsene | 2017-04-27 | 2 | -2/+39 |
| | | | | personal organization | ||||
* | SONAR-9040 Implement a lock mechanism for cleaning jobs | Eric Hartmann | 2017-04-27 | 7 | -27/+172 |
| | | | | SONAR-8986 Add guava dependency | ||||
* | SONAR-9002 Fix incorrect message | Eric Hartmann | 2017-04-27 | 1 | -1/+1 |
| | |||||
* | SONAR-8986 add purge of tasks of non existing workers to ce clean job | Eric Hartmann | 2017-04-27 | 14 | -52/+333 |
| | |||||
* | SONAR-8986 add CeDistributedInformation | Sébastien Lesaint | 2017-04-27 | 25 | -36/+1243 |
| | |||||
* | SONAR-8985 add unique identifier to CeWorker | Sébastien Lesaint | 2017-04-27 | 11 | -39/+265 |
| | |||||
* | SONAR-8987 worker reset any in progress task it has when peeking | Sébastien Lesaint | 2017-04-27 | 8 | -20/+230 |
| | |||||
* | SONAR-8987 remove use of Guava Optional in CE tables related classes | Sébastien Lesaint | 2017-04-27 | 17 | -49/+46 |
| | |||||
* | SONAR-9041 move computation.monitoring package to sonar-ce | Sébastien Lesaint | 2017-04-27 | 15 | -43/+16 |
| | |||||
* | SONAR-9041 add job canceling worn out tasks from CE_QUEUE regularly | Sébastien Lesaint | 2017-04-27 | 16 | -24/+506 |
| | |||||
* | SONAR-9057 CE tables cleaning and purging is done by web leader | Sébastien Lesaint | 2017-04-27 | 34 | -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-api | Sébastien Lesaint | 2017-04-27 | 5 | -1/+83 |
| | | | | this module provides code shared by sonar-web and sonar-ce | ||||
* | SONAR-9057 make PurgeCeActivities startable | Sébastien Lesaint | 2017-04-27 | 2 | -7/+9 |
| | |||||
* | SONAR-9057 make CeQueueCleaner startable and run as startup task | Sébastien Lesaint | 2017-04-27 | 8 | -45/+53 |
| | |||||
* | SONAR-9041 add InternalCeQueue#cancelWornOuts | Sébastien Lesaint | 2017-04-27 | 3 | -16/+83 |
| | |||||
* | SONAR-9041 add CeQueueDao#selectPendingByMinimumExecutionCount | Sébastien Lesaint | 2017-04-27 | 4 | -1/+48 |
| | |||||
* | SONAR-8985 remove dead CeQueueInternal#cancel(DbSession, CeQueueDto) | Sébastien Lesaint | 2017-04-27 | 3 | -10/+1 |
| | |||||
* | SONAR-9040 ignore queued tasks with more than 2 execution attempts | Sébastien Lesaint | 2017-04-27 | 8 | -19/+136 |
| | |||||
* | SONAR-9040 fix pagination in CeQueueDao#selectEligibleForPeek | Sébastien Lesaint | 2017-04-27 | 3 | -7/+51 |
| | |||||
* | SONAR-9040 fix incorrect test method name | Sébastien Lesaint | 2017-04-27 | 1 | -7/+7 |
| | |||||
* | SONAR-8985 SONAR-9040 populates CE_QUEUE.WORKER_UUID and EXECUTION_COUNT | Sébastien Lesaint | 2017-04-27 | 12 | -65/+162 |
| | |||||
* | SONAR-8985 SONAR-9040 add CE_ACTIVITY.WORKER_UUID and EXECUTION_COUNT | Sébastien Lesaint | 2017-04-27 | 13 | -22/+411 |
| | | | | and populate them | ||||
* | SONAR-9040 CeQueueDao#selectEligibleForPeek returns executionCount | Sébastien Lesaint | 2017-04-27 | 4 | -10/+62 |
| | |||||
* | SONAR-8985 SONAR-9040 rename CeQueueDao#updateIfStatus to updateIf | Sébastien Lesaint | 2017-04-27 | 4 | -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 nullable | Sébastien Lesaint | 2017-04-27 | 12 | -25/+398 |
| | |||||
* | SONAR-8995 a bit of formatting on CeQueueMapper.xml | Sébastien Lesaint | 2017-04-27 | 1 | -45/+86 |
| | |||||
* | SONAR-8985 SONAR-9040 add CE_QUEUE.WORKER_UUID and EXECUTION_COUNT | Sébastien Lesaint | 2017-04-27 | 6 | -2/+123 |
| | |||||
* | Billing plugin integration | Grégoire Aubert | 2017-04-27 | 4 | -4/+24 |
| | |||||
* | upgrade jest (#1981) | Stas Vilchik | 2017-04-27 | 101 | -1811/+3099 |
| | |||||
* | apply feedback for issues page (#1980) | Stas Vilchik | 2017-04-26 | 78 | -909/+1190 |
| | |||||
* | SONAR-9126 Add ITs | Julien Lancelot | 2017-04-26 | 6 | -0/+243 |
| | |||||
* | SONAR-9126 Allow preventing projects analysis on a organization | Julien Lancelot | 2017-04-26 | 10 | -3/+301 |
| | |||||
* | SONAR-9132 remove redundant "org-enabled" check for custom rule delete | Daniel Schwarz | 2017-04-26 | 2 | -25/+3 |
| | |||||
* | SONAR-9132 remove redundant "org-enabled" check for custom rule create | Daniel Schwarz | 2017-04-26 | 2 | -29/+3 |
| | |||||
* | SONAR-9005 apply feedback to the organization rules (#1976) | Stas Vilchik | 2017-04-26 | 2 | -1/+6 |
| | | | | | * pass organization to /api/rules/show * completely disable custom rules when orgs are enabled | ||||
* | SONAR-8978 rename bubble charts (#1974) | Stas Vilchik | 2017-04-26 | 12 | -42/+45 |
| | |||||
* | Fix description of api/projects/create | Julien Lancelot | 2017-04-25 | 1 | -4/+2 |
| | |||||
* | SONAR-9004 Fix message | Julien Lancelot | 2017-04-25 | 2 | -6/+6 |
| | |||||
* | Always return a positive number of line when creating a random issue | Julien Lancelot | 2017-04-25 | 1 | -1/+2 |
| | |||||
* | SONAR-9083 Return type in /batch/issues | Julien Lancelot | 2017-04-25 | 6 | -33/+18 |
| | |||||
* | SONAR-9083 Remove WsTester usage in IssuesActionTest | Julien Lancelot | 2017-04-25 | 2 | -118/+101 |
| | |||||
* | Automatic merge from branch-6.3 | ssjenka | 2017-04-25 | 0 | -0/+0 |
|\ | | | | | | | | | | | * origin/branch-6.3: Reset version to 6.3-SNAPSHOT Release 6.3.2 | ||||
| * | Reset version to 6.3-SNAPSHOTbranch-6.3 | Julien Lancelot | 2017-04-25 | 53 | -54/+54 |
| | | |||||
| * | Release 6.3.26.3.2 | Julien Lancelot | 2017-04-24 | 53 | -54/+54 |
| | | |||||
* | | apply conventions for pagination to api/projects/provisioned | Daniel Schwarz | 2017-04-24 | 4 | -13/+18 |
| | | |||||
* | | let api/projects/provisioned use protobuf | Daniel Schwarz | 2017-04-24 | 3 | -22/+48 |
| | | |||||
* | | SONAR-9063 Add the number of multiple locations on issue box (#1972) | Stas Vilchik | 2017-04-24 | 5 | -5/+57 |
| | | |||||
* | | SONAR-9067 Display multiple flows in the issues list (#1969) | Stas Vilchik | 2017-04-24 | 16 | -47/+176 |
| | |