mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 06:17:32 +00:00
.codecov
.devcontainer
.github
build
cmd
console
deploy
docs
e2e
internal
actions
activity
admin
api
assets
authz
call
grpc
action
admin
auth
authn
change
client
middleware
activity.go
tracing.go
event
feature
gerrors
idp
instance
management
member
metadata
object
oidc
org
policy
project
resources
server
session
settings
system
text
user
config.go
fields.go
header.go
header_test.go
probes.go
probes_test.go
http
idp
info
oidc
robots_txt
saml
service
ui
api.go
auth
auth_request
authz
command
config
crypto
database
domain
eventstore
execution
feature
form
i18n
iam
id
idp
integration
logstore
migration
net
notification
org
project
protoc
qrcode
query
renderer
repository
static
statik
telemetry
test
user
v2
view
webauthn
zerrors
load-test
openapi
pkg
proto
statik
.dockerignore
.gitattributes
.gitignore
.golangci.yaml
.releaserc.js
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MEETING_SCHEDULE.md
Makefile
README.md
SECURITY.md
buf.gen.yaml
buf.work.yaml
changelog.config.js
go.mod
go.sum
main.go
release-channels.yaml

chore(fmt): run gci on complete project Fix global import formatting in go code by running the `gci` command. This allows us to just use the command directly, instead of fixing the import order manually for the linter, on each PR. Co-authored-by: Elio Bischof <elio@zitadel.com>