Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
7f7c0d2
feanil Jul 29, 2025
f4d52e0
Fixed jwt scope issue (#37134)
jawad-khan Aug 8, 2025
466aaad
feat: Enhance course optimizer to detect previous run links and expan…
djoseph-apphelix Aug 1, 2025
ca45009
fix: apply linting rules and refactor code
djoseph-apphelix Aug 5, 2025
e2ce7de
fix: refactor code based on pep-8 guideline
djoseph-apphelix Aug 7, 2025
c6048fc
fix: added exception handling for links descriptor generator function
djoseph-apphelix Aug 8, 2025
d3eba7a
fix: refactor API response to handle empty data
djoseph-apphelix Aug 8, 2025
d08b11b
feat: Upgrade Python dependency edx-enterprise (#37147)
github-actions[bot] Aug 8, 2025
17f0e25
chore: bump xblocks-contrib version (#37149)
irtazaakram Aug 8, 2025
4a9fc77
test: Allow for Extracted Word Cloud Block | Fix Test Cases (#35983)
farhan Aug 8, 2025
325a0c1
fix: update mock config to include scheme for csrf domains (#37120)
Aug 8, 2025
7c2acdc
Merge pull request #37083 from openedx/repo_checks/ensure_workflows
feanil Aug 8, 2025
11fa84c
chore: Upgrade Python requirements
edx-requirements-bot Aug 8, 2025
910c9e6
feat: Upgrade Python dependency edx-enterprise (#37164)
github-actions[bot] Aug 11, 2025
421da0a
fix: Correctly handle Django lazy translation objects. (#37155)
awais786 Aug 11, 2025
e12caea
Merge pull request #37153 from openedx/repo-tools/upgrade-python-requ…
feanil Aug 11, 2025
1c0fb8d
fix: constrain pip-tools<7.5.0 to fix lxml[html_clean] issue (#37174)
robrap Aug 11, 2025
a41a413
chore: Remove assertQuerysetEqual (#37182)
mubbsharanwar Aug 12, 2025
1433cad
feat: Upgrade Python dependency edx-enterprise (#37167)
github-actions[bot] Aug 12, 2025
b4aa413
build: Allow django to be upgrade in constraints.txt
feanil Aug 4, 2025
46ebe4e
chore: Run `make upgrade`
feanil Aug 4, 2025
00ac762
chore: remove deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE…
wgu-ram-chandra Jul 9, 2025
526df9c
chore: dummy value for testing purpose.
awais786 Aug 8, 2025
cc87019
chore: dummy value for testing purpose.
awais786 Aug 8, 2025
872c9b1
chore: dummy value for testing purpose.
awais786 Aug 8, 2025
37c94da
chore: dummy value for testing purpose.
awais786 Aug 8, 2025
9cc69e1
chore: dummy value for testing purpose.
awais786 Aug 8, 2025
6905c52
chore: dummy value for testing purpose.
awais786 Aug 8, 2025
9a60aa4
chore: dummy value for testing purpose.
awais786 Aug 8, 2025
580669a
chore: dummy value for testing purpose.
awais786 Aug 8, 2025
d07c059
chore: dummy value for testing purpose.
awais786 Aug 8, 2025
982dcb5
chore: dummy value for testing purpose.
awais786 Aug 8, 2025
2706b07
chore: dummy value for testing purpose.
awais786 Aug 9, 2025
19e23bf
chore: dummy value for testing purpose.
awais786 Aug 9, 2025
3fd009d
chore: dummy value for testing purpose.
awais786 Aug 9, 2025
691f3df
Merge branch 'feanil/upgrade_django' into test-dj52
awais786 Aug 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/add-remove-label-on-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ on:
jobs:
add_remove_labels:
uses: openedx/.github/.github/workflows/add-remove-label-on-comment.yml@master

1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
- name: install requirements
run: |
make test-requirements
pip install django-simple-history==3.10.1

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its a hack just to run tests. We need to upgrade this pacakge to fix 100s of tests.

if [[ "${{ matrix.django-version }}" != "pinned" ]]; then
pip install "django~=${{ matrix.django-version }}.0"
pip check # fail if this test-reqs/Django combination is broken
Expand Down
Loading
Loading