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

[AIP-162](https://google.aip.dev/162#deleting-revisions) states the following. We don't currently support this expected behavior. > The method must not cause the resource to be deleted. Because a resource should not exist with zero...

bug

As observed in some of the stress tests, when the registry is populated with a large number of APIs (~200), the controller generates corresponding large number of actions to execute....

bug

Clones current active configuration using any flag overrides when creating a new configuration. Fixes #692

If a user specifies any of flags that set a stored value during `config create`, the created config should save them. Eg. --registry.address string the server and port of the...

[This code](https://github.com/apigee/registry/blob/main/server/registry/actions_artifacts.go#L69) does record validation after a query to see if the record exists - it would be better to reverse them and avoid the query in the error case....

… week and on every commit that is merged into the main branch. This page was created to come up with a side by side comparison of the different scenerios...

Per https://github.com/apigee/registry/issues/625#issue-1282776780: > This would probably replace the scripts in the auth directory with direct registry subcommands. auth/HOSTED.sh might become registry config gcloud and auth/LOCAL.sh might be registry config local...

Looking at the [root cause of the problems with wipeout](https://github.com/apigee/registry/pull/664#discussion_r925204087) that we saw in #664, we might want to find ways to invalidate page tokens when deletions are made to...