Skip to content

Commit 16afcfb

Browse files
committed
move to root of repo
1 parent 1bcff29 commit 16afcfb

File tree

829 files changed

+4
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

829 files changed

+4
-3
lines changed

.github/workflows/update.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@ jobs:
1616
run: |
1717
wget -O schema.yml https://raw.githubusercontent.com/goauthentik/authentik/master/schema.yml
1818
make
19-
find api/ -type f -exec \
20-
sed -i 's/goauthentik\.io\/GIT_USER_ID\/GIT_REPO_ID/goauthentik\.io\/api/g' {} +
2119
- name: Push
2220
id: push
2321
run: |
2422
git config --global user.name 'authentik bot'
2523
git config --global user.email '[email protected]'
24+
git checkout -- README.mds
2625
git add .
2726
git commit -m "Update API Client"
2827
git push

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ default:
1313
--git-user-id "" \
1414
-i /local/schema.yml \
1515
-g go \
16-
-o /local/api \
16+
-o /local \
1717
--additional-properties=packageName=api,enumClassPrefix=true,useOneOfDiscriminatorLookup=true
18+
find api/ -type f -exec \
19+
sed -i 's/goauthentik\.io\/GIT_USER_ID\/GIT_REPO_ID/goauthentik\.io\/api/g' {} +

api/api_admin.go api_admin.go

File renamed without changes.
File renamed without changes.

api/api_core.go api_core.go

File renamed without changes.

api/api_crypto.go api_crypto.go

File renamed without changes.

api/api_events.go api_events.go

File renamed without changes.

api/api_flows.go api_flows.go

File renamed without changes.

api/api_oauth2.go api_oauth2.go

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

api/api_root.go api_root.go

File renamed without changes.

api/api_schema.go api_schema.go

File renamed without changes.

api/api_sentry.go api_sentry.go

File renamed without changes.

api/api_sources.go api_sources.go

File renamed without changes.

api/api_stages.go api_stages.go

File renamed without changes.

api/client.go client.go

File renamed without changes.
File renamed without changes.

api/docs/App.md docs/App.md

api/docs/Cache.md docs/Cache.md

api/docs/Config.md docs/Config.md

api/docs/Event.md docs/Event.md

api/docs/Flow.md docs/Flow.md

api/docs/Group.md docs/Group.md

api/docs/Link.md docs/Link.md

0 commit comments

Comments
 (0)