Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,5 @@ backups/
/test-results/
/playwright-report/
/playwright/.cache/

.claude
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ repos:
- "config/keycloak/realms/ol-local-realm.json"
additional_dependencies: ["gibberish-detector"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.14.13"
rev: "v0.15.1"
hooks:
- id: ruff-format
- id: ruff
Expand Down
3 changes: 3 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Claude Instructions

@AGENTS.md
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ USER mitodl

EXPOSE 8061
ENV PORT 8061
CMD uwsgi uwsgi.ini
CMD ["sh", "-c", "exec granian --interface wsgi --host 0.0.0.0 --port 8061 --workers ${GRANIAN_WORKERS:-3} --blocking-threads ${GRANIAN_BLOCKING_THREADS:-2} main.wsgi:application"]
5 changes: 0 additions & 5 deletions Procfile

This file was deleted.

19 changes: 19 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Release Notes
=============

Version 0.55.1
--------------

- fix-duplicate-property-error (#2970)
- fix: improvements article listing page and home page (#2963)
- Product Page Instructor Section (#2964)
- fix(deps): update dependency litellm to v1.81.13 (#2741)
- fix(deps): update dependency openai to v2 (#2732)
- fix(deps): update dependency llama-index-llms-openai to ^0.6.0 (#2737)
- [pre-commit.ci] pre-commit autoupdate (#2895)
- fix(deps): update dependency llama-index to ^0.14.0 (#2736)
- Product page style updates (#2962)
- add CLAUDE.md pointing to AGENTS.md (#2966)
- fix(deps): update dependency cryptography to v46 [security] (#2946)
- fix(deps): update dependency django-imagekit to v6 (#2762)
- fix(deps): update dependency cffi to v2 (#2759)
- fix: improvements in editor exprience (#2954)
- Replace uwsgi with granian, remove heroku-specific files (#2956)

Version 0.54.1 (Released February 19, 2026)
--------------

Expand Down
Loading
Loading