Skip to content

Tags: mtyaka/devstack

Tags

open-release/nutmeg.3

Toggle open-release/nutmeg.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Upgrade MFEs to Node 16 (openedx-unsupported#930)

open-release/nutmeg.2

Toggle open-release/nutmeg.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Upgrade MFEs to Node 16 (openedx-unsupported#930)

open-release/nutmeg.1

Toggle open-release/nutmeg.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Upgrade MFEs to Node 16 (openedx-unsupported#930)

open-release/maple.3

Toggle open-release/maple.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: move `frontend-app-learning` to release section (openedx-unsuppo…

…rted#881)

It is part of the Maple release and thus should be pulled
from the open-release/maple.master branch.

open-release/maple.2

Toggle open-release/maple.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: move `frontend-app-learning` to release section (openedx-unsuppo…

…rted#881)

It is part of the Maple release and thus should be pulled
from the open-release/maple.master branch.

open-release/maple.1

Toggle open-release/maple.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: upgrade coursegraph's neo4j image from 3.2 to 3.5 (openedx-uns…

…upported#824)

This coincides with our upgrade of Neo4j in
edx/configuration.

Other notes:
* We are specifically pinning 3.5.28 (instead of simply
  3.5) to ensure that we're using the exact same patch
  release as what's deployed from edx/configuration.
* In the provisioning script, we now specifically start lms
  and then `exec` the management command. Before, we
  used the `run` command, which started lms automatically.
  This worked; however,  it would create a *second* lms
  container if one was already running, which was very confusing.
  With this change, we will either (a) start a new lms container
  and use it, or (b) use the existing lms container.

TNL-8386

open-release/lilac.3

Toggle open-release/lilac.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request openedx-unsupported#811 from edx/lilac-or-bot-patch

build: add edx-community-bot workflow

open-release/lilac.2

Toggle open-release/lilac.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request openedx-unsupported#811 from edx/lilac-or-bot-patch

build: add edx-community-bot workflow

open-release/lilac.1

Toggle open-release/lilac.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Skip large-set warning if DEFAULT_SERVICES is overridden (opene…

…dx-unsupported#723)

Some developers make use of the option of overriding `DEFAULT_SERVICES` in
options.local.mk (a git-ignored overrides file) as mentioned in the docs.
These people presumably know what they're doing and have already selected
a smaller set of services, so there's no point in bothering them with a
warning.

open-release/koa.3

Toggle open-release/koa.3's commit message
Add instructions on how to enable comprehensive theming for devstack.

This is an effort to resolve https://discuss.openedx.org/t/enable-comprehensive-theming-devstack-mako-template-overrides-not-working/3557 post. Instead of enabling comprehensive theming by default in the devstack environment these instructions have been provided.