Skip to content

Use APIM #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 27, 2025
Merged

Use APIM #37

merged 2 commits into from
Jan 27, 2025

Conversation

eccles
Copy link
Member

@eccles eccles commented Jan 23, 2025

assets proto file is now suitable for APIM
(Essentially this was copied from avid repo)

Removed the requirement for avid-builder

Added standard default and environment runes

Tested by inspection - check that generated swagger file is as expected and the generated go code is correct.

Diff

 diff exported/go-datatrails-common-api-gen ../go-datatrails-common-api-gen/
Common subdirectories: exported/go-datatrails-common-api-gen/assets and ../go-datatrails-common-api-gen/assets
Common subdirectories: exported/go-datatrails-common-api-gen/attribute and ../go-datatrails-common-api-gen/attribute
Common subdirectories: exported/go-datatrails-common-api-gen/caps and ../go-datatrails-common-api-gen/caps
Common subdirectories: exported/go-datatrails-common-api-gen/filter and ../go-datatrails-common-api-gen/filter
Only in ../go-datatrails-common-api-gen/: .git
Only in ../go-datatrails-common-api-gen/: .github
Only in ../go-datatrails-common-api-gen/: .gitignore
diff exported/go-datatrails-common-api-gen/go.mod ../go-datatrails-common-api-gen/go.mod
14,17c14,17
< 	github.com/datatrails/go-datatrails-common v0.18.1
< 	github.com/envoyproxy/protoc-gen-validate v1.0.4
< 	github.com/google/uuid v1.6.0
< 	github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0
---
> 	github.com/datatrails/go-datatrails-common v0.15.3
> 	github.com/envoyproxy/protoc-gen-validate v1.0.2
> 	github.com/google/uuid v1.4.0
> 	github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.1
20c20
< 	github.com/spf13/afero v1.10.0
---
> 	github.com/spf13/afero v1.3.3
23,24c23,24
< 	google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094
< 	google.golang.org/grpc v1.65.0
---
> 	google.golang.org/genproto/googleapis/api v0.0.0-20231127180814-3a041ad873d4
> 	google.golang.org/grpc v1.59.0
26c26
< 	google.golang.org/protobuf v1.34.2
---
> 	google.golang.org/protobuf v1.31.0
30a31
> 	github.com/KimMachineGun/automemlimit v0.2.6 // indirect
34c35,40
< 	github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
---
> 	github.com/cilium/ebpf v0.9.1 // indirect
> 	github.com/containerd/cgroups/v3 v3.0.1 // indirect
> 	github.com/coreos/go-systemd/v22 v22.3.2 // indirect
> 	github.com/davecgh/go-spew v1.1.1 // indirect
> 	github.com/docker/go-units v0.4.0 // indirect
> 	github.com/godbus/dbus/v5 v5.0.4 // indirect
36c42
< 	github.com/golang/protobuf v1.5.4 // indirect
---
> 	github.com/golang/protobuf v1.5.3 // indirect
38c44
< 	github.com/iancoleman/strcase v0.3.0 // indirect
---
> 	github.com/iancoleman/strcase v0.2.0 // indirect
42a49
> 	github.com/opencontainers/runtime-spec v1.0.2 // indirect
44c51
< 	github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
---
> 	github.com/pmezard/go-difflib v1.0.0 // indirect
46,55c53,64
< 	github.com/rogpeppe/go-internal v1.6.1 // indirect
< 	go.uber.org/multierr v1.11.0 // indirect
< 	go.uber.org/zap v1.27.0 // indirect
< 	golang.org/x/crypto v0.25.0 // indirect
< 	golang.org/x/mod v0.17.0 // indirect
< 	golang.org/x/net v0.27.0 // indirect
< 	golang.org/x/sys v0.22.0 // indirect
< 	golang.org/x/text v0.16.0 // indirect
< 	golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
< 	google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
---
> 	github.com/sirupsen/logrus v1.8.1 // indirect
> 	go.uber.org/automaxprocs v1.5.3 // indirect
> 	go.uber.org/multierr v1.10.0 // indirect
> 	go.uber.org/zap v1.25.0 // indirect
> 	golang.org/x/crypto v0.21.0 // indirect
> 	golang.org/x/mod v0.11.0 // indirect
> 	golang.org/x/net v0.21.0 // indirect
> 	golang.org/x/sys v0.18.0 // indirect
> 	golang.org/x/text v0.14.0 // indirect
> 	golang.org/x/tools v0.10.0 // indirect
> 	google.golang.org/genproto v0.0.0-20231127180814-3a041ad873d4 // indirect
> 	google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
Common subdirectories: exported/go-datatrails-common-api-gen/marshalers and ../go-datatrails-common-api-gen/marshalers
Common subdirectories: exported/go-datatrails-common-api-gen/tools and ../go-datatrails-common-api-gen/tools

AB#10288

@eccles eccles requested review from wp0pw and j-hartley January 23, 2025 16:01
@eccles eccles force-pushed the dev/paul/10288-apim branch from 29e9de9 to 60ff218 Compare January 23, 2025 16:03
@eccles eccles force-pushed the dev/paul/10288-apim branch from 60ff218 to d2daf41 Compare January 23, 2025 16:07
@eccles eccles changed the title APIM Use APIM Jan 23, 2025
@eccles eccles force-pushed the dev/paul/10288-apim branch from d2daf41 to 67f8a1b Compare January 23, 2025 16:30
The assets proto file is now suitable for APIM

Removed the requirement for avid-builder

Added standard default and environment runes

Removed workflow(docker-all) git hub action

AB#10288
@eccles eccles force-pushed the dev/paul/10288-apim branch from 67f8a1b to 8c30a9e Compare January 27, 2025 14:58
@eccles eccles merged commit d6fe643 into main Jan 27, 2025
2 checks passed
@eccles eccles deleted the dev/paul/10288-apim branch January 27, 2025 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants