datatracker/patch
Jennifer Richards 6b826fd985
refactor: Purge old migrations and update ci to build on a clean schema (#5431)
* refactor: Remove all existing migrations

* refactor: Create clean set of migrations

* chore: Skip check_statetype_slugs when DB is not yet populated

* fix: Do not cache active_groups_menu on module import

* fix: Do not patch timezone awareness out of oidc-provider

* refactor: Migrate to create postgres schema, only use pgloader for data

* ci: Use migration scripts from feat/pg-migrations branch

* Revert "ci: Use migration scripts from feat/pg-migrations branch"

This reverts commit c82f64c614241ccede4865a50d494725c8a47c15.

* ci: Run check before migrate

* fix: Remove redundant migration caused by merge error

* chore: Add casts/ALTER TABLEs to eliminate pgloader errors/warnings

* chore: Change schema name to match docker image assumptions

* chore: Clear out schema so we get a clean start in case of a retry
2023-03-28 18:06:07 +09:00
..
add-django-cprofile-filter.patch Tweaked the django_cprofile_middleware patch to use a query arg of psort instead of sort, to avoid conflict with app query args 'sort'. 2018-04-06 21:21:41 +00:00
add-django-http-cookie-value-none.patch Updated django patch for SameSite cookie settings. 2020-07-13 16:26:32 +00:00
change-oidc-provider-field-sizes-228.patch refactor: Purge old migrations and update ci to build on a clean schema (#5431) 2023-03-28 18:06:07 +09:00
django-cookie-delete-with-all-settings.patch Tweaked a patch, removing an unused import. 2020-08-20 13:48:04 +00:00
fix-django-password-strength-kwargs.patch Widgets' .render() method now must accept an additional keyword argument (renderer); adjusted the code accordingly (including a library patch -- pull request also submitted). 2020-06-24 20:44:47 +00:00
fix-django-unicode-comparison-bug.patch Updated unicode comparison patch for django 1.11.18 2019-01-21 18:04:17 +00:00
fix-jwkest-jwt-logging.patch Patched a bug in pyjwkest.jwt which would cause a root logger handler to be created if none existed, resulting in logging in following code being emitted even if intentionally set up to be visible. (See https://github.com/IdentityPython/pyjwkest/pull/97 , created to fix this upstream) 2020-06-06 16:19:14 +00:00
fix-oidc-access-token-post.patch Added patches for some issues with the oic and oidc-provider modules, and updated a patch for request-profiler. 2020-06-06 21:02:30 +00:00
fix-patch-no-chdir.patch Updated a patch and removed one from the patch list in settings. 2018-11-09 19:57:18 +00:00
README Added some debug functionality which makes it possible to see from where (python source file and line) an SQL query comes when looking at the sql query summary available at the bottom of pages in debug mode, on INTERNAL_IPS. 2017-04-10 17:27:11 +00:00
tastypie-django22-fielderror-response.patch Added another tastypie patch 2020-08-25 13:30:01 +00:00
trace-django-queryset-origin.patch Cleaned up a patch. 2020-04-20 17:56:12 +00:00

This directory is for patches to the datatracker environment, not for patches
to the datatracker itself (those are ephemeral, in the sense that they should
not stay around as patches, they should be committed to the repository if they
are of long-term value).

As an example, trace-django-queryset-origin.patch is a patch to django 1.10
which adds some meta-information to the query entries provided for debug
purpose by django.template.context_processors.debug as sql_queries.