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

Enable string comparison operators for filtering #87

Merged
merged 2 commits into from
Jul 30, 2018
Merged

Enable string comparison operators for filtering #87

merged 2 commits into from
Jul 30, 2018

Conversation

dkukharau
Copy link

No description provided.

Copy link
Contributor

@Evgeniy-L Evgeniy-L left a comment

Choose a reason for hiding this comment

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

Overall LGTM.

Makefile Outdated
@@ -38,4 +38,4 @@ check-fmt:
--go_out=plugins=grpc:. --grpc-gateway_out=logtostderr=true:. $(REPO)/server/testdata/test.proto

.PHONY: gen
gen: .gen-op .gen-errdetails .gen-errfields
gen: .gen-query .gen-errdetails .gen-errfields .gen-servertestdata
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we really need gen-servertestdata here? I would prefer to exclude it from this target.

Copy link
Author

Choose a reason for hiding this comment

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

Up to you.

@dkukharau dkukharau merged commit 1a2f7ec into infobloxopen:master Jul 30, 2018
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