Scott Ganyo

Results 28 issues of Scott Ganyo

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....

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...

Manually maintaining DB integrity can be quite error prone and should generally be done via rules. For example, the current model doesn't use foreign key constraints and we have to...

The [codecov.io report](https://app.codecov.io/gh/apigee/registry) shows very low coverage. Determine if this report is correct - if it is incorrect, correct the report or remove the README badge. If the report is...

question
code quality

As mentioned here #631, we may want to consider integrating benchmarking tracking into our builds. (For example: https://github.com/marketplace/actions/continuous-benchmarking-for-go)

enhancement
code quality