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

This would be an easy thing to add to our database configuration and would simplify testing and operations on variously-powerful database backends. I encountered this when I was testing with...

enhancement

`regctl` isn't the most beautiful name, but people were commenting that the phrase "registry tool" was introducing some confusion, and the `ctl` suffix reflects our goal to make `regctl` the...

wontfix

According to [AIP-2510](https://google.aip.dev/cloud/2510), cloud services should accept both alphanumeric (human-friendly) and numeric (unfriendly) project ids, and services should return whichever form of id that users send. Currently the `registry-server` only...

wontfix

Current version 1.9 of goreleaser isn't working with the goreleaser-action. We hardcoded it to 1.8.3 in the workflow action. This ticket is to remove this hardcoding once we verify the...

bug
code quality

As mentioned [here](https://github.com/apigee/registry/pull/547#pullrequestreview-954238977)

enhancement
code quality

Currently in manifest definitions, it is possible to reference specific entities of the generated resource. Currently supported pattern is as follows: `$resource.{api|version|spec|artifact}` Add support for deployment resources in this pattern....

enhancement

To avoid confusion and over-indexing on them, I think we should move the application/v1alpha1 protos to the registry-experimental repo. Anything in the registry tool that uses them should go to...

enhancement

Currently, the filtering module resides in `server/registry/internal/storage`. This module provides two main functionalities: - defines what `field_names` are allowed in filters for specific resources. - Compiles the `filter` expression from...

enhancement

There can be cases where the dependencies are a collection of artifacts. Example: Consistency scores for all versions of a particular API can be aggregated to get a consistency score...

enhancement

Once the basic score generation is in place (https://github.com/apigee/registry/issues/516), we need to support artifacts from non-registry tools. There can be artifacts in the registry which will be generated by external...

enhancement