diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index e2b066153f..fec11d6c25 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -7,4 +7,4 @@ on: jobs: commitlint: - uses: edx/.github/.github/workflows/commitlint.yml@master + uses: openedx/.github/.github/workflows/commitlint.yml@master diff --git a/.github/workflows/lockfileversion-check.yml b/.github/workflows/lockfileversion-check.yml index 901adddf67..42312e8cbf 100644 --- a/.github/workflows/lockfileversion-check.yml +++ b/.github/workflows/lockfileversion-check.yml @@ -10,4 +10,4 @@ on: jobs: version-check: - uses: edx/.github/.github/workflows/lockfileversion-check.yml@master + uses: openedx/.github/.github/workflows/lockfileversion-check.yml@master diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index 9ee1151d1f..911c6f0e51 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -21,5 +21,5 @@ jobs: requirements_bot_github_email: ${{ secrets.REQUIREMENTS_BOT_GITHUB_EMAIL }} edx_smtp_username: ${{ secrets.EDX_SMTP_USERNAME }} edx_smtp_password: ${{ secrets.EDX_SMTP_PASSWORD }} - uses: edx/.github/.github/workflows/upgrade-python-requirements.yml@master + uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master diff --git a/lms/envs/common.py b/lms/envs/common.py index c9e4cf8646..d98eef9c1b 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -233,7 +233,7 @@ FEATURES = { # .. toggle_default: False # .. toggle_description: Enable an API endpoint, named "xblock_view", to serve rendered XBlock views. This might be # used by external applications. See for instance jquery-xblock (now unmaintained): - # https://github.com/openedx-solutions/jquery-xblock + # https://github.com/openedx/jquery-xblock # .. toggle_use_cases: open_edx # .. toggle_creation_date: 2014-03-14 # .. toggle_tickets: https://github.com/openedx/edx-platform/pull/2968 diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index ad3ae4393c..9fe02c275d 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -16,7 +16,7 @@ # via -r requirements/edx/local.in -e git+https://github.com/openedx/RateXBlock.git@2.0.1#egg=rate-xblock # via -r requirements/edx/github.in --e git+https://github.com/openedx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive +-e git+https://github.com/openedx/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive # via -r requirements/edx/github.in acid-xblock==0.2.1 # via -r requirements/edx/base.in @@ -1175,7 +1175,7 @@ xblock==1.6.1 # xblock-google-drive # xblock-poll # xblock-utils -xblock-drag-and-drop-v2 @ git+https://github.com/openedx-solutions/xblock-drag-and-drop-v2@v2.3.5 +xblock-drag-and-drop-v2 @ git+https://github.com/openedx/xblock-drag-and-drop-v2@v2.3.5 # via -r requirements/edx/github.in xblock-poll @ git+https://github.com/open-craft/xblock-poll@v1.12.0 # via -r requirements/edx/github.in diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt index c87d403428..62757f60b5 100644 --- a/requirements/edx/development.txt +++ b/requirements/edx/development.txt @@ -16,7 +16,7 @@ # via -r requirements/edx/testing.txt -e git+https://github.com/openedx/RateXBlock.git@2.0.1#egg=rate-xblock # via -r requirements/edx/testing.txt --e git+https://github.com/openedx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive +-e git+https://github.com/openedx/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive # via -r requirements/edx/testing.txt acid-xblock==0.2.1 # via -r requirements/edx/testing.txt @@ -1659,7 +1659,7 @@ xblock==1.6.1 # xblock-google-drive # xblock-poll # xblock-utils -xblock-drag-and-drop-v2 @ git+https://github.com/openedx-solutions/xblock-drag-and-drop-v2@v2.3.5 +xblock-drag-and-drop-v2 @ git+https://github.com/openedx/xblock-drag-and-drop-v2@v2.3.5 # via -r requirements/edx/testing.txt xblock-poll @ git+https://github.com/open-craft/xblock-poll@v1.12.0 # via -r requirements/edx/testing.txt diff --git a/requirements/edx/github.in b/requirements/edx/github.in index 25dc34edb6..dbd027f8a1 100644 --- a/requirements/edx/github.in +++ b/requirements/edx/github.in @@ -65,9 +65,9 @@ git+https://github.com/openedx/django-require.git@0c54adb167142383b26ea6b3edecc3 -e git+https://github.com/openedx/blockstore.git@1.2.1#egg=blockstore==1.2.1 # Note: Blockstore 1.2.2 is failing. -e git+https://github.com/openedx/codejail.git@3.1.3#egg=codejail==3.1.3 -e git+https://github.com/openedx/RateXBlock.git@2.0.1#egg=rate-xblock --e git+https://github.com/openedx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive +-e git+https://github.com/openedx/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive # Third Party XBlocks git+https://github.com/open-craft/xblock-poll@v1.12.0#egg=xblock-poll==1.12.0 -git+https://github.com/openedx-solutions/xblock-drag-and-drop-v2@v2.3.5#egg=xblock-drag-and-drop-v2==2.3.5 +git+https://github.com/openedx/xblock-drag-and-drop-v2@v2.3.5#egg=xblock-drag-and-drop-v2==2.3.5 diff --git a/requirements/edx/testing.txt b/requirements/edx/testing.txt index 4c9dc53a4a..82efadf0d1 100644 --- a/requirements/edx/testing.txt +++ b/requirements/edx/testing.txt @@ -16,7 +16,7 @@ # via -r requirements/edx/base.txt -e git+https://github.com/openedx/RateXBlock.git@2.0.1#egg=rate-xblock # via -r requirements/edx/base.txt --e git+https://github.com/openedx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive +-e git+https://github.com/openedx/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive # via -r requirements/edx/base.txt acid-xblock==0.2.1 # via -r requirements/edx/base.txt @@ -1539,7 +1539,7 @@ xblock==1.6.1 # xblock-google-drive # xblock-poll # xblock-utils -xblock-drag-and-drop-v2 @ git+https://github.com/openedx-solutions/xblock-drag-and-drop-v2@v2.3.5 +xblock-drag-and-drop-v2 @ git+https://github.com/openedx/xblock-drag-and-drop-v2@v2.3.5 # via -r requirements/edx/base.txt xblock-poll @ git+https://github.com/open-craft/xblock-poll@v1.12.0 # via -r requirements/edx/base.txt