From 38ae3f272e6f27dcd2b3b93e512a9c946c5eb470 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 4 Sep 2023 22:22:01 +0200 Subject: [PATCH] have schema in a more general place Signed-off-by: Jens Langhammer --- Makefile | 2 +- .../schema_mobile.yml => schemas/authentik-cloud-gateway.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename authentik/stages/authenticator_mobile/schema_mobile.yml => schemas/authentik-cloud-gateway.yml (100%) diff --git a/Makefile b/Makefile index 3954a912f..aea52342f 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,7 @@ gen-build: ## Extract the schema from the database AUTHENTIK_DEBUG=true ak spectacular --file schema.yml AUTHENTIK_DEBUG=true ak spectacular \ --urlconf=authentik.stages.authenticator_mobile.urls \ - --file authentik/stages/authenticator_mobile/schema_mobile.yml + --file schemas/authentik-cloud-gateway.yml gen-changelog: ## (Release) generate the changelog based from the commits since the last tag git log --pretty=format:" - %s" $(shell git describe --tags $(shell git rev-list --tags --max-count=1))...$(shell git branch --show-current) | sort > changelog.md diff --git a/authentik/stages/authenticator_mobile/schema_mobile.yml b/schemas/authentik-cloud-gateway.yml similarity index 100% rename from authentik/stages/authenticator_mobile/schema_mobile.yml rename to schemas/authentik-cloud-gateway.yml