perf: added teak support#16
Merged
Merged
Conversation
0e0e243 to
e655dc3
Compare
magajh
requested changes
Jun 23, 2025
Collaborator
There was a problem hiding this comment.
@Asespinel have we checked that all the gh workflow dependencies are up to date?
Also, we still need to update the changelog. Apart from updating it with information about this new release, can we please fix the changelog format?
It looks like the first entry ended up at the end of the file instead of at the beginning
https://github.com/eduNEXT/webhook-xblock/blob/master/CHANGELOG.rst#L49-L52
| from .webhook_xblock import WebhookXblock | ||
|
|
||
| __version__ = '1.0.1' | ||
| __version__ = '2.0.0' |
Collaborator
There was a problem hiding this comment.
This should be a minor bump, there are no breaking changes in this PR to make it a major
Contributor
Author
There was a problem hiding this comment.
I changed it to a minor bump
| +------------------+---------------+ | ||
| | Sumac | >= 1.0.0 | | ||
| +------------------+---------------+ | ||
| | Teak | >= 1.0.0 | |
magajh
approved these changes
Jun 23, 2025
| Changed | ||
| ======= | ||
|
|
||
| * Updated dependency versions in requirements |
Collaborator
There was a problem hiding this comment.
Let's please improve this message before merging
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This PR aims to support the Teak release.
Testing instructions
1, Create a Teak environment using Tutor or TVM.

2. Install webhook-xblock using this branch you can follow the official tutor documentation.
3. In a course of study:
Navigate to Settings -> Advanced Settings and go to Advanced Module List settings.
Add: "webhook-xblock"
4. Add the component under the "advanced" section
5.