aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | SONAR-9066 Display secondary locations in the issues list (#1965)Stas Vilchik2017-04-2440-954/+846
| |
* | SONAR-9155 Fix HTTPS proxy authenticationJulien HENRY2017-04-245-13/+30
| |
* | SONAR-9150 Return paging in api/organizations/searchJulien Lancelot2017-04-218-50/+109
| |
* | SONAR-9120 api/issues/set_tags response contains issue informationJulien Lancelot2017-04-215-119/+227
| |
* | SONAR-9143 Stop documenting 'previous_analysis' as a valid option for the ↵Julien Lancelot2017-04-213-9/+25
| | | | | | | | leak period
* | ITs should fail quickly when creating users is failingJulien Lancelot2017-04-213-25/+21
| |
* | SONAR-9128 Return email only when sys admin and return avatar when logged in ↵Julien Lancelot2017-04-219-89/+102
| | | | | | | | api/users/search
* | SONAR-9128 Use protobuf in api/users/searchJulien Lancelot2017-04-2117-85/+313
| |
* | Use changelog in users action WSJulien Lancelot2017-04-212-4/+8
| |
* | SONAR-7818 Remove RubyRailsWebservice APIJulien Lancelot2017-04-201-41/+0
| |
* | Remove mock usage from IndexActionTestJulien Lancelot2017-04-203-78/+87
| |
* | SONAR-9048 Use metadata 'maximumValues' to limit number of metricsJulien Lancelot2017-04-202-5/+8
| |
* | SONAR-9051 Ability to set the maximum number of values on a WS parameterJulien Lancelot2017-04-207-57/+119
| |
* | SONAR-9139 Check 'Administer Quality Profiles' permission when creating ↵Julien Lancelot2017-04-205-9/+68
| | | | | | | | custom rule
* | Move tests from UpdateActionMediumTest to UpdateActionTestJulien Lancelot2017-04-202-179/+124
| |