-
Notifications
You must be signed in to change notification settings - Fork 54
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
Use new repo sonic-gmni #1
Conversation
Signed-off-by: Gang Lv ganglv@microsoft.com
we need to setup lgtm as well as azp for this. |
is there a design doc, can you add a link in the pr description? what is the area you want to us to focus on? obviously it is a huge pr. |
/azp run |
Pull request contains merge conflicts. |
This pull request introduces 1 alert when merging 555c52b into b8e2fc4 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 43b8300 into b8e2fc4 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 5675b44 into b8e2fc4 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 482bc36 into b8e2fc4 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 1fffa3d into b8e2fc4 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 25c057d into b8e2fc4 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 46ae5b1 into b8e2fc4 - view on LGTM.com new alerts:
|
Makefile
Outdated
sudo mkdir -p ${DBDIR} | ||
sudo cp ./testdata/database_config.json ${DBDIR} | ||
endif | ||
cd ./gnmi_server && sudo $(GO) test -coverprofile=coverage-gnmi.txt -covermode=atomic -mod=vendor -coverpkg ./,../sonic_data_client |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
debian/changelog
Outdated
|
||
* Initial release. | ||
|
||
-- Jipan Yang <jipan.yang@alibaba-inc.com> Sat, 24 Mar 2018 12:48:22 -0700 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not updated.
debian/control
Outdated
Source: sonic-gnmi | ||
Section: devel | ||
Priority: optional | ||
Maintainer: Jipan Yang <jipan.yang@alibaba-inc.com> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
debian/control
Outdated
Priority: optional | ||
Maintainer: Jipan Yang <jipan.yang@alibaba-inc.com> | ||
Build-Depends: debhelper (>= 8.0.0), | ||
Standards-Version: 3.9.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makefile
Outdated
|
||
sonic-gnmi: $(GO_DEPS) | ||
ifeq ($(CROSS_BUILD_ENVIRON),y) | ||
$(GO) build -o ${GOBIN}/telemetry -mod=vendor $(BLD_FLAGS) github.com/sonic-net/sonic-gnmi/telemetry |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gnmi_dump/gnmi_dump.go
Outdated
"github.com/sonic-net/sonic-gnmi/common_utils" | ||
) | ||
|
||
func main() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request introduces 1 alert when merging 6e33aa1 into b8e2fc4 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging ff851d9 into b8e2fc4 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 577bb9a into b8e2fc4 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 6356f5d into b8e2fc4 - view on LGTM.com new alerts:
|
Statistics -- update added
Signed-off-by: Gang Lv ganglv@microsoft.com
HLD:
sonic-net/SONiC#996