Problem/Motivation

This issue contains the full PR to keep testing that the changes to Core combined with the PR keeps passing the GitLab CI pipeline.

Proposed resolution

Keep the PR passing the GitLab CI pipeline.

Remaining tasks

TBD

User interface changes

TBD

API changes

TBD

Data model changes

TBD

Release notes snippet

TBD

CommentFileSizeAuthor
#7 mongodb-module-10-1-x.patch3.18 MBdaffie

Issue fork drupal-3403695

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

daffie created an issue. See original summary.

daffie’s picture

Status: Active » Needs review

smustgrave’s picture

Status: Needs review » Active

Just doing a lap of queue

bbrala made their first commit to this issue’s fork.

daffie’s picture

StatusFileSize
new3.18 MB

@bbrala: I have created a patchfile for Drupal 10.1.x. It should pass the tests in the namespace Drupal\KernelTests\Core\Database.

A MongoDB replicaset is needed, because a single server of MongoDB does not support multi document transactions.

After you have enabled the mongodb PHP extension, the style guide checker will run and fail. I will fix hose violations.

Again: thank you for helping me.

andypost made their first commit to this issue’s fork.

daffie’s picture

The patch is not relevant any more.

daffie’s picture

Title: [IGNORE] testing issue » Drupal on MongoDB (the full PR)
Issue summary: View changes
Parent issue: » #3457540: [meta] Add database driver for MongoDB to Core as experimental
andypost’s picture

It needs issue summary update but looks ready

daffie’s picture

@johnwebdev: Thank you for your question. When I worked on the database driver in the past, I had a bug when running the install process. I could fix the problem by requiring the user module be installed early in the install process. I have removed the early installing the user module and the CI pipeline came back green. I have run the install process on my local machine and that gave no problems. Therefore I have removed the early installing of the user module. Again that you for asking the question.

daffie’s picture

Issue tags: +mongodb
andypost’s picture

Version: 11.x-dev » main

Drupal core is now using the main branch as the primary development branch. New developments and disruptive changes should now be targeted to the main branch.

Read more in the announcement.