-
Notifications
You must be signed in to change notification settings - Fork 4
feat: Extracting LTI XBlock from edx-platform #13
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
Merged
+2,842
−132
Merged
Changes from 32 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
3aa8158
feat: Extracting LTI xblock from edx-platform
ttqureshi 17bc494
fix: fix LTI block
ttqureshi 6f4740e
test: add tests
ttqureshi 9292c4e
refactor: Remove dependencies from edx-platform in extracted LTI block
ttqureshi 9154ed8
test: update tests
ttqureshi d0f5380
chore: update requirements
ttqureshi d09bed9
fix: fix tests
ttqureshi c024f36
fix: fix
ttqureshi 347a420
chore: update requirements
ttqureshi 3ee93d0
chore: chore
ttqureshi a09dffa
chore: update get_test_system
ttqureshi 99acf3c
chore: drop use of `location` attribute
ttqureshi 4448dc6
chore: upgrade requirements
ttqureshi 29cc0a9
chore: add data package name to distinguish extracted block from the …
ttqureshi 75aa57d
chore: chore
ttqureshi 7ddc414
chore: revert use of `location` to fix test cases
ttqureshi 2c16fac
chore: create `LTIFields` class for the fields as in BuiltIn LTIBlock
ttqureshi a60b5c4
chore: add `bind_for_student` method to fix test case
ttqureshi abdd434
fix: fix
ttqureshi 42987fb
chore: remove unnecessary form in HTML file
ttqureshi 83250b6
chore: upgrade requirements
ttqureshi 18f9b7a
chore: add data package name to distinguish extracted block from the …
ttqureshi 8e73543
Merge branch 'main' into ttqureshi/lti-xblock
ttqureshi 0db139a
fix: change the LTI block identifier from `_lti_extracted` to `lti`
ttqureshi c21f07a
chore: chore
ttqureshi df29cea
feat: add support of i18n
ttqureshi f6f086a
chore: upgrade requirements
ttqureshi 6850940
Merge branch 'main' into ttqureshi/lti-xblock
ttqureshi e2e6e71
fix: fix pylint issues
ttqureshi 19a91d1
fix: fix quality
ttqureshi 95c901a
fix: fix docs errors
ttqureshi bb10eaa
Merge branch 'main' into ttqureshi/lti-xblock
ttqureshi 9d6aa90
chore: update `init.py`
ttqureshi 35acb49
chore: update README
ttqureshi e74c2a8
chore: bump version and update `CHANGELOG`
ttqureshi 8f657b6
chore: update requiments
ttqureshi 7c93e7a
Merge branch 'main' into ttqureshi/lti-xblock
ttqureshi 9917269
chore: upgrade requirements
ttqureshi 5a4e833
Merge branch 'main' into ttqureshi/lti-xblock
kdmccormick File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,3 +5,6 @@ django-statici18n | |
| edx-i18n-tools | ||
| XBlock | ||
| openedx-django-pyfs | ||
| nh3 | ||
| oauthlib | ||
| edx-opaque-keys | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| """ | ||
| Init for the LTIBlock. | ||
| Learning Tools Interoperability (LTI) module. | ||
| """ | ||
|
|
||
| from .lti import LTIBlock | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.