Closed (fixed)
Project:
Lupus Decoupled Drupal
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2024 at 04:58 UTC
Updated:
5 Nov 2024 at 06:14 UTC
Jump to comment: Most recent
Leverage the latest release. Atm the demo is using Drupal 10.3 still.
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
Comment #3
roderik"example" MR is was for a live demo of Gitlab live editing - nothing to see there.
You know this, but just documenting after I did a test update: the upgrade of lupus-decoupled-project still needs D11 compatibility of
Also, the lupus_decoupled_drupal_example module included in the repo needs D11 compatibility.
Comment #4
fagohttps://www.drupal.org/project/services_env_parameter/releases/8.x-1.4 shuold fix the first one
Comment #5
useernamee commentedI created a PR: https://github.com/drunomics/lupus-decoupled-project/pull/6
Sadly, this upgrade brings breaking changes (it requires a manual step for existing projects) to the project due to the necessary mariadb upgrade from 10.3 to 10.6. I had to start ddev with old version of mariadb and afterwards run ddev debug migrate-database mariadb:10.6 to get everything up and running.
Comment #7
roderikThank you. I re-tested for your remark and think this is fine (commented why in the github PR). So I felt confident enough to merge it.
I tested the gitpod link on the project page, and it starts Drupal 11 now.
This means this issue is done, right? Just doublechecking...
---
The frontend home URL for the gitpod demo stll starts with a single "home" link (referring to itself), no link to log in, and only a message
This is what I have gotten used to, on my local dev environment, and I didn't know whether it was just my local install...
But I guess the followup to do something about it, is #3473237: Add Login link toggle to demo frontend...
Comment #8
useernamee commentedWell maybe I should add upgrade path into the readme somewhere (set mariadb to 10.3 in ddev config,
ddev startand thenddev debug migrate-database mariadb:10.6).Comment #9
roderikThat's what I initially thought and why I tested. But since I saw that DDEV actually says this by itself, I personally don't think it's really necessary.
Comment #11
roderikOops: I was too quick. Just discovered that the project type needs to be updated too. See https://github.com/drunomics/lupus-decoupled-project/pull/7 (as yet unmerged).
Comment #12
fagoI merged this and fixed the gitpod setup to work gain, thus closing.