openedx-unsupported / devstack

Get up and running quickly to develop or extend Open edX services
GNU Affero General Public License v3.0
405 stars 424 forks source link

fix: Update for new version of demo course #1272

Open timmc-edx opened 9 months ago

timmc-edx commented 9 months ago

In https://github.com/openedx/openedx-demo-course/pull/47 the demo course was replaced. This includes a new course key (new name and org) and the course content being moved a few directories deeper. (Ticket: https://github.com/openedx/devstack/issues/1273)

Changes:


I've completed each of the following or determined they are not applicable:

timmc-edx commented 9 months ago

Only failing for ecommerce+lms. There are still conflicting demo course references somewhere. I had hoped to fix this by changing mentions of edX as a partner in provision-ecommerce.sh along with changes in https://github.com/openedx/ecommerce/compare/master...timmc-edx:ecommerce:timmc/new-demo-course but no luck -- there are now duplicate partner code entries. Maybe requires reverting the SQL changes in this PR and re-running update-dbs-init-sql-scripts.sh with just the right changes to partner codes in devstack and ecommerce?