chore: Update 15 repos in code owner mappings (tCRIL migration) (#29745)

These repos have moved from edx to openedx org and so their URLs need to be
updated in order for the script to match them up.
This commit is contained in:
Tim McCormack
2022-01-11 17:04:57 +00:00
committed by GitHub
parent dddcadb706
commit 262c44784b

View File

@@ -20,26 +20,26 @@ import click
# Maps edx-platform installed Django apps to the edx repo that contains
# the app code. Please add in alphabetical order.
EDX_REPO_APPS = {
'bulk_grades': 'https://github.com/edx/edx-bulk-grades',
'bulk_grades': 'https://github.com/openedx/edx-bulk-grades',
'coaching': 'https://github.com/edx/platform-plugin-coaching',
'completion': 'https://github.com/edx/completion',
'config_models': 'https://github.com/edx/django-config-models',
'consent': 'https://github.com/edx/edx-enterprise',
'completion': 'https://github.com/openedx/completion',
'config_models': 'https://github.com/openedx/django-config-models',
'consent': 'https://github.com/openedx/edx-enterprise',
'csrf': 'https://github.com/openedx/edx-drf-extensions',
'edx_name_affirmation': 'https://github.com/edx/edx-name-affirmation',
'edx_proctoring': 'https://github.com/edx/edx-proctoring',
'edxval': 'https://github.com/edx/edx-val',
'enterprise': 'https://github.com/edx/edx-enterprise',
'enterprise_learner_portal': 'https://github.com/edx/edx-enterprise',
'eventtracking': 'https://github.com/edx/event-tracking',
'help_tokens': 'https://github.com/edx/help-tokens',
'integrated_channels': 'https://github.com/edx/edx-enterprise',
'lti_consumer': 'https://github.com/edx/xblock-lti-consumer',
'edx_proctoring': 'https://github.com/openedx/edx-proctoring',
'edxval': 'https://github.com/openedx/edx-val',
'enterprise': 'https://github.com/openedx/edx-enterprise',
'enterprise_learner_portal': 'https://github.com/openedx/edx-enterprise',
'eventtracking': 'https://github.com/openedx/event-tracking',
'help_tokens': 'https://github.com/openedx/help-tokens',
'integrated_channels': 'https://github.com/openedx/edx-enterprise',
'lti_consumer': 'https://github.com/openedx/xblock-lti-consumer',
'notices': 'https://github.com/edx/platform-plugin-notices',
'organizations': 'https://github.com/openedx/edx-organizations',
'search': 'https://github.com/edx/edx-search',
'super_csv': 'https://github.com/edx/super-csv',
'wiki': 'https://github.com/edx/django-wiki',
'search': 'https://github.com/openedx/edx-search',
'super_csv': 'https://github.com/openedx/super-csv',
'wiki': 'https://github.com/openedx/django-wiki',
}
# Maps edx-platform installed Django apps to the third-party repo that contains
@@ -82,7 +82,7 @@ def main(repo_csv, app_csv, dep_csv):
\b
repo url,owner.squad
https://github.com/edx/edx-bulk-grades,team-red
https://github.com/openedx/edx-bulk-grades,team-red
...
Expected App CSV format: