-
Notifications
You must be signed in to change notification settings - Fork 4
Wrapping up the leftover tasks in xblocks-extra, prepare for the release #27
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 all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
e24427d
chore: Adds AGPL-3 license
farhan d5ae75c
chore: Move to uv, adds update-dependencies workflow
farhan dc46569
chore: adds catalog-info.yaml file
farhan a67c3e0
docs: udpate readme
farhan 2cbb0fe
chore: adds changelog.rst
farhan a0c4c07
chore: python upgrades
farhan 50d29be
chore: add translation commands
farhan 3bb2fab
chore: update translation targets in make file
farhan 96b3737
fix: translations
irtazaakram b783d82
Merge pull request #28 from openedx/fix-translations
irtazaakram df22b7a
docs: Adds migration doc
farhan bcdce03
chore: remove dummy code
farhan 88b7ff2
fix: fix cron time
farhan 1ffcbbc
chore: minor improvements
farhan ba09438
docs: add content in the docs
farhan 2d1e85c
chore: Address PR change requests
farhan b2a5b6c
fix: fix
farhan ccf40c0
chore: Address PR change requests
farhan 033d6ee
chore: Adds .github workflows
farhan 7956a76
chore: update artifact versions
farhan 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 |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
|
|
||
| **Merge checklist:** | ||
| Check off if complete *or* not applicable: | ||
| - [ ] Version bumped | ||
| - [ ] Changelog record added | ||
| - [ ] Documentation updated (not only docstrings) | ||
| - [ ] Fixup commits are squashed away | ||
| - [ ] Unit tests added/updated | ||
| - [ ] Manual testing instructions provided | ||
| - [ ] Noted any: Concerns, dependencies, migration issues, deadlines, tickets |
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 |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| version: 2 | ||
| updates: | ||
| # Adding new check for github-actions | ||
| - package-ecosystem: "github-actions" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "weekly" |
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 |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| name: Upgrade Python Requirements | ||
|
|
||
| on: | ||
| schedule: | ||
| - cron: "0 0 * * 1" | ||
| workflow_dispatch: | ||
| inputs: | ||
| branch: | ||
| description: "Target branch against which to create requirements PR" | ||
| required: true | ||
| # If copying this template manually, you must provide your default branch name | ||
| # in quotes, such as 'master' | ||
| default: "main" | ||
|
|
||
| jobs: | ||
| call-upgrade-python-requirements-workflow: | ||
| uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master | ||
| with: | ||
| # If copying manually, also provide your default branch name in quotes here | ||
| branch: ${{ github.event.inputs.branch || 'main' }} | ||
| # optional parameters below; fill in if you'd like github or email notifications | ||
| # user_reviewers: "" | ||
| team_reviewers: "axim-aximprovements" | ||
| email_address: "aximimprovements@axim.org" | ||
| send_success_notification: false | ||
| secrets: | ||
| requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }} | ||
| requirements_bot_github_email: ${{ secrets.REQUIREMENTS_BOT_GITHUB_EMAIL }} | ||
| edx_smtp_username: ${{ secrets.EDX_SMTP_USERNAME }} | ||
| edx_smtp_password: ${{ secrets.EDX_SMTP_PASSWORD }} |
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 |
|---|---|---|
|
|
@@ -52,6 +52,7 @@ cover/ | |
|
|
||
| # Translations | ||
| *.mo | ||
| *.po | ||
| *.pot | ||
|
|
||
| # Django stuff: | ||
|
|
||
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 |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| Change Log | ||
| ########## | ||
|
|
||
| .. | ||
| All enhancements and patches to xblocks-extra will be documented | ||
| in this file. It adheres to the structure of https://keepachangelog.com/ , | ||
| but in reStructuredText instead of Markdown (for ease of incorporation into | ||
| Sphinx documentation and the PyPI description). | ||
|
|
||
| This project adheres to Semantic Versioning (https://semver.org/). | ||
|
|
||
| .. There should always be an "Unreleased" section for changes pending release. | ||
|
|
||
| Unreleased | ||
| ********** |
Oops, something went wrong.
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.