Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(common): split inventory from common #386

Merged
merged 5 commits into from
Oct 16, 2023

Conversation

sandersms
Copy link
Contributor

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.

Signed-off-by: Mark Sanders <marksanders194@gmail.com>
@sandersms sandersms requested a review from a team as a code owner October 10, 2023 22:06
@glimchb
Copy link
Member

glimchb commented Oct 10, 2023

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

Signed-off-by: Mark Sanders <marksanders194@gmail.com>
@glimchb
Copy link
Member

glimchb commented Oct 10, 2023

@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";

Signed-off-by: Mark Sanders <marksanders194@gmail.com>
Signed-off-by: Mark Sanders <marksanders194@gmail.com>
@sandersms
Copy link
Contributor Author

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

inventory/Makefile Show resolved Hide resolved
Copy link
Member

@glimchb glimchb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tiny makefile fix to match other makefiles...

Signed-off-by: Mark Sanders <marksanders194@gmail.com>
Copy link
Member

@glimchb glimchb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@sandersms sandersms merged commit d81cc5e into opiproject:main Oct 16, 2023
12 of 13 checks passed
@sandersms sandersms linked an issue Dec 11, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Merge Candidate in the open merge window, next candidate for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[storage]: enable BUF linter and compiler
3 participants