have schema in a more general place
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
ae290f87e9
commit
d7725ced6f
2
Makefile
2
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 --file schema.yml
|
||||||
AUTHENTIK_DEBUG=true ak spectacular \
|
AUTHENTIK_DEBUG=true ak spectacular \
|
||||||
--urlconf=authentik.stages.authenticator_mobile.urls \
|
--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
|
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
|
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
|
||||||
|
|
Reference in New Issue