registry icon indicating copy to clipboard operation
registry copied to clipboard

The Registry API allows teams to track and manage machine-readable descriptions of APIs.

Results 141 registry issues
Sort by recently updated
recently updated
newest added

Feeling a bit burned by the surprise failures that led to #786, I'd like to also pin the ubuntu image used in testing to an explicit version. Any concerns?

This includes modifications to the config package that allow the registry.project to be forced to particular values during testing. I'm not attached to the implementation, this is just one way...

This discussion started when we were thinking about supporting a history of Scores. As we are building more UI features, it is getting more and more difficult to keep track...

I'm seeing occasional but increasingly-frequent test failures that manifest as deadline exceeded errors that persist even after I've increased the GAPIC default timeouts. ``` $ go test ./cmd/registry/cmd/upload/bulk -v 2022/10/14...

1. Created a registry configuration using ```registry config configurations create config- \ --registry.address=apigeeregistry.googleapis.com:443 \ --registry.insecure=0 \ --registry.project= \ --registry.location=global ``` 2. Tried to run registry apply command ``` /tmp %...

The bulk uploaders are currently uncovered by automated tests. To address this, I think we should put some samples in the repo and verify that those files load correctly into...

code quality

This might be too broad to do for all mime types, but for a set of known mime types, we may want to validate that uploaded resources are of the...

enhancement

We currently check `+gzip` compression in order to compute the size and hash of ungzipped spec contents. It seems similarly useful to at least ensure that when something is said...

Currently all resources imported with `registry apply` have a project/location as parent. This would allow other resource types to be applied with `registry apply`. As an example, here is a...

Merging the generated RPC handler into the `registry` tool brought an annoying inconsistency -- the RPC handlers specify project IDs with `--project_id` and the bulk uploaders use `--project-id`. The current...

enhancement
good first issue