Skip to content

Latest commit

 

History

History
240 lines (156 loc) · 3.9 KB

CHANGELOG.rst

File metadata and controls

240 lines (156 loc) · 3.9 KB

Change Log

2022-04-08

Fixed

  • Fixed an issue with default config for JWT auth for new IDAs.

2022-02-18

Removed

  • Removed redundant New Relic agent injection in Dockerfile

2022-01-19

Added

  • Added Support for Django40

Removed

  • Removed Support for Django22, 30, 31

2022-01-14

Changed

  • Makefile created for django-ida now interpolates repo_name into dockerhub commands.

2021-10-27

Added

  • Added GitHub Actions to the python-template cookiecutter so that all cookiecutters will make repos that check for conventional commits.

2021-10-01

Added

  • Include system checks for Django apps in order to catch mismatches between model fields and Django admin.

2021-07-15

Changed

  • Update cookiecutters so that sphinx warnings are treated as errors.

2021-06-01

Fixed

  • Django-IDA Dockerfiles

Added

  • Testing Dockerfiles into make test for Django-IDA

Changed

  • Django-IDA Dockerfile now uses ubuntu focal

2021-04-05

Fixed

  • Fixed django module documentation by using proper django settings.

Added

  • Added "Edit on Github" button to new project's ReadTheDocs.

2020-11-25

Changed

  • Add a typical development workflow to the generated README

2020-11-06

Changed

  • All projects (including top level) use Python 3.8 and Django 2.2

2020-11-06

Fixed

  • Fix Read the Docs config to point to the correct config file. requirements/docs.txt should be requirements/doc.txt

2020-11-05

Fixed

  • Use virtualenv to prevent flakiness in make upgrade test

2020-10-30

Fixed

  • Don't fill in a sample url pattern for Django apps, just suggest one in a comment

2020-08-26

Changed

  • Configure devstack Django settings to have a good JWT_AUTH and a DATABASES that point at the mysql container.
  • Install mysqlclient
  • The app container should accept stdin.
  • Use the python dev server as the app container's command, since it can hot-reload.
  • Rename containers in a more standard way.
  • Clean pycrypto crap before requirements are built.
  • Add devstack-themed make targets.
  • Ignore emacs backup files.

2020-08-14

Changed

  • Ignores /healthcheck endpoint in monitoring for IDAs

2020-08-07

Fixed

  • Tweaks to the READMEs to separate using cookiecutters from updating cookiecutters; clarify the use of a virtualenv for running cookiecutters; correct the way we talk about Slack and getting help; minor formatting improvements.

2020-08-03

Fixed

2020-07-28

Fixed

  • Include JWT_AUTH_COOKIE in the base JWT_AUTH settings dict.

2020-07-15

Changed

  • Changed how oauth2_urlpatterns is imported in the urls.py file

2020-07-09

Fixed

  • Added csrf.urls to IDA cookiecutter so that CSRF works

(some intervening changes not captured)

2020-06-02

  • Adding decision to make this repo the place for all edx cookiecutters.

2020-05-27

  • Used the layered approach for cookiecutter-xblock
  • setup.py is now only in python-template

2020-05-12

Added

  • Added cookiecutter-argocd-application
    • a cookiecutter used by devops
  • Added cookiecutter-xblock

2020-05-11

Added

  • Added CHANGELOG