Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Fix github url strings (org edx -> openedx) #581

Merged
merged 3 commits into from
Sep 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ on:

jobs:
commitlint:
uses: edx/.github/.github/workflows/commitlint.yml@master
uses: openedx/.github/.github/workflows/commitlint.yml@master
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
call-upgrade-python-requirements-workflow:
uses: edx/.github/.github/workflows/upgrade-python-requirements.yml@master
uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master
with:
branch: ${{ github.event.inputs.branch || 'master' }}
# optional parameters below; fill in if you'd like github or email notifications
Expand Down
16 changes: 8 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ edX Analytics API Server |build-status| |coverage-status|

This repository includes the Django server for the API as well as the
API package itself. The client is hosted at
https://github.com/edx/edx-analytics-data-api-client.
https://github.com/openedx/edx-analytics-data-api-client.

The enterprise client is hosted at https://github.com/edx/frontend-app-admin-portal.
The enterprise client is hosted at https://github.com/openedx/frontend-app-admin-portal.

License
-------
Expand All @@ -17,9 +17,9 @@ Please see ``LICENSE.txt`` for details.

Getting Started With Devstack
-----------------------------
The best way to run this service is with edX Devstack: https://github.com/edx/devstack.
The best way to run this service is with edX Devstack: https://github.com/openedx/devstack.

See the [Devstack README](https://github.com/edx/devstack/blob/master/README.rst) for information on how to install and run devstack.
See the [Devstack README](https://github.com/openedx/devstack/blob/master/README.rst) for information on how to install and run devstack.

With devstack running and this repo checked-out locally, you'll want to do the following from your devstack directory:

Expand Down Expand Up @@ -93,15 +93,15 @@ you can follow these steps. If you do not intend to make changes to ``edx-enterp

Devstack Development
~~~~~~~~~~~~~~~~~~~~
#. Clone the `edx-enterprise-data <https://github.com/edx/edx-enterprise-data>`_ repo into the ``src`` folder alongside your devstack
#. Clone the `edx-enterprise-data <https://github.com/openedx/edx-enterprise-data>`_ repo into the ``src`` folder alongside your devstack
workspace on the host system.
#. The modified ``edx-enterprise-data`` repository will now be available to devstack containers at ``/edx/src/edx-enterprise-data``.
#. Inside the ``edx-data-analytics-api`` container run `pip install `-e /edx/src/edx-enterprise-data``

Standalone Development
~~~~~~~~~~~~~~~~~~~~~~
#. Recommended: Install this repo into a subfolder of your working directory. Within that subfolder create an ``src`` folder.
#. Clone the `edx-enterprise-data <https://github.com/edx/edx-enterprise-data>`_ repo into the ``src`` folder.
#. Clone the `edx-enterprise-data <https://github.com/openedx/edx-enterprise-data>`_ repo into the ``src`` folder.
#. ``cd`` into your ``edx-data-analytics-api`` folder and activate your virtualenv.
#. Run ``pip install -e ./src/edx-enterprise-data``.
#. Run the server as per instructions above. Changes to ``edx-enterprise-data`` should be picked up by the server.
Expand All @@ -118,7 +118,7 @@ database.

$ make loaddata

Additional management commands for creating data can be found in `edx-enterprise-data <https://github.com/edx/edx-enterprise-data>`_
Additional management commands for creating data can be found in `edx-enterprise-data <https://github.com/openedx/edx-enterprise-data>`_

Loading Video Data
~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -213,7 +213,7 @@ also contains guidelines for how to maintain high code quality, which
will make your contribution more likely to be accepted.

.. _individual contributor’s agreement: http://code.edx.org/individual-contributor-agreement.pdf
.. _CONTRIBUTING: https://github.com/edx/edx-platform/blob/master/CONTRIBUTING.rst
.. _CONTRIBUTING: https://github.com/openedx/edx-platform/blob/master/CONTRIBUTING.rst

.. |build-status| image:: https://travis-ci.com/edx/edx-analytics-data-api.svg?branch=master
:target: https://travis-ci.com/edx/edx-analytics-data-api
Expand Down
2 changes: 1 addition & 1 deletion analyticsdataserver/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class CourseBlocksApiClient(OAuthAPIClient):
"""
This class is a sub-class of the edX Rest API Client
(https://github.com/edx/edx-rest-api-client).
(https://github.com/openedx/edx-rest-api-client).

Details about the API itself can be found at
https://openedx.atlassian.net/wiki/display/AN/Course+Structure+API.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/source/links.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. _TokenAuthentication: http://www.django-rest-framework.org/api-guide/authentication/#tokenauthentication

.. _Data Analytics API repository: https://github.com/edx/edx-analytics-data-api
.. _Data Analytics API repository: https://github.com/openedx/edx-analytics-data-api

.. _ISO 3166 country codes: http://www.iso.org/iso/country_codes/country_codes
2 changes: 1 addition & 1 deletion docs/api/source/read_me.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The edX Data Analytics API documentation is created using RST_
files and Sphinx_. You, the user community, can help update and revise this
documentation project on GitHub:

https://github.com/edx/edx-analytics-data-api/tree/master/docs/api/source
https://github.com/openedx/edx-analytics-data-api/tree/master/docs/api/source

To suggest a revision, fork the project, make changes in your fork, and submit
a pull request back to the original project: this is known as the `GitHub Flow`_.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/source/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You must get the `Data Analytics API repository`_ from GitHub.

From the terminal, enter:

``git clone https://github.com/edx/edx-analytics-data-api``
``git clone https://github.com/openedx/edx-analytics-data-api``

You may choose to get the repository in a virtual environment.

Expand Down
2 changes: 1 addition & 1 deletion docs/decisions/01-pipeline-choice.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Consequences

- We will be maintaining two databases and two APIs until the old API is retired (if at all).
- We will rely on the client (in our case,
`edx-analytics-dashboard <https://github.com/edx/edx-analytics-dashboard>`_) in order to
`edx-analytics-dashboard <https://github.com/openedx/edx-analytics-dashboard>`_) in order to
determine which API to use.

References
Expand Down