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): move inventory to separate folder #343

Merged
merged 3 commits into from
Oct 16, 2023

Conversation

sandersms
Copy link
Contributor

Moving inventory from common to separate folder to allow for future additions such as capabilities protobuf and to support the autogeneration of protobuf files using 'buf'

Signed-off-by: Mark Sanders <marksanders194@gmail.com>
@sandersms sandersms requested a review from a team as a code owner October 16, 2023 18:14
@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

Merging #343 (a13a427) into main (29ee5dc) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is n/a.

@@          Coverage Diff          @@
##            main    #343   +/-   ##
=====================================
  Coverage   7.87%   7.87%           
=====================================
  Files         13      13           
  Lines       2058    2058           
=====================================
  Hits         162     162           
  Misses      1878    1878           
  Partials      18      18           
Files Coverage Δ
inventory/client.go 100.00% <ø> (ø)

Signed-off-by: Mark Sanders <marksanders194@gmail.com>
@@ -8,7 +8,7 @@ package mocks
import (
context "context"

_go "github.com/opiproject/opi-api/common/v1/gen/go"
Copy link
Member

Choose a reason for hiding this comment

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

this doesn't look auto-generated, can you please run make ?

Makefile Show resolved Hide resolved
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 848dbb4 into opiproject:main Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants