opiproject / opi-api

Open Programmable Infrastructure API and Behavioral Model
Apache License 2.0
31 stars 39 forks source link

refactor(common): split inventory from common #386

Closed sandersms closed 9 months ago

sandersms commented 9 months ago

Split the inventory from the common folder to allow for adding capabilities along with the inventory. This also solves the multiple folder issue that was being reported by the inventory file being in the common folder and directed toward an inventory service capability.

glimchb commented 9 months ago

@sandersms please clone security-skip.yml and security.yml for inventory we want CI to trigger make

glimchb commented 9 months ago

@sandersms this line needs fix

- option go_package = "github.com/opiproject/opi-api/common/v1/gen/go";
+ option go_package = "github.com/opiproject/opi-api/inventory/v1/gen/go";
sandersms commented 9 months ago

Found an incorrect resource reference and made the fix prior to approval/merge.