fix: update repo paths that stayed in the edx org
Co-authored-by: Kyle McCormick <kdmc@pm.me>
This commit is contained in:
@@ -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:
|
||||
@@ -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"
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -485,7 +485,7 @@ FEATURES = {
|
||||
# .. 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
|
||||
|
||||
@@ -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; };
|
||||
|
||||
@@ -21,12 +21,12 @@ import click
|
||||
# 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',
|
||||
@@ -34,9 +34,9 @@ EDX_REPO_APPS = {
|
||||
'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',
|
||||
|
||||
@@ -965,7 +965,7 @@ FEATURES = {
|
||||
# .. 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
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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*
|
||||
|
||||
@@ -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`_.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user