aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-10917 change ce task cleaning delay to execute right at startupSébastien Lesaint2018-07-042-10/+10
| | | | and change cleaning frequency from 10 minutes to 2
* SONAR-10922 Silence Hazelcast logsEric Hartmann2018-06-291-2/+11
|
* SONAR-10138 Remove support for API < 5.6Duarte Meneses2018-06-292-6/+1
|
* SONAR-10812 Application with branchesJulien Lancelot2018-06-291-2/+2
|
* move ServerLogging to server-commonSébastien Lesaint2018-06-293-3/+3
|
* create module sonar-ce-commonSébastien Lesaint2018-06-291-0/+1
|
* move some classes in preparation of creation of sonar-ce-commonSébastien Lesaint2018-06-2910-3/+538
|
* rename package org.sonar.server.computation to org.sonar.ce.taskSébastien Lesaint2018-06-2916-32/+32
| | | | in module sonar-ce-task
* create module sonar-ce-taskSébastien Lesaint2018-06-291-0/+1
|
* move classes around to prepare creation of sonar-ce-task moduleSébastien Lesaint2018-06-2915-38/+42
|
* rename to package org.sonar.ce.task.projectanalysisSébastien Lesaint2018-06-293-5/+4
| | | | from package org.sonar.server.computation.task.projectanalysis
* create module sonar-ce-task-projectanalysis from sonar-serverSébastien Lesaint2018-06-291-0/+3
|
* fix wrong dependencies onto package computation.task.projectanalysisSébastien Lesaint2018-06-291-1/+1
|
* SONAR-10690 Core Extension installed at level 1 2 3 and 4Sébastien Lesaint2018-06-213-24/+55
|
* SONAR-10690 install Core Extensions before pluginsSébastien Lesaint2018-06-211-2/+2
|
* SONAR-10690 remove support for privileged pluginsSébastien Lesaint2018-06-121-4/+4
|
* LICENSE-98 add EditionProviderSébastien Lesaint2018-06-122-4/+13
|
* SONAR-10817 Cleanup of old editionsEric Hartmann2018-06-121-16/+1
|
* SONAR-10690 add Core Extension support in SonarQubeSébastien Lesaint2018-06-124-4/+155
|
* SONAR-10689 Plugins are now always installedEric Hartmann2018-06-121-5/+0
| | | | The bundled plugins have been removed
* SONAR-10696 Remove ability to upgrade/downgrade an edition from Marketplace ↵Grégoire Aubert2018-06-121-1/+1
| | | | | | | | | | | (#269) * SONAR-10699 Remove upgrade/downgrade buttons * SONAR-10697 Drop edition.json support in the marketplace * SONAR-10717 Drop 'sonar.editions.jsonUrl' property * SONAR-10702 Edition's "Learn more" links redirect to the form page with arguments * SONAR-10698 Get Edition data from the doc * SONAR-10700 Remove LicenseEditionForm and LicenseEditionSet from Marketplace
* SONAR-10416 Purge child tables of CE Queue at startupEric Hartmann2018-06-072-2/+40
|
* SONAR-10597 Update CE_QUEUE#SUBMITTER_LOGIN to SUBMITTER_UUIDJulien Lancelot2018-05-233-6/+6
|
* SONAR-10597 Use user UUID for ISSUES#ASSIGNEEGuillaume Jambet2018-05-231-0/+4
| | | | | | | | | | * SONAR-10597 add getUuid() on user Session * SONAR-10597 renames ISSUES.ASSIGNEE to ASSIGNEE_UUID * SONAR-10597 use assigneeUuid when assigning an Issue from ws * SONAR-10597 use assigneeUuid when assigning an Issue from ce * SONAR-10597 use assigneeUuid in issue search * SONAR-10597 use assigneeUuid in batch issue * SONAR-10597 Ignoring Tests failing in IssueChange
* Introduce Bitbucket Cloud ApplicationJulien HENRY2018-05-161-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | SONAR-10514 Bitbucket Cloud application install/uninstall * Bitbucket Cloud /install WS * Expose Bitbucket application descriptor as WS * Implement WS /integration/bitbucketcloud/uninstall SONAR-10517 Bitbucket Cloud settings widget * Create Bitbucket Cloud module * Create Bitbucket Setting widget * Bitbucket settings widget require SC authentication * Add WS /integration/bitbucketcloud/repo_config * Add WS /integration/bitbucketcloud/bind_repo * Add WS /integration/bitbucketcloud/after_login SONAR-10516 Bitbucket Cloud repository widget * Add WS /integration/bitbucketcloud/repo_widget * Add WS /integration/bitbucketcloud/repo_widget_data BRANCH-59, BRANCH-60 Bitbucket Cloud PR decoration SONAR-10605 Bitbucket Cloud PR widget * Add integration/bitbucketcloud/pr_widget endpoint * Add integration/bitbucketcloud/pr_widget_data endpoint
* SONAR-10517 Create table project_mappingsJulien HENRY2018-05-161-0/+1
| | | | | | * Migration * Add DAO * Purge on project deletion
* SONAR-10614 add Clock to ComputeEngineContainerImpl Level1Sébastien Lesaint2018-05-152-1/+3
|
* Drop usage of db column ce_queue.execution_countSimon Brandhof2018-05-155-199/+47
|
* SONAR-10591 refactor management of plugin FS on serverSimon Brandhof2018-05-111-5/+0
|
* SONAR-10592 rename concept of WorkersPauseStatusSimon Brandhof2018-05-102-2/+2
|
* SONAR-10592 display workers pause in System Info pageSimon Brandhof2018-05-105-4/+38
|
* SONAR-10592 ability to pause/resume Compute Engine workersSimon Brandhof2018-05-104-2/+19
|
* Fix Quality flawsSimon Brandhof2018-05-101-19/+0
| | | | mainly by removing unused code
* SONAR-10515 ALM App Install table + DAOJulien HENRY2018-04-261-1/+1
| | | | * Add migration to create table alm_app_installs * Add dao for alm_app_installs
* Stop the container even if assertion failedJulien HENRY2018-04-261-40/+43
| | | | This is to avoid other tests of the suite to fail, making it harder to spot the root cause
* SONAR-10575 Index and search external rulesDuarte Meneses2018-04-262-1/+5
|
* SONAR-6949 Increase crypted password sizeEric Hartmann2018-04-171-1/+1
|
* Revert "SONAR-6949 Increase crypted password size"Eric Hartmann2018-04-121-1/+1
| | | | This reverts commit 8e3729ab43842b5f23c431afdd5153c75530aa1d.
* SONAR-6949 Increase crypted password sizeEric Hartmann2018-04-121-1/+1
|
* Delete deprecated PropertiesDaoSimon Brandhof2018-04-053-23/+5
|
* Fix issues with daylight saving timeSimon Brandhof2018-03-261-10/+6
|
* GOV-231 add dependency in CE container required by GovSébastien Lesaint2018-03-232-3/+9
| | | | for view refresh trigger at end of report processing
* MMF-1134 Make pull request a 1st class citizenTeryk Bellahsene2018-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SONAR-10366 Add pull request object to api/project_branches/list and api/ce/activity SONAR-10365 Analyze pull requests as 1st class citizen SONAR-10366 SONAR-10367 Create WS api/projet_pull_requests/list and delete SONAR-10383 Add Pull Request information when listing CE tasks SONAR-10365 Add key type in PROJECT_BRANCHES (#3063) SONAR-10371 Add pullRequest parameter in the Web API (#3076) * ComponentFinder searches by branch or pull request * Add pullRequest parameter to WS api/issues/* WS * Add pullRequest parameter to api/settings/* WS * Add pullRequest parameter to api/badges/* WS * Add pullRequest parameter to api/components/* WS * Add pullRequest parameter to api/sources/* WS SONAR-10368 Copy issue states from pull request after it's merged SONAR-10373 Send notifications for events on issues of a pull request SONAR-10365 Add pull_request_binary column in project_branches (#3073) SONAR-10433 Store pull request in projects table SONAR-10371 Add pullRequest field in the Web API SONAR-10365 Analyze pull requests as 1st class citizen BRANCH-45 Expose issue resolution for PR decoration BRANCH-49 Basic support of pull request analysis on pull request branch BRANCH-47 Fail when user tries to analyze a pull request and the plugin is not available SONAR-10366 update pull request decorated links to project and issues SONAR-10365 Use pull request id as key instead of branch name SONAR-10454 Update embedded Git 1.4 and SVN 1.7 SONAR-10365 rename sonar.pullrequest.id to sonar.pullrequest.key SONAR-10383 api/navigation/component returns the pull request key
* Clean-up ES module in sonar-serverSimon Brandhof2018-03-122-3/+3
|
* Fix some Java compiler warningsSimon Brandhof2018-03-125-11/+9
|
* Move To GradleDavid Rautureau2018-03-093-71/+27
|
* SONAR-10345 Remove old webhook UI in the settingsGuillaume Jambet2018-03-011-1/+1
|
* SONAR-10345 Create WEBHOOKS table & daoGuillaume Jambet2018-03-011-1/+1
|
* SONAR-10299 Drop the project link "developer connection"Julien Lancelot2018-02-201-1/+1
|
* SONAR-9218 purge ce_scanner_context older than 28 days at startupSébastien Lesaint2018-02-142-13/+76
|