Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Remove edx-token-utils dependency #36077

Merged
merged 9 commits into from
Jan 24, 2025
Prev Previous commit
docs: Update lms/envs/common.py
feanil authored Jan 23, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit dd86710d9d41d92506881ba3009d1be2b6ebad74
2 changes: 1 addition & 1 deletion lms/envs/common.py
Original file line number Diff line number Diff line change
@@ -4321,7 +4321,7 @@ def _make_locale_paths(settings): # pylint: disable=missing-function-docstring
}

# NOTE: In order to create both JWT_PRIVATE_SIGNING_JWK and JWT_PUBLIC_SIGNING_JWK_SET,
# start devstack on an lms shell and then run the command:
# in an lms shell run the following command:
# > python manage.py lms generate_jwt_signing_key
# This will output asymmetric JWTs to use here. Read more on this on:
# https://github.com/openedx/edx-platform/blob/master/openedx/core/djangoapps/oauth_dispatch/docs/decisions/0008-use-asymmetric-jwts.rst

Unchanged files with check annotations Beta

}
},
config: {
text: {

Check failure on line 358 in cms/static/cms/js/require-config.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 12 spaces but found 10.
useXhr: () => true

Check failure on line 359 in cms/static/cms/js/require-config.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 16 spaces but found 12.
}

Check failure on line 360 in cms/static/cms/js/require-config.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 12 spaces but found 10.
}
});
}).call(this, require, define);
* True if summary configuration is enabled.
*/
summary_configuration_enabled: null,
/**

Check failure on line 176 in cms/static/js/models/xblock_info.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 16 spaces but found 15.
* List of tags of the unit. This list is managed by the content_tagging module.
*/
tags: null,

Check failure on line 179 in cms/static/js/models/xblock_info.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 16 spaces but found 15.
/**

Check failure on line 180 in cms/static/js/models/xblock_info.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 16 spaces but found 15.
* True if the xblock is not visible to students only via links.
*/
hide_from_toc: null,

Check failure on line 183 in cms/static/js/models/xblock_info.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 16 spaces but found 15.
/**

Check failure on line 184 in cms/static/js/models/xblock_info.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 16 spaces but found 15.
* True iff this xblock should display a "Contains staff only content" message.
*/
hide_from_toc_message: null,

Check failure on line 187 in cms/static/js/models/xblock_info.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 16 spaces but found 15.
},
initialize: function() {