aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce
Commit message (Collapse)AuthorAgeFilesLines
...
* SONARCLOUD-193 move TypedException to correct packageSébastien Lesaint2018-12-212-2/+2
|
* SONARCLOUD-193 no Hazelcast in CE on SonarCloudSébastien Lesaint2018-12-214-17/+45
| | | | which implies that the cleaning job is no more run by the Compute Engine nodes on SonarCloud
* SONARCLOUD-192 add (enabled) worker uuids to CE MBeanSébastien Lesaint2018-12-2111-41/+162
|
* SONAR-11579 Create WS to store/load user settingsJulien Lancelot2018-12-201-2/+2
|
* SONAR-10770 Increase size of containersEric Hartmann2018-11-201-1/+1
|
* SONAR-11321 Bind organization to alm installation when creating organizationJulien Lancelot2018-11-161-2/+2
| | | | | | | | | | * Return AlmAppInstallDto in select methods of AlmAppInstallDao, this is required in order to be able to more easily link an OrganizationDto to a AlmAppInstallDto in next commit * Create ORGANIZATION_ALM_BINDINGS table * Bind organization with installation when creating organization * Delete alm binding when removing organization * Delete alm binding when uninstalling ALM application * Return ALM info in api/organizations/search * Ensure user is admin to return Bitbucket team/user details
* SONARCLOUD-161 move db validations to Dialect#init()Simon Brandhof2018-10-302-4/+2
|
* SONARCLOUD-150 Store if application owner is a userJulien HENRY2018-10-251-1/+1
|
* SONAR-11923 do not return pending count via JMX in DataCenter editionSébastien Lesaint2018-10-116-116/+255
|
* SONAR-11266 Replace submitterUuid with submitterLogin in CE logs (#775)Benoit2018-10-104-44/+113
|
* SONAR-11238 add table CE_TASK_MESSAGESébastien Lesaint2018-10-101-1/+1
|
* SONAR-11310 add temporary columns to CE tablesSébastien Lesaint2018-10-047-57/+89
| | | | | | | | | | - add main_component_uuid temporary columns to CE_QUEUE - add main_last_key and main_component_uuid columns to CE_ACTIVITY - back to initial paradigm in Compute Engine: even for branches/PRs, the row in table PROJECTS a task belongs to is created in api/ce/submit - add main component concept to CeTask - improved consistency check when processing a report task to account for row in PROJECTS now being the one of the branche/PR - stronger validation of characteristics passed to api/ce/submit - add api/system/migrate_data for SonarCloud online data migration
* remove usage of Guava Optional from ComponentDaoSébastien Lesaint2018-10-041-1/+1
|
* SONAR-11209 Store ad hoc rules coming from scanner in rules_metadataJulien HENRY2018-09-241-2/+2
|
* SONAR-11209 Allow sensors to provide ad hoc rule metadata for external issuesJulien HENRY2018-09-241-2/+2
|
* SONAR-11212 Distinguish predefined and ad hoc external rulesJulien Lancelot2018-09-241-1/+1
|
* SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloaderJulien HENRY2018-09-191-0/+2
|
* Upgrade DBCPEric Hartmann2018-09-071-4/+4
|
* SONARCLOUD-109 Use the right MessageExceptionEric Hartmann2018-08-301-0/+17
|
* SONAR-11145 fix CE queue status not updated when task does not existSébastien Lesaint2018-08-212-11/+74
|
* SONAR-11169 log task error as suppressed of finalizing task errorSébastien Lesaint2018-08-212-17/+28
|
* Clean-up orphans of CE task inputs at any startupSimon Brandhof2018-08-161-2/+1
|
* SONARCLOUD-115 do not cancel CE tasks when starting blue/green nodeSimon Brandhof2018-08-162-20/+45
|
* SONAR-11038 Add table: alm_project_mappings (#559)Janos Gyerik2018-08-101-1/+1
|
* SONAR-11077 move CeCleaningSchedulerImpl DEBUG logs to TRACESimon Brandhof2018-08-021-2/+2
|
* SONAR-11077 log characteristics when processing CE taskSimon Brandhof2018-08-022-12/+39
|
* SONAR-11077 access to task characteristics in CE queueSimon Brandhof2018-08-025-20/+34
|
* SONAR-11077 refactor log profiling in CeWorkerImplSimon Brandhof2018-08-021-16/+9
|
* SONAR-11077 remove unused logger org.sonar.MEASURE_FILTERSimon Brandhof2018-08-021-1/+0
|
* Fix incorrect package names in Compute EngineSimon Brandhof2018-07-252-3/+3
|
* move UserSession out of sonar-server-commonSébastien Lesaint2018-07-245-277/+2
| | | | and as a consequence remove any need to have UserSession in Compute Engine
* Revert "SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin ↵Duarte Meneses2018-07-191-2/+0
| | | | | | classloader" This reverts commit 4dcb5245f1147048d122ff2d335a6b5b7364c565.
* SONAR-11004 remove definitions for sonar.links.* propertiesSébastien Lesaint2018-07-191-1/+1
| | | | | | | they must not be displayed in the UI properties are not used on server side scanner does not rely on the definitions => drop the definitions
* SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloaderJulien HENRY2018-07-171-0/+2
|
* SONAR-10898 Number of CE workers not taken into account in all nodesDuarte Meneses2018-07-1312-263/+28
|
* SONAR-10945 Prevent access qgates and rules to none members of paid organizationJulien Lancelot2018-07-111-2/+13
| | | | | | | * Add membership check for paid organization in api/qualitygates ws * Add membership check for paid organization in api/rules ws * Move membership check in UserSession * Use UserSession#checkMemebership in QGates and Rules ws
* fix varargs and unchecked called warningsSébastien Lesaint2018-07-091-1/+3
|
* drop dependency of sonar-ce on sonar-serverSébastien Lesaint2018-07-093-5/+6
| | | | sonar-plugin-bridge dropped and its content (only ReportAnalysisComponentProvider interface) move to sonar-ce-task-projectanalysis
* sonar-ce-task-projectanalysis depends on only sonar-server-commonSébastien Lesaint2018-07-091-1/+1
|
* 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