aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce
Commit message (Collapse)AuthorAgeFilesLines
...
* clean up dependency on static IssueStorage#insertChangesSébastien Lesaint2018-07-092-1/+3
| | | | and move IssueStorage to server-common
* move shared Quality Gate classes to server-commonSébastien Lesaint2018-07-092-4/+5
|
* remove some rules classes useless in Compute Engine containerSébastien Lesaint2018-07-092-7/+1
|
* remove useless debt classes from Compute EngineSébastien Lesaint2018-07-092-7/+1
|
* remove useless permission classes from Compute Engine containerSébastien Lesaint2018-07-092-13/+1
|
* move some organization and platform shared classes to server-commonSébastien Lesaint2018-07-094-2/+143
|
* remove useless classes from Compute Engine containerSébastien Lesaint2018-07-092-5/+1
|
* move notification classes to sonar-serverSébastien Lesaint2018-07-093-3/+7
| | | | and clean up some back package names from previous commits
* move monitoring shared classes to server-commonSébastien Lesaint2018-07-092-2/+2
|
* LICENSE-96 implement support for staging and new server id formatSébastien Lesaint2018-07-052-4/+11
|
* SONAR-10917 automatically cancel tasks already executed onceSébastien Lesaint2018-07-044-80/+68
| | | | also: make CeQueueDto#started_at and CeQueueDto#workerUuid read only fields as a new task can be inserted in queue only with these two fields null
* 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
|