* 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 |
||
---|---|---|
.. | ||
add-django-cprofile-filter.patch | ||
add-django-http-cookie-value-none.patch | ||
change-oidc-provider-field-sizes-228.patch | ||
django-cookie-delete-with-all-settings.patch | ||
fix-django-password-strength-kwargs.patch | ||
fix-django-unicode-comparison-bug.patch | ||
fix-jwkest-jwt-logging.patch | ||
fix-oidc-access-token-post.patch | ||
fix-patch-no-chdir.patch | ||
README | ||
tastypie-django22-fielderror-response.patch | ||
trace-django-queryset-origin.patch |
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.