Skip to content
This repository was archived by the owner on Sep 9, 2026. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ images:
newName: quay.io/sclorg/postgresql-15-c9s
newTag: latest
- name: ghcr.io/osac-project/fulfillment-service
newTag: sha-706c84a
newTag: sha-1731e1d
- name: osac-aap
newName: ghcr.io/osac-project/osac-aap
newTag: sha-1e2c4d2
Expand Down
2 changes: 1 addition & 1 deletion base/osac-fulfillment-service
Submodule osac-fulfillment-service updated 22 files
+1,614 −0 internal/api/osac/private/v1/identity_provider_type.pb.go
+1,631 −0 internal/api/osac/private/v1/identity_provider_type_protoopaque.pb.go
+1,276 −0 internal/api/osac/private/v1/identity_providers_service.pb.go
+626 −0 internal/api/osac/private/v1/identity_providers_service.pb.gw.go
+382 −0 internal/api/osac/private/v1/identity_providers_service_grpc.pb.go
+1,280 −0 internal/api/osac/private/v1/identity_providers_service_protoopaque.pb.go
+1,436 −0 internal/api/osac/public/v1/identity_provider_type.pb.go
+1,457 −0 internal/api/osac/public/v1/identity_provider_type_protoopaque.pb.go
+1,498 −0 internal/api/osac/public/v1/identity_providers_service.pb.go
+697 −0 internal/api/osac/public/v1/identity_providers_service.pb.gw.go
+432 −0 internal/api/osac/public/v1/identity_providers_service_grpc.pb.go
+1,519 −0 internal/api/osac/public/v1/identity_providers_service_protoopaque.pb.go
+15 −0 internal/database/migrations/44_add_public_ip_attachments_unique_indexes.down.sql
+31 −0 internal/database/migrations/44_add_public_ip_attachments_unique_indexes.up.sql
+99 −0 internal/database/migrations/44_add_public_ip_attachments_unique_indexes_test.go
+305 −12 internal/servers/private_public_ip_attachments_server.go
+589 −28 internal/servers/private_public_ip_attachments_server_test.go
+104 −5 internal/servers/public_ip_attachments_server_test.go
+219 −0 proto/private/osac/private/v1/identity_provider_type.proto
+173 −0 proto/private/osac/private/v1/identity_providers_service.proto
+198 −0 proto/public/osac/public/v1/identity_provider_type.proto
+206 −0 proto/public/osac/public/v1/identity_providers_service.proto
Loading