-
Notifications
You must be signed in to change notification settings - Fork 26
feat: adds xApiTransforms for completion aggregator events #205
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
Merged
Changes from 14 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
ead8f61
feat: add tracking logs
andrey-canon a82984e
feat: addressing pr comments
andrey-canon 4c791f9
Merge branch 'master' into jill/nelc/and/add_tracking_logs
pomegranited d71cffe
chore: bump edx-completion
pomegranited 407a1d1
fix: use "openedx" as the event prefix instead of "edx"
pomegranited 4a229fd
temp: adds edx-event-routing-backends WIP requirement
pomegranited 7652429
feat: adds xApiTransforms for completion aggregator events
pomegranited bde2bdf
chore: bumps version to 4.0.4
pomegranited abfdb2a
test: add call to plugin_settings to fix coverage
pomegranited 381dbd7
test: make COMPLETION_AGGREGATOR_ASYNC_AGGREGATION consistent between
pomegranited bb2f8e6
Merge branch 'jill/nelc/and/add_tracking_logs' into jill/nelc/and/add…
pomegranited e82c49d
fix: call enabled_aggregator_events with a settings arg
pomegranited 4542458
test: adds transformer tests
pomegranited a1ea151
revert: no need to change production settings
pomegranited 4d7d097
fix: address PR review
pomegranited b862bbc
fix: CHANGELOG use minor version bump
pomegranited ab96203
test: adds test for plugin settings
pomegranited fd1cc92
Merge branch 'jill/nelc/and/add_tracking_logs' into jill/nelc/and/add…
pomegranited e694f16
refactor: moves the xAPI transforms to their own module
pomegranited 1204f91
fix: use Result.extension to send progress %
pomegranited 29f6b89
refactor: simplify emitted events
pomegranited 13ea455
Merge branch 'jill/nelc/and/add_tracking_logs' into jill/nelc/and/add…
pomegranited a142ce2
refactor: only need to transform progress events
pomegranited f1e6511
Merge branch 'master' into jill/nelc/and/add_completion_events
pomegranited 3ff8331
fix: ensure plugin loading order doesn't matter for event routing set…
pomegranited 812188c
chore: bumps edx-event-routing-backends to 9.3.0
pomegranited a4858e5
chore: bumps version to 4.2.0
pomegranited 3850789
docs: adds note about xAPI to README
pomegranited 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 |
|---|---|---|
|
|
@@ -33,6 +33,7 @@ pip-log.txt | |
| .tox | ||
| coverage.xml | ||
| htmlcov/ | ||
| test_output/*.json | ||
|
|
||
| # Translations | ||
| *.mo | ||
|
|
||
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 |
|---|---|---|
|
|
@@ -5,4 +5,4 @@ | |
|
|
||
| from __future__ import absolute_import, unicode_literals | ||
|
|
||
| __version__ = '4.0.3' | ||
| __version__ = '4.0.4' | ||
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
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.