mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
ci: improve performance (#5953)
* pipeline runs on ubuntu instead of docker * added Makefile to build zitadel core (backend) and console (frontend) * pipeline runs in parallel where possible * pipeline is split into multiple jobs * removed goreleaser * added command to check if zitadel instance is running
This commit is contained in:
@@ -10,3 +10,28 @@ breaking:
|
||||
lint:
|
||||
use:
|
||||
- MINIMAL
|
||||
ignore:
|
||||
- zitadel/action.proto
|
||||
- zitadel/admin.proto
|
||||
- zitadel/app.proto
|
||||
- zitadel/auth_n_key.proto
|
||||
- zitadel/auth.proto
|
||||
- zitadel/change.proto
|
||||
- zitadel/event.proto
|
||||
- zitadel/idp.proto
|
||||
- zitadel/instance.proto
|
||||
- zitadel/management.proto
|
||||
- zitadel/member.proto
|
||||
- zitadel/message.proto
|
||||
- zitadel/metadata.proto
|
||||
- zitadel/object.proto
|
||||
- zitadel/options.proto
|
||||
- zitadel/org.proto
|
||||
- zitadel/policy.proto
|
||||
- zitadel/project.proto
|
||||
- zitadel/quota.proto
|
||||
- zitadel/settings.proto
|
||||
- zitadel/system.proto
|
||||
- zitadel/text.proto
|
||||
- zitadel/user.proto
|
||||
- zitadel/v1.proto
|
@@ -6,7 +6,6 @@ import "google/protobuf/descriptor.proto";
|
||||
|
||||
option go_package = "github.com/zitadel/zitadel/internal/protoc/protoc-gen-authoption/authoption";
|
||||
|
||||
|
||||
extend google.protobuf.MethodOptions {
|
||||
AuthOption auth_option = 50000;
|
||||
}
|
||||
|
Reference in New Issue
Block a user