Skip to content

Commit

Permalink
Merge pull request #9 from edx/rijuma/manual-upgrades-2024-04-29
Browse files Browse the repository at this point in the history
Manual upgrades update
  • Loading branch information
rijuma authored Apr 30, 2024
2 parents 36f1bcd + b7489d6 commit 2869852
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 8 deletions.
29 changes: 29 additions & 0 deletions docs/manual_upgrades.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,35 @@ Please add new instructions to the top, include a date, and make a post in the `
(If you just need to update your devstack to the latest version of everything, see :doc:`updating_devstack`.)


2024-04-29 - Moved Open edX analytics repositories
**************************************************

Several repositories were being deprecated by Open edX (`issue #227 <https://github.com/openedx/public-engineering/issues/227>`_).
We are forking some of those repositories to keep maintaining them.

If you use any of the following repositories, please make sure to update the remote URLs:

To update devstack and the local repositories::

cd /path/to/devstack
git pull

cd ..
cd edx-analytics-dashboard
git remote set-url origin git@github.com:edx/edx-analytics-dashboard.git
git pull

cd ..
cd edx-analytics-data-api
git remote set-url origin git@github.com:edx/edx-analytics-data-api.git
git pull

If you happen to use `edx-analytics-data-api-client`::

cd /path/to/edx-analytics-data-api-client
git remote set-url origin git@github.com:edx/edx-analytics-data-api-client.git
git pull

2024-02-25 - Mongo upgrade from version 4.4 to 5.0
**************************************************

Expand Down
4 changes: 2 additions & 2 deletions docs/service_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ Some common service combinations include:
.. _xqueue: https://github.com/openedx/xqueue
.. _coursegraph: https://github.com/openedx/edx-platform/tree/master/cms/djangoapps/coursegraph#coursegraph-support
.. _frontend-app-ora-grading: https://github.com/edx/frontend-app-ora-grading
.. _insights: https://github.com/openedx/edx-analytics-dashboard
.. _analyticsapi: https://github.com/openedx/edx-analytics-data-api
.. _insights: https://github.com/edx/edx-analytics-dashboard
.. _analyticsapi: https://github.com/edx/edx-analytics-data-api
12 changes: 6 additions & 6 deletions repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ repos=(
"https://github.com/openedx/edx-notes-api.git"
"https://github.com/openedx/edx-platform.git"
"https://github.com/openedx/xqueue.git"
"https://github.com/openedx/edx-analytics-dashboard.git"
"https://github.com/edx/edx-analytics-dashboard.git"
"https://github.com/openedx/frontend-app-gradebook.git"
"https://github.com/openedx/frontend-app-learner-dashboard"
"https://github.com/openedx/frontend-app-learner-record"
"https://github.com/edx/frontend-app-payment.git"
"https://github.com/openedx/frontend-app-publisher.git"
"https://github.com/openedx/edx-analytics-dashboard.git"
"https://github.com/openedx/edx-analytics-data-api.git"
"https://github.com/edx/edx-analytics-dashboard.git"
"https://github.com/edx/edx-analytics-data-api.git"
)

non_release_repos=(
Expand All @@ -58,14 +58,14 @@ ssh_repos=(
"git@github.com:openedx/edx-notes-api.git"
"git@github.com:openedx/edx-platform.git"
"git@github.com:openedx/xqueue.git"
"git@github.com:openedx/edx-analytics-dashboard.git"
"git@github.com:edx/edx-analytics-dashboard.git"
"git@github.com:openedx/frontend-app-gradebook.git"
"git@github.com:openedx/frontend-app-learner-dashboard.git"
"git@github.com:openedx/frontend-app-learner-record.git"
"git@github.com:edx/frontend-app-payment.git"
"git@github.com:openedx/frontend-app-publisher.git"
"git@github.com:openedx/edx-analytics-dashboard.git"
"git@github.com:openedx/edx-analytics-data-api.git"
"git@github.com:edx/edx-analytics-dashboard.git"
"git@github.com:edx/edx-analytics-data-api.git"
)

non_release_ssh_repos=(
Expand Down

0 comments on commit 2869852

Please sign in to comment.