Skip to content

Commit

Permalink
fix: update repo paths that stayed in the edx org
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle McCormick <[email protected]>
  • Loading branch information
sarina and kdmccormick committed Sep 15, 2022
1 parent 69f0849 commit cf5fa64
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .annotation_safe_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ django_notify.Settings:
django_notify.Subscription:
".. no_pii:": "No PII"

# Via django-openid-auth https://github.com/openedx/django-openid-auth
# Via django-openid-auth https://github.com/edx/django-openid-auth
django_openid_auth.Association:
".. no_pii:": "No PII"
django_openid_auth.Nonce:
Expand Down Expand Up @@ -127,7 +127,7 @@ djcelery.TaskState:
djcelery.WorkerState:
".. no_pii:": "No PII"

# Via edx-oauth2-provider https://github.com/openedx/edx-oauth2-provider
# Via edx-oauth2-provider https://github.com/edx/edx-oauth2-provider
edx_oauth2_provider.TrustedClient:
".. no_pii:": "No PII"

Expand Down Expand Up @@ -161,7 +161,7 @@ milestones.MilestoneRelationshipType:
milestones.UserMilestone:
".. no_pii:": "No PII"

# Via Django OAuth2 Provider https://github.com/openedx/django-oauth2-provider
# Via Django OAuth2 Provider https://github.com/edx/django-oauth2-provider
oauth2.Client:
".. no_pii:": "No PII"
oauth2.AccessToken:
Expand Down
2 changes: 1 addition & 1 deletion cms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@
# .. toggle_default: False
# .. toggle_description: Whether to replace ID verification course/certificate requirement
# with an in-course Honor Code agreement
# (https://github.com/openedx/edx-name-affirmation)
# (https://github.com/edx/edx-name-affirmation)
# .. toggle_use_cases: open_edx
# .. toggle_creation_date: 2022-02-15
# .. toggle_target_removal_date: None
Expand Down
2 changes: 1 addition & 1 deletion common/static/common/js/jasmine.common.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// By default, fixtures are loaded from spec/javascripts/fixtures but in karma everything gets served from /base
jasmine.getFixtures().fixturesPath = '/base/';

// https://github.com/openedx/js-test-tool/blob/master/js_test_tool/templates/jasmine_test_runner.html#L10
// https://github.com/edx/js-test-tool/blob/master/js_test_tool/templates/jasmine_test_runner.html#L10
// Stub out modal dialog alerts, which will prevent
// us from accessing the test results in the DOM
window.confirm = function() { return true; };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@
# the app code. Please add in alphabetical order.
EDX_REPO_APPS = {
'bulk_grades': 'https://github.com/openedx/edx-bulk-grades',
'coaching': 'https://github.com/openedx/platform-plugin-coaching',
'coaching': 'https://github.com/edx/platform-plugin-coaching',
'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/openedx/edx-name-affirmation',
'edx_name_affirmation': 'https://github.com/edx/edx-name-affirmation',
'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',
'learner_pathway_progress': 'https://github.com/openedx/learner-pathway-progress',
'learner_pathway_progress': 'https://github.com/edx/learner-pathway-progress',
'lti_consumer': 'https://github.com/openedx/xblock-lti-consumer',
'notices': 'https://github.com/openedx/platform-plugin-notices',
'notices': 'https://github.com/edx/platform-plugin-notices',
'organizations': 'https://github.com/openedx/edx-organizations',
'search': 'https://github.com/openedx/edx-search',
'super_csv': 'https://github.com/openedx/super-csv',
Expand Down
2 changes: 1 addition & 1 deletion lms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@
# .. toggle_implementation: DjangoSetting
# .. toggle_default: False
# .. toggle_description: Whether to display honor code agreement for learners before their first grade assignment
# (https://github.com/openedx/edx-name-affirmation)
# (https://github.com/edx/edx-name-affirmation)
# .. toggle_use_cases: open_edx
# .. toggle_creation_date: 2022-02-15
# .. toggle_target_removal_date: None
Expand Down
2 changes: 1 addition & 1 deletion lms/static/sass/course/ccx_coach/_dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ table.ccx-schedule {

form.ccx-form {
line-height: 1.5;
// inspiration was taken from https://github.com/openedx/ux-pattern-library
// inspiration was taken from https://github.com/edx/ux-pattern-library
select {
@include font-size(16);

Expand Down
2 changes: 1 addition & 1 deletion lms/static/sass/shared/_alerts_pattern_library_shim.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// lms alerts
// This file contains "I want alerts that look like the pattern library" sass
// and should be replaced when moving to the patter library proper
// https://github.com/openedx/ux-pattern-library/blob/master/pattern-library/sass/patterns/_alerts.scss
// https://github.com/edx/ux-pattern-library/blob/master/pattern-library/sass/patterns/_alerts.scss

// ------------------------------
// edX Pattern Library: Utilities - Alerts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ client_secret`_ (privately shared with the OAuth Provider). Although this somewh
above since each OAuth Client can no longer create tokens verifiable by other Clients, it does not
allow a Client to forward a verifiable token to other Clients.

.. _ID Tokens are HMACed with their own client_secret: https://github.com/openedx/edx-oauth2-provider/blob/7e59e30ae0bfd9eac4d05469768d79c50a90aeb7/edx_oauth2_provider/views.py#L155-L163
.. _ID Tokens are HMACed with their own client_secret: https://github.com/edx/edx-oauth2-provider/blob/7e59e30ae0bfd9eac4d05469768d79c50a90aeb7/edx_oauth2_provider/views.py#L155-L163

Looking forward, we want to support Single Page Apps (a.k.a., Microfronteds), where users can seamlessly
traverse from one microfronted to another and access APIs on various backends. This *Single Sign On*
Expand Down
2 changes: 1 addition & 1 deletion openedx/features/name_affirmation_api/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Name Affirmation API

This directory contains a passthrough for the edx-name-affirmation plugin,
in order to enable support in other plugins/packages such as edx-proctoring.
See here: `https://github.com/openedx/edx-name-affirmation`_.
See here: `https://github.com/edx/edx-name-affirmation`_.
2 changes: 1 addition & 1 deletion openedx/features/name_affirmation_api/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Utility functions for integration with Name Affirmation plugin
(https://github.com/openedx/edx-name-affirmation)
(https://github.com/edx/edx-name-affirmation)
"""

from edx_django_utils.plugins import PluginError, PluginManager
Expand Down
2 changes: 1 addition & 1 deletion scripts/provision-demo-course.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mkdir -p /edx/app/demo
(
cd /edx/app/demo &&
rm -rf edx-demo-course &&
git clone https://github.com/openedx/edx-demo-course.git --depth 1
git clone https://github.com/openedx/openedx-demo-course.git --depth 1
)

# Import the course.
Expand Down

0 comments on commit cf5fa64

Please sign in to comment.