Scott Ganyo

Results 49 comments of Scott Ganyo

Given this change, I wonder... What was the reason for considering Spec and SpecRevision as separate entities? Would merging these into a Spec (with an optional revision field) be a...

Discussion on merging Spec and SpecRevision here: https://github.com/apigee/registry/pull/782

(Note: Scrapping the above idea of changing naming entities.) Question related to SpecRevision and DeploymentRevision: Are these entities something that the controller needs to support explicitly? For example, listResources can...

Maybe I can clarify a bit with an example: Basically, I'm trying to clarify a test such as this: https://github.com/apigee/registry/blob/main/cmd/registry/scoring/score_test.go#L200. We've said that we should transparently _assume_ the latest SpecRevision...

Ok, I discussed a bit with @shrutiparabgoogle and I'm going to try to make the controller's [patterns.SpecName](https://github.com/apigee/registry/blob/main/cmd/registry/patterns/resources.go#L43) resource bridge the gap between the names package [names.Spec](https://github.com/apigee/registry/blob/2ed2d78d613f0b547d84464ce13e79f0e0d42676/server/registry/names/spec.go) and [names.SpecRevision](https://github.com/apigee/registry/blob/2ed2d78d613f0b547d84464ce13e79f0e0d42676/server/registry/names/spec_revision.go). And likewise,...

Thanks for the clarification. This makes sense to me.

One issue that remains is to determine how the compute commands that the controller relies on will operate (eg. `compute complexity ...`). As we note above, the controller will now...

Hey @dougwilson! So I just found this because of the bugs I've been battling today related to #128, but I see the issue and this PR have been open for...

Thanks, Doug. As you might have guessed, forking and releasing isn't at top of my list of alternatives. :) I just wanted to gauge whether this was really still potentially...

It is possible, certainly: Swagger-Node just relies on the standard frameworks (eg. connect). But moving any particular project to swagger-node would depend on the specific framework being used and what...