Skip to content

Commit

Permalink
fix: fix github url strings (org edx -> openedx)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarina committed Sep 13, 2022
1 parent e653827 commit 19276b3
Show file tree
Hide file tree
Showing 16 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: setup testeng-ci
run: |
git clone https://github.com/edx/testeng-ci.git
git clone https://github.com/openedx/testeng-ci.git
cd $GITHUB_WORKSPACE/testeng-ci
pip install -r requirements/base.txt
- name: create pull request
Expand Down
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ The following describes the repo health pipeline that currently uses ``edx-repo-

.. _org-repo-health-report: https://tools-edx-jenkins.edx.org/job/RepoHealth/job/org-repo-health-report/
.. _org-repo-health-report job definition: https://github.com/edx/jenkins-job-dsl-internal/blob/master/jobs/tools-edx-jenkins.edx.org/createRepoHealthJobs.groovy
.. _repo_health_dashboard script: https://github.com/edx/edx-repo-health/blob/master/repo_health_dashboard/repo_health_dashboard.py
.. _repo-health-data: https://github.com/edx/repo-health-data
.. _repo_health_dashboard script: https://github.com/openedx/edx-repo-health/blob/master/repo_health_dashboard/repo_health_dashboard.py
.. _repo-health-data: https://github.com/openedx/repo-health-data
.. _Repo Health Dashboard: https://docs.google.com/spreadsheets/d/1VCxNVq-niT-uv5BFmsYPF21r6I2-IQ-GJbidF0zUPBc/edit#gid=921158295


Expand Down Expand Up @@ -115,8 +115,8 @@ Have a question about this repository, or about Open edX in general? Please
refer to this `list of resources`_ if you need any assistance.

.. _list of resources: https://open.edx.org/getting-help
.. _pytest-repo-health: https://github.com/edx/pytest-repo-health
.. _how_tos: https://github.com/edx/edx-repo-health/blob/master/docs/how_tos/add_checks.rst
.. _`file an issue`: https://github.com/edx/edx-repo-health/issues
.. _pytest-repo-health: https://github.com/openedx/pytest-repo-health
.. _how_tos: https://github.com/openedx/edx-repo-health/blob/master/docs/how_tos/add_checks.rst
.. _`file an issue`: https://github.com/openedx/edx-repo-health/issues
.. _`pytest`: https://github.com/pytest-dev/pytest
.. _`tox`: https://tox.readthedocs.io/en/latest/
4 changes: 2 additions & 2 deletions docs/check_function.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ These are the two main fixtures.

The complete set of fixtures is available in the `pytest-repo-health/fixtures`__ directory.

__ https://github.com/edx/pytest-repo-health/tree/master/pytest_repo_health/fixtures
__ https://github.com/openedx/pytest-repo-health/tree/master/pytest_repo_health/fixtures


Running checks
--------------

Installing this repo (with ``make requirements``) will install the pytest-repo-health tools. See the `pytest-repo-health`_ repo for details on using pytest to run the checks.

.. _pytest-repo-health: https://github.com/edx/pytest-repo-health
.. _pytest-repo-health: https://github.com/openedx/pytest-repo-health
6 changes: 3 additions & 3 deletions docs/dashboard.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ The `repo_health_dashboard`_ script is meant to aggregate data from runs of `pyt
repos. It aggregates the data from yaml outputs, flattens it, and outputs it in csv form.


.. _repo_health_dashboard: https://github.com/edx/edx-repo-health/blob/master/repo_health_dashboard/repo_health_dashboard.py
.. _pytest-repo-health: https://github.com/edx/pytest-repo-health
.. _repo_health_dashboard: https://github.com/openedx/edx-repo-health/blob/master/repo_health_dashboard/repo_health_dashboard.py
.. _pytest-repo-health: https://github.com/openedx/pytest-repo-health

How to use
----------
Expand All @@ -31,5 +31,5 @@ Options:

see example: `configuration.yaml`_

.. _configuration.yaml: https://github.com/edx/edx-repo-health/blob/master/repo_health_dashboard/configuration.yaml
.. _configuration.yaml: https://github.com/openedx/edx-repo-health/blob/master/repo_health_dashboard/configuration.yaml

6 changes: 3 additions & 3 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ To add new checks, read `add_checks`_.
To get an understanding of how the dashboard csv is made, read `dashboard`_.


.. _check_function: https://github.com/edx/edx-repo-health/blob/master/docs/check_function.rst
.. _add_checks: https://github.com/edx/edx-repo-health/blob/master/docs/how_tos/add_checks.rst
.. _dashboard: https://github.com/edx/edx-repo-health/blob/master/docs/csv_dashboard.rst
.. _check_function: https://github.com/openedx/edx-repo-health/blob/master/docs/check_function.rst
.. _add_checks: https://github.com/openedx/edx-repo-health/blob/master/docs/how_tos/add_checks.rst
.. _dashboard: https://github.com/openedx/edx-repo-health/blob/master/docs/csv_dashboard.rst
4 changes: 2 additions & 2 deletions docs/how_tos/add_checks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This document explains how to add checks to edx-repo-health.

To get a better understanding of how check functions work, read the `Check Functions`__ doc.

__ https://github.com/edx/edx-repo-health/blob/master/docs/check_function.rst
__ https://github.com/openedx/edx-repo-health/blob/master/docs/check_function.rst

Steps to adding a check:
------------------------
Expand Down Expand Up @@ -70,4 +70,4 @@ Installing this repo (with ``make requirements``) will also install the
pytest-repo-health tools. See the `pytest-repo-health`_ repo for details on
using pytest to run the checks.

.. _pytest-repo-health: https://github.com/edx/pytest-repo-health
.. _pytest-repo-health: https://github.com/openedx/pytest-repo-health
2 changes: 1 addition & 1 deletion requirements/github.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# For example:
#
# git+https://github.com/edx/[email protected]#egg=edx_lint==0.3.2
# git+https://github.com/openedx/[email protected]#egg=edx_lint==0.3.2
#
# where:
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def is_requirement(line):
long_description=README,
author="edX",
author_email="[email protected]",
url="https://github.com/edx/edx-repo-health",
url="https://github.com/openedx/edx-repo-health",
include_package_data=True,
install_requires=load_requirements("requirements/base.in"),
packages=["repo_health_dashboard", "repo_health_dashboard.utils"],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

git+https://github.com/edx/[email protected]#egg=django-ratelimit-backend==2.0.1a5
git+https://github.com/openedx-unsupported/[email protected]#egg=django-ratelimit-backend==2.0.1a5
2 changes: 1 addition & 1 deletion tests/fake_repos/python_js_repo/Dockerfile-testing
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN apt-get update && \
libxml2-dev \
libxmlsec1-dev \
libxslt1-dev \
# lynx: Required by https://github.com/edx/edx-platform/blob/b489a4ecb122/openedx/core/lib/html_to_text.py#L16
# lynx: Required by https://github.com/openedx/edx-platform/blob/b489a4ecb122/openedx/core/lib/html_to_text.py#L16
lynx \
ntp \
pkg-config \
Expand Down
18 changes: 9 additions & 9 deletions tests/fake_repos/python_js_repo/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
#
# make upgrade
#
-e git+https://github.com/edx/acid-block.git@758855a67d2f12bd74db4d5e7a0862d6e65f079c#egg=acid-xblock # via -r requirements/edx/github.in
-e git+https://github.com/openedx/acid-block.git@758855a67d2f12bd74db4d5e7a0862d6e65f079c#egg=acid-xblock # via -r requirements/edx/github.in
-e common/lib/capa # via -r requirements/edx/local.in, xmodule
-e git+https://github.com/edx/[email protected]#egg=codejail==3.1.3 # via -r requirements/edx/github.in
-e git+https://github.com/edx/[email protected]#egg=django-wiki # via -r requirements/edx/github.in
-e git+https://github.com/edx/[email protected]#egg=done-xblock # via -r requirements/edx/github.in
-e git+https://github.com/openedx/[email protected]#egg=codejail==3.1.3 # via -r requirements/edx/github.in
-e git+https://github.com/openedx/[email protected]#egg=django-wiki # via -r requirements/edx/github.in
-e git+https://github.com/openedx/[email protected]#egg=done-xblock # via -r requirements/edx/github.in
-e git+https://github.com/jazkarta/edx-jsme.git@690dbf75441fa91c7c4899df0b83d77f7deb5458#egg=edx-jsme # via -r requirements/edx/github.in
-e git+https://github.com/openedx/olxcleaner.git@07b6e7ea0e79348c5009f61bb0c4b7df3c3d2d7a#egg=olxcleaner # via -r requirements/edx/github.in
-e . # via -r requirements/edx/local.in
-e git+https://github.com/technige/[email protected]#egg=py2neo==3.1.2 # via -r requirements/edx/github.in
-e git+https://github.com/edx/[email protected]#egg=rate-xblock # via -r requirements/edx/github.in
-e git+https://github.com/openedx/[email protected]#egg=rate-xblock # via -r requirements/edx/github.in
-e common/lib/safe_lxml # via -r requirements/edx/local.in
-e common/lib/sandbox-packages # via -r requirements/edx/local.in
-e common/lib/symmath # via -r requirements/edx/local.in
-e openedx/core/lib/xblock_builtin/xblock_discussion # via -r requirements/edx/local.in
-e git+https://github.com/edx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive # via -r requirements/edx/github.in
-e git+https://github.com/openedx/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive # via -r requirements/edx/github.in
-e common/lib/xmodule # via -r requirements/edx/local.in
amqp==2.6.1 # via kombu
analytics-python==1.2.9 # via -r requirements/edx/base.in
Expand Down Expand Up @@ -71,7 +71,7 @@ django-oauth-toolkit==1.3.2 # via -c requirements/edx/../constraints.txt, -r re
django-object-actions==3.0.1 # via edx-enterprise
django-pipeline==2.0.6 # via -r requirements/edx/base.in
django-pyfs==3.0 # via -r requirements/edx/base.in
git+https://github.com/edx/[email protected]#egg=django-ratelimit-backend==2.0.1a5 # via -r requirements/edx/github.in
git+https://github.com/openedx-unsupported/[email protected]#egg=django-ratelimit-backend==2.0.1a5 # via -r requirements/edx/github.in
django-ratelimit==3.0.1 # via -r requirements/edx/base.in
django-require==1.0.11 # via -r requirements/edx/base.in
django-sekizai==2.0.0 # via -r requirements/edx/base.in, django-wiki
Expand Down Expand Up @@ -156,7 +156,7 @@ markey==0.8 # via enmerkar-underscore
markupsafe==1.1.1 # via -r requirements/edx/paver.txt, chem, jinja2, mako, xblock
maxminddb==1.5.4 # via -c requirements/edx/../constraints.txt, geoip2
mock==4.0.3 # via -r requirements/edx/paver.txt, xblock-drag-and-drop-v2, xblock-poll
git+https://github.com/edx/MongoDBProxy.git@d92bafe9888d2940f647a7b2b2383b29c752f35a#egg=MongoDBProxy==0.1.0+edx.2 # via -r requirements/edx/github.in
git+https://github.com/openedx/MongoDBProxy.git@d92bafe9888d2940f647a7b2b2383b29c752f35a#egg=MongoDBProxy==0.1.0+edx.2 # via -r requirements/edx/github.in
mongoengine==0.23.0 # via -r requirements/edx/base.in
mpmath==1.2.1 # via sympy
mysqlclient==2.0.3 # via -r requirements/edx/base.in
Expand Down Expand Up @@ -243,7 +243,7 @@ web-fragments==1.0.0 # via -r requirements/edx/base.in, crowdsourcehinter-x
webencodings==0.5.1 # via bleach, html5lib
webob==1.8.7 # via xblock, xmodule
wrapt==1.11.2 # via -c requirements/edx/../constraints.txt, -r requirements/edx/paver.txt
git+https://github.com/edx-solutions/[email protected]#egg=xblock-drag-and-drop-v2==2.3.4 # via -r requirements/edx/github.in
git+https://github.com/openedx/[email protected]#egg=xblock-drag-and-drop-v2==2.3.4 # via -r requirements/edx/github.in
git+https://github.com/open-craft/xblock-poll@922cd36fb1c3cfe00b4ce03b19a13185d136447d#egg=xblock-poll==1.10.2 # via -r requirements/edx/github.in
xblock-utils==2.1.2 # via -r requirements/edx/base.in, edx-sga, lti-consumer-xblock, staff-graded-xblock, xblock-drag-and-drop-v2, xblock-google-drive
xblock==1.4.0 # via -r requirements/edx/base.in, acid-xblock, crowdsourcehinter-xblock, done-xblock, edx-completion, edx-sga, edx-user-state-client, edx-when, lti-consumer-xblock, ora2, rate-xblock, staff-graded-xblock, xblock-discussion, xblock-drag-and-drop-v2, xblock-google-drive, xblock-poll, xblock-utils
Expand Down
18 changes: 9 additions & 9 deletions tests/fake_repos/python_js_repo/requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
#
# make upgrade
#
-e git+https://github.com/edx/acid-block.git@758855a67d2f12bd74db4d5e7a0862d6e65f079c#egg=acid-xblock # via -r requirements/edx/testing.txt
-e git+https://github.com/openedx/acid-block.git@758855a67d2f12bd74db4d5e7a0862d6e65f079c#egg=acid-xblock # via -r requirements/edx/testing.txt
-e common/lib/capa # via -r requirements/edx/testing.txt, xmodule
-e git+https://github.com/edx/[email protected]#egg=codejail==3.1.3 # via -r requirements/edx/testing.txt
-e git+https://github.com/edx/[email protected]#egg=django-wiki # via -r requirements/edx/testing.txt
-e git+https://github.com/edx/[email protected]#egg=done-xblock # via -r requirements/edx/testing.txt
-e git+https://github.com/openedx/[email protected]#egg=codejail==3.1.3 # via -r requirements/edx/testing.txt
-e git+https://github.com/openedx/[email protected]#egg=django-wiki # via -r requirements/edx/testing.txt
-e git+https://github.com/openedx/[email protected]#egg=done-xblock # via -r requirements/edx/testing.txt
-e git+https://github.com/jazkarta/edx-jsme.git@690dbf75441fa91c7c4899df0b83d77f7deb5458#egg=edx-jsme # via -r requirements/edx/testing.txt
-e git+https://github.com/openedx/olxcleaner.git@07b6e7ea0e79348c5009f61bb0c4b7df3c3d2d7a#egg=olxcleaner # via -r requirements/edx/testing.txt
-e . # via -r requirements/edx/testing.txt
-e git+https://github.com/technige/[email protected]#egg=py2neo==3.1.2 # via -r requirements/edx/testing.txt
-e git+https://github.com/edx/[email protected]#egg=rate-xblock # via -r requirements/edx/testing.txt
-e git+https://github.com/openedx/[email protected]#egg=rate-xblock # via -r requirements/edx/testing.txt
-e common/lib/safe_lxml # via -r requirements/edx/testing.txt
-e common/lib/sandbox-packages # via -r requirements/edx/testing.txt
-e common/lib/symmath # via -r requirements/edx/testing.txt
-e openedx/core/lib/xblock_builtin/xblock_discussion # via -r requirements/edx/testing.txt
-e git+https://github.com/edx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive # via -r requirements/edx/testing.txt
-e git+https://github.com/openedx/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive # via -r requirements/edx/testing.txt
-e common/lib/xmodule # via -r requirements/edx/testing.txt
alabaster==0.7.12 # via sphinx
amqp==2.6.1 # via -r requirements/edx/testing.txt, kombu
Expand Down Expand Up @@ -83,7 +83,7 @@ django-oauth-toolkit==1.3.2 # via -c requirements/edx/../constraints.txt, -r re
django-object-actions==3.0.1 # via -r requirements/edx/testing.txt, edx-enterprise
django-pipeline==2.0.6 # via -r requirements/edx/testing.txt
django-pyfs==3.0 # via -r requirements/edx/testing.txt
git+https://github.com/edx/[email protected]#egg=django-ratelimit-backend==2.0.1a5 # via -r requirements/edx/testing.txt
git+https://github.com/openedx/[email protected]#egg=django-ratelimit-backend==2.0.1a5 # via -r requirements/edx/testing.txt
django-ratelimit==3.0.1 # via -r requirements/edx/testing.txt
django-require==1.0.11 # via -r requirements/edx/testing.txt
django-sekizai==2.0.0 # via -r requirements/edx/testing.txt, django-wiki
Expand Down Expand Up @@ -189,7 +189,7 @@ maxminddb==1.5.4 # via -c requirements/edx/../constraints.txt, -r requi
mccabe==0.6.1 # via -r requirements/edx/testing.txt, pylint
mistune==0.8.4 # via m2r
mock==4.0.3 # via -r requirements/edx/testing.txt, xblock-drag-and-drop-v2, xblock-poll
git+https://github.com/edx/MongoDBProxy.git@d92bafe9888d2940f647a7b2b2383b29c752f35a#egg=MongoDBProxy==0.1.0+edx.2 # via -r requirements/edx/testing.txt
git+https://github.com/openedx/MongoDBProxy.git@d92bafe9888d2940f647a7b2b2383b29c752f35a#egg=MongoDBProxy==0.1.0+edx.2 # via -r requirements/edx/testing.txt
mongoengine==0.23.0 # via -r requirements/edx/testing.txt
more-itertools==8.7.0 # via -r requirements/edx/testing.txt, zipp
mpmath==1.2.1 # via -r requirements/edx/testing.txt, sympy
Expand Down Expand Up @@ -317,7 +317,7 @@ web-fragments==1.0.0 # via -r requirements/edx/testing.txt, crowdsourcehint
webencodings==0.5.1 # via -r requirements/edx/testing.txt, bleach, html5lib
webob==1.8.7 # via -r requirements/edx/testing.txt, xblock, xmodule
wrapt==1.11.2 # via -c requirements/edx/../constraints.txt, -r requirements/edx/testing.txt, astroid
git+https://github.com/edx-solutions/[email protected]#egg=xblock-drag-and-drop-v2==2.3.4 # via -r requirements/edx/testing.txt
git+https://github.com/openedx/[email protected]#egg=xblock-drag-and-drop-v2==2.3.4 # via -r requirements/edx/testing.txt
git+https://github.com/open-craft/xblock-poll@922cd36fb1c3cfe00b4ce03b19a13185d136447d#egg=xblock-poll==1.10.2 # via -r requirements/edx/testing.txt
xblock-utils==2.1.2 # via -r requirements/edx/testing.txt, edx-sga, lti-consumer-xblock, staff-graded-xblock, xblock-drag-and-drop-v2, xblock-google-drive
xblock==1.4.0 # via -r requirements/edx/testing.txt, acid-xblock, crowdsourcehinter-xblock, done-xblock, edx-completion, edx-sga, edx-user-state-client, edx-when, lti-consumer-xblock, ora2, rate-xblock, staff-graded-xblock, xblock-discussion, xblock-drag-and-drop-v2, xblock-google-drive, xblock-poll, xblock-utils
Expand Down
Loading

0 comments on commit 19276b3

Please sign in to comment.