Skip to content

Tags: StuartDambi/devstack

Tags

open-release/ironwood.2

Toggle open-release/ironwood.2's commit message
Match repo URLs with greedier regex

so that we can support non-edx repositories.
To build our development environment at Stanford, we use forked
repositories running custom branches.

The regular expression here is used to match the repository-name part of
a Github URL. However, it is written with the assumption that the owner
of the repository be `edx` (or any name that ends with that substring).
By making the regex greedier, we can just ignore everything through the
final slash, ignoring the owner entirely.

This allows other teams to run custom code by just forking the `repos`
list in `repo.sh`, eg:

```sh
repos=(
    "https://github.com/edx/credentials.git"
    "https://github.com/stvstnfrd/cs_comments_service.git"
    "https://github.com/Stanford-Online/edx-platform.git"
)
```

(cherry picked from commit 4be4699)

open-release/ironwood.1

Toggle open-release/ironwood.1's commit message
Add Journal Url to ecommerce SiteConfig

- As part of provisioning script for ecommerce automatically add
  journal url to core_siteconfigurations model.

open-release/ironwood.1rc4

Toggle open-release/ironwood.1rc4's commit message
Add Journal Url to ecommerce SiteConfig

- As part of provisioning script for ecommerce automatically add
  journal url to core_siteconfigurations model.

open-release/ironwood.1rc3

Toggle open-release/ironwood.1rc3's commit message
Add Journal Url to ecommerce SiteConfig

- As part of provisioning script for ecommerce automatically add
  journal url to core_siteconfigurations model.

open-release/ironwood.1rc2

Toggle open-release/ironwood.1rc2's commit message
Add Journal Url to ecommerce SiteConfig

- As part of provisioning script for ecommerce automatically add
  journal url to core_siteconfigurations model.

open-release/ironwood.1rc1

Toggle open-release/ironwood.1rc1's commit message
Add Journal Url to ecommerce SiteConfig

- As part of provisioning script for ecommerce automatically add
  journal url to core_siteconfigurations model.

open-release/hawthorn.2

Toggle open-release/hawthorn.2's commit message
TE-2639 Support for named release images

(cherry picked from commit a76042b)

open-release/hawthorn.1

Toggle open-release/hawthorn.1's commit message
TE-2639 Support for named release images

(cherry picked from commit a76042b)

open-release/hawthorn.1rc3

Toggle open-release/hawthorn.1rc3's commit message
TE-2639 Support for named release images

(cherry picked from commit a76042b)

open-release/hawthorn.1rc2

Toggle open-release/hawthorn.1rc2's commit message
TE-2639 Support for named release images

(cherry picked from commit a76042b)