This repository has been archived on 2024-05-31 . You can view files and clone it, but cannot push or open issues or pull requests.
Jens Langhammer
0664f0b6b2
flows: add support for default_context, etc
...
default_context can be used to influence policies during the planning. This should be used when the Planner is called from other views to correctly preseed the plan.
This also checks if there is a PENDING_USER set, and uses that user for the cache key instead
2020-05-20 16:15:16 +02:00
..
migrations
migrate to per-model UUID Primary key, remove UUIDModel ( #26 )
2020-05-20 09:17:06 +02:00
tests
helm: fully remove domain, add log_level
2020-05-20 12:16:56 +02:00
__init__.py
flows/*: Initial flows stage1 implementation
2020-05-07 20:51:06 +02:00
api.py
admin: sort types, minor fixups
2020-05-13 11:57:10 +02:00
apps.py
flows/*: Initial flows stage1 implementation
2020-05-07 20:51:06 +02:00
exceptions.py
flows: enum to django TextChoices
2020-05-09 20:54:56 +02:00
forms.py
admin: sort types, minor fixups
2020-05-13 11:57:10 +02:00
models.py
migrate to per-model UUID Primary key, remove UUIDModel ( #26 )
2020-05-20 09:17:06 +02:00
planner.py
flows: add support for default_context, etc
2020-05-20 16:15:16 +02:00
stage.py
flows: rename AuthenticationStage to StageView as its a general base view
2020-05-17 00:03:06 +02:00
urls.py
stages/user_delete: add user delete stage, remove view from core
2020-05-12 14:50:00 +02:00
views.py
helm: fully remove domain, add log_level
2020-05-20 12:16:56 +02:00