*: Squash Migrations (#1593)
* *: first squash pass Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> * sources/saml: squash less Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> * outposts: fix docker controller not correctly checking image Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> * tests/e2e: fix old migration reference Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -67,7 +67,7 @@ class TestProviderOAuth2OIDCImplicit(SeleniumTestCase): | ||||
|             sleep(1) | ||||
|  | ||||
|     @retry() | ||||
|     @apply_migration("authentik_core", "0003_default_user") | ||||
|     @apply_migration("authentik_core", "0002_auto_20200523_1133_squashed_0011_provider_name_temp") | ||||
|     @apply_migration("authentik_flows", "0008_default_flows") | ||||
|     @apply_migration("authentik_flows", "0011_flow_title") | ||||
|     @apply_migration("authentik_flows", "0010_provider_flows") | ||||
| @ -109,7 +109,7 @@ class TestProviderOAuth2OIDCImplicit(SeleniumTestCase): | ||||
|         ) | ||||
|  | ||||
|     @retry() | ||||
|     @apply_migration("authentik_core", "0003_default_user") | ||||
|     @apply_migration("authentik_core", "0002_auto_20200523_1133_squashed_0011_provider_name_temp") | ||||
|     @apply_migration("authentik_flows", "0008_default_flows") | ||||
|     @apply_migration("authentik_flows", "0011_flow_title") | ||||
|     @apply_migration("authentik_flows", "0010_provider_flows") | ||||
| @ -156,7 +156,7 @@ class TestProviderOAuth2OIDCImplicit(SeleniumTestCase): | ||||
|         self.assertEqual(body["profile"]["email"], USER().email) | ||||
|  | ||||
|     @retry() | ||||
|     @apply_migration("authentik_core", "0003_default_user") | ||||
|     @apply_migration("authentik_core", "0002_auto_20200523_1133_squashed_0011_provider_name_temp") | ||||
|     @apply_migration("authentik_flows", "0008_default_flows") | ||||
|     @apply_migration("authentik_flows", "0011_flow_title") | ||||
|     @apply_migration("authentik_flows", "0010_provider_flows") | ||||
| @ -218,7 +218,7 @@ class TestProviderOAuth2OIDCImplicit(SeleniumTestCase): | ||||
|         self.assertEqual(body["profile"]["email"], USER().email) | ||||
|  | ||||
|     @retry() | ||||
|     @apply_migration("authentik_core", "0003_default_user") | ||||
|     @apply_migration("authentik_core", "0002_auto_20200523_1133_squashed_0011_provider_name_temp") | ||||
|     @apply_migration("authentik_flows", "0008_default_flows") | ||||
|     @apply_migration("authentik_flows", "0011_flow_title") | ||||
|     @apply_migration("authentik_flows", "0010_provider_flows") | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens L
					Jens L