Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONARCLOUD-193 move TypedException to correct package | Sébastien Lesaint | 2018-12-21 | 2 | -2/+2 | |
| | ||||||
* | SONARCLOUD-193 no Hazelcast in CE on SonarCloud | Sébastien Lesaint | 2018-12-21 | 4 | -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 MBean | Sébastien Lesaint | 2018-12-21 | 11 | -41/+162 | |
| | ||||||
* | SONAR-11579 Create WS to store/load user settings | Julien Lancelot | 2018-12-20 | 1 | -2/+2 | |
| | ||||||
* | SONAR-10770 Increase size of containers | Eric Hartmann | 2018-11-20 | 1 | -1/+1 | |
| | ||||||
* | SONAR-11321 Bind organization to alm installation when creating organization | Julien Lancelot | 2018-11-16 | 1 | -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 Brandhof | 2018-10-30 | 2 | -4/+2 | |
| | ||||||
* | SONARCLOUD-150 Store if application owner is a user | Julien HENRY | 2018-10-25 | 1 | -1/+1 | |
| | ||||||
* | SONAR-11923 do not return pending count via JMX in DataCenter edition | Sébastien Lesaint | 2018-10-11 | 6 | -116/+255 | |
| | ||||||
* | SONAR-11266 Replace submitterUuid with submitterLogin in CE logs (#775) | Benoit | 2018-10-10 | 4 | -44/+113 | |
| | ||||||
* | SONAR-11238 add table CE_TASK_MESSAGE | Sébastien Lesaint | 2018-10-10 | 1 | -1/+1 | |
| | ||||||
* | SONAR-11310 add temporary columns to CE tables | Sébastien Lesaint | 2018-10-04 | 7 | -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 ComponentDao | Sébastien Lesaint | 2018-10-04 | 1 | -1/+1 | |
| | ||||||
* | SONAR-11209 Store ad hoc rules coming from scanner in rules_metadata | Julien HENRY | 2018-09-24 | 1 | -2/+2 | |
| | ||||||
* | SONAR-11209 Allow sensors to provide ad hoc rule metadata for external issues | Julien HENRY | 2018-09-24 | 1 | -2/+2 | |
| | ||||||
* | SONAR-11212 Distinguish predefined and ad hoc external rules | Julien Lancelot | 2018-09-24 | 1 | -1/+1 | |
| | ||||||
* | SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloader | Julien HENRY | 2018-09-19 | 1 | -0/+2 | |
| | ||||||
* | Upgrade DBCP | Eric Hartmann | 2018-09-07 | 1 | -4/+4 | |
| | ||||||
* | SONARCLOUD-109 Use the right MessageException | Eric Hartmann | 2018-08-30 | 1 | -0/+17 | |
| | ||||||
* | SONAR-11145 fix CE queue status not updated when task does not exist | Sébastien Lesaint | 2018-08-21 | 2 | -11/+74 | |
| | ||||||
* | SONAR-11169 log task error as suppressed of finalizing task error | Sébastien Lesaint | 2018-08-21 | 2 | -17/+28 | |
| | ||||||
* | Clean-up orphans of CE task inputs at any startup | Simon Brandhof | 2018-08-16 | 1 | -2/+1 | |
| | ||||||
* | SONARCLOUD-115 do not cancel CE tasks when starting blue/green node | Simon Brandhof | 2018-08-16 | 2 | -20/+45 | |
| | ||||||
* | SONAR-11038 Add table: alm_project_mappings (#559) | Janos Gyerik | 2018-08-10 | 1 | -1/+1 | |
| | ||||||
* | SONAR-11077 move CeCleaningSchedulerImpl DEBUG logs to TRACE | Simon Brandhof | 2018-08-02 | 1 | -2/+2 | |
| | ||||||
* | SONAR-11077 log characteristics when processing CE task | Simon Brandhof | 2018-08-02 | 2 | -12/+39 | |
| | ||||||
* | SONAR-11077 access to task characteristics in CE queue | Simon Brandhof | 2018-08-02 | 5 | -20/+34 | |
| | ||||||
* | SONAR-11077 refactor log profiling in CeWorkerImpl | Simon Brandhof | 2018-08-02 | 1 | -16/+9 | |
| | ||||||
* | SONAR-11077 remove unused logger org.sonar.MEASURE_FILTER | Simon Brandhof | 2018-08-02 | 1 | -1/+0 | |
| | ||||||
* | Fix incorrect package names in Compute Engine | Simon Brandhof | 2018-07-25 | 2 | -3/+3 | |
| | ||||||
* | move UserSession out of sonar-server-common | Sébastien Lesaint | 2018-07-24 | 5 | -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 Meneses | 2018-07-19 | 1 | -2/+0 | |
| | | | | | | classloader" This reverts commit 4dcb5245f1147048d122ff2d335a6b5b7364c565. | |||||
* | SONAR-11004 remove definitions for sonar.links.* properties | Sébastien Lesaint | 2018-07-19 | 1 | -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 classloader | Julien HENRY | 2018-07-17 | 1 | -0/+2 | |
| | ||||||
* | SONAR-10898 Number of CE workers not taken into account in all nodes | Duarte Meneses | 2018-07-13 | 12 | -263/+28 | |
| | ||||||
* | SONAR-10945 Prevent access qgates and rules to none members of paid organization | Julien Lancelot | 2018-07-11 | 1 | -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 warnings | Sébastien Lesaint | 2018-07-09 | 1 | -1/+3 | |
| | ||||||
* | drop dependency of sonar-ce on sonar-server | Sébastien Lesaint | 2018-07-09 | 3 | -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-common | Sébastien Lesaint | 2018-07-09 | 1 | -1/+1 | |
| | ||||||
* | clean up dependency on static IssueStorage#insertChanges | Sébastien Lesaint | 2018-07-09 | 2 | -1/+3 | |
| | | | | and move IssueStorage to server-common | |||||
* | move shared Quality Gate classes to server-common | Sébastien Lesaint | 2018-07-09 | 2 | -4/+5 | |
| | ||||||
* | remove some rules classes useless in Compute Engine container | Sébastien Lesaint | 2018-07-09 | 2 | -7/+1 | |
| | ||||||
* | remove useless debt classes from Compute Engine | Sébastien Lesaint | 2018-07-09 | 2 | -7/+1 | |
| | ||||||
* | remove useless permission classes from Compute Engine container | Sébastien Lesaint | 2018-07-09 | 2 | -13/+1 | |
| | ||||||
* | move some organization and platform shared classes to server-common | Sébastien Lesaint | 2018-07-09 | 4 | -2/+143 | |
| | ||||||
* | remove useless classes from Compute Engine container | Sébastien Lesaint | 2018-07-09 | 2 | -5/+1 | |
| | ||||||
* | move notification classes to sonar-server | Sébastien Lesaint | 2018-07-09 | 3 | -3/+7 | |
| | | | | and clean up some back package names from previous commits | |||||
* | move monitoring shared classes to server-common | Sébastien Lesaint | 2018-07-09 | 2 | -2/+2 | |
| | ||||||
* | LICENSE-96 implement support for staging and new server id format | Sébastien Lesaint | 2018-07-05 | 2 | -4/+11 | |
| | ||||||
* | SONAR-10917 automatically cancel tasks already executed once | Sébastien Lesaint | 2018-07-04 | 4 | -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 |